From: Deepika Upadhyay Date: Fri, 23 Jul 2021 14:09:36 +0000 (+0000) Subject: suite: update available flavor for teuthology-suite X-Git-Tag: 1.2.0~232^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44b37b79de646086d383fba4e515cf609ae85810;p=teuthology.git suite: update available flavor for teuthology-suite we now have new build flavors crimson and jaeger, update them in docs Signed-off-by: Deepika Upadhyay --- diff --git a/scripts/openstack.py b/scripts/openstack.py index bfdcbfa8e..0d21519ff 100644 --- a/scripts/openstack.py +++ b/scripts/openstack.py @@ -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', diff --git a/scripts/suite.py b/scripts/suite.py index ba235da0c..ca3b7701f 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -49,9 +49,9 @@ Standard arguments: use 'none' to bypass kernel task. [default: distro] -f , --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 , --teuthology-branch The teuthology branch to run against. Default value is determined in the next order.