teuthologyΒΆ

2026-09-05 19:38:34,921.921 WARNING:teuthology.config:no teuthology config found, looked for: ['/home/docs/.teuthology.yaml', '/etc/teuthology.yaml']
usage: teuthology [-h] [-v] [--version] [-a DIR] [--description DESCRIPTION]
                  [--owner OWNER] [--lock] [--machine-type MACHINE_TYPE]
                  [--os-type OS_TYPE] [--os-version OS_VERSION] [--block]
                  [--name NAME] [--suite-path SUITE_PATH]
                  [--interactive-on-error]
                  <config> [<config> ...]

Run ceph integration tests

positional arguments:
  <config>              one or more config files to read

options:
  -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