]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/workunit.py
import ceph pacific 16.2.5
[ceph.git] / ceph / qa / tasks / workunit.py
index 491f683082e008724008ad2bbdf080a9887c594f..371d2a2dddb5a19d53b12b6ee73c02ff1f188005 100644 (file)
@@ -400,6 +400,7 @@ def _run_tests(ctx, refspec, role, tests, env, basedir,
                     run.Raw('PATH=$PATH:/usr/sbin'),
                     run.Raw('CEPH_BASE={dir}'.format(dir=clonedir)),
                     run.Raw('CEPH_ROOT={dir}'.format(dir=clonedir)),
+                    run.Raw('CEPH_MNT={dir}'.format(dir=mnt)),
                 ]
                 if env is not None:
                     for var, val in env.items():