From 4aa7d5582b7e324021c37d602f6c6c583113c229 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Wed, 4 Dec 2019 15:55:12 -0700 Subject: [PATCH] ceph-daemon: re-enable the OSD standalone test Signed-off-by: Michael Fritch --- qa/standalone/test_ceph_daemon.sh | 4 ---- 1 file changed, 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 \ -- 2.39.5