Limit scope of puppet-nova-tripleo-standalone tempest tests

The previous `compute` white list was resulting in the job timing out
more often than not. This change limits this white list to the compute
API and basic server ops scenario tests to ensure we no longer time out.

Change-Id: I7d4ac315d8ce0c9e1b651e58abfc569bbe3f7505
This commit is contained in:
Lee Yarwood 2019-02-26 14:27:09 +00:00
parent d1f6a53cd6
commit b784174c3c
1 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,5 @@
featureset_override:
run_tempest: true
tempest_whitelist:
- 'compute'
- 'tempest.api.compute'
- 'tempest.scenario.test_server_basic_ops'