Skip to content

Commit

Permalink
Enable XTF tests in IPv6
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Reis <[email protected]>
  • Loading branch information
benjamreis committed Dec 4, 2024
1 parent d938e3f commit 1ad468b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/xen/test_xtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ad468b

Please sign in to comment.