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/FUNCovsdbtest/44/

...

commit 33279c8f41a23d47f32aa0cda971aea63c70ee0c 103e981efc1164a7fa124de9b8eff2dc39da1727 (HEAD, origin/master, origin/HEAD, master)
Author: andrea Charles Chan [andrea@onlabrascov@gmail.uscom]
AuthorDate: Wed Sep 30 15:30:48 Thu Oct 1 12:49:11 2015 -0700
Commit: Ray Milkey [ray@onlabGerrit Code Review [gerrit@onlab.us]
CommitDate: Wed Sep 30 23:14:35 Thu Oct 1 22:04:19 2015 +0000
Minor formatting changes in unit test for component config loader
Fix NPE in DistributedFlowStatisticStore

Case 1: Setting up test environment - PASS

...

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

Case 4: -

...

PASS

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

...

  • 7.1 ovsdb node 1 set ovs manager to 10.254.1.201 - PASS (tick)
  • 7.2 ovsdb node 2 set ovs manager to 10.254.1.201 - PASS (tick)
  • 7.3 Create host1 on node 1 10.254.1.200 - PASS (tick)
  • 7.4 Create host2 on node 2 10.254.1.201 - PASS (tick)
  • 7.5 Create port on host1 on the node 10.254.1.200 - PASS (tick)
  • 7.6 Create port on host2 on the node 10.254.1.201 - PASS (tick)
  • 7.7 Add port to ovs br-int and host go-online on the node 10.254.1.200 - PASS (tick)
  • 7.8 Add port to ovs br-int and host go-online on the node 10.254.1.201 - PASS (tick)
  • 7.9 Check onos set host flows on the node 10.254.1.200 - PASS (tick)
  • 7.10 Check onos set host flows on the node 10.254.1.201 - FAIL (error)
  • Check onos set host flows on the node 10.254.1.201 failed
  • PASS (tick)
  • 7.11 Check hosts can ping each other - FAIL (error)
    • Failed to host go online and ping each other,controller is 10.254.1.201

...