]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/cli-integration/rbd: disable progress output 7858/head
authorJosh Durgin <jdurgin@redhat.com>
Tue, 1 Mar 2016 06:57:00 +0000 (22:57 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Tue, 1 Mar 2016 06:57:56 +0000 (22:57 -0800)
This test is intended to check machine-readable output and usage, not
human-readable output.

Fixes: #14931
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/test/cli-integration/rbd/formatted-output.t

index 4eacba86781f15217c409f68717213cef66798be..71838cc6c0f6dbf75bfb2512a60629394b57daf2 100644 (file)
@@ -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