Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published from Jenkins build: https://jenkins.onosproject.org/job/FUNC-pipeline-master/1722/

...

HTML
<img src="https://jenkins.onosproject.org/view/QA/job/postjob-VM/lastSuccessfulBuild/artifact/FUNCflow_master_20-builds_graph.jpg", alt="FUNCflow", style="width:525px;height:350px;border:0">

commit 80a62463abd755c7cea43ff5b9c557cd26da7e08 ff7e43d320b2736ada76fb4e3b62f1839b2d3013 (HEAD -] master, origin/master, origin/HEAD)
Author: Seyeon Jeong pier [seyeon@opennetworkingpier@opennetworking.org]
AuthorDate: Tue Mar 10 17:41:14 2020 -0700Wed Jan 29 16:19:22 2020 +0100
Commit: Charles Chan [charles@opennetworkingPier Luigi Ventre [pier@opennetworking.org]
CommitDate: Wed Mar 25 0219:1228:42 11 2020 +0000
Provide a map between all devices and their driver names
--
(cherry picked from commit dfaf4622e00256a8063ec4f12765381f7290a476)
Reduces the dependency of the link providers on the ClusterMetadataService.

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 1200: 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.

  • 1200.1 Add flows with ARP addresses as the only selectors - PASS (tick)
  • 1200.2 Check flow is in the ADDED state - PASS (tick)
  • 1200.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1200.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

...