ceph/qa/standalone
David Zafman 69fa515c95 test: Make most tests use default objectstore bluestore
Change run_osd() to default objectstore bluestore
Use run_osd_filestore() to use the non-default objectstore
Fix inject_eio to handle any objectstore if config prefixed with type

Remaining tests using filestore:
	osd-pool-create.sh TEST_pool_create_rep_expected_num_objects
		Test filestore directory creation
	qa/standalone/osd/osd-dup.sh TEST_filestore_to_bluestore
		Obvious
	qa/standalone/osd/osd-rep-recov-eio.sh TEST_rep_read_unfound
		Requires data digest in object info
	qa/standalone/scrub/osd-scrub-repair.sh multiple tests
		Erasure code pools append mode for filestore is tested
	qa/standalone/special/ceph_objectstore_tool.py
		Test code verifies COT by directly examining filestore contents

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

Signed-off-by: David Zafman <dzafman@redhat.com>
2019-04-10 08:55:04 -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
mon test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
osd test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
scrub test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
special Merge pull request #25403 from liyichao/rdigest 2019-01-30 09:30:23 -08:00
ceph-helpers.sh test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
README

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"