Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / standalone / README
1 qa/standalone
2 =============
3
4 These scripts run standalone clusters, but not in a normal way.  They make
5 use of functions ceph-helpers.sh to quickly start/stop daemons against
6 toy clusters in a single directory.
7
8 They are normally run via teuthology based on qa/suites/rados/standalone/*.yaml.
9
10 You 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
15   * You can run individual script(s) by specifying the basename or path below
16     qa/standalone as arguments to qa/run-standalone.sh.
17
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"