aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-29 14:57:26 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-29 14:57:26 +0800
commit0c43a307ff30b11af348e17b7c81f278c21c93ff (patch)
treee6e6c2aa5257307c06d6e6017f48dfe2d1698314 /tests
parentb95adaf14afff4215f773b2ef150fbc4b3a00ef6 (diff)
Disable tty in CI scripts to remove color in ansible output
This will make the console log more readable Change-Id: Ia577d243d52449f580d34002e2052fa024e0f20d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ci/experimental.sh2
-rwxr-xr-xtests/ci/periodic.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/experimental.sh b/tests/ci/experimental.sh
index bb9694b7..7fa18f2f 100755
--- a/tests/ci/experimental.sh
+++ b/tests/ci/experimental.sh
@@ -31,7 +31,7 @@ qtip_repo='/home/opnfv/repos/qtip'
docker cp . ${TEST_SUITE}_qtip:${qtip_repo}
docker exec ${TEST_SUITE}_qtip bash -c "cd ${qtip_repo} && pip install -U -e ."
-docker exec -t ${TEST_SUITE}_qtip bash -x ${qtip_repo}/qtip/scripts/quickstart.sh
+docker exec ${TEST_SUITE}_qtip bash -x ${qtip_repo}/qtip/scripts/quickstart.sh
echo "QTIP: Verify ${TEST_SUITE} done!"
exit 0
diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh
index 5c488b87..87fa7627 100755
--- a/tests/ci/periodic.sh
+++ b/tests/ci/periodic.sh
@@ -13,7 +13,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source ${script_dir}/utils/start_services.sh
-docker exec -t ${TEST_SUITE}_qtip bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh
+docker exec ${TEST_SUITE}_qtip bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh
echo "${TEST_SUITE} QPI done!"