Enable SSL in scenario001
Let's add SSL coverage to our tests. By enabling it in scenario001, we can cover rabbitmq and horizon. Change-Id: I785b7daf6ea8d6b9016e4438271c11844ea48ba0
This commit is contained in:
parent
11b281071a
commit
e531ea5fb9
@ -202,6 +202,7 @@ This is the current matrix of available tests:
|
|||||||
| horizon | X | | |
|
| horizon | X | | |
|
||||||
| manila | X | | |
|
| manila | X | | |
|
||||||
| nagios | X | | |
|
| nagios | X | | |
|
||||||
|
| SSL | X | | |
|
||||||
|
|
||||||
To run these tests:
|
To run these tests:
|
||||||
|
|
||||||
|
@ -216,6 +216,10 @@ else
|
|||||||
$SUDO yum -y install openstack-packstack
|
$SUDO yum -y install openstack-packstack
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Make sure the fqdn is associated to the IP in /etc/hosts
|
||||||
|
# Needed for Horizon SSL tests in Tempest
|
||||||
|
echo -e "\n127.0.0.1 $(facter fqdn)" | $SUDO tee -a /etc/hosts
|
||||||
|
|
||||||
# Generate configuration from selected scenario and run it
|
# Generate configuration from selected scenario and run it
|
||||||
source ./tests/${SCENARIO}.sh
|
source ./tests/${SCENARIO}.sh
|
||||||
result=$?
|
result=$?
|
||||||
|
@ -24,6 +24,8 @@ $SUDO packstack --allinone \
|
|||||||
--os-gnocchi-install=n \
|
--os-gnocchi-install=n \
|
||||||
--os-swift-install=n \
|
--os-swift-install=n \
|
||||||
--os-manila-install=y \
|
--os-manila-install=y \
|
||||||
|
--os-horizon-ssl=y \
|
||||||
|
--amqp-enable-ssl=y \
|
||||||
--glance-backend=file \
|
--glance-backend=file \
|
||||||
--provision-demo=y \
|
--provision-demo=y \
|
||||||
--provision-tempest=y \
|
--provision-tempest=y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user