diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2018-05-17 06:34:24 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-05-18 12:15:27 +0000 |
commit | 8f6dd328b2188eb15ad839b39cb31530758a4be1 (patch) | |
tree | bc889d0a658280f9c026637a532fa831b9c741a4 /test/test_gbp.py | |
parent | 1f6e9288536ee30db3911ccea1ea10af4b6b3e5e (diff) |
IP table bind allowed only if table exists
Change-Id: If01400e3434b25b2da36ba28ceb8444b216d0e38
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'test/test_gbp.py')
-rw-r--r-- | test/test_gbp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_gbp.py b/test/test_gbp.py index 3d9ebbc8f08..fe19ae6a27f 100644 --- a/test/test_gbp.py +++ b/test/test_gbp.py @@ -413,6 +413,8 @@ class TestGBP(VppTestCase): nat_table = VppIpTable(self, 20) nat_table.add_vpp_config() + nat_table = VppIpTable(self, 20, is_ip6=True) + nat_table.add_vpp_config() # # Bridge Domains |