There was an error while loading. Please reload this page.
1 parent 58403e1 commit 016b032Copy full SHA for 016b032
1 file changed
tests/xen/test_xen_dom0_tests.py
@@ -11,7 +11,7 @@
11
12
@pytest.mark.usefixtures("host_with_dom0_tests")
13
class TestXenDom0Tests:
14
- def test_dom0(self, host: Host):
+ def test_dom0(self, host: Host) -> None:
15
metadata = host.ssh('cat /usr/share/xen-dom0-tests-metadata.json')
16
tests = json.loads(metadata)["tests"]
17
assert tests, "Test list must not be empty"
0 commit comments