Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 197 Next »

FUNCovsdbtest at 02 Jan 2017 06:13:46

commit 7fbb9b39407fe0bd0f7857dab4c8163048abca31 (HEAD, tag: 1.7.1)
Author: Brian O'Connor [bocon@onlab.us]
AuthorDate: Mon Oct 24 22:30:47 2016 -0700
Commit: Brian O'Connor [bocon@onlab.us]
CommitDate: Mon Oct 24 22:30:47 2016 -0700

Tagging 1.7.1 (Hummingbird)

Case 1: Setting up test environment - FAIL

Setup the test environment including installing ONOS, start ONOS.

  • 1.1 Create cell file - No Result (warning)
  • 1.2 Applying cell variable to environment - No Result (warning)
  • 1.3 Git checkout and pullmaster - No Result (warning)
  • 1.4 Using mvn clean install - PASS (tick)
  • 1.5 Creating ONOS package - PASS (tick)
  • 1.6 Installing ONOS package - FAIL (error)
    • ONOS install failed
  • 1.7 Checking if ONOS is up yet - PASS (tick)
  • 1.8 Starting ONOS CLI sessions - PASS (tick)
  • 1.9 App Ids check - No Result (warning)
  • 1.10 Install onos-ovsdb - PASS (tick)
  • 1.11 Install onos-app-vtn - PASS (tick)

Case 3: Test default br-int configuration and vxlan port - FAIL

onos create default br-int bridge and vxlan port on the ovsdb node

  • 3.1 ovsdb node 1 set ovs manager to 10.128.20.11 - PASS (tick)
  • 3.2 ovsdb node 2 set ovs manager to 10.128.20.11 - PASS (tick)
  • 3.3 Check ovsdb node 1 manager is 10.128.20.11 - PASS (tick)
  • 3.4 Check ovsdb node 2 manager is 10.128.20.11 - PASS (tick)
  • 3.5 Check default br-int bridge on ovsdb node 10.128.10.11 - FAIL (error)
    • onos add default bridge on the node 1 failed
  • 3.6 Check default br-int bridge on ovsdb node 10.128.20.11 - FAIL (error)
    • onos add default bridge on the node 2 failed
  • 3.7 Check default vxlan port on ovsdb node 10.128.10.11 - FAIL (error)
    • onos add default vxlan port on the node 1 failed
  • 3.8 Check default vxlan port on ovsdb node 10.128.20.11 - FAIL (error)
    • onos add default vxlan port on the node 2 failed

Case 4: - PASS

  • 4.1 ovsdb node 1 set ovs manager to 10.128.20.11 - PASS (tick)
  • 4.2 ovsdb node 2 set ovs manager to 10.128.20.11 - PASS (tick)
  • 4.3 Check ovsdb node 1 manager is 10.128.20.11 - PASS (tick)
  • 4.4 Check ovsdb node 2 manager is 10.128.20.11 - PASS (tick)
  • 4.5 Check ovsdb node 1 bridge br-int controller set to 10.128.20.11 - PASS (tick)
  • 4.6 Check ovsdb node 2 bridge br-int controller set to 10.128.20.11 - PASS (tick)
  • 4.7 Check onoscli devices have ovs 10.128.10.11 - PASS (tick)
  • 4.8 Check onoscli devices have ovs 10.128.20.11 - PASS (tick)

Case 2: Test ovsdb connection and teardown - PASS

Test ovsdb connection create and delete over ovsdb node and onos node

  • 2.1 Set ovsdb node manager - PASS (tick)
  • 2.2 Check ovsdb node manager is 10.128.20.11 - PASS (tick)
  • 2.3 Delete ovsdb node manager - PASS (tick)
  • 2.4 Check ovsdb node delete manager 10.128.20.11 - PASS (tick)

Case 5: - FAIL

  • 5.1 ovsdb node 1 set ovs manager to onos - PASS (tick)
  • 5.2 Check ovsdb node 1 manager is 10.128.20.11 - PASS (tick)
  • 5.3 Check ovsdb node 1 bridge br-int default flows on 10.128.10.11 - FAIL (error)
  • No labels