5 Test Results Collector of OPNFV Test Projects
13 Requirements for opnfv-testapi:
18 These requirements are expressed in the requirements.txt file and may be
19 installed by running the following (from within a virtual environment)::
21 pip install -r requirements.txt
26 From within your environment, just run:
33 From within your environment, just run:
37 This will start a server on port 8000. Just visit http://localhost:8000
39 For swagger website, just visit http://localhost:8000/swagger/spec.html
47 Requirements for unittest:
53 These requirements are expressed in the test-requirements.txt file and may be
54 installed by running the following (from within a virtual environment)::
56 pip install -r test-requirements.txt
61 From within your environment, just run::