Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / vstf / agent / unittest / configuration.py
diff --git a/vstf/vstf/agent/unittest/configuration.py b/vstf/vstf/agent/unittest/configuration.py
new file mode 100755 (executable)
index 0000000..3f3b366
--- /dev/null
@@ -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