add keystone and neutron tempest plugins to default config
keystone and neutron are the only two tempest plugins that are required to be installed by default. Change-Id: I58a955943191045324956bd61da0652076984e8c
This commit is contained in:
parent
af63b0e851
commit
465fed2524
@ -26,7 +26,10 @@ tempest_format: packages # venv or packages
|
||||
tempest_whitelist_file_src: "whitelist_file.j2"
|
||||
tempest_whitelist_file: "whitelist_file.conf"
|
||||
tempest_whitelist: []
|
||||
tempest_plugins: []
|
||||
tempest_plugins:
|
||||
- python-keystone-tests-tempest
|
||||
- python-neutron-tests-tempest
|
||||
|
||||
tempest_extra_config: {}# A dict containing values which needs to be overridden in tempest.conf
|
||||
skip_file_src: "skip_file.j2"
|
||||
skip_file: skip_file
|
||||
|
Loading…
Reference in New Issue
Block a user