From 90b8e7922a42defb3e571a0a8e81306e9abc0fe3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 4 Dec 2017 20:01:22 +0100 Subject: Create a tox env to check yaml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also fixes all testcases config files. Change-Id: I81a6ffb8b7acf4239c79129dc842e283d3d32b35 Signed-off-by: Cédric Ollivier --- docker/features/testcases.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docker/features/testcases.yaml') diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 68522e4a3..7a30c6d9a 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -1,9 +1,10 @@ +--- tiers: - name: features order: 2 ci_loop: '(daily)|(weekly)' - description : >- + description: >- Test suites from feature projects integrated in functest testcases: @@ -43,7 +44,8 @@ tiers: criteria: 100 blocking: false description: >- - Test suite for odl-sfc to test two chains with one SF and one chain with two SFs + Test suite for odl-sfc to test two chains with one SF and + one chain with two SFs dependencies: installer: '' scenario: 'odl.*sfc' @@ -66,8 +68,8 @@ tiers: installer: 'apex' scenario: 'bar' run: - module: 'baro_tests.barometer' - class: 'BarometerCollectd' + module: 'baro_tests.barometer' + class: 'BarometerCollectd' - case_name: fds @@ -75,9 +77,9 @@ tiers: criteria: 100 blocking: false description: >- - Test Suite for the OpenDaylight SDN Controller when GBP features are - installed. It integrates some test suites from upstream using - Robot as the test framework. + Test Suite for the OpenDaylight SDN Controller when GBP + features are installed. It integrates some test suites from + upstream using Robot as the test framework. dependencies: installer: 'apex' scenario: 'odl.*-fdio' -- cgit 1.2.3-korg