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-1.15/1073/

...

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 988022ae0b18ad4de22299d111886328272b2f06 2e607918d2752249a3e7da589ca2e154fac8b665 (HEAD -] onos-1.15, origin/onos-1.15)
Author: Jordan Halterman [jordan@opennetworking.orgWilliam Davies [william.davies@infosys.com]
AuthorDate: Wed Apr 17 11:05:16 2019 -0700Tue Jul 23 21:18:53 2019 +0000
Commit: Pier Luigi Ventre [pier@opennetworking.orgCharles Chan [rascov@gmail.com]
CommitDate: Thu Fri Feb 6 2114 14:4713:49 01 2020 +0000
Fetch flows in buckets to avoid large memory allocations/serialization in flow store-0800

Adding port validations for Xconnect service creation

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

...

  • 3000.1 Deleting flows - PASS (tick)

Case 1400: Verify flow IP selectors are correctly compiled -

...

PASS

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 - 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 1700: Verify the TCP selector is correctly compiled on the flow -

...

PASS

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

  • 1700.1 Add a flow with a TCP selector - PASS (tick)
  • 1700.2 Check flow is in the ADDED state - PASS (tick)
  • 1700.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1700.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

...