summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/controller/env_build/README
blob: ecb4e1182e7e0f8094edbac540e6d3d285a79ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 env_build.py contains a quick test code for create virtual network in a remote host.

 usage:
    
   python env_build.py --rpc_server 192.168.188.10 --config /etc/vstf/env/Tn.json

   --rpc_server RPC_SERVER
                        the rabbitmq server for deliver messages.
   --config CONFIG
  						env-build config file to parse

the above command will build a 'Tn-type' network according to config file: /etc/vstf/env/Tn.json.