]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
clitests: update monmaptool test
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 29 Dec 2011 23:28:16 +0000 (15:28 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Thu, 29 Dec 2011 23:28:16 +0000 (15:28 -0800)
e93961c11119942eae3a4cd14a79f779a5a4d277 changed output format.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/test/cli/monmaptool/add-many.t

index 29d95b3bf10f77aa5a01c414c43fae260838a7f2..ef7092e7f78f026090d63af1635116f3ad7eb30e 100644 (file)
@@ -21,9 +21,9 @@
   fsid [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} (re)
   last_changed \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ (re)
   created \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ (re)
-  0: 3.4.5.6:7890/0 mon.bar
-  1: 4.5.6.7:8901/0 mon.baz
-  2: 2.3.4.5:6789/0 mon.foo
+  0: 2.3.4.5:6789/0 mon.foo
+  1: 3.4.5.6:7890/0 mon.bar
+  2: 4.5.6.7:8901/0 mon.baz
 
   $ NEW_FSID="$(monmaptool --print mymonmap|grep ^fsid)"
   $ [ "$ORIG_FSID" = "$NEW_FSID" ]