]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph-daemon: re-enable the OSD standalone test
authorMichael Fritch <mfritch@suse.com>
Wed, 4 Dec 2019 22:55:12 +0000 (15:55 -0700)
committerMichael Fritch <mfritch@suse.com>
Tue, 10 Dec 2019 18:34:42 +0000 (11:34 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
qa/standalone/test_ceph_daemon.sh

index 361e4d87beeda8f2fcabb4a13dd328ff2c84de48..036727923deefdff6c5569134bd492db55a34597 100755 (executable)
@@ -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 \