From fb51175acdf799799287d791888749c9ed2f4240 Mon Sep 17 00:00:00 2001 From: Rajesh Nambiar Date: Tue, 7 Apr 2015 23:40:58 -0700 Subject: [PATCH] TestCase: Change in testcase output For the local sanity test to pass this change is needed as the output message changes. Signed-off-by: Rajesh Nambiar --- src/test/cli/osdmaptool/pool.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/cli/osdmaptool/pool.t b/src/test/cli/osdmaptool/pool.t index 7a74c51dcf3..5441a34c82c 100644 --- a/src/test/cli/osdmaptool/pool.t +++ b/src/test/cli/osdmaptool/pool.t @@ -10,7 +10,7 @@ [1] $ osdmaptool myosdmap --test-map-object foo --pool bar - strict_strtoll: expected integer, got: 'bar' + The option value 'bar' is invalid [1] $ osdmaptool myosdmap --test-map-object foo --pool 123 @@ -35,7 +35,7 @@ [1] $ osdmaptool myosdmap --test-map-pgs --pool baz - strict_strtoll: expected integer, got: 'baz' + The option value 'baz' is invalid [1] $ osdmaptool myosdmap --test-map-pgs --pool 123 -- 2.47.3