diff options
Diffstat (limited to 'test/asf/test_lb_api.py')
-rw-r--r-- | test/asf/test_lb_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/asf/test_lb_api.py b/test/asf/test_lb_api.py index 53c1db54094..b1e04a93ec3 100644 --- a/test/asf/test_lb_api.py +++ b/test/asf/test_lb_api.py @@ -22,7 +22,6 @@ class TestLbEmptyApi(asfframework.VppTestCase): """TestLbEmptyApi""" def test_lb_empty_vip_dump(self): - # no records should normally return [], but # lb initializes with a default VIP rv = self.vapi.lb_vip_dump() @@ -30,7 +29,6 @@ class TestLbEmptyApi(asfframework.VppTestCase): self.assertEqual(rv, [], "Expected: [] Received: %r." % rv) def test_lb_empty_as_dump(self): - # no records should return [] rv = self.vapi.lb_as_dump() # print(rv) |