From 1d3a19f94b0324e28941c4463facfc3132ecb5c2 Mon Sep 17 00:00:00 2001 From: Adam King Date: Fri, 28 Jul 2023 14:01:11 -0400 Subject: [PATCH] qa/cephadm: add basic nvmeof deployment test Similar to what is done for iscsi, basic deployment test to make sure we can deploy the daemon and it comes up in running state with no issue Signed-off-by: Adam King (cherry picked from commit f97f242eee758d98d1749e8796db5b0b0392b6ad) --- .../orch/cephadm/smoke-roleless/2-services/nvmeof.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qa/suites/orch/cephadm/smoke-roleless/2-services/nvmeof.yaml diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nvmeof.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nvmeof.yaml new file mode 100644 index 0000000000000..4c5e267408b49 --- /dev/null +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nvmeof.yaml @@ -0,0 +1,8 @@ +tasks: +- cephadm.shell: + host.a: + - ceph osd pool create foo + - rbd pool init foo + - ceph orch apply nvmeof foo +- cephadm.wait_for_service: + service: nvmeof.foo -- 2.39.5