]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: update to match crushmap validation message 6001/head
authorLoic Dachary <ldachary@redhat.com>
Sun, 20 Sep 2015 21:42:45 +0000 (23:42 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 20 Sep 2015 22:13:08 +0000 (00:13 +0200)
http://tracker.ceph.com/issues/13182 Fixes: #13182

Signed-off-by: Loic Dachary <ldachary@redhat.com>
qa/workunits/cephtool/test.sh

index 9ca1727d4e7932091a3440cd4048a60f5768bd0d..fc81f86f3ef08804788f770a36de25e4c978aa18 100755 (executable)
@@ -1631,7 +1631,7 @@ function test_mon_crushmap_validation()
        exit 1" > "${crushtool_path}"
 
   expect_false ceph osd setcrushmap -i $map 2> $TMPFILE
-  check_response "Error EINVAL: Failed to parse crushmap: TEST FAIL"
+  check_response "Error EINVAL: Failed crushmap test: TEST FAIL"
 
   local mon_lease=`ceph-conf --show-config-value mon_lease`
 
@@ -1650,7 +1650,7 @@ function test_mon_crushmap_validation()
        sleep $((mon_lease + 1))" > "${crushtool_path}"
 
   expect_false ceph osd setcrushmap -i $map 2> $TMPFILE
-  check_response "Error EINVAL: Failed to parse crushmap: ${crushtool_path}: timed out (${mon_lease} sec)"
+  check_response "Error EINVAL: Failed crushmap test: ${crushtool_path}: timed out (${mon_lease} sec)"
 
   ceph tell mon.\* injectargs --crushtool "${crushtool_path_old}"