Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 a828719294709152f3a7704ff851e00360ab1b4e 581c8407e613a27aaa573a600828b30a37066fb8 (HEAD, origin/master, origin/HEAD, master)
Author: Niraj Dubey pierventre [nirajpier@opennetworking.d@samsung.comorg]
AuthorDate: Tue Mar Thu Sep 23 19:5403:17 14 2021 +05300200
Commit: Thomas Vachuska [tom@opennetworkingPier Luigi Ventre [pier@opennetworking.org]
CommitDate: Fri Aug Mon Sep 27 1619:0627:48 55 2021 +0000
BGP Monitoring in ONOS.
[SDFAB-616] Inconsistent format of port number in DhcpRelay
--
(cherry picked from commit 61bd673eec2282aff175daff141059870db78c7d)

Case 1: Pull onos branch and build onos on Teststation. - PASS

...

  • 27.1 Get json object from Net Cfg - No Result (warning)
  • 27.2 Posting json object to Net Cfg - No Result (warning)
  • 27.3 Compare device with ONOS - No Result (warning)
  • 27.4 Check net config - PASS (tick)
  • 27.5 ONOS should only show devices S1, S2, S4, S5 and S6 - PASS (tick)
  • 27.6 Modify json object so S6 is disallowed - PASS (tick)

Case 26: Check to see if the pre-startup configurations were set, then remove their allowed status -

...

PASS

  • 26.1 Checking configurations for Switches 5 and 6 - No Result (warning)
  • 26.2 ONOS should only show devices S1, S2, S4, and S5 - FAIL (error)
  • ONOS devices doesn't match the list of allowed devices
  • PASS (tick)
  • 26.3 Removing allowed status from Switches 5 and 6 - No Result (warning)

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 - PASS (tick)

...

  • 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: ['of:0000000000000001', 'of:0000000000000002', 'of:0000000000000004', 'of:0000000000000005', 'of:0000000000000006']
  • PASS (tick)
  • 23.3 Check device annotations - PASS (tick)

...