From: Kyr Shatskyy Date: Tue, 21 Oct 2025 16:40:42 +0000 (+0200) Subject: doc/dev: fix suite sample layout example X-Git-Tag: testing/wip-vshankar-testing-20251027.053005-debug~32^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1371e1a2208275947d466e3c2b6e41733e353303;p=ceph-ci.git doc/dev: fix suite sample layout example Directory structure does not corresponds to the explanation below the example. Fixes: c80d5d47b375f48f490158cce907c39a6ff7f27d Signed-off-by: Kyr Shatskyy --- diff --git a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst index fed490a0fae..ccabc7421e9 100644 --- a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst +++ b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst @@ -339,11 +339,10 @@ subdirectories in the following structure qa/suites/ceph-deploy ├── % ├── distros - │   ├── centos_latest.yaml - │   └── ubuntu_latest.yaml + │   ├── centos_7.0.yaml + │   └── ubuntu_16.04.yaml └── tasks - ├── ceph-admin-commands.yaml - └── rbd_import_export.yaml + └── ceph-deploy.yaml This is interpreted as a 2x1 matrix consisting of two tests: @@ -440,8 +439,7 @@ tree │   └── openstack.yaml └── workloads ├── rbd_api_tests_copy_on_read.yaml - ├── rbd_api_tests.yaml - └── rbd_fsx_rate_limit.yaml + └── rbd_api_tests.yaml This creates two tests: