summaryrefslogtreecommitdiffstats
path: root/cvp/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'cvp/README.rst')
-rw-r--r--cvp/README.rst64
1 files changed, 0 insertions, 64 deletions
diff --git a/cvp/README.rst b/cvp/README.rst
deleted file mode 100644
index 44ab2a47..00000000
--- a/cvp/README.rst
+++ /dev/null
@@ -1,64 +0,0 @@
-=============
-opnfv-testapi
-=============
-
-Test Results Collector of OPNFV Test Projects
-
-Start Server
-==============
-
-Getting setup
-^^^^^^^^^^^^^
-
-Requirements for opnfv-testapi:
-
-* tornado
-* epydoc
-
-These requirements are expressed in the requirements.txt file and may be
-installed by running the following (from within a virtual environment)::
-
- pip install -r requirements.txt
-
-How to install
-^^^^^^^^^^^^^^
-
-From within your environment, just run:
-
- ./install.sh
-
-How to run
-^^^^^^^^^^
-
-From within your environment, just run:
-
- opnfv-testapi
-
-This will start a server on port 8000. Just visit http://localhost:8000
-
-For swagger website, just visit http://localhost:8000/swagger/spec.html
-
-Unittest
-=====================
-
-Getting setup
-^^^^^^^^^^^^^
-
-Requirements for unittest:
-
-* testtools
-* discover
-* futures
-
-These requirements are expressed in the test-requirements.txt file and may be
-installed by running the following (from within a virtual environment)::
-
- pip install -r test-requirements.txt
-
-How to run
-^^^^^^^^^^
-
-From within your environment, just run::
-
- bash run_test.sh
-