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_onos-1.15_20-builds_graph.jpg", alt="FUNCflow", style="width:525px;height:350px;border:0">

commit 7f1452fc01fa2d5ba13c7bc9f251a145e7576ee3 d78ccce52c40762a8124b2fffe17c952bc10038d (HEAD, origin/onos-1.15, onos-1.15)
Author: Jian Li [pyguni@gmail.com]
AuthorDate: Wed Tue Jul 8 2114 00:3705:26 24 2020 +0900
Commit: Jian Li [pyguni@gmail.com]
CommitDate: Thu Tue Jul 9 1314 03:0637:40 02 2020 +09000000
Fix: only handle TCP/UDP/ICMP/SCTP/any protocol for security group
Refactor: remove verbose logging message at openstack networking

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

...

  • 3000.1 Deleting flows - PASS (tick)

Case 1300: Verify the MPLS selector is correctly compiled on the flow. -

...

PASS

Install one flow with an MPLS selector, verify the flow is added in ONOS, and finally send a packet via scapy that has a MPLS label.

  • 1300.1 Add a flow with a MPLS selector - PASS (tick)
  • 1300.2 Check flow is in the ADDED state - PASS (tick)
  • 1300.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1300.4 Send a packet to verify the flow is 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 1400: Verify flow IP selectors are correctly compiled -

...

FAIL

Install two flows with only IP selectors specified, then verify flows are added in ONOS, finally send a packet that only specifies the IP src and dst.

  • 1400.1 Add flows with IPv4 addresses as the only selectors - PASS (tick)
  • 1400.2 Check flow is in the ADDED state - PASS (tick)
  • 1400.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1400.4 Send a packet to verify the flow is correct - PASS (tick)FAIL (error)
    • Failed to send a packet

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

...

  • 3000.1 Deleting flows - PASS (tick)

Case 1800: Verify the UDP selector is correctly compiled on the flow -

...

FAIL

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

  • 1800.1 Add a flow with a SCTP selector - PASS (tick)
  • 1800.2 Check flow is in the ADDED state - PASS (tick)
  • 1800.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1800.4 Send a packet to verify the flow is correct - PASS (tick)FAIL (error)
    • Failed to send a packet

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

...