summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-18 09:51:03 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-18 09:52:29 +0800
commit89d17c7f841e97f1e8433109678c63f3b193c0b9 (patch)
tree41288be75c7476bd0d15f28db8d0cded402a0263 /tests
parente734d1720f447e41e8b7923618fbfaf4b2ec8138 (diff)
Enable task profiling
Benchmark jobs takes a long time, enable task profiling to collect estimated run time so that we can set time out for async job correctly Change-Id: Ie9518380acc8da06f26f762ea016b7837a8bd2fb Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/ansible.cfg b/tests/integration/ansible.cfg
index 40e28bcf..30e28480 100644
--- a/tests/integration/ansible.cfg
+++ b/tests/integration/ansible.cfg
@@ -26,3 +26,5 @@ filter_plugins = ../../qtip/ansible_library/plugins/filter
#test_plugins = /usr/share/ansible/plugins/test
#terminal_plugins = /usr/share/ansible/plugins/terminal
#strategy_plugins = /usr/share/ansible/plugins/strategy
+
+callback_whitelist = profile_tasks