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, 0 insertions, 28 deletions
diff --git a/vstf/vstf/agent/unittest/configuration.py b/vstf/vstf/agent/unittest/configuration.py
deleted file mode 100755
index 3f3b3665..00000000
--- a/vstf/vstf/agent/unittest/configuration.py
+++ /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