ceph/qa/standalone
David Zafman 7e77898001 test: Divergent testing of _merge_object_divergent_entries() cases
Case 1: A more recent update exists
Case 2: The first entry in the divergent sequence is a create
Case 3  NOT TESTED - Ohject currently missing
Case 4: We can rollback all of the entries
Case 5: We cannot rollback at least 1 of the entries

Support starting OSDs even when "noup" is set (don't wait for up).
Move create_ec_pool() to ceph-helpers.sh

Fixes: https://tracker.ceph.com/issues/39162

Signed-off-by: David Zafman <dzafman@redhat.com>
2019-04-22 18:50:24 -07:00
..
crush qa/standalone/crush/crush-choose-args: add weight-set tests 2019-03-20 04:57:51 -05:00
erasure-code test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
misc Merge pull request #16494 from asomers/bin_bash 2017-08-27 10:14:14 +08:00
mon test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
osd test: Divergent testing of _merge_object_divergent_entries() cases 2019-04-22 18:50:24 -07:00
scrub test: Divergent testing of _merge_object_divergent_entries() cases 2019-04-22 18:50:24 -07:00
special Merge pull request #25403 from liyichao/rdigest 2019-01-30 09:30:23 -08:00
ceph-helpers.sh test: Divergent testing of _merge_object_divergent_entries() cases 2019-04-22 18:50:24 -07:00
README qa: Add support for specifying sub-tests with run-standalone.sh 2017-08-10 08:30:47 -07:00

qa/standalone
=============

These scripts run standalone clusters, but not in a normal way.  They make
use of functions ceph-helpers.sh to quickly start/stop daemons against
toy clusters in a single directory.

They are normally run via teuthology based on qa/suites/rados/standalone/*.yaml.

You can run them in a git checkout + build directory as well:

  * The qa/run-standalone.sh will run all of them in sequence.  This is slow
     since there is no parallelism.

  * You can run individual script(s) by specifying the basename or path below
    qa/standalone as arguments to qa/run-standalone.sh.

../qa/run-standalone.sh misc.sh osd/osd-dup.sh

  * Add support for specifying arguments to selected tests by simply adding
    list of tests to each argument.

../qa/run-standalone.sh "test-ceph-helpers.sh test_get_last_scrub_stamp"