diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-12-04 20:01:22 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-12-04 20:04:51 +0100 |
commit | 90b8e7922a42defb3e571a0a8e81306e9abc0fe3 (patch) | |
tree | 44dade18355e5420c0d2a98e47a206c069e980aa /docker/components | |
parent | 462b1f77176092d2ea075f32bf60d06920c87240 (diff) |
Create a tox env to check yaml files
It also fixes all testcases config files.
Change-Id: I81a6ffb8b7acf4239c79129dc842e283d3d32b35
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/components')
-rw-r--r-- | docker/components/testcases.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index 20fff90a4..e9cea8421 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -1,9 +1,10 @@ +--- tiers: - name: components order: 3 ci_loop: 'weekly' - description : >- + description: >- Extensive testing of OpenStack API. testcases: - @@ -28,8 +29,8 @@ tiers: criteria: 90 blocking: false description: >- - This test case runs the full suite of scenarios of the OpenStack - Rally suite using several threads and iterations. + This test case runs the full suite of scenarios of the + OpenStack Rally suite using several threads and iterations. dependencies: installer: '^((?!netvirt).)*$' scenario: '' |