Enable tempest tests for sahara
Change-Id: I1bde4186335cb6638d2c90f5eeee1cf7944e1415
This commit is contained in:
parent
2dc1611f1b
commit
c9f4030994
@ -191,6 +191,9 @@
|
||||
- src: user_variables_hardening.yml.j2
|
||||
dest: user_variables_hardening.yml
|
||||
condition: "{{ 'hardening' in bootstrap_host_scenarios_expanded }}"
|
||||
- src: user_variables_sahara.yml.j2
|
||||
dest: user_variables_sahara.yml
|
||||
condition: "{{ 'sahara' in bootstrap_host_scenarios_expanded }}"
|
||||
|
||||
- name: Copy modified cinder-volume env.d file for ceph scenario
|
||||
copy:
|
||||
|
@ -0,0 +1,14 @@
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
tempest_test_includelist:
|
||||
- sahara_tempest_plugin.tests.api
|
Loading…
Reference in New Issue
Block a user