diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-10-24 21:49:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-10-24 21:49:04 +0000 |
commit | 4c89f6604e8112943107e7108942bc31129a20a6 (patch) | |
tree | 8643d17f9549b438f01ff596dd5ca1eee3864dfd /docker | |
parent | 9679178a1f99b38264a2afb56097700bef34868a (diff) | |
parent | 7c67624b8ee7f7a9a7fb36bb25e9881a63c982d4 (diff) |
Merge "Allow checking Tests count"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke/testcases.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 00930a5bc..e600abd3f 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -44,6 +44,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true + tests_count: 219 description: >- This test case runs a sub group of tests of the OpenStack Compute testcases. @@ -60,6 +61,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true + tests_count: 57 description: >- This test case runs a sub group of tests of the OpenStack Object testcases. @@ -76,6 +78,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true + tests_count: 275 description: >- This test case runs a sub group of tests of the OpenStack Platform testcases. |