tests: remove tag_fixme_ubuntu2204 01/41701/3
authorIvan Ivanets <[email protected]>
Thu, 10 Oct 2024 13:51:03 +0000 (16:51 +0300)
committerDave Wallace <[email protected]>
Mon, 21 Oct 2024 20:20:42 +0000 (20:20 +0000)
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 <[email protected]>
test/test_flowprobe.py
test/test_nat44_ed.py
test/test_nat64.py

index 9622e61..18a2e3a 100644 (file)
@@ -16,7 +16,6 @@ from config import config
 from framework import VppTestCase
 from asfframework import (
     tag_fixme_vpp_workers,
-    tag_fixme_ubuntu2204,
     tag_fixme_debian11,
     tag_run_solo,
     is_distro_ubuntu2204,
@@ -383,7 +382,6 @@ class MethodHolder(VppTestCase):
 
 @tag_run_solo
 @tag_fixme_vpp_workers
-@tag_fixme_ubuntu2204
 @tag_fixme_debian11
 @unittest.skipIf(
     "flowprobe" in config.excluded_plugins, "Exclude Flowprobe plugin tests"
index 7615312..83629bb 100644 (file)
@@ -7,7 +7,7 @@ from random import randint, choice
 import re
 import scapy.compat
 from framework import VppTestCase, VppLoInterface
-from asfframework import VppTestRunner, tag_fixme_ubuntu2204, is_distro_ubuntu2204
+from asfframework import VppTestRunner, is_distro_ubuntu2204
 from scapy.data import IP_PROTOS
 from scapy.layers.inet import IP, TCP, UDP, ICMP, GRE
 from scapy.layers.inet import IPerror, TCPerror
@@ -2606,7 +2606,6 @@ class TestNAT44ED(VppTestCase):
             i.remove_vpp_config()
 
 
-@tag_fixme_ubuntu2204
 @unittest.skipIf("nat" in config.excluded_plugins, "Exclude NAT plugin tests")
 class TestNAT44EDMW(TestNAT44ED):
     """NAT44ED MW Test Case"""
index a28d725..0ddce3d 100644 (file)
@@ -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"""