This broke when path changed. It's a bit
weird to run the cephfs tests by default
now that vstart_runner is not cephfs-specific,
but for the moment just restore the old
behaviour.
Signed-off-by: John Spray <john.spray@redhat.com>
log.info("Loaded: {0}".format(list(module_suites)))
overall_suite = suite.TestSuite(module_suites)
else:
- log.info("Excuting all tests")
+ log.info("Executing all cephfs tests")
overall_suite = decorating_loader.discover(
- os.path.dirname(os.path.abspath(__file__))
+ os.path.join(os.path.dirname(os.path.abspath(__file__)), "cephfs")
)
# Filter out tests that don't lend themselves to interactive running,