From 89ece7dba33f87a69350406a9bfd0ad7976544e0 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Wed, 17 Feb 2021 17:39:11 +0000 Subject: 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 --- src/plugins/nat/test/test_nat44_ed.py | 1 - 1 file changed, 1 deletion(-) 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" -- cgit 1.2.3-korg