From cf9678c998600e76e94777b2904ba3047d051bb8 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 21 Jan 2017 14:24:25 +0100 Subject: [PATCH] tests: run fs/thrash on xfs instead of btrfs Signed-off-by: Nathan Cutler --- qa/suites/fs/thrash/fs/btrfs.yaml | 1 - qa/suites/fs/thrash/fs/xfs.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/fs/thrash/fs/btrfs.yaml create mode 120000 qa/suites/fs/thrash/fs/xfs.yaml diff --git a/qa/suites/fs/thrash/fs/btrfs.yaml b/qa/suites/fs/thrash/fs/btrfs.yaml deleted file mode 120000 index 10d0c3f1266..00000000000 --- a/qa/suites/fs/thrash/fs/btrfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../fs/btrfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/fs/xfs.yaml b/qa/suites/fs/thrash/fs/xfs.yaml new file mode 120000 index 00000000000..4c28d731f6b --- /dev/null +++ b/qa/suites/fs/thrash/fs/xfs.yaml @@ -0,0 +1 @@ +../../../../fs/xfs.yaml \ No newline at end of file -- 2.47.3