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/smoke | |
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/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 2839949e5..5b1f56a9d 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -1,9 +1,10 @@ +--- tiers: - name: smoke order: 1 ci_loop: '(daily)|(weekly)' - description : >- + description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: - @@ -12,9 +13,9 @@ tiers: criteria: 100 blocking: true description: >- - This test case verifies: 1) SSH to an instance using floating - IPs over the public network. 2) Connectivity between 2 instances - over a private network. + This test case verifies: 1) SSH to an instance using + floating IPs over the public network. 2) Connectivity + between 2 instances over a private network. dependencies: installer: '' scenario: '^((?!odl_l3|odl-bgpvpn|gluon).)*$' @@ -34,7 +35,8 @@ tiers: installer: '' scenario: '^((?!lxd).)*$' run: - module: 'functest.opnfv_tests.openstack.vping.vping_userdata' + module: + 'functest.opnfv_tests.openstack.vping.vping_userdata' class: 'VPingUserdata' - @@ -81,7 +83,8 @@ tiers: installer: '' scenario: '' run: - module: 'functest.opnfv_tests.openstack.refstack_client.refstack_client' + module: + 'functest.opnfv_tests.openstack.refstack_client.refstack_client' class: 'RefstackClient' - |