]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
suite: add --throttle to pause between jobs
authorLoic Dachary <ldachary@redhat.com>
Mon, 7 Sep 2015 11:40:47 +0000 (13:40 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 8 Sep 2015 19:00:14 +0000 (21:00 +0200)
commit5172d19830db58d5d553b0e06380117dce3058a6
tree4f0799b2057be2808ef3a510bbbb28b6b3e8ee6d
parentb635e2ed39dec5aa007fb5919a28783f25b5522f
suite: add --throttle to pause between jobs

When scheduling, wait SLEEP seconds between jobs.  Useful to avoid
bursts that may be too hard on the underlying infrastructure or exceed
OpenStack API limits (server creation per minute for instance).

http://tracker.ceph.com/issues/12977 Refs: #12977

Signed-off-by: Loic Dachary <loic@dachary.org>
scripts/suite.py
teuthology/suite.py
teuthology/test/suites/noop/noop.yaml [new file with mode: 0644]
teuthology/test/test_suite.py