summaryrefslogtreecommitdiffstats
path: root/.test_runner_config.yaml
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2017-03-10 09:46:45 +0000
committerMartin Basti <mbasti@redhat.com>2017-03-13 16:06:22 +0100
commitfe4489ede2b40902fb7d734d04a1f997c6df86fb (patch)
tree68f44675406c7a9ae0ce753451b4965f9d1825f2 /.test_runner_config.yaml
parent8fdd7a9ffc263c1198afa5479cda41d319f11d91 (diff)
downloadfreeipa-fe4489ede2b40902fb7d734d04a1f997c6df86fb.tar.gz
freeipa-fe4489ede2b40902fb7d734d04a1f997c6df86fb.tar.xz
freeipa-fe4489ede2b40902fb7d734d04a1f997c6df86fb.zip
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 <tkrizek@redhat.com>
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