From 42c3175e43cd9509b78775ec9b1800c2be2e2df9 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 11 Mar 2020 19:00:17 -0400 Subject: [PATCH] test/cli-integration: fixed spacing issue for RBD formatted tables The tables now use two spaces between columns instead of one. Signed-off-by: Jason Dillaman --- .../cli-integration/rbd/formatted-output.t | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/test/cli-integration/rbd/formatted-output.t b/src/test/cli-integration/rbd/formatted-output.t index 04c6ebdb31e..e063c0d7bbc 100644 --- a/src/test/cli-integration/rbd/formatted-output.t +++ b/src/test/cli-integration/rbd/formatted-output.t @@ -689,15 +689,15 @@ For now, use a more inclusive regex. quuy $ rbd list -l - NAME SIZE PARENT FMT PROT LOCK - foo 1 GiB 1 - foo@snap 1 GiB 1 - quux 1 MiB 1 excl - bar 1 GiB 2 - bar@snap 512 MiB 2 yes - bar@snap2 1 GiB 2 - baz 2 GiB 2 shr - quuy 2 GiB 2 + NAME SIZE PARENT FMT PROT LOCK + foo 1 GiB 1 + foo@snap 1 GiB 1 + quux 1 MiB 1 excl + bar 1 GiB 2 + bar@snap 512 MiB 2 yes + bar@snap2 1 GiB 2 + baz 2 GiB 2 shr + quuy 2 GiB 2 $ rbd list -l --format json | python3 -mjson.tool --sort-keys | sed 's/,$/, /' [ { @@ -836,11 +836,11 @@ For now, use a more inclusive regex. deep-flatten-child $ rbd list rbd_other -l - NAME SIZE PARENT FMT PROT LOCK - child 512 MiB 2 - child@snap 512 MiB rbd/bar@snap 2 - deep-flatten-child 512 MiB 2 - deep-flatten-child@snap 512 MiB 2 + NAME SIZE PARENT FMT PROT LOCK + child 512 MiB 2 + child@snap 512 MiB rbd/bar@snap 2 + deep-flatten-child 512 MiB 2 + deep-flatten-child@snap 512 MiB 2 $ rbd list rbd_other -l --format json | python3 -mjson.tool --sort-keys | sed 's/,$/, /' [ { @@ -1077,12 +1077,12 @@ For now, use a more inclusive regex. $ rbd disk-usage --pool rbd_other 2>/dev/null - NAME PROVISIONED USED - child@snap 512 MiB 0 B - child 512 MiB 4 MiB - deep-flatten-child@snap 512 MiB 0 B - deep-flatten-child 512 MiB 0 B - 1 GiB 4 MiB + NAME PROVISIONED USED + child@snap 512 MiB 0 B + child 512 MiB 4 MiB + deep-flatten-child@snap 512 MiB 0 B + deep-flatten-child 512 MiB 0 B + 1 GiB 4 MiB $ rbd disk-usage --pool rbd_other --format json | python3 -mjson.tool --sort-keys | sed 's/,$/, /' { "images": [ -- 2.39.5