summaryrefslogtreecommitdiffstats
path: root/qtip/driver/ansible/ansible.py
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-02-20 02:52:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-20 02:52:13 +0000
commitd8713999a5dda9e87442de7290d1c460b9021cce (patch)
treea186cdcb2418b0a2d306d9ecde192ee3ff7d6ceb /qtip/driver/ansible/ansible.py
parentcdb8e1be12b724e9f68c7e46c9a653ec37c502cb (diff)
parente958f3c5db5dd095e0debcb64e1ae581c2966e07 (diff)
Merge "code refactor: ansible playbook about system info"
Diffstat (limited to 'qtip/driver/ansible/ansible.py')
-rw-r--r--qtip/driver/ansible/ansible.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/qtip/driver/ansible/ansible.py b/qtip/driver/ansible/ansible.py
new file mode 100644
index 00000000..cd17625d
--- /dev/null
+++ b/qtip/driver/ansible/ansible.py
@@ -0,0 +1,14 @@
+##############################################################################
+# Copyright (c) 2016 ZTE Corp and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+from qtip.driver.base import BaseDriver
+
+
+class AnsibleDriver(BaseDriver):
+ """driver for running performance tests with Ansible"""