]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
added code to checkout wip branch
authorrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Fri, 31 Mar 2017 09:16:52 +0000 (14:46 +0530)
committerVasu Kulkarni <vasu@redhat.com>
Tue, 5 Sep 2017 19:00:55 +0000 (12:00 -0700)
qa/tasks/nfs_ganesha_rgw.py

index 0b0580bae7257dab0372dd5633b3261e860f9b88..24b58e8c54c9d2a9ef1a218ca3735a20161a99a1 100644 (file)
@@ -134,7 +134,9 @@ def task(ctx, config):
     teuthology.sudo_write_file(rgw[0],ganesha_config_path_on_client, ganesha_config)
 
     rgw[0].run(args=['cd', 'nfs-ganesha-rgw', run.Raw(';'), 'git', 'clone',
-                         'http://gitlab.osas.lab.eng.rdu2.redhat.com/ceph/ceph-qe-scripts.git', '-b', 'wip-nfs-ganesha'])
+                         'http://gitlab.osas.lab.eng.rdu2.redhat.com/ceph/ceph-qe-scripts.git'])
+
+    rgw[0].run(args=['cd', 'nfs-ganesha-rgw/ceph-qe-scripts', run.Raw(';'), 'git', 'checkout', 'wip-nfs-ganesha'])
 
     rgw[0].run(args=['sudo', 'pip', 'install', 'psutil'])