From: Zack Cerza Date: Tue, 9 Jul 2024 19:53:37 +0000 (-0600) Subject: teuthology-dev: Allow passing more suite args X-Git-Tag: 1.2.0~2^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=312e4bd8acbeae128e3dd0ccaa953e50505abe85;p=teuthology.git teuthology-dev: Allow passing more suite args Signed-off-by: Zack Cerza --- diff --git a/containers/teuthology-dev/teuthology.sh b/containers/teuthology-dev/teuthology.sh index b7c3922f4..373f6efb8 100755 --- a/containers/teuthology-dev/teuthology.sh +++ b/containers/teuthology-dev/teuthology.sh @@ -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 | \