diff options
author | Calin Gherghe <calin.gherghe@intel.com> | 2017-08-18 18:39:11 +0000 |
---|---|---|
committer | Calin Gherghe <calin.gherghe@intel.com> | 2017-08-19 15:10:50 +0000 |
commit | 36d5059ae42b56e45a9ca0749edb17c831535d63 (patch) | |
tree | 98eb196d9a0041d76c98c4d03b71940872a22b4a /docker | |
parent | acb8d8cee379a5c6c40845c7414541095627e71b (diff) |
Updating the constrains for the Barometer test-suite
The patch switches the tests for Apex, which is the only Installer
supported by the Barometer project for the OPNFV Euphrates Release.
Change-Id: Ic064a41402bc4f27280f8d5e408d59ad41f888bc
Signed-off-by: Calin Gherghe <calin.gherghe@intel.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/features/testcases.yaml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 052bd47f3..69da9350e 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -92,18 +92,17 @@ tiers: - case_name: barometercollectd - enabled: false + enabled: true project_name: barometer criteria: 100 blocking: false description: >- - Test suite for the Barometer project. Separate tests verify the - proper configuration and functionality of the following - collectd plugins Ceilometer, Hugepages, Memory RAS (mcelog), - and OVS Events + Test suite for the Barometer project. Separate tests verify + the proper configuration and basic functionality of all the + collectd plugins as described in the Project Release Plan dependencies: - installer: 'fuel' - scenario: 'kvm_ovs_dpdk_bar' + installer: 'apex' + scenario: 'bar' run: module: 'baro_tests.barometer' class: 'BarometerCollectd' |