]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology-dev: Allow passing more suite args
authorZack Cerza <zack@redhat.com>
Tue, 9 Jul 2024 19:53:37 +0000 (13:53 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 8 Aug 2024 00:05:15 +0000 (18:05 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
containers/teuthology-dev/teuthology.sh

index b7c3922f4883c1ef5ef66830c8adfa30ca45754a..373f6efb8bf64c64260aaf0ff16e36d8f561d47e 100755 (executable)
@@ -28,6 +28,7 @@ if [ "$TEUTHOLOGY_SUITE" != "none" ]; then
         --filter-out "libcephfs,kclient" \
         --force-priority \
         --seed 349 \
+        ${TEUTHOLOGY_SUITE_EXTRA_ARGS} \
         $TEUTHOLOGY_CONF
     DISPATCHER_EXIT_FLAG='--exit-on-empty-queue'
     teuthology-queue -m $TEUTHOLOGY_MACHINE_TYPE -s | \