-
Notifications
You must be signed in to change notification settings - Fork 2
/
debug_suite.sh
executable file
·27 lines (23 loc) · 1.42 KB
/
debug_suite.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
rm -rf teu_log
./virtualenv/bin/teuthology -v \
--suite-path $HOME/ceph-qa-suite \
--owner [email protected] targets.yaml \
$HOME/ceph-qa-suite/suites/rgw/singleton/overrides.yaml \
$HOME/ceph-qa-suite/suites/rgw/singleton/all/radosgw-admin.yaml \
$HOME/ceph-qa-suite/suites/rgw/singleton/frontend/civetweb.yaml \
$HOME/ceph-qa-suite/suites/rgw/singleton/rgw_pool_type/ec-profile.yaml
# $HOME/ceph-qa-suite/suites/rgw/verify/overrides.yaml \
# $HOME/ceph-qa-suite/suites/rgw/verify/clusters/fixed-2.yaml \
# $HOME/ceph-qa-suite/suites/rgw/verify/frontend/civetweb.yaml \
# $HOME/ceph-qa-suite/suites/rgw/verify/rgw_pool_type/ec-profile.yaml \
# $HOME/ceph-qa-suite/suites/rgw/verify/tasks/rgw_s3tests_multiregion.yaml
# $HOME/ceph-qa-suite/suites/rgw/singleton/overrides.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/all/radosgw-admin.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/frontend/apache.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/rgw_pool_type/ec.yaml
# $HOME/ceph-qa-suite/suites/rgw/singleton/all/radosgw-admin-data-sync.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/frontend/apache.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/rgw_pool_type/ec-cache.yaml
# $HOME/ceph-qa-suite/suites/rgw/singleton/all/radosgw-admin-multi-region.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/frontend/civetweb.yaml \
# $HOME/ceph-qa-suite/suites/rgw/singleton/rgw_pool_type/replicated.yaml