]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
suite: Implement --sleep-before-teardown option
authorNathan Cutler <ncutler@suse.com>
Fri, 14 Sep 2018 10:44:37 +0000 (12:44 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Wed, 15 Apr 2020 19:08:32 +0000 (21:08 +0200)
commit580727cae4e3f9ff50098791bb02775731e80d2a
treeeb059fee4622895dc138a13f1c91857f9e5e9b4f
parentb37d5a860e4a6c63eaad98beeef698577c8a2210
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>
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
(cherry picked from commit 94657b94481572586f616bd9a678132f9ac2a551)
scripts/openstack.py
scripts/suite.py
teuthology/config.py
teuthology/run_tasks.py
teuthology/suite/placeholder.py
teuthology/suite/run.py