Skip to content

Commit 1ad468b

Browse files
committed
Enable XTF tests in IPv6
Signed-off-by: Benjamin Reis <[email protected]>
1 parent d938e3f commit 1ad468b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/xen/test_xtf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# - host: XCP-ng host >= 8.2, with Xen booted with the hvm_fep command line parameter
99
# See https://xenbits.xen.org/docs/xtf/
1010

11-
# XTF git repo is not available in IPv6
12-
@pytest.mark.usefixtures("host_with_hvm_fep", "host_with_dynamically_disabled_ept_sp", "host_no_ipv6")
11+
@pytest.mark.usefixtures("host_with_hvm_fep", "host_with_dynamically_disabled_ept_sp")
1312
class TestXtf:
1413
_common_skips = [
1514
# UMIP requires hardware support, that is a recent enough CPU

0 commit comments

Comments
 (0)