]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: change test_script to run_xfstests_krbd.sh
authorIlya Dryomov <ilya.dryomov@inktank.com>
Thu, 29 May 2014 13:55:09 +0000 (17:55 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Sat, 31 May 2014 11:16:52 +0000 (15:16 +0400)
Invoke run_xfstests.sh through a wrapper, which supplies an exclusion
list, in order to skip tests we don't want to run.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
teuthology/task/rbd.py

index f3f80dc84160215c5065c717d20d5359b7c01a2d..fb93a0599d0a47fef14fb014c13c22da9b9a2c13 100644 (file)
@@ -293,12 +293,11 @@ def run_xfstests_one_client(ctx, role, properties):
 
         # Fetch the test script
         test_root = teuthology.get_testdir(ctx)
-        test_script = 'run_xfstests.sh'
+        test_script = 'run_xfstests_krbd.sh'
         test_path = os.path.join(test_root, test_script)
 
         git_branch = 'master'
         test_url = 'https://raw.github.com/ceph/ceph/{branch}/qa/{script}'.format(branch=git_branch, script=test_script)
-        # test_url = 'http://ceph.newdream.net/git/?p=ceph.git;a=blob_plain;hb=refs/heads/{branch};f=qa/{script}'.format(branch=git_branch, script=test_script)
 
         log.info('Fetching {script} for {role} from {url}'.format(script=test_script,
                                                                 role=role,