aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_nat64.py
diff options
context:
space:
mode:
authorIvan Ivanets <iivanets@cisco.com>2024-10-10 16:51:03 +0300
committerDave Wallace <dwallacelf@gmail.com>2024-10-21 20:20:42 +0000
commit2e8a406aaf559817f9799908087e7dd671d17094 (patch)
tree63468c7606c8a2afcbb5db8598e2a34f94940d2f /test/test_nat64.py
parent4c5ec738747c7e924af5d96a07e5d7c31cc2c998 (diff)
tests: remove tag_fixme_ubuntu2204
Type: test Activate tests that works successfully on ubuntu 22.04 but were problematic on later version and were excluded by @tag_fixme_ubuntu2204 Change-Id: I93c4626a120ce8b475e9c5ca933a5544d6337933 Signed-off-by: Ivan Ivanets <iivanets@cisco.com>
Diffstat (limited to 'test/test_nat64.py')
-rw-r--r--test/test_nat64.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_nat64.py b/test/test_nat64.py
index a28d7257aa0..0ddce3d23ec 100644
--- a/test/test_nat64.py
+++ b/test/test_nat64.py
@@ -12,7 +12,6 @@ from config import config
from framework import VppTestCase
from asfframework import (
tag_fixme_vpp_workers,
- tag_fixme_ubuntu2204,
is_distro_ubuntu2204,
VppTestRunner,
)
@@ -40,7 +39,6 @@ from config import config
@tag_fixme_vpp_workers
-@tag_fixme_ubuntu2204
@unittest.skipIf("nat" in config.excluded_plugins, "Exclude NAT plugin tests")
class TestNAT64(VppTestCase):
"""NAT64 Test Cases"""