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/FUNCflow_unexpected ONOS branchmaster_20-builds_graph.jpg", alt="FUNCflow", style="width:525px;height:350px;border:0">

commit 1a9c6ba526c82f72a748f34a93cee1ea69af2e68 88f801035c901a6976016fc204da35c4ff3d943f (HEAD, review/ray_milkey/apache-4.2.9origin/master, origin/HEAD, master)
Author: Ray Milkey [ray@opennetworking.orgnosignal [howard_hsu@edge-core.com]
AuthorDate: Mon Jul 6 11:30:36 2020 -0700Jun 29 22:01:37 2020 +0800
Commit: Ray Milkey [ray@opennetworkingPier Luigi Ventre [pier@opennetworking.org]
CommitDate: Mon Jul 6 1410:2915:19 11 2020 -0700
Upgrade to apache karaf 4.2.9+0000

Fix for stratum profile deps

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

...

  • 3000.1 Deleting flows - PASS (tick)

Case 1100: Verify VLAN selector is correctly compiled -

...

PASS

Install one flow with only the VLAN selector specified, then verify the flow is added in ONOS, and finally broadcast a packet with the correct VLAN tag.

  • 1100.1 Add a flow with the VLAN tag as the only selector - PASS (tick)
  • 1100.2 Check flow is in the ADDED state - PASS (tick)
  • 1100.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1100.4 Send a packet to verify the flow are correct - FAIL (error)
  • Failed to send a packet
  • PASS (tick)

Case 3000: Delete flows that were added through rest - PASS

...

  • 3000.1 Deleting flows - PASS (tick)

Case 2000: Verify the ICMPv6 selector is correctly compiled on the flow -

...

FAIL

Install a flow with only the ICMPv6 selector specified, verify the flow is added in ONOS, and finally send a IMCPv6 packet to verify the ICMPv6 selector is compiled correctly.

  • 2000.1 Add a flow with a ICMPv6 selector - PASS (tick)
  • 2000.2 Check flow is in the ADDED state - PASS (tick)
  • 2000.3 Check flows are in Mininet's flow table - PASS (tick)
  • 2000.4 Send a packet to verify the flow is correct - PASS (tick)FAIL (error)
    • Failed to send a packet

Case 12: Stop Mininet and Scapy - PASS

...