diff options
-rw-r--r-- | docker/features/testcases.yaml | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index b0ad60ac9..1fbc27539 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -65,7 +65,7 @@ tiers: the proper configuration and basic functionality of all the collectd plugins as described in the Project Release Plan dependencies: - installer: 'apex' + installer: '(apex)|(compass)' scenario: 'bar' run: module: 'baro_tests.barometer' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index b9e389162..dc421ef4f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -277,7 +277,7 @@ tiers: the proper configuration and basic functionality of all the collectd plugins as described in the Project Release Plan dependencies: - installer: 'apex' + installer: '(apex)|(compass)' scenario: 'bar' run: module: 'baro_tests.barometer' |