from framework import VppTestCase
from asfframework import (
tag_fixme_vpp_workers,
- tag_fixme_ubuntu2204,
tag_fixme_debian11,
tag_run_solo,
is_distro_ubuntu2204,
@tag_run_solo
@tag_fixme_vpp_workers
-@tag_fixme_ubuntu2204
@tag_fixme_debian11
@unittest.skipIf(
"flowprobe" in config.excluded_plugins, "Exclude Flowprobe plugin tests"
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
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"""
from framework import VppTestCase
from asfframework import (
tag_fixme_vpp_workers,
- tag_fixme_ubuntu2204,
is_distro_ubuntu2204,
VppTestRunner,
)
@tag_fixme_vpp_workers
-@tag_fixme_ubuntu2204
@unittest.skipIf("nat" in config.excluded_plugins, "Exclude NAT plugin tests")
class TestNAT64(VppTestCase):
"""NAT64 Test Cases"""