summaryrefslogtreecommitdiff
path: root/tools/gate/integration/pre_test_hook.sh
blob: cfbbdfc1f7bd2dd9a2b59d2241be9a434c553c84 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# This script will be executed inside pre_test_hook function in devstack gate

cd /opt/stack/new/horizon/openstack_dashboard/local/local_settings.d
mv _20_integration_tests_scaffolds.py.example _20_integration_tests_scaffolds.py
sudo service apache2 restart