From: Josh Durgin Date: Tue, 1 Mar 2016 06:57:00 +0000 (-0800) Subject: test/cli-integration/rbd: disable progress output X-Git-Tag: v10.1.0~269^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7858%2Fhead;p=ceph.git test/cli-integration/rbd: disable progress output This test is intended to check machine-readable output and usage, not human-readable output. Fixes: #14931 Signed-off-by: Josh Durgin --- diff --git a/src/test/cli-integration/rbd/formatted-output.t b/src/test/cli-integration/rbd/formatted-output.t index 4eacba86781f..71838cc6c0f6 100644 --- a/src/test/cli-integration/rbd/formatted-output.t +++ b/src/test/cli-integration/rbd/formatted-output.t @@ -20,12 +20,8 @@ create snapshot ======== $ rbd snap create bar@snap - $ rbd resize -s 1024 bar - - Resizing image: 100% complete...done. - $ rbd resize -s 2G quuy - - Resizing image: 100% complete...done. + $ rbd resize -s 1024 --no-progress bar + $ rbd resize -s 2G --no-progress quuy $ rbd snap create bar@snap2 $ rbd snap create foo@snap