SRRouting at 06 Oct 2020 22:09:07

<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 4294af7d3ca7b08e1184ed79e32e3b15248d7cfe (HEAD -] onos-2.2, origin/onos-2.2)
Author: Jian Li [pyguni@gmail.com]
AuthorDate: Wed Oct 7 02:12:33 2020 +0900
Commit: Jian Li [pyguni@gmail.com]
CommitDate: Tue Oct 6 17:48:41 2020 +0000

Add node IP attribute in k8s node class with minor code refactoring

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 - PASS

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

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

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 - PASS

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

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

Case 101: Test link failures with IPv4 hosts - PASS

Case 102: Test link failures with IPv6 hosts - FAIL