From fe4489ede2b40902fb7d734d04a1f997c6df86fb Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 10 Mar 2017 09:46:45 +0000 Subject: [PATCH] Travis CI: run tests in development mode Set `mode` to `development` in default.conf after ipa-server-install. https://pagure.io/freeipa/issue/6625 Reviewed-By: Tomas Krizek --- .test_runner_config.yaml | 2 ++ 1 file changed, 2 insertions(+) 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