summaryrefslogtreecommitdiffstats
path: root/src/test/ceph_objectstore_tool.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-objectstore-tool: Add dry-run checking to ops missing itDavid Zafman2015-11-131-0/+50
* test: Remove redundant test outputDavid Zafman2015-11-131-1/+0
* test: Verify replicated PG beyond just data after vstartDavid Zafman2015-11-131-0/+3
* test: Fix verify() used after import to also check xattr and omapDavid Zafman2015-11-131-3/+52
* test: Add test cases for xattr and omap ceph-objectstore-tool operationsDavid Zafman2015-11-131-0/+153
* ceph-objectstore-tool: Improve object spec error handlingDavid Zafman2015-10-301-0/+21
* ceph-objectstore-tool: Enhanced dump command replaces dump-infoDavid Zafman2015-10-301-0/+22
* test: Add some clones to ceph-objectstore-tool testDavid Zafman2015-10-301-6/+61
* ceph-objectstore-tool: Improve some error messagesDavid Zafman2015-10-301-1/+7
* ceph-objectstore-tool: add mark-complete operationMykola Golub2015-09-101-1/+1
* test: Fix failure test to find message anywhere in stderrDavid Zafman2015-09-091-34/+21
* test: add test for {get,set}-inc-osdmap commands.Kefu Chai2015-07-171-2/+42
* test: add test for {get,set}-osdmap commandsKefu Chai2015-07-171-2/+109
* tools, test: Some ceph-objectstore-tool error handling fixesDavid Zafman2015-07-101-2/+15
* test: Add debug argument to the ceph-objectstore-tool testDavid Zafman2015-07-101-1/+4
* tools: Check for valid --op earlier so we can get a better error messageDavid Zafman2015-07-101-0/+4
* tools, test: Add ceph-objectstore-tool to operate on the meta collectionDavid Zafman2015-07-101-5/+47
* test, tools: Improve ceph-objectstore-tool import error handling and add testsDavid Zafman2015-06-111-0/+20
* test: Add --dry-run and --no-overwrite testing of rados importDavid Zafman2015-06-111-6/+23
* test: Switch ceph-objectstore-tool import-rados to rados importDavid Zafman2015-06-111-17/+10
* test/ceph-objectstore-tool: Don't need stderr noiseDavid Zafman2015-06-021-1/+1
* test/ceph-objectstore-tool: Show command that should have failedDavid Zafman2015-06-021-0/+2
* test/ceph_objectstore_tool: Improve dump-journal testingDavid Zafman2015-06-021-21/+37
* ceph-objectstore-tool: Allow --pgid specified on import (for post split)David Zafman2015-06-021-65/+158
* test: Use ceph-objectstore-tool --no-overwrite for import-radosDavid Zafman2015-05-131-0/+6
* test: Test ceph-objectstore-tool --dry-run in select operationsDavid Zafman2015-05-131-1/+85
* test: Fix ceph-objectstore-tool test missing fd.close()David Zafman2015-05-131-0/+1
* test: Fix ceph-objectstore-tool test error messageDavid Zafman2015-05-131-1/+1
* test: ceph-objectstore-tool: Remove duplicate debug messages, keep cmd/log/ca...David Zafman2015-05-131-7/+4
* test: ceph-objectstore-tool import after split testingDavid Zafman2015-05-131-0/+50
* test: Use CEPH_DIR where appropriateDavid Zafman2015-05-131-2/+2
* test: Limit how long ceph-objectstore-tool test will wait for healthDavid Zafman2015-05-131-0/+3
* test: Add optional arg to vstart() to provide additional args to vstartDavid Zafman2015-05-131-3/+3
* test: Test ceph-objectstore-tool --op dump-journal outputDavid Zafman2015-05-131-4/+102
* test: Pep8 fixes for ceph-objectstore-tool testDavid Zafman2015-05-131-10/+15
* test: Fix ceph-objectstore-tool test, overwrite OTHERFILE so second check is ...David Zafman2015-05-131-1/+1
* ceph-objectstore-tool: On any exit release CephContext so logging can flushDavid Zafman2015-05-131-0/+7
* ceph_objectstore_tool: fix check_output on python2.6Kefu Chai2015-02-061-1/+19
* ceph-objectstore-tool, test: Fix objectstore name changed to keyvaluestoreDavid Zafman2015-01-151-1/+1
* ceph-objectstore-tool: Remove --pretty-format and use new --format optionsDavid Zafman2015-01-151-3/+3
* ceph_objectstore_tool: Rename generated binary to ceph-objectstore-toolDavid Zafman2014-12-181-4/+4
* ceph_objectstore_tool: Add --format and --pretty-format supportDavid Zafman2014-12-051-9/+10
* objectstore_tool: test --op list variantsLoic Dachary2014-12-051-6/+63
* tests: ceph_objectstore_tool.py test all variants of export/importDavid Zafman2014-11-181-5/+24
* tests: ceph_objectstore_tool.py fix list-attr for erasure codeDavid Zafman2014-11-151-3/+10
* tests: ceph_objectstore_tool.py check for malformed JSON for erasure code objsDavid Zafman2014-11-151-0/+3
* tests: ceph_objectstore_tool.py fix off by 1 ATTR_OBJS handlingDavid Zafman2014-11-151-3/+3
* common: do not omit shard when ghobject NO_GEN is setLoic Dachary2014-11-151-0/+26
* tests: ceph_objectstore_tool.py skip if /dev/tty failsLoic Dachary2014-11-151-5/+22
* tests: ceph_objectstore_tool.py encapsulate init-ceph stopLoic Dachary2014-11-151-7/+12