diff options
author | Stefan Kobza <skobza@cisco.com> | 2015-12-23 17:00:10 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2015-12-23 17:10:07 +0100 |
commit | b189933c3931884beb50d9e58efbb19fb0e7088c (patch) | |
tree | afa971af81ffb9694dbab6357d4d1f266729950c /test/README | |
parent | 7d08f5635df5936c2db13cbf19d7e0480b171488 (diff) |
Submit initial test framework skeleton.
Change-Id: I1c7cdbbf16c137a6739447d2776595725b798b54
Signed-off-by: Stefan Kobza <skobza@cisco.com>
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 |