diff options
Diffstat (limited to 'test/test_l3xc.py')
-rw-r--r-- | test/test_l3xc.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test_l3xc.py b/test/test_l3xc.py index d7a82976cf5..2bcb6d5ae23 100644 --- a/test/test_l3xc.py +++ b/test/test_l3xc.py @@ -90,16 +90,6 @@ class TestL3xc(VppTestCase): i.admin_down() super(TestL3xc, self).tearDown() - def send_and_expect_load_balancing(self, input, pkts, outputs): - self.pg_send(input, pkts) - rxs = [] - for oo in outputs: - rx = oo._get_capture(1) - self.assertNotEqual(0, len(rx)) - for r in rx: - rxs.append(r) - return rxs - def test_l3xc4(self): """ IPv4 X-Connect """ |