diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-02-17 17:39:11 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-02-18 11:30:11 +0000 |
commit | 89ece7dba33f87a69350406a9bfd0ad7976544e0 (patch) | |
tree | f61e32077592d1be810de85a44c5d2571c08d3e3 /src/plugins | |
parent | 65a8d06141c405e864b5209047ae5ec4bd4c0f7b (diff) |
tests: re-enable NAT44ED tests for multiworker
Re-enable the test for 2-worker config test
Change-Id: Ie108c5d244c6704ffa152177ca77f6b6055fe38e
Type: test
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'src/plugins')
-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 f4d53e9f850..5133ae3c8ea 100644 --- a/src/plugins/nat/test/test_nat44_ed.py +++ b/src/plugins/nat/test/test_nat44_ed.py @@ -1906,7 +1906,6 @@ class TestNAT44ED(NAT44EDTestCase): raise -@tag_fixme_vpp_workers class TestNAT44EDMW(TestNAT44ED): """ NAT44ED MW Test Case """ worker_config = "workers 1" |