CSIT rls1704 report - update to handcraftec sections:
[csit.git] / docs / testing_in_vagrant
1 HOWTO (will create a wiki page once one is created for CSIT project):
2  - copy Vagrantfile to separate dir on host
3  - vagrant up --parallel
4     sit-back-and-relax
5  - from VM that has access to the same host-only network (192.168.255.0 above)
6     - copy your ssh-key to csit@192.168.255.{101,102,250}
7     - cd ${csit_dir}
8     - virtualenv & pip as in README
9     - PYTHONPATH=`pwd` resources/tools/topology/update_topology.py \
10         topologies/available/vagrant.yaml \
11         -o topologies/available/vagrant_pci.yaml
12     - PYTHONPATH=`pwd` pybot -L TRACE \
13         -v TOPOLOGY_PATH:topologies/available/vagrant_pci.yaml -s \
14         "bridge domain" tests
15     - see tests results
16