Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published from Jenkins build: https://jenkins.onosproject.org/job/FUNC-pipeline-master/1201/

...

HTML
<img src="https://jenkins.onosproject.org/view/QA/job/postjob-VM/lastSuccessfulBuild/artifact/FUNCnetCfg_master_20-builds_graph.jpg", alt="FUNCnetCfg", style="width:525px;height:350px;border:0">

commit b43b0676c45826fa119bbb22475568704ffd526d bb4f541bb2cdbdec37df3a31395086b0839ab3fc (HEAD -] master, origin/master, origin/HEAD)
Author: Jian Li [pyguni@gmail.com]
AuthorDate: Thu Apr 5 2112 09:48:51 50 2018 +0900
Commit: Thomas Vachuska Jian Li [tom@opennetworkingpyguni@gmail.orgcom]
CommitDate: Tue Thu Apr 10 2312 01:2043:42 46 2018 +0000
Allow to specify endpoint perspective property through SONA CLI
Fix: resolve NPE by obtaining networkId from subnet instead of port

Case 1: Pull onos branch and build onos on Teststation. - 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: ['of:0000000000000001', 'of:0000000000000002', 'of:0000000000000004']
  • PASS (tick)
  • 23.3 Check device annotations - PASS (tick)FAIL (error)
    • Incorrect annotations for configured devices.

Case 24: Testing removal of configurations - PASS

...