diff options
author | Neale Ranns <neale@graphiant.com> | 2021-07-09 13:03:52 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-07-13 19:26:07 +0000 |
commit | 66edaf209fcfa618f42c0e6d21873a31de86b412 (patch) | |
tree | e7faf670a70fe98ce284e3bfe79afdb77f8c46fd /test/test_gbp.py | |
parent | 48057bd23433a352338358ca1f6cdc6cebd84f08 (diff) |
fib: Set the GLEAN flag on attached export routes so that the SAS works
correctly.
Type: fix
Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: I4bc2eb394a8f9d01c5a12de2ce963c22209d5439
Diffstat (limited to 'test/test_gbp.py')
-rw-r--r-- | test/test_gbp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gbp.py b/test/test_gbp.py index 21d0770cf66..c30a729519d 100644 --- a/test/test_gbp.py +++ b/test/test_gbp.py @@ -1004,7 +1004,7 @@ class TestGBP(VppTestCase): self.logger.info(self.vapi.cli("sh gbp endpoint")) # ... results in a Gratuitous ARP/ND on the EPG's uplink - rx = ep.epg.uplink.get_capture(len(ep.ips), timeout=0.2) + rx = ep.epg.uplink.get_capture(len(ep.ips) + 1, timeout=0.2) for ii, ip in enumerate(ep.ips): p = rx[ii] |