miscell cosmetic + pass the substrate object to TestBonding so it can compute an...
[tests.git] / qaapi / qa / qa_config
1 # system test config file
2
3 # Be verbose
4 VERBOSE=1
5
6 # Where to store the public/private keys 
7 KEYS_PATH="/tmp/keys/"
8
9 # PLC Configuration
10
11 PLC_ROOT_USER="root@localhost.localdomain"
12  
13 PLC_ROOT_PASSWORD="root"
14
15 PLC_NAME="TestLab"
16
17 PLC_MAIL_ENABLED=0
18
19 PLC_MAIL_SUPPORT_ADDRESS="root@localhost.localdomain"
20
21
22 # Test Site Configuration
23
24 TEST_SITE_NAME="TestSite"
25
26 TEST_SITE_LOGIN_BASE="test"
27
28 # Test Slice Configuration
29
30 TEST_SLICE_NAME="test_slice"
31
32 # Test Person Configuration
33
34 TEST_PERSON_EMAIL="test@home.org"
35
36
37 # Test Node Configuration
38
39 TEST_NODE_TYPE_1="ipv4"
40
41 TEST_NODE_METHOD_1="static"
42
43 TEST_NODE_HOSTNAME_1="tnode-vm1.home.org"
44
45 TEST_NODE_IP_1="10.0.2.16"
46
47 TEST_NODE_GATEWAY_1="10.0.2.2"
48
49 TEST_NODE_DNS_1="10.0.2.2"
50
51 TEST_NODE_NETWORK_1="10.0.2.0"
52
53 TEST_NODE_BROADCAST_1="10.0.2.255"
54
55 TEST_NODE_NETMASK_1="255.255.255.0"