SRRouting at 30 Aug 2021 20:55:01

<img src="https://jenkins.onosproject.org/view/QA/job/postjob-Fabric3/lastSuccessfulBuild/artifact/SRRouting_onos-2.2_20-builds_graph.jpg", alt="SRRouting", style="width:525px;height:350px;border:0">
commit 90613fc8b563f96866f390f3c47f857c79344972 (HEAD -] onos-2.2, origin/onos-2.2)
Author: Jian Li [pyguni@gmail.com]
AuthorDate: Thu Aug 26 22:04:08 2021 +0900
Commit: Jian Li [pyguni@gmail.com]
CommitDate: Thu Aug 26 22:20:33 2021 +0900

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

Case 1: Ping between all ipv4 hosts in the topology - PASS

Case 2: Ping between all ipv6 hosts in the topology - PASS

Case 3: Ping between all ipv4 and ipv6 hosts in the topology - FAIL

Case 4: Ping between all ipv4 hosts in the topology and check connectivity to external ipv4 hosts - PASS

Case 5: Ping between all ipv6 hosts in the topology and check connectivity to external ipv6 hosts - FAIL

Case 6: Ping between all ipv4 and ipv6 hosts in the topology and check connectivity to external hosts - FAIL

Case 7: Ping between from ipv4 hosts to external host configured with route-add command - FAIL

Case 8: Ping between from ipv6 hosts to external host configured with route-add command - FAIL

Case 9: Ping between from ipv4 and ipv6 hosts to external host configured with route-add command - FAIL

Case 101: Test link failures with IPv4 hosts - FAIL

Case 102: Test link failures with IPv6 hosts - FAIL

Case 103: Test link failures with IPv4 and IPv6 hosts - FAIL

Case 104: Test link failures with IPv4 hosts including external hosts - FAIL

Case 105: Test link failures with IPv6 hosts including external hosts - FAIL

Case 106: Test link failures with IPv4 and IPv6 hosts including external hosts - FAIL

Case 107: Test link failures with IPv4 hosts including external hosts configured with route-add command - FAIL