diff --git a/tests/quicktest/__init__.py b/tests/quicktest/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/quicktest/test_quicktest.py b/tests/quicktest/test_quicktest.py deleted file mode 100644 index 719a8544b..000000000 --- a/tests/quicktest/test_quicktest.py +++ /dev/null @@ -1,11 +0,0 @@ -import logging - -# Requirements: -# From --host parameter: -# - A XCP-ng host. -# -# /!\ Very long to execute - -def test_quicktest(host): - logging.info("Launching tests") - host.ssh(['/opt/xensource/debug/quicktest']) diff --git a/tests/storage/fsp/test_fsp_sr.py b/tests/storage/fsp/test_fsp_sr.py index f15e2b106..84c91f02a 100644 --- a/tests/storage/fsp/test_fsp_sr.py +++ b/tests/storage/fsp/test_fsp_sr.py @@ -3,7 +3,6 @@ import logging from .conftest import DIRECTORIES_PATH -from tests.storage import run_quicktest_on_sr # Requirements: # From --hosts parameter: