summaryrefslogtreecommitdiffstats
path: root/qa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34541 from neha-ojha/wip-balancer-onNeha Ojha2020-04-163-6/+6
|\
| * qa/standalone/mon/osd-pool-df.sh: flush_pg_stats explicitlyNeha Ojha2020-04-141-1/+1
| * qa/standalone/mon/osd-pool-df.sh: fix test to check for the right valuesNeha Ojha2020-04-141-2/+3
| * qa/standalone/mgr/balancer.sh: adapt testNeha Ojha2020-04-141-3/+3
| * qa/workunits/cephtool/test.sh: don't set-require-min-compat-client luminousNeha Ojha2020-04-141-1/+0
* | Merge pull request #34549 from dillaman/wip-qa-rbd-read-balanceMykola Golub2020-04-151-1/+1
|\ \
| * | qa/suites/rbd: tweak 'require_osd_release' to 'pacific'Jason Dillaman2020-04-141-1/+1
* | | Merge pull request #34443 from sebastian-philipp/cephadm-revert-33974Sebastian Wagner2020-04-151-1/+1
|\ \ \
| * | | cephadm: Update images usedSebastian Wagner2020-04-141-1/+1
| |/ /
* | | Merge pull request #19076 from jecluis/wip-mon-fix-osdmap-lec-trimKefu Chai2020-04-151-0/+307
|\ \ \ | |/ / |/| |
| * | qa/standalone: exercise osdmon's last epoch cleanJoao Eduardo Luis2020-03-231-0/+307
* | | test: add ceph_test_cls_cmpomapCasey Bodley2020-04-132-0/+6
* | | Merge PR #34272 into masterSage Weil2020-04-13141-1260/+86
|\ \ \ | |_|/ |/| |
| * | qa/suites/fs/upgrade: start with msgr2Sage Weil2020-04-086-27/+0
| * | qa/suites/fs/upgrade: s/mimic/nautilus/Sage Weil2020-04-086-16/+16
| * | qa/suites/upgrade: whitelist when orchestrator_cli can't be loadedSage Weil2020-04-083-0/+4
| * | qa/standalone/mon/msgr-v2-transition: remove testSage Weil2020-04-081-82/+0
| * | qa/suites/ugprade: remove mimic -> pacific upgrade testsSage Weil2020-04-08123-1120/+0
| * | qa/standalone/mon/misc: update TEST_mon_featuresSage Weil2020-04-081-14/+16
| * | qa/suites/rados/thrash-old-clients: adjust octopus package list for el7Sage Weil2020-04-081-0/+28
| * | qa/workunits/cephtool/test.sh: fix require-osd-release testSage Weil2020-04-081-1/+2
| * | qa/suites/rados/thrash-old-clients/1-install/octopusSage Weil2020-04-081-0/+7
| * | qa/releases/pacific.yamlSage Weil2020-04-082-0/+13
* | | Merge pull request #34487 from tchaikov/wip-test-cronjob-py3Kefu Chai2020-04-102-31/+31
|\ \ \
| * | | qa/tests: pass "-t 2" to teuthology-suite when testing non-master branchesKefu Chai2020-04-092-31/+31
* | | | Merge pull request #34454 from mgfritch/cephadm-osd-fsid-testSebastian Wagner2020-04-091-12/+15
|\ \ \ \
| * | | | qa/workunits/cephadm/test_cephadm.sh: use fsid during dump_logMichael Fritch2020-04-081-6/+8
| * | | | qa/workunits/cephadm/test_cephadm.sh: add fsid to ceph-volume cmdsMichael Fritch2020-04-071-6/+7
* | | | | Merge pull request #34471 from idryomov/wip-rbd-fio-rstripIlya Dryomov2020-04-091-1/+1
|\ \ \ \ \
| * | | | | qa/tasks/rbd_fio: unbreak after the conversion from StringIOIlya Dryomov2020-04-081-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #34408 from dillaman/wip-44727Mykola Golub2020-04-092-22/+22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rbd-mirror: switch to json_spirit formatter for journal image statusJason Dillaman2020-04-032-22/+22
* | | | | Merge pull request #34264 from tchaikov/wip-qa-py3Kefu Chai2020-04-0940-147/+178
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mgr/telegraf: catch FileNotFoundError exceptionKefu Chai2020-04-081-0/+1
| * | | | qa/tasks/openssl_keys.py: sort cert configs before creating certsKefu Chai2020-04-081-2/+3
| * | | | qa/tasks/ceph_objectstore_tool.py: use str.startswitKefu Chai2020-04-081-9/+8
| * | | | qa/standalone/scrub: s/$(pgid)/${pgid}/Kefu Chai2020-04-081-3/+3
| * | | | qa/tasks/ceph_manager.py: do not return a filterKefu Chai2020-04-081-2/+2
| * | | | qa/tasks/cephadm.py: decode data returned by teuthology.get_file()Kefu Chai2020-04-071-1/+1
| * | | | qa/tasks/mgr: s/urllib.quote_plus/parse.quote_plus/Kefu Chai2020-04-071-5/+5
| * | | | qa/tasks/radosgw_admin.py: coerce key.name and key.acl to strKefu Chai2020-04-071-3/+3
| * | | | qa/tasks: pass encoding to Key.get_content_as_string()Kefu Chai2020-04-071-4/+4
| * | | | qa/tasks/s3tests_java.py: do not change a dict while iterating itKefu Chai2020-04-071-1/+1
| * | | | qa/tasks/ragweed.py: open file in text modeKefu Chai2020-04-071-1/+1
| * | | | qa,test: decode return val of base64.b64encode()Kefu Chai2020-04-072-2/+3
| * | | | qa/tasks/barbican.py: convert to str before json.loads()Kefu Chai2020-04-071-3/+4
| * | | | qa/tasks/radosgw_admin.py: do not use dict.has_keys()Kefu Chai2020-04-071-2/+2
| * | | | qa/tasks/tempest.py: always write str is value of optionsKefu Chai2020-04-071-1/+5
| * | | | qa/tasks/tempest.py: use configparser from six.movesKefu Chai2020-04-071-2/+3
| * | | | qa/tasks/ragweed.py: use str methods of helper from string moduleKefu Chai2020-04-071-3/+3