diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-19 03:24:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-19 03:24:41 +0000 |
commit | 7bb2daf779173dca9409cf5d1c87aea4fb58d776 (patch) | |
tree | e2389fbf4a7ddb9ea773052b3eb6c20a1f0a2008 /tests/integration/ansible.cfg | |
parent | 6dc3c500b3b6fb14b5098259dc57a2d646daaf2c (diff) | |
parent | 89d17c7f841e97f1e8433109678c63f3b193c0b9 (diff) |
Merge "Enable task profiling"
Diffstat (limited to 'tests/integration/ansible.cfg')
-rw-r--r-- | tests/integration/ansible.cfg | 2 |
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 |