--suite-relpath <suite_relpath>
Look for tasks and suite definitions in this
subdirectory of the suite repo.
+ [default: qa]
--suite-branch <suite_branch>
Use this suite branch instead of the ceph branch
--suite-dir <suite_dir> Use this alternative directory as-is when
config.suite_verify_ceph_hash = False
main(['--suite', suite_name,
'--suite-dir', suite_dir,
+ '--suite-relpath', '',
'--throttle', throttle,
'--machine-type', machine_type])
m_sleep.assert_called_with(int(throttle))
config.suite_verify_ceph_hash = True
main(['--suite', suite_name,
'--suite-dir', suite_dir,
+ '--suite-relpath', '',
'--throttle', throttle,
'--machine-type', machine_type])
m_sleep.assert_called_with(int(throttle))