]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev: fix suite sample layout example
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Tue, 21 Oct 2025 16:40:42 +0000 (18:40 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Tue, 21 Oct 2025 22:50:50 +0000 (00:50 +0200)
Directory structure does not corresponds to the explanation below
the example.

Fixes: c80d5d47b375f48f490158cce907c39a6ff7f27d
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst

index fed490a0fae834f99c90e4fd0ab4e198970c7009..ccabc7421e90547fbb51334786df14f85555d598 100644 (file)
@@ -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: