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/lib/bgp.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/lib/bgp.py')
| -rw-r--r-- | tests/topotests/lib/bgp.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index 0275b820cc..c47dddb8d4 100644 --- a/tests/topotests/lib/bgp.py +++ b/tests/topotests/lib/bgp.py @@ -470,9 +470,9 @@ def __create_bgp_unicast_address_family(topo, input_dict, router, addr_type, dest_link]["ipv6"].split("/")[0] neigh_cxt = "neighbor {}".format(ip_addr) - #config_data.append("address-family {} unicast".format( - # addr_type - #)) + config_data.append("address-family {} unicast".format( + addr_type + )) if deactivate: config_data.append( "no neighbor {} activate".format(deactivate)) |
