diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-01-05 03:13:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@projectrotterdam.info> | 2016-01-05 03:13:02 +0000 |
commit | ce853c4838c173fb389f26d59511b1af5ca3d8ce (patch) | |
tree | cc640213ddd85442bded70b0942dbd25ffeefeb9 /test/README | |
parent | 66cc181e516128fbb99bb0e46ab5b2db6d258428 (diff) | |
parent | b189933c3931884beb50d9e58efbb19fb0e7088c (diff) |
Merge "Submit initial test framework skeleton."
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/README b/test/README new file mode 100644 index 00000000000..862541a67a6 --- /dev/null +++ b/test/README @@ -0,0 +1,17 @@ +# 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 + vpe_api_test + + + Done. + +# STEPS TO START THE TESTS +export PYTHONPATH=. +pybot -L TRACE -V resources/libraries/python/topology.py tests |