]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/fs: use ubuntu_latest for libcephfs_java
authorKefu Chai <kchai@redhat.com>
Mon, 4 Dec 2017 04:39:50 +0000 (12:39 +0800)
committerSage Weil <sage@redhat.com>
Tue, 19 Dec 2017 17:12:28 +0000 (11:12 -0600)
* instead of using ubuntu 14.04, use ubuntu_latest.since we want
  to drop the support of this release.
* refactor this test to use the facet of ubuntu_latest.yaml.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit aa89bb2f93a0ee7b26dff3972f09c64529054744)

qa/distros/supported/ubuntu_14.04.yaml [deleted symlink]
qa/suites/fs/basic_functional/tasks/libcephfs_java.yaml [deleted file]
qa/suites/fs/basic_functional/tasks/libcephfs_java/libcephfs_java.yaml [new file with mode: 0644]
qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml [new symlink]

diff --git a/qa/distros/supported/ubuntu_14.04.yaml b/qa/distros/supported/ubuntu_14.04.yaml
deleted file mode 120000 (symlink)
index cf7fff7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../all/ubuntu_14.04.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/basic_functional/tasks/libcephfs_java.yaml b/qa/suites/fs/basic_functional/tasks/libcephfs_java.yaml
deleted file mode 100644 (file)
index aaffa03..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-os_type: ubuntu
-os_version: "14.04"
-
-overrides:
-  ceph-fuse:
-    disabled: true
-  kclient:
-    disabled: true
-tasks:
-- workunit:
-    clients:
-      client.0:
-        - libcephfs-java/test.sh
diff --git a/qa/suites/fs/basic_functional/tasks/libcephfs_java/libcephfs_java.yaml b/qa/suites/fs/basic_functional/tasks/libcephfs_java/libcephfs_java.yaml
new file mode 100644 (file)
index 0000000..6c5d874
--- /dev/null
@@ -0,0 +1,10 @@
+overrides:
+  ceph-fuse:
+    disabled: true
+  kclient:
+    disabled: true
+tasks:
+- workunit:
+    clients:
+      client.0:
+        - libcephfs-java/test.sh
diff --git a/qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml b/qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml
new file mode 120000 (symlink)
index 0000000..cc5b15b
--- /dev/null
@@ -0,0 +1 @@
+../../../../../distros/supported/ubuntu_latest.yaml
\ No newline at end of file