]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
clock: Fix clock's use of Remote.run() 1013/head
authorDan Mick <dan.mick@redhat.com>
Tue, 17 Jan 2017 00:11:30 +0000 (16:11 -0800)
committerDan Mick <dan.mick@redhat.com>
Tue, 17 Jan 2017 00:25:26 +0000 (16:25 -0800)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/task/clock.py

index 73d95f9d3ccbf601372a15c1fd842a0f18b53b91..bbfedffba4da25de6cfab9dcb1d3912848546b4b 100644 (file)
@@ -54,7 +54,7 @@ def task(ctx, config):
             'PATH=/usr/bin:/usr/sbin',
             'ntpdc', '-p',
         ])
-        rem.run(args)
+        rem.run(args=args)
 
     try:
         yield