From: Sage Weil Date: Thu, 5 Aug 2021 18:00:07 +0000 (-0400) Subject: qa/suites/orch/cephadm: separate test_nfs from test_orch_cli X-Git-Tag: v17.1.0~1146^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ae020979d964b50f550cab6366ca019133e1dd1;p=ceph.git qa/suites/orch/cephadm: separate test_nfs from test_orch_cli Signed-off-by: Sage Weil --- diff --git a/qa/suites/orch/cephadm/workunits/task/test_nfs.yaml b/qa/suites/orch/cephadm/workunits/task/test_nfs.yaml new file mode 100644 index 000000000000..8448c1a2fa70 --- /dev/null +++ b/qa/suites/orch/cephadm/workunits/task/test_nfs.yaml @@ -0,0 +1,17 @@ +roles: +- - host.a + - osd.0 + - osd.1 + - osd.2 + - mon.a + - mgr.a + - client.0 +tasks: +- install: +- cephadm: +- cephadm.shell: + host.a: + - ceph orch apply mds a +- cephfs_test_runner: + modules: + - tasks.cephfs.test_nfs diff --git a/qa/suites/orch/cephadm/workunits/task/test_orch_cli.yaml b/qa/suites/orch/cephadm/workunits/task/test_orch_cli.yaml index b62872123425..ec65fb116f71 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_orch_cli.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_orch_cli.yaml @@ -14,5 +14,4 @@ tasks: - ceph orch apply mds a - cephfs_test_runner: modules: - - tasks.cephfs.test_nfs - tasks.cephadm_cases.test_cli