summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorMichael Fritch <mfritch@suse.com>2019-12-04 23:55:12 +0100
committerMichael Fritch <mfritch@suse.com>2019-12-10 19:34:42 +0100
commit4aa7d5582b7e324021c37d602f6c6c583113c229 (patch)
treeac2367feccf6f8b0c0f4dfb378dcf6b1bc063e5c /qa
parentceph-daemon: move standalone test tgz to corpus (diff)
downloadceph-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-xqa/standalone/test_ceph_daemon.sh4
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 \