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

...

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 933b0fe7bb8639124a5679714e4d80462953a012 c97849c19bfc75ba48f4fe0c9c464138c7364ee5 (HEAD -] master, origin/master, origin/HEAD)
Author: Ai Hamano kezhiyong [aike.hamano@ntt-atzhiyong@zte.cocom.jpcn]
AuthorDate: Fri Nov 30 11:22:37 2018 +0900Mon Dec 3 16:14:29 2018 +0800
Commit: Andrea Campanella [andrea@opennetworking.org]
CommitDate: Tue Thu Dec 4 236 01:0054:49 36 2018 +0000
[ODTN]Update TAPI YANG files
If link list if null or empty, the following code links.get(0) will get an error.

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 -

...

PASS

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 - FAIL (error)
  • Failure!!!Packet sent to port 1 is not received at port 2
  • PASS (tick)

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

...