]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: update available flavor for teuthology-suite
authorDeepika Upadhyay <dupadhya@redhat.com>
Fri, 23 Jul 2021 14:09:36 +0000 (14:09 +0000)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 12 Oct 2021 15:01:11 +0000 (20:31 +0530)
we now have new build flavors crimson and jaeger, update them in docs

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
scripts/openstack.py
scripts/suite.py

index bfdcbfa8ec25c1994389917d9270981172c71a03..0d21519ff3b2e8c04776753ea95c9aa123d59858 100644 (file)
@@ -58,9 +58,9 @@ def get_suite_parser():
     )
     parser.add_argument(
         '-f', '--flavor',
-        help=("The kernel flavor to run against: ('basic',"
-              "'gcov', 'notcmalloc')"),
-        default='basic',
+        help=("The ceph packages shaman flavor to run with:"
+        "('default', 'crimson', 'notcmalloc', 'jaeger')"),
+        default='default',
     )
     parser.add_argument(
         '-d', '--distro',
index ba235da0c29c21832c235c7b7ebd490cdd35105d..ca3b7701f4d62e22d16ccdc5c514bd8c825fc4c2 100644 (file)
@@ -49,9 +49,9 @@ Standard arguments:
                               use 'none' to bypass kernel task.
                               [default: distro]
   -f <flavor>, --flavor <flavor>
-                              The kernel flavor to run against: ('basic',
-                              'gcov', 'notcmalloc')
-                              [default: basic]
+                              The ceph packages shaman flavor to run with:
+                              ('default', 'crimson', 'notcmalloc', 'jaeger')
+                              [default=default]
   -t <branch>, --teuthology-branch <branch>
                               The teuthology branch to run against.
                               Default value is determined in the next order.