aboutsummaryrefslogtreecommitdiffstats
path: root/func/driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/driver.py')
-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())