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-Fabric3/lastSuccessfulBuild/artifact/SRDynamicConf_onos-2.2_20-builds_graph.jpg", alt="SRDynamicConf", style="width:525px;height:350px;border:0">

commit 1d4756928df452b61a0d51919d9aab80b7447bfe 90613fc8b563f96866f390f3c47f857c79344972 (HEAD -] onos-2.2, origin/onos-2.2)
Author: Robert MacDavid Jian Li [robertmacdavid@gmailpyguni@gmail.com]
AuthorDate: Thu May 21 21:32:38 2020 -0400Aug 26 22:04:08 2021 +0900
Commit: Carmelo Cascone Jian Li [carmelo@opennetworkingpyguni@gmail.orgcom]
CommitDate: Fri May 29 02:30:01 2020 +0000
Rewrite the SPGW P4 pipeline.
--
This commit makes two changes to the fabric.p4 source files:
1. Routing is now done on a metadata field instead of the ipv4 header.
Routing on the ipv4 header is incorrect if the packet is encapsulated
with an outer IPV4 header. The metadata field is updated each time the
ipv4 destination changes, or an outer header is added or removed. These
changes require no control plane modifications due to @name annotations.
2. The spgw control blocks have been rewritten to support the logical UP4
--
(cherry picked from commit bec6b6a7b0f33812c6f6904d9f9b629539446e79)

...

Thu Aug 26 22:20:33 2021 +0900

Fix: use k8s API config IP address as the controller's IP

Case 13: Changing port configuration from untagged 10 to tagged 10, with 2x2 leaf-spine topology and 3 ONOS instances - FAIL

  • 13.1 Constructing test variables - PASS (tick)
  • 13.2 Apply cell to environment - PASS (tick)
  • 13.3 Uninstalling Atomix - PASS (tick)
  • 13.4 Uninstalling ONOS package - PASS (tick)
  • 13.5 Creating ONOS package - PASS (tick)
  • 13.6 Installing Atomix - PASS (tick)
  • 13.7 Installing ONOS package - PASS (tick)
  • 13.8 Set up ONOS secure SSH - PASS (tick)
  • 13.9 Checking ONOS service - PASS (tick)
  • 13.10 Starting ONOS CLI sessions - PASS (tick)
  • 13.11 Checking ONOS nodes - PASS (tick)
  • 13.12 Checking ONOS applications - PASS (tick)
  • 13.13 Set logging levels - PASS (tick)
  • 13.14 Set ONOS configurations - PASS (tick)
  • 13.15 Starting Mininet Topology - PASS (tick)
  • 13.16 Check whether the flow count is >= 104 - PASS (tick)
  • 13.17 Check whether all flow status are ADDED - PASS (tick)
  • 13.18 Verify full connectivity for [u'h1', u'h2', u'h3', u'h4'] with tag CASE13_Before - FAIL (error)
    • IP connectivity failed
  • 13.19 Check whether the flow count of device of:0000000000000001 >= than 52 - PASS (tick)
  • 13.20 Check whether the flow count of device of:0000000000000002 >= than 52 - PASS (tick)
  • 13.21 Check whether the flow count is >= 104 - PASS (tick)
  • 13.22 Check whether all flow status are ADDED - PASS (tick)
  • 13.23 Verify full connectivity for [u'h1', u'h2', u'h3', u'h4'] with tag CASE13_After - FAIL (error)
    • IP connectivity failed
  • 13.24 Stopping Mininet - PASS (tick)
  • 13.25 Copying karaf logs - PASS (tick)

Case 23: Changing port configuration from untagged 10 to tagged 20 and native 10, with 2x2 leaf-spine topology and 3 ONOS instances - FAIL