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

commit a0565191f00aa2f20e0ac4958d767dfaccd2166c 9ceeacb11e34e34afee44c623b0dff5b04830a21 (HEAD -] master, origin/master, origin/HEAD)
Author: Shibu Vijayakumar Seyeon Jeong [shibuseyeon@opennetworking.vijayakumar@infosys.comorg]
AuthorDate: Thu Jul 4 07:13:37 2019 -0400Fri Feb 28 01:46:39 2020 -0800
Commit: Shibu Vijayakumar Charles Chan [shibucharles@opennetworking.vijayakumar@infosys.comorg]
CommitDate: Fri Tue Mar 27 1131 21:4822:31 06 2020 +0000
Flow stats collection optimization - Flag introduced to stop periodic collection and collect only in 3 scenarios (Flows Add/Delete/Mod, Switch Add/Change, Mastership Change
Add JSON decoders for Host and HostLocation
--
(cherry picked from commit 46d2462e4e49855b0d533035250776589fd05d88)

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

...

  • 3000.1 Deleting flows - PASS (tick)

Case 1500: Verify IPv6 selector is 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.

  • 1500.1 Add flows with IPv6 addresses as the only selectors - PASS (tick)
  • 1500.2 Check flow is in the ADDED state - PASS (tick)
  • 1500.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1500.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 1900: Verify the ICMPv4 selector is correctly compiled on the flow -

...

FAIL

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

  • 1900.1 Add a flow with a ICMPv4 selector - PASS (tick)
  • 1900.2 Check flow is in the ADDED state - PASS (tick)
  • 1900.3 Check flows are in Mininet's flow table - PASS (tick)
  • 1900.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

...