summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/controller/unittest/configuration.py
blob: 9364bbbfa78da9fdff58056ee4ea4b40ac556516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""
Created on 2015-9-24

@author: y00228926
"""

rabbit_mq_server = '192.168.188.10'

tester_host = '192.168.188.14'

target_host = '192.168.188.16'

source_repo = {
    "passwd": "root",
    "ip": "192.168.188.10",
    "user": "root"
}