Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published from Jenkins build: https://onos-jenkins.onlab.us/job/FUNCnetCfg/6/

...

commit 04b639b1475bb0f1916002c9b9f6b2e4dee65e9f 3203557e6b0725b505f14135c6f15ebd48c5e1fb (HEAD, origin/master, origin/HEAD, master)
Author: Priyanka B [priyanka.b@huaweiSatish K [satishk@huawei.com]
AuthorDate: Sat Sun Nov 21 1522 14:1549:10 14 2015 +0530
Commit: Gerrit Code Review [gerrit@onlab.us]
CommitDate: Mon Nov 23 0319:4645:44 29 2015 +0000
[ONOS-2602]Implement Adajacency RIB table
tenant network review fix

Case 1: Constructing test variables and building ONOS package - PASS

...

  • 11.1 Starting Mininet topology with OF 1.3 switches - PASS (tick)

Case 21: Check Devices After they initially connect to ONOS -

...

PASS

  • 21.1 Check net config - PASS (tick)
  • 21.2 ONOS should only show devices S1, S2, and S4 - FAIL (error)
  • ONOS devices doesn't match the list of allowed devices
  • PASS (tick)
  • 21.3 Check device annotations - FAIL (error)
  • Incorrect annotations for configured devices.
  • PASS (tick)

Case 22: Add Network configurations for connected devices to the cluster - PASS

...

  • 22.1 Add Net Cfg for switch2 - PASS (tick)
  • 22.2 Add Net Cfg for switch4 - PASS (tick)
  • 22.3 Check net config - PASS (tick)

Case 23: Check Devices after all configurations are set -

...

PASS

  • 23.1 Check net config - PASS (tick)
  • 23.2 ONOS should only show devices S1 and S2 - FAIL (error)
    • ONOS devices doesn't match the list of allowed devices.
    • Expected devices: ['of:0000000000000001', 'of:0000000000000002']
    • Actual devices: []
  • PASS (tick)
  • 23.3 Check device annotations - FAIL (error)
  • Incorrect annotations for configured devices.
  • PASS (tick)

Case 24: Testing removal of configurations - PASS

...