diff options
author | Michael Fritch <mfritch@suse.com> | 2019-12-04 23:55:12 +0100 |
---|---|---|
committer | Michael Fritch <mfritch@suse.com> | 2019-12-10 19:34:42 +0100 |
commit | 4aa7d5582b7e324021c37d602f6c6c583113c229 (patch) | |
tree | ac2367feccf6f8b0c0f4dfb378dcf6b1bc063e5c /qa | |
parent | ceph-daemon: move standalone test tgz to corpus (diff) | |
download | ceph-4aa7d5582b7e324021c37d602f6c6c583113c229.tar.xz ceph-4aa7d5582b7e324021c37d602f6c6c583113c229.zip |
ceph-daemon: re-enable the OSD standalone test
Signed-off-by: Michael Fritch <mfritch@suse.com>
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/standalone/test_ceph_daemon.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/standalone/test_ceph_daemon.sh b/qa/standalone/test_ceph_daemon.sh index 361e4d87bee..036727923de 100755 --- a/qa/standalone/test_ceph_daemon.sh +++ b/qa/standalone/test_ceph_daemon.sh @@ -200,10 +200,6 @@ for tarball in $TEST_TARS; do $SUDO tar xzvf $tarball -C $TMP_TAR_DIR NAMES=$($CEPH_DAEMON ls --legacy-dir $TMP_TAR_DIR | jq -r '.[].name') for name in $NAMES; do - # TODO: skip osd test for now - if [[ $name =~ "osd" ]]; then - continue - fi $CEPH_DAEMON adopt \ --style legacy \ --legacy-dir $TMP_TAR_DIR \ |