mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
cmake: cephtool-test-rados/mds/osd passing in cmake
Replaced relative paths in test/cephtool-test-mon.sh, qa/workunits/cephtool/test.sh, and test/cephtool-test-mon.sh to work with CEPH_FOO environment variables set in cmake. Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
005e4b4314
commit
cf24535ed7
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
source $(dirname $0)/../ceph-helpers.sh
|
||||
source $CEPH_ROOT/qa/workunits/ceph-helpers.sh
|
||||
|
||||
set -e
|
||||
set -o functrace
|
||||
@ -1078,7 +1078,7 @@ function test_mon_osd()
|
||||
ceph osd set $f
|
||||
ceph osd unset $f
|
||||
done
|
||||
ceph osd set sortbitwise # new backends can't handle nibblewise
|
||||
ceph osd set sortbitwise # new backends cant handle nibblewise
|
||||
expect_false ceph osd set bogus
|
||||
expect_false ceph osd unset bogus
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
# GNU Library Public License for more details.
|
||||
#
|
||||
CEPH_CLI_TEST_DUP_COMMAND=1 \
|
||||
MDS=1 MON=1 OSD=3 CEPH_START='mon osd mds' CEPH_PORT=7200 test/vstart_wrapper.sh \
|
||||
../qa/workunits/cephtool/test.sh \
|
||||
MDS=1 MON=1 OSD=3 CEPH_START='mon osd mds' CEPH_PORT=7200 $CEPH_ROOT/src/test/vstart_wrapper.sh \
|
||||
$CEPH_ROOT/qa/workunits/cephtool/test.sh \
|
||||
--test-mds \
|
||||
--asok-does-not-need-root
|
||||
|
@ -18,7 +18,7 @@
|
||||
CEPH_CLI_TEST_DUP_COMMAND=1 \
|
||||
# uses CEPH_PORT going from 7202 7203 and 7204 because
|
||||
# it starts at 7202 and runs 3 mons (see vstart.sh)
|
||||
MON=3 OSD=3 CEPH_START='mon osd' CEPH_PORT=7202 test/vstart_wrapper.sh \
|
||||
../qa/workunits/cephtool/test.sh \
|
||||
MON=3 OSD=3 CEPH_START='mon osd' CEPH_PORT=7202 $CEPH_ROOT/src/test/vstart_wrapper.sh \
|
||||
$CEPH_ROOT/qa/workunits/cephtool/test.sh \
|
||||
--test-mon \
|
||||
--asok-does-not-need-root
|
||||
|
@ -16,7 +16,7 @@
|
||||
# GNU Library Public License for more details.
|
||||
#
|
||||
CEPH_CLI_TEST_DUP_COMMAND=1 \
|
||||
MON=1 OSD=3 CEPH_START='mon osd' CEPH_PORT=7201 test/vstart_wrapper.sh \
|
||||
../qa/workunits/cephtool/test.sh \
|
||||
MON=1 OSD=3 CEPH_START='mon osd' CEPH_PORT=7201 $CEPH_ROOT/src/test/vstart_wrapper.sh \
|
||||
$CEPH_ROOT/qa/workunits/cephtool/test.sh \
|
||||
--test-osd \
|
||||
--asok-does-not-need-root
|
||||
|
Loading…
Reference in New Issue
Block a user