Use minimal output 73/41373/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 8 Sep 2017 07:41:49 +0000 (15:41 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 8 Sep 2017 08:16:03 +0000 (16:16 +0800)
Easier to read the log message

Change-Id: I49d61aa666a261e3e3bf3795cfe4341dca865dcb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
resources/ansible_roles/qtip-generator/files/storage/ansible.cfg
tests/ci/run_storage_qpi.sh

index a80d4ae..e4f400f 100644 (file)
@@ -62,7 +62,7 @@ roles_path = {{ qtip_package }}/resources/ansible_roles
 #host_key_checking = False
 
 # change the default callback
-#stdout_callback = skippy
+stdout_callback = minimal
 # enable additional callbacks
 callback_whitelist = profile_tasks
 
index 955d675..275bbb5 100755 (executable)
@@ -19,7 +19,7 @@ cd /home/opnfv/workspace/
 qtip setup
 eval `ssh-agent`
 if [[ -z $testapi_url ]];then
-    qtip run -vv
+    qtip run
 else
     qtip run --extra-vars "testapi_url=${TESTAPI_URL}"
 fi