Submit initial test framework skeleton.
[vpp.git] / test / README
1 # STEPS TO START DEVELOPING TESTS LOCALLY
2  - install virtualenv
3  - generate environment using virtualenv:
4     # cd $ROOT
5     # virtualenv env
6     # source env/bin/activate
7  - install python requirements for this project by executing:
8     # pip install -r requirements.txt
9  - make sure user mentioned in topology.py has NOPASSWD sudo access to
10     vpe_api_test
11
12
13  Done.
14
15 # STEPS TO START THE TESTS
16 export PYTHONPATH=.
17 pybot -L TRACE -V resources/libraries/python/topology.py tests