There was an error while loading. Please reload this page.
1 parent 830f055 commit 2cc6c47Copy full SHA for 2cc6c47
1 file changed
tests/network/conftest.py
@@ -6,4 +6,4 @@
6
def host_no_sdn_controller(host: Host) -> None:
7
""" An XCP-ng with no SDN controller. """
8
if host.xe('sdn-controller-list', minimal=True):
9
- pytest.skip("This test requires an XCP-ng with no SDN controller")
+ pytest.fail("This test requires an XCP-ng with no SDN controller")
0 commit comments