From: Zack Cerza Date: Wed, 26 Jan 2022 16:39:10 +0000 (-0700) Subject: teuthology.sh: Use the teuthology:no-ceph suite X-Git-Tag: 1.2.0~190^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=311ab0b9a95eefcd1af4e793840748840c323f5e;p=teuthology.git teuthology.sh: Use the teuthology:no-ceph suite Signed-off-by: Zack Cerza --- diff --git a/docs/docker-compose/teuthology.sh b/docs/docker-compose/teuthology.sh index f1ae798b1..affaf8236 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