From: John Mulligan Date: Mon, 29 Sep 2025 18:55:26 +0000 (-0400) Subject: qa/suites: do not use cephadm.exec when it is not needed X-Git-Tag: testing/wip-rishabh-testing-20251003.155758-debug~6^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e97d81144a1c3adc799bc3aaad16a973e0c74382;p=ceph-ci.git qa/suites: do not use cephadm.exec when it is not needed Convert a uses of `cephadm.exec` to basic `exec`. When templates (with the jinja2-style replacement pattern `{{}}`) are not present the cephadm.exec and exec are essentially the same. Signed-off-by: John Mulligan --- diff --git a/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml b/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml index a86d304bfd5..d2da1d0877a 100644 --- a/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml +++ b/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml @@ -13,7 +13,7 @@ tasks: - cephadm.wait_for_service: service: nvmeof.mypool.mygroup0 -- cephadm.exec: +- exec: host.a: - ceph orch ls nvmeof --export > /tmp/nvmeof-orig.yaml - cp /tmp/nvmeof-orig.yaml /tmp/nvmeof-no-huge-page.yaml