URL: https://github.com/freeipa/freeipa/pull/627
Author: martbab
 Title: #627: Add CI helper script invocation to Travis CI
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/627/head:pr627
git checkout pr627
From aec9f5ee65c3d3e0fd4b8ce3e31088d264a15132 Mon Sep 17 00:00:00 2001
From: Martin Babinsky <mbabi...@redhat.com>
Date: Mon, 20 Mar 2017 12:12:50 +0100
Subject: [PATCH] Travis CI: invoke integration test helper scripts before test
 execution

This is to verify that all the executables are working properly (have
correct import paths etc.)
---
 .test_runner_config.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml
index 85c48be..4013505 100644
--- a/.test_runner_config.yaml
+++ b/.test_runner_config.yaml
@@ -59,6 +59,8 @@ steps:
   - echo ${server_password} > ~/.ipa/.dmpw
   - echo 'wait_for_dns=5' >> ~/.ipa/default.conf
   run_tests:
+  - ipa-test-config --help
+  - ipa-test-task --help
   - ipa-run-tests ${tests_ignore} -k-test_dns_soa ${tests_verbose} ${path}
 tests:
   ignore:
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to