]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
force pip3 32154/head
authorrakeshgm <rakeshgm014@gmail.com>
Tue, 10 Dec 2019 18:27:46 +0000 (23:57 +0530)
committerrakeshgm <rakeshgm014@gmail.com>
Tue, 10 Dec 2019 18:27:46 +0000 (23:57 +0530)
Signed-off-by: rakeshgm <rakeshgm014@gmail.com>
qa/tasks/nfs_ganesha_rgw_v2.py
qa/tasks/rgw_longrunning.py
qa/tasks/rgw_system_test.py

index 2c8254049cf745b7d2275f3092eb4eb9e5a6d356..0e1bc8b1092d8a51a15d286090d34dbaa16ae475 100644 (file)
@@ -111,7 +111,7 @@ def task(ctx, config):
             'source',
             'venv/bin/activate',
             run.Raw(';'),
-            run.Raw('pip install --upgrade setuptools'),
+            run.Raw('pip3 install --upgrade setuptools'),
             run.Raw(';'),
             'deactivate'])
 
@@ -120,7 +120,7 @@ def task(ctx, config):
             'source',
             'venv/bin/activate',
             run.Raw(';'),
-            run.Raw('pip install boto boto3 names PyYaml psutil ConfigParser'),
+            run.Raw('pip3 install boto boto3 names PyYaml psutil ConfigParser'),
             run.Raw(';'),
             'deactivate'])
 
index 4b77fee4953a29cd2fd1bafbc695bdafdb8d500c..3824207e7950dd2fef8001228e771c24abfc76dd 100644 (file)
@@ -162,7 +162,7 @@ def task(ctx, config):
             'source',
             'venv/bin/activate',
             run.Raw(';'),
-            run.Raw('pip install boto boto3 names PyYaml ConfigParser'),
+            run.Raw('pip3 install boto boto3 names PyYaml ConfigParser'),
             run.Raw(';'),
             'deactivate'])
     time.sleep(60)
index fcda800aff8180fc783f78317a16bc0b7a489626..5e9fcf00800768b67f1a84d010152f7db01f4338 100644 (file)
@@ -101,7 +101,7 @@ def task(ctx, config):
                 'source',
                 'venv/bin/activate',
                 run.Raw(';'),
-                run.Raw('pip install boto boto3 names PyYaml ConfigParser'),
+                run.Raw('pip3 install boto boto3 names PyYaml ConfigParser'),
                 run.Raw(';'),
                 'deactivate'])