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

...

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 c80570bc05b7a25e50c549bb9fb016d4cfe87957 82fdd83b6ce1d82643f9f2ac6e8b4b95f234fdbf (HEAD -] master, origin/master, origin/HEAD)
Author: DongRyeol Cha [dr83.cha@samsung.comAi Hamano [ai.hamano@ntt-at.co.jp]
AuthorDate: Wed Thu Nov 7 1129 15:5544:32 46 2018 +0900
Commit: Thomas Vachuska Andrea Campanella [tom@opennetworkingandrea@opennetworking.org]
CommitDate: Wed Fri Nov 28 2130 00:0201:19 43 2018 +0000
Refactor the LinkDiscovery and fix the dropping of portDesc
[ODTN]Fix TapiContextHandler according to TAPI2.1

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

...