]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task.tests Run unit tests 1720/head
authorZack Cerza <zack@redhat.com>
Thu, 3 Mar 2022 19:44:10 +0000 (12:44 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 16 Mar 2022 22:51:16 +0000 (16:51 -0600)
In addition to the six tests we were running, let's add the ~six
hundred unit tests we've added over the years.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/tests/__init__.py

index 088e84483e0883d9b64300c1bc7463147101c60b..c066f666000c48de217661c11e6e395def01dbce 100644 (file)
@@ -89,7 +89,7 @@ def task(ctx, config):
         status = pytest.main(
             args=[
                 '-q',
-                '--pyargs', __name__
+                '--pyargs', __name__, 'teuthology.test'
             ],
             plugins=[TeuthologyContextPlugin(ctx, config)]
         )