summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/agent/unittest/configuration.py
diff options
context:
space:
mode:
Diffstat (limited to 'vstf/vstf/agent/unittest/configuration.py')
-rwxr-xr-xvstf/vstf/agent/unittest/configuration.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/vstf/vstf/agent/unittest/configuration.py b/vstf/vstf/agent/unittest/configuration.py
new file mode 100755
index 00000000..3f3b3665
--- /dev/null
+++ b/vstf/vstf/agent/unittest/configuration.py
@@ -0,0 +1,28 @@
+"""
+Created on 2015-9-24
+
+@author: y00228926
+"""
+
+eth_for_test = [
+ "eth4",
+ "p57p2"
+]
+
+mac_of_eth = [
+ "90:e2:ba:20:1f:d8",
+ '90:e2:ba:20:1f:d9'
+]
+
+bdf_of_eth = [
+ "04:00.0",
+ "04:00.1"
+]
+
+source_repo = {
+ "vnx-bin":{
+ "install": False,
+ "url": "root@192.168.188.10:/root/src/vnx-bin",
+ "repo_type": "git"
+ }
+} \ No newline at end of file