ceph-mirror/qa/standalone
Kamoltat (Junior) Sirivadhna 5714b5fb4d
Merge pull request #66580 from kamoltat/wip-ksirivad-fix-72994
mon [stretch-mode]: Allow a max bucket weight diff threshold
Reviewed-by: Ronen Friedman <rfriedma@ibm.com>
2026-03-13 17:34:34 -04:00
..
c2c qa: verify the benefits of mempool cacheline optimization 2021-04-30 12:11:13 +08:00
crush qa: drop XMLSTARLET variable, use xmlstarlet directly 2024-08-25 13:22:08 +02:00
erasure-code qa: Add a new test to test-erasure-code-plugins.sh to test for new health warn 2025-11-18 16:01:15 +00:00
mgr qa/standalone/mgr/balancer.sh: adapt test 2020-04-14 00:05:02 +00:00
misc mgr/DaemonServer: Implement ok-to-upgrade command 2026-02-23 12:43:16 +05:30
mon Merge pull request #67451 from Ericmzhang/wip-mon-colocate 2026-03-12 06:34:58 +05:30
mon-stretch mon [stretch-mode]: Allow a max bucket weight diff threshold 2026-02-06 22:05:07 +00:00
osd Merge pull request #67275 from ifed01/wip-ifed-fix-bluefs-expand-test 2026-03-13 17:05:44 +03:00
osd-backfill qa/standalone: osd-backfill-space.sh 2026-02-17 19:50:19 +00:00
scrub qa/standalone: osd-scrub-dump.sh: additional tests 2025-11-30 01:31:44 -06:00
special qa/standalone: always decode output from check_output() 2020-09-03 13:09:16 +08:00
ceph-helpers.sh qa/standalone: wait for ceph pg dump pgs 2026-02-11 18:38:41 +00: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"