]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/reg11184.py: fix rados get syntax
authorSage Weil <sage@redhat.com>
Sat, 5 Sep 2015 13:23:54 +0000 (09:23 -0400)
committerDavid Zafman <dzafman@redhat.com>
Fri, 19 Feb 2016 02:00:47 +0000 (18:00 -0800)
no -o

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 7b3ea31efeb0da81b3a5ed486cebce72edbf2fec)

tasks/reg11184.py

index 4bb8caed9195bafec0409d3c9906d6e7fc101ee3..6ba39bde898b95012b1fb023e183824ceb7c3a7e 100644 (file)
@@ -223,7 +223,7 @@ def task(ctx, config):
     log.info('reading divergent objects')
     for i in range(DIVERGENT_WRITE + DIVERGENT_REMOVE):
         exit_status = rados(ctx, mon, ['-p', 'foo', 'get', 'existing_%d' % i,
-                            '-o', '/tmp/existing'])
+                                       '/tmp/existing'])
         assert exit_status is 0
 
     (remote,) = ctx.\