Allow providers to override glean behaviour
and update glean address on local interface MAC change Change-Id: I530826d60c7e9db2b0fa2d45754139d82c5ea807 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
This commit is contained in:
@ -195,7 +195,7 @@ class TestBier(VppTestCase):
|
||||
self.bier_midpoint(BIERLength.BIER_LEN_128, 16, 128)
|
||||
|
||||
def test_bier_midpoint_64(self):
|
||||
"""BIER midpoint BSL:256"""
|
||||
"""BIER midpoint BSL:64"""
|
||||
self.bier_midpoint(BIERLength.BIER_LEN_64, 8, 64)
|
||||
|
||||
def test_bier_head(self):
|
||||
|
Reference in New Issue
Block a user