X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=vstf%2Fvstf%2Fagent%2Funittest%2Fconfiguration.py;fp=vstf%2Fvstf%2Fagent%2Funittest%2Fconfiguration.py;h=0000000000000000000000000000000000000000;hb=07fa6d43cf0ac1baf3cd67e741f474273fbd387d;hp=3f3b3665c6653baa44e844fb5f1a1f07f057fd47;hpb=486719ea0024e683f4e90832e647becf3d5d5ab7;p=bottlenecks.git 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