summaryrefslogtreecommitdiffstats
path: root/qtip/driver/ansible_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/driver/ansible_driver.py')
-rw-r--r--qtip/driver/ansible_driver.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtip/driver/ansible_driver.py b/qtip/driver/ansible_driver.py
index 356c39b7..34ef46ed 100644
--- a/qtip/driver/ansible_driver.py
+++ b/qtip/driver/ansible_driver.py
@@ -46,6 +46,9 @@ class AnsibleDriver(object):
self.env_setup_flag = True
logger.info("Setup test enviroment, Done!")
+ def cleanup(self):
+ self.env.cleanup()
+
def run(self, metric_list, **kwargs):
if 'args' in self.config:
extra_vars = self.merge_two_dicts(kwargs, self.config['args'])