]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
suite: Implement --sleep-before-teardown option 1210/head
authorNathan Cutler <ncutler@suse.com>
Fri, 14 Sep 2018 10:44:37 +0000 (12:44 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 15 Sep 2018 06:17:55 +0000 (08:17 +0200)
commitc81ee9618faa6aeb56a4cc741e9f937b287b065e
treeb04d3b90eeb10f5f731f852ac6dfbfc3a24cee59
parent07c510a2feed181431eedad24c571ccf501ca95b
suite: Implement --sleep-before-teardown option

With this option, all jobs in the run sleep for the given number of seconds as
the very last thing they do, regardless of success or failure.

Use case: interactive debugging

Signed-off-by: Nathan Cutler <ncutler@suse.com>
scripts/openstack.py
scripts/suite.py
teuthology/config.py
teuthology/run_tasks.py
teuthology/suite/placeholder.py
teuthology/suite/run.py