]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Moved task.tests into it's own module and created tests.test_run
authorAndrew Schoen <aschoen@redhat.com>
Tue, 3 Feb 2015 20:58:39 +0000 (14:58 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 5 Feb 2015 20:19:23 +0000 (14:19 -0600)
commitaaed783b61561d30b97f9f2fb3a153c7d11beba4
tree6ef20545c03977a1fd545c45de2783bed08b1ab2
parent4f64f5f3ce91c5916391f962bb3083ba3848a614
Moved task.tests into it's own module and created tests.test_run

This sets up the basic structure for teuthology integration testing.
Any tests put in teuthology/task/tests will be autodiscovered and run
when 'tests' is in the task list of a job's config.

Each test will be given ctx and config and it's output will be logged
using our logger.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/task/tests.py [deleted file]
teuthology/task/tests/__init__.py [new file with mode: 0644]
teuthology/task/tests/test_run.py [new file with mode: 0644]