aboutsummaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-09-30 18:10:26 +0200
committerFlorin Coras <florin.coras@gmail.com>2016-10-03 10:44:12 +0000
commit553d808fc44e61846e4cda108083dd88beb338e3 (patch)
treef3ceff77b5af34ed9378db20206ec387ee9f97c7 /test/README
parentdf089a8a13dcef08f10d6930c4959f129f784a4e (diff)
Remove old test files
Make space for upcoming test framework. Change-Id: I14da6cf95c645d8ee2b71579a658dc7ef3b9f027 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'test/README')
-rw-r--r--test/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/README b/test/README
deleted file mode 100644
index 40154bb8cd0..00000000000
--- a/test/README
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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