ceph/teuthology
John Spray 79dfe2cbef tasks: Use '_' instead of '-' in names
Python modules are not allowed to contain hyphens
in the name.  Using hyphens only works here because
we're using low level __import__.

Change run_tasks to replace '-' with '_' when reading
configs, and rename the task modules to have valid
python module names.

Aside from general hygiene, the motivation to do this
is to allow one task to build on code in another
task by importing it.

Signed-off-by: John Spray <john.spray@inktank.com>
2014-05-28 14:39:41 +01:00
..
locker Use longer varchar for locked_by in DB. 2014-05-06 12:06:56 -07:00
orchestra Fix unit tests under Jenkins 2014-05-13 13:09:04 -05:00
task tasks: Use '_' instead of '-' in names 2014-05-28 14:39:41 +01:00
task_util rgw: option to create a cache pool 2014-05-01 14:36:26 -07:00
test Add Pulpito links to teuthology emails 2014-05-15 11:08:10 -05:00
__init__.py Consolidate log file setup into shared function 2014-05-10 09:10:21 -05:00
beanstalk.py Process queued jobs synchronously 2014-05-21 16:18:00 -05:00
ceph.conf.template ceph.conf: longer client_moutn_timeout (which also applies to librados) 2014-04-10 13:24:41 -07:00
config.py Set results_server by default 2014-05-22 08:49:26 -05:00
contextutil.py safe_while: Don't sleep() on the first attempt 2014-04-17 11:08:36 -05:00
coverage.py Consolidate log file setup into shared function 2014-05-10 09:10:21 -05:00
kill.py Only attempt to use sudo if necessary 2014-04-28 11:12:29 -05:00
lock.py Allow .teuthology.yaml to set downburst path 2014-05-09 17:20:26 -07:00
lockstatus.py
misc.py Add Pulpito links to teuthology emails 2014-05-15 11:08:10 -05:00
nuke.py Changes so these are not installed and still removed 2014-04-29 15:18:42 -05:00
packaging.py
parallel.py
report.py Use config.archive_base if one isn't passed 2014-05-12 16:25:31 -05:00
results.py Add Pulpito links to teuthology emails 2014-05-15 11:08:10 -05:00
run_tasks.py tasks: Use '_' instead of '-' in names 2014-05-28 14:39:41 +01:00
run.py Consolidate log file setup into shared function 2014-05-10 09:10:21 -05:00
safepath.py
schedule.py Post last_in_suite jobs, but delete when run 2014-04-25 15:22:30 -05:00
sentry.py
suite.py suite: allow priority to be specified when scheduling 2014-03-26 10:09:12 -07:00
worker.py Don't crash when an invalid branch is passed 2014-05-22 12:26:50 -05:00