From 311ab0b9a95eefcd1af4e793840748840c323f5e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 26 Jan 2022 09:39:10 -0700 Subject: [PATCH] teuthology.sh: Use the teuthology:no-ceph suite Signed-off-by: Zack Cerza --- docs/docker-compose/teuthology.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docker-compose/teuthology.sh b/docs/docker-compose/teuthology.sh index f1ae798b19..affaf82366 100755 --- a/docs/docker-compose/teuthology.sh +++ b/docs/docker-compose/teuthology.sh @@ -11,11 +11,16 @@ teuthology-suite -v \ -m testnode \ --limit 1 \ -n 100 \ - --suite dummy \ + --suite teuthology:no-ceph \ + --filter-out "libcephfs,kclient,stream,centos,rhel" \ + -d ubuntu -D 20.04 \ --suite-branch master \ --subset 9000/100000 \ -p 75 \ + --seed 349 \ --force-priority \ /teuthology/custom_conf.yaml -teuthology-dispatcher --log-dir /teuthology/log --tube testnode +teuthology-dispatcher -v \ + --log-dir /teuthology/log \ + --tube testnode tail -f /dev/null \ No newline at end of file -- 2.39.5