2025-01-10 23:14:03,440.440 WARNING:teuthology.config:no teuthology config found, looked for: ['/home/docs/.teuthology.yaml', '/etc/teuthology.yaml']
usage: teuthology --help
teuthology --version
teuthology [options] [--] <config>...
Run ceph integration tests
positional arguments:
<config> one or more config files to read
optional arguments:
-h, --help show this help message and exit
-v, --verbose be more verbose
--version the current installed version of teuthology
-a DIR, --archive DIR path to archive results in
--description DESCRIPTION job description
--owner OWNER job owner
--lock lock machines for the duration of the run
--machine-type MACHINE_TYPE Type of machine to lock/run tests on.
--os-type OS_TYPE Distro/OS of machine to run test on.
--os-version OS_VERSION Distro/OS version of machine to run test on.
--block block until locking machines succeeds (use with --lock)
--name NAME name for this teuthology run
--suite-path SUITE_PATH Location of ceph-qa-suite on disk. If not specified,
it will be fetched
--interactive-on-error drop to a python shell on failure, which will
halt the job; developer can then ssh to targets
and examine cluster state.