From: rakesh Date: Fri, 22 Jun 2018 10:21:26 +0000 (+0530) Subject: added nfs tests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8a5a5fe4cb85bba37c0ba8b9874c226e54dab681;p=ceph.git added nfs tests --- diff --git a/qa/suites/rgw/nfs-ganesha-rgw-v2/tasks/test_on_nfs_v3_io_create.yaml b/qa/suites/rgw/nfs-ganesha-rgw-v2/tasks/test_on_nfs_v3_io_create.yaml new file mode 100644 index 0000000000000..3ea240d0a34b1 --- /dev/null +++ b/qa/suites/rgw/nfs-ganesha-rgw-v2/tasks/test_on_nfs_v3_io_create.yaml @@ -0,0 +1,7 @@ +tasks: +- ssh-keys: null +- ceph-ansible: null +- nfs_ganesha_rgw_v2: + test-name: test_on_nfs_io_create + nfs-version: 3 + mount-dir: ganesha-mount \ No newline at end of file diff --git a/qa/suites/rgw/nfs-ganesha-rgw-v2/tasks/test_on_nfs_v4_io_create.yaml b/qa/suites/rgw/nfs-ganesha-rgw-v2/tasks/test_on_nfs_v4_io_create.yaml new file mode 100644 index 0000000000000..4bc341bc78ce4 --- /dev/null +++ b/qa/suites/rgw/nfs-ganesha-rgw-v2/tasks/test_on_nfs_v4_io_create.yaml @@ -0,0 +1,7 @@ +tasks: +- ssh-keys: null +- ceph-ansible: null +- nfs_ganesha_rgw_v2: + test-name: test_on_nfs_io_create + nfs-version: 4 + mount-dir: ganesha-mount