diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-02-18 11:36:22 +0000 |
---|---|---|
committer | Klement Sekera <ksekera@cisco.com> | 2021-03-09 18:43:11 +0100 |
commit | 4e4864112af5af148e929c2934ecf3d6b8a00946 (patch) | |
tree | 9ba9c376f958fea81a17c84bf3e15de320e0b5f8 /src | |
parent | d2b69975731b786a05982677a7c39478905b25c6 (diff) |
tests: re-enable the rest of NAT44ED tests for multiworker
Type: test
Change-Id: I37a12e3580c3631582f366944fe30f325b46f366
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/nat/test/test_nat44_ed.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/nat/test/test_nat44_ed.py b/src/plugins/nat/test/test_nat44_ed.py index 5e382aae855..2242205a5ba 100644 --- a/src/plugins/nat/test/test_nat44_ed.py +++ b/src/plugins/nat/test/test_nat44_ed.py @@ -916,7 +916,6 @@ class NAT44EDTestCase(VppTestCase): "%d" % self.tcp_external_port) -@tag_fixme_vpp_workers class TestNAT44ED(NAT44EDTestCase): """ NAT44ED Test Case """ |