From: Michael Fritch Date: Fri, 13 Dec 2019 14:33:54 +0000 (-0700) Subject: qa/workunits/cephadm/test_cephadm.sh: re-enable `adopt` tests X-Git-Tag: v15.1.0~499^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=34a2bb449501dd1f8322ac8ce49d805ee2190282;p=ceph-ci.git qa/workunits/cephadm/test_cephadm.sh: re-enable `adopt` tests Signed-off-by: Michael Fritch --- diff --git a/cephadm-adoption-corpus b/cephadm-adoption-corpus index 63c15675e0e..80c2e76549e 160000 --- a/cephadm-adoption-corpus +++ b/cephadm-adoption-corpus @@ -1 +1 @@ -Subproject commit 63c15675e0e16f559a1ee4ef7db8b58f07c6c126 +Subproject commit 80c2e76549e35651ac7d7ee17e6badaee42dc866 diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index ad7f799d457..20cb382fb01 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -196,7 +196,6 @@ done # WRITE ME ## adopt -if false; then for tarball in $TEST_TARS; do TMP_TAR_DIR=`mktemp -d -p $TMPDIR` $SUDO tar xzvf $tarball -C $TMP_TAR_DIR @@ -216,7 +215,6 @@ for tarball in $TEST_TARS; do $CEPHADM rm-cluster --fsid $FSID_LEGACY --force $SUDO rm -rf $TMP_TAR_DIR done -fi ## unit $CEPHADM unit --fsid $FSID --name mon.a -- is-enabled