From fb0ea62ba14d8c30806b62cd51c0f73a479b9706 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 5 Dec 2018 14:12:48 -0500 Subject: [PATCH] test/cli-integration/rbd: added new parent image attributes Signed-off-by: Jason Dillaman --- src/test/cli-integration/rbd/formatted-output.t | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/test/cli-integration/rbd/formatted-output.t b/src/test/cli-integration/rbd/formatted-output.t index 7e6e9adf5b2..b355531f472 100644 --- a/src/test/cli-integration/rbd/formatted-output.t +++ b/src/test/cli-integration/rbd/formatted-output.t @@ -496,10 +496,13 @@ whenever it is run. grep -v to ignore it, but still work on other distros. "op_features": [], "order": 22, "parent": { + "id": "*", (glob) "image": "bar", "overlap": 536870912, "pool": "rbd", - "snapshot": "snap" + "pool_namespace": "", + "snapshot": "snap", + "trash": false }, "protected": "false", "size": 536870912, @@ -530,8 +533,11 @@ whenever it is run. grep -v to ignore it, but still work on other distros. false rbd + bar + * (glob) snap + false 536870912 @@ -828,6 +834,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros. "parent": { "image": "bar", "pool": "rbd", + "pool_namespace": "", "snapshot": "snap" }, "protected": "false", @@ -860,6 +867,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros. 536870912 rbd + bar snap