Do not override tempest_plugins for AIO scenarios
The os_tempest role determines which components are installed internally and enables the necessary plugins. Overriding tempest_plugins in user_variables for AIO scenarios prevents the correct set of plugins being loaded for more complex tests involving multiple openstack components. Change-Id: I775ee16e1fd28e23d6f8695e4ac4f21912903356
This commit is contained in:
parent
589a869ee5
commit
f175a2d21c
@ -10,11 +10,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
tempest_plugins:
|
||||
- name: barbican-tempest-plugin
|
||||
repo: https://opendev.org/openstack/barbican-tempest-plugin
|
||||
branch: master
|
||||
|
||||
tempest_test_includelist:
|
||||
- barbican_tempest_plugin.tests.api
|
||||
|
||||
|
@ -10,11 +10,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
tempest_plugins:
|
||||
- name: manila-tempest-plugin
|
||||
repo: https://opendev.org/openstack/manila-tempest-plugin
|
||||
branch: master
|
||||
|
||||
tempest_flavors:
|
||||
- name: tempest1
|
||||
id: 201
|
||||
|
Loading…
Reference in New Issue
Block a user