From 1ad468bc128c073422e1fe1cb8c0d11fd467e5bd Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 4 Dec 2024 11:41:49 +0100 Subject: [PATCH] Enable XTF tests in IPv6 Signed-off-by: Benjamin Reis --- tests/xen/test_xtf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/xen/test_xtf.py b/tests/xen/test_xtf.py index b886c59f4..dc2ae47ff 100644 --- a/tests/xen/test_xtf.py +++ b/tests/xen/test_xtf.py @@ -8,8 +8,7 @@ # - host: XCP-ng host >= 8.2, with Xen booted with the hvm_fep command line parameter # See https://xenbits.xen.org/docs/xtf/ -# XTF git repo is not available in IPv6 -@pytest.mark.usefixtures("host_with_hvm_fep", "host_with_dynamically_disabled_ept_sp", "host_no_ipv6") +@pytest.mark.usefixtures("host_with_hvm_fep", "host_with_dynamically_disabled_ept_sp") class TestXtf: _common_skips = [ # UMIP requires hardware support, that is a recent enough CPU