]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/s3a_hadoop.py
import ceph 16.2.7
[ceph.git] / ceph / qa / tasks / s3a_hadoop.py
index f06c9acfe9d5981fe9ab9ec96c5fc5e930020d93..cfccf65e3b9e559406d6ca0db00963e006ac6fee 100644 (file)
@@ -144,7 +144,9 @@ def setup_user_bucket(client, dns_name, access_key, secret_key, bucket_name, tes
     )
     client.run(
         args=[
-            'virtualenv',
+            'python3',
+            '-m',
+            'venv',
             '{testdir}/venv'.format(testdir=testdir),
             run.Raw('&&'),
             run.Raw('{testdir}/venv/bin/pip'.format(testdir=testdir)),