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

...

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

commit 25669c6ddf72a22d3d2cfa091298012a7386001a 29d66c190c4101d802b48aa7efda72f437f2d066 (HEAD -] master, origin/master, origin/HEAD)
Author: Seyeon Jeong Jian Li [seyeon@opennetworkingpyguni@gmail.orgcom]
AuthorDate: Wed Tue Feb 19 1725 05:5104:05 14 2020 -0800+0900
Commit: Charles Chan Jian Li [charles@opennetworkingpyguni@gmail.orgcom]
CommitDate: Fri Tue Feb 21 0125 05:4211:24 14 2020 +00000900

Fix possible NPE when 't3-troubleshoot-pingall' command on a host without IP addr
--
(cherry picked from commit 980eea4a63639bf082570c8bf9e882554921112a)
: re-order the flow rule and group rule install/uninstall sequence

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

...

  • 6.1 Deleting Group and Flows - No Result (warning)
  • 6.2 Deleting the created flow by deviceId and flowId - PASS (tick)
  • 6.3 Deleting the created group by deviceId and appCookie - PASS (tick)

Case 7: Verify Group of type INDIRECT are successfully Added -

...

FAIL

Install a Group of type INDIRECT Verify the Group is Added Add a flow using the group Send a packet that verifies the action bucket of the group

  • 7.1 Add Group using Rest api - PASS (tick)
  • 7.2 Check groups are in ADDED state - PASS (tick)
  • 7.3 Adding flow with Group using rest api - PASS (tick)
  • 7.4 Testing Group by sending packet using Scapy - PASS (tick)FAIL (error)
    • Failure!!!Packet sent to port 1 is not received at port 2

Case 6: Delete the Group and Flow added through Rest api - PASS

...