Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / vstf / controller / unittest / configuration.py
1 ##############################################################################
2 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10
11 rabbit_mq_server = '192.168.188.10'
12
13 tester_host = '192.168.188.14'
14
15 target_host = '192.168.188.16'
16
17 source_repo = {
18     "passwd": "root",
19     "ip": "192.168.188.10",
20     "user": "root"
21 }