summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-02-21 13:34:23 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-02-21 17:51:21 +0900
commit1b88fa78d93b8cfb87f9563c5f80cf65097a220b (patch)
tree8e406a44b1f7d79862653cbe7a31fb8d32e111fb /test/scenario_test
parent82ce8fec0e3836aeedb1e15910181d4c29fbaee6 (diff)
table: fix handleMacMobility()
needs to find a diffrent ESI with the same mac address. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test')
-rw-r--r--test/scenario_test/evpn_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scenario_test/evpn_test.py b/test/scenario_test/evpn_test.py
index 00760d15..b3d290bc 100644
--- a/test/scenario_test/evpn_test.py
+++ b/test/scenario_test/evpn_test.py
@@ -80,7 +80,7 @@ class GoBGPTestBase(unittest.TestCase):
def test_02_add_evpn_route(self):
self.g1.local('gobgp global rib add '
- '-a evpn macadv 11:22:33:44:55:66 10.0.0.1 1000 1000 '
+ '-a evpn macadv 11:22:33:44:55:66 10.0.0.1 esi AS 1 1 1 etag 1000 label 1000 '
'rd 10:10 rt 10:10')
grib = self.g1.get_global_rib(rf='evpn')
self.assertTrue(len(grib) == 1)
@@ -111,7 +111,7 @@ class GoBGPTestBase(unittest.TestCase):
def test_03_check_mac_mobility(self):
self.g2.local('gobgp global rib add '
- '-a evpn macadv 11:22:33:44:55:66 10.0.0.1 1000 1000 '
+ '-a evpn macadv 11:22:33:44:55:66 10.0.0.1 esi AS 2 1 1 etag 1000 label 1000 '
'rd 10:20 rt 10:10')
time.sleep(3)
@@ -127,7 +127,7 @@ class GoBGPTestBase(unittest.TestCase):
def test_04_check_mac_mobility_again(self):
self.g1.local('gobgp global rib add '
- '-a evpn macadv 11:22:33:44:55:66 10.0.0.1 1000 1000 '
+ '-a evpn macadv 11:22:33:44:55:66 10.0.0.1 esi AS 3 1 1 etag 1000 label 1000 '
'rd 10:20 rt 10:10')
time.sleep(3)