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/638/

...

commit a6f858966e36be5665f9273a90a15c4682413ad0 b33b216f0f76ca1a5245388c142e9b57c7777fdf (HEAD, origin/master, origin/HEAD, master)
Author: Brian O'Connor [bocon@onlab.usAlan Deikman [Alan.Deikman@znyx.com]
AuthorDate: Fri Thu Nov 11 1310 10:1839:47 26 2016 -0800
Commit: Brian O'Connor [bocon@onlabGerrit Code Review [gerrit@onlab.us]
CommitDate: Fri Tue Nov 11 1715 00:2955:33 01 2016 -0800
Moving core/security/BUCK to new, simplified format+0000

ONOS-5438 Invokes standard Ofdpa3 driver set for ZNYX hardware implementation.

Case 1: Constructing test variables and building ONOS package - 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 -

...

FAIL

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

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

  • 21.1 Check net config - FAIL (error)
  • Net Cfg is different on some nodes.
  • 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
  • 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 -

...

FAIL

  • 23.1 Check net config - PASS (tick)
  • 23.2 ONOS should only show devices S1 and S2 - PASS (tick)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']
  • 23.3 Check device annotations - PASS (tick)FAIL (error)
    • Incorrect annotations for configured devices.

Case 24: Testing removal of configurations - PASS

...