]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: set archive path in vstart_runner
authorPatrick Donnelly <pdonnell@redhat.com>
Sun, 3 Mar 2024 02:19:58 +0000 (21:19 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Mar 2024 15:38:04 +0000 (11:38 -0400)
For storing misc. test artifacts.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 561965131eefb092163fa000fda7da9afcdcfcd4)

qa/tasks/vstart_runner.py

index 8d9dc6f1845c54170d993d3d3c8537617906d0d0..7aa9ac680c2c431080b682f64d01c0d4ba79822a 100644 (file)
@@ -1002,6 +1002,7 @@ class LocalContext(object):
                           stdout=StringIO()).stdout.getvalue()
 
         cluster_name = 'ceph'
+        self.archive = "./"
         self.config = {'cluster': cluster_name}
         self.ceph = {cluster_name: Namespace()}
         self.ceph[cluster_name].fsid = FSID