From e5ddc502d978db05f726a5f3f5b12f0bb01914e1 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Tue, 27 Jan 2015 10:51:07 +0200 Subject: [PATCH] tests: bring back useful test 'ceph tell osd.foo' The test was removed in 1189138 (mon: make ceph tell mon.* version work) as it began to fail due to #10439. After it fixed in c4548f6 (pybind: ceph_argparse: validate incorrectly formed targets), the test can be restored. Signed-off-by: Mykola Golub --- qa/workunits/cephtool/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 4baa57ea4e2a..b333b4f5e198 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1087,6 +1087,7 @@ function test_mon_pg() # ceph tell osd.0 version expect_false ceph tell osd.9999 version + expect_false ceph tell osd.foo version # back to pg stuff -- 2.47.3