]> git.proxmox.com Git - ceph.git/blame - ceph/qa/standalone/README
bump version to 18.2.2-pve1
[ceph.git] / ceph / qa / standalone / README
CommitLineData
c07f9fc5
FG
1qa/standalone
2=============
3
4These scripts run standalone clusters, but not in a normal way. They make
5use of functions ceph-helpers.sh to quickly start/stop daemons against
6toy clusters in a single directory.
7
8They are normally run via teuthology based on qa/suites/rados/standalone/*.yaml.
9
10You can run them in a git checkout + build directory as well:
11
12 * The qa/run-standalone.sh will run all of them in sequence. This is slow
13 since there is no parallelism.
14
b5b8bbf5
FG
15 * You can run individual script(s) by specifying the basename or path below
16 qa/standalone as arguments to qa/run-standalone.sh.
c07f9fc5 17
b5b8bbf5
FG
18../qa/run-standalone.sh misc.sh osd/osd-dup.sh
19
20 * Add support for specifying arguments to selected tests by simply adding
21 list of tests to each argument.
22
23../qa/run-standalone.sh "test-ceph-helpers.sh test_get_last_scrub_stamp"