aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flowprobe.py
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2024-07-02 18:02:09 +0200
committerDave Wallace <dwallacelf@gmail.com>2024-07-10 01:16:38 +0000
commit7ad2c8b3e0f8b157f570ce5958bde3220d62b1ac (patch)
tree597d8274c5fbf868aa3bf13a638c88c8161d6b35 /test/test_flowprobe.py
parent80e9503819a64f8360bb9b055660089ba67957f6 (diff)
tests: disable failing tests on Ubuntu 22.04
Also rework the logic so the skipping of marked Ubuntu 22.04 occurs at framework level Leave debian11 special cases as-is. Type: fix Change-Id: I481eb32cd1a0860935482e9f930ced409da653c9 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> (cherry picked from commit 9987d470a6a502dd64266204cb006f30d7245cdd)
Diffstat (limited to 'test/test_flowprobe.py')
-rw-r--r--test/test_flowprobe.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_flowprobe.py b/test/test_flowprobe.py
index ac0433abc00..4fd9c6f2320 100644
--- a/test/test_flowprobe.py
+++ b/test/test_flowprobe.py
@@ -183,9 +183,7 @@ class MethodHolder(VppTestCase):
variables and configure VPP.
"""
super(MethodHolder, cls).setUpClass()
- if (is_distro_ubuntu2204 == True or is_distro_debian11 == True) and not hasattr(
- cls, "vpp"
- ):
+ if (is_distro_debian11 == True) and not hasattr(cls, "vpp"):
return
try:
# Create pg interfaces