]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology.sh: Use the teuthology:no-ceph suite
authorZack Cerza <zack@redhat.com>
Wed, 26 Jan 2022 16:39:10 +0000 (09:39 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 28 Mar 2022 21:29:30 +0000 (15:29 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/teuthology.sh

index f1ae798b19d5b6ee08bd58a7e090f279d77e9f17..affaf82366cb26de5d3d6cf9048c60bbc0d06457 100755 (executable)
@@ -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