From: Nathan Cutler Date: Tue, 31 Jan 2017 13:23:09 +0000 (+0100) Subject: tests: re-enable cephfs python tests on kclient X-Git-Tag: v12.0.1~370^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5bfb0fca0dd17ffb4aef54b539bf08669bba18a0;p=ceph.git tests: re-enable cephfs python tests on kclient Because http://tracker.ceph.com/issues/17193 and http://tracker.ceph.com/issues/18161 are fixed. Signed-off-by: Nathan Cutler --- diff --git a/qa/suites/kcephfs/recovery/tasks/failover.yaml b/qa/suites/kcephfs/recovery/tasks/failover.yaml new file mode 100644 index 000000000000..b06985336c93 --- /dev/null +++ b/qa/suites/kcephfs/recovery/tasks/failover.yaml @@ -0,0 +1,7 @@ + +tasks: + - cephfs_test_runner: + fail_on_skip: false + modules: + - tasks.cephfs.test_failover + diff --git a/qa/suites/kcephfs/recovery/tasks/failover.yaml.disabled b/qa/suites/kcephfs/recovery/tasks/failover.yaml.disabled deleted file mode 100644 index b06985336c93..000000000000 --- a/qa/suites/kcephfs/recovery/tasks/failover.yaml.disabled +++ /dev/null @@ -1,7 +0,0 @@ - -tasks: - - cephfs_test_runner: - fail_on_skip: false - modules: - - tasks.cephfs.test_failover - diff --git a/qa/suites/kcephfs/recovery/tasks/strays.yaml b/qa/suites/kcephfs/recovery/tasks/strays.yaml new file mode 100644 index 000000000000..2809fc141bfb --- /dev/null +++ b/qa/suites/kcephfs/recovery/tasks/strays.yaml @@ -0,0 +1,5 @@ + +tasks: + - cephfs_test_runner: + modules: + - tasks.cephfs.test_strays diff --git a/qa/suites/kcephfs/recovery/tasks/strays.yaml.disabled b/qa/suites/kcephfs/recovery/tasks/strays.yaml.disabled deleted file mode 100644 index 2809fc141bfb..000000000000 --- a/qa/suites/kcephfs/recovery/tasks/strays.yaml.disabled +++ /dev/null @@ -1,5 +0,0 @@ - -tasks: - - cephfs_test_runner: - modules: - - tasks.cephfs.test_strays