]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add testdir param to get_valgrind_args() calls
authorSam Lang <sam.lang@inktank.com>
Mon, 4 Feb 2013 04:08:40 +0000 (22:08 -0600)
committerSam Lang <sam.lang@inktank.com>
Mon, 4 Feb 2013 04:09:15 +0000 (22:09 -0600)
Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/task/ceph-fuse.py
teuthology/task/rgw.py

index 7d0518bb86f3702ba1067d59ff5302665ece117e..bcb85203190e13035945b08fa66e35d637af2504 100644 (file)
@@ -99,6 +99,7 @@ def task(ctx, config):
         if client_config.get('valgrind') is not None:
             run_cmd.extend(
                 teuthology.get_valgrind_args(
+                    testdir,
                     'client.{id}'.format(id=id_),
                     client_config.get('valgrind'),
                     )
index 5ed76e33eed42d485d2a58b18142c889bb8a6707..e9d5cafd6f9aafb782e06abf9b48dd05b78df146 100644 (file)
@@ -128,6 +128,7 @@ def start_rgw(ctx, config):
 
         run_cmd.extend(
             teuthology.get_valgrind_args(
+                testdir,
                 client,
                 client_config.get('valgrind')
                 )