tests: do not test timeout mon add

Strictly speaking it's not a feature, but an expected hahaviour. After
discussion it does not seem useful to have that test.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2015-08-12 16:59:47 +02:00
parent b78883b188
commit 5f41e8d25c

View File

@ -100,8 +100,6 @@ function TEST_mon_add_to_single_mon() {
run_mon $dir a --public-addr $MONA || return 1
# wait for the quorum
timeout 120 ceph -s > /dev/null || return 1
# strictly speaking it's not a feature, but an expected hahaviour.
timeout 3 ceph mon add b $MONB || [ $? = 124 ] || return 1
run_mon $dir b --public-addr $MONB || return 1
teardown $dir || return 1