Fix bgpcep-1node-bgp-ingest tests 13/102213/15
authorSangwook Ha <sangwook.ha@verizon.com>
Thu, 25 Aug 2022 03:53:56 +0000 (20:53 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Sat, 27 Aug 2022 21:56:51 +0000 (14:56 -0700)
commit7feb3e40725da419b2fbb05b6023f231303d630c
treeb3d39d3d2cd45c489b1ce8d1069378ebcbfca859
parent6fab25fa71a3ead4a04bbeb3cd96a979b7ed23c9
Fix bgpcep-1node-bgp-ingest tests

Python 2 and 'python' command is not available any more in ODL system VM
based on CentOS 8. Update Python scripts 'ipaddr.py', 'play.py' and
'bgp_app_peer.py' to support Python 3.

Use the RFC8040 URLs in 'bgp_app_peer.py' to address some of the failed
test cases in Chlrorine where RESTCONF draft implementation is removed.

Change-Id: I4ffde830df6211b1365b87203843e08134348d26
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
csit/libraries/BGPCEP/ipaddr.py
csit/libraries/BGPSpeaker.robot
csit/libraries/SSHKeywords.robot
csit/suites/bgpcep/bgpingest/bgp_app_peer_prefixcount.robot
csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot
csit/suites/bgpcep/bgpuser/ebgp_peers_basic.robot
csit/suites/bgpcep/bgpuser/ibgp_peer_lsp.robot
csit/suites/netconf/notifications/notifications_basic.robot
tools/fastbgp/bgp_app_peer.py
tools/fastbgp/play.py