summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2019-09-03 14:39:14 +0200
committerGitHub <noreply@github.com>2019-09-03 14:39:14 +0200
commitdb42a62a971bfd04ce694263bae5a1265bd05cda (patch)
tree7389a290f36510ab32738d5026051d718b6090e1 /tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
parent39fbea23a64bcc6cca8be2fcad0c397d612dc2a1 (diff)
parentc7d88b2d105be3c9e7462f8ef20d326ea222d22f (diff)
Merge pull request #4710 from ashish12pant/ecmp_tests
tests: Add ecmp test cases
Diffstat (limited to 'tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py')
-rwxr-xr-xtests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py b/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
index 095ebe3344..e99111d90b 100755
--- a/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
+++ b/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
@@ -375,7 +375,7 @@ def test_static_routes(request):
# Verifying RIB routes
dut = 'r3'
protocol = 'bgp'
- next_hop = '10.0.0.2'
+ next_hop = ['10.0.0.2', '10.0.0.5']
result = verify_rib(tgen, 'ipv4', dut, input_dict, next_hop=next_hop,
protocol=protocol)
assert result is True, "Testcase {} :Failed \n Error: {}". \