summaryrefslogtreecommitdiffstats
path: root/.test_runner_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.test_runner_config.yaml')
-rw-r--r--.test_runner_config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml
index b7896c307..85c48be5d 100644
--- a/.test_runner_config.yaml
+++ b/.test_runner_config.yaml
@@ -48,6 +48,8 @@ steps:
install_server:
- ipa-server-install -U --domain ${server_domain} --realm ${server_realm} -p ${server_password}
-a ${server_password} --setup-dns --setup-kra --auto-forwarders
+ - sed -ri "s/mode = production/mode = development/" /etc/ipa/default.conf
+ - systemctl restart httpd.service
lint:
- PYTHON=/usr/bin/python2 make V=0 lint
- PYTHON=/usr/bin/python3 make V=0 pylint