diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2019-09-03 14:39:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-03 14:39:14 +0200 |
| commit | db42a62a971bfd04ce694263bae5a1265bd05cda (patch) | |
| tree | 7389a290f36510ab32738d5026051d718b6090e1 /tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py | |
| parent | 39fbea23a64bcc6cca8be2fcad0c397d612dc2a1 (diff) | |
| parent | c7d88b2d105be3c9e7462f8ef20d326ea222d22f (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-x | tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py | 2 |
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: {}". \ |
