rubbos installation guide
[bottlenecks.git] / vstf / vstf / agent / unittest / configuration.py
1 """
2 Created on 2015-9-24
3
4 @author: y00228926
5 """
6
7 eth_for_test = [
8     "eth4",
9     "p57p2"               
10 ]
11
12 mac_of_eth = [
13     "90:e2:ba:20:1f:d8",
14     '90:e2:ba:20:1f:d9'
15 ]
16
17 bdf_of_eth = [
18     "04:00.0",
19     "04:00.1"
20 ]
21
22 source_repo = {
23     "vnx-bin":{
24         "install": False,
25         "url": "root@192.168.188.10:/root/src/vnx-bin",
26         "repo_type": "git"
27     }
28 }