Comment 3 for bug 1803547

Revision history for this message
chandan kumar (chkumar246) wrote :

So here is the issue,
currently in tripleo-ci-centos-7-scenario001-multinode-oooq-container resembles to fs016
where are running tempest_whitelist_new:
  - 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
tests, but these both tests are in master skip list
https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/validate-tempest/vars/tempest_skip_master.yml#L60 and https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/validate-tempest/vars/tempest_skip_master.yml#L132 so these two tests will be ignored by tempest then tempest has no tests to run which is leading to the above error.

Best solution is to add a some basic test be default in the validate-tempest role so that we have some sanity if all are in blacklist. It will solve the problem