aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-03 11:15:50 +0800
committerwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-03 11:15:50 +0800
commita9d5c798ad0da8494056181cc1b68f85f9b203c9 (patch)
tree37b450764468557e0f74807d4cf99d862bdc6827 /func
parent268c946642da7cce5801be983a032ea3993a0850 (diff)
Remove playbooks directory
Qtip will use benchmarks/perftest/. JIRA: QTIP-131 Change-Id: Icef41b6bcdcb835d76e8e412dd865d1f156f1455 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'func')
-rw-r--r--func/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/driver.py b/func/driver.py
index 9a011c2a..47d00f1f 100644
--- a/func/driver.py
+++ b/func/driver.py
@@ -65,7 +65,7 @@ class Driver:
logger.info(extra_vars)
ansible_api = AnsibleApi()
ansible_api.execute_playbook('./config/hosts',
- './benchmarks/playbooks/{0}.yaml'.format(benchmark),
+ './benchmarks/perftest/{0}.yaml'.format(benchmark),
'./config/QtipKey', extra_vars)
return self.get_ansible_result(extra_vars['role'], ansible_api.get_detail_playbook_stats())