08ff7e00bf
Change-Id: I34a46b9ebbc0e36486fbef528b34ea1c3be2e8be Signed-off-by: Damjan Marion <damarion@cisco.com>
18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
# STEPS TO START DEVELOPING TESTS LOCALLY
|
|
- install virtualenv
|
|
- generate environment using virtualenv:
|
|
# cd $ROOT
|
|
# virtualenv env
|
|
# source env/bin/activate
|
|
- install python requirements for this project by executing:
|
|
# pip install -r requirements.txt
|
|
- make sure user mentioned in topology.py has NOPASSWD sudo access to
|
|
vpp_api_test
|
|
|
|
|
|
Done.
|
|
|
|
# STEPS TO START THE TESTS
|
|
export PYTHONPATH=.
|
|
pybot -L TRACE -V resources/libraries/python/topology.py tests
|