JIRA: BOTTLENECKS-29
[bottlenecks.git] / vstf / vstf / agent / unittest / configuration.py
diff --git a/vstf/vstf/agent/unittest/configuration.py b/vstf/vstf/agent/unittest/configuration.py
deleted file mode 100755 (executable)
index 3f3b366..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-"""
-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