summaryrefslogtreecommitdiff
path: root/TESTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add a gate-specific tox env for functional tests"Jenkins2014-07-191-9/+19
|\
| * Add a gate-specific tox env for functional testsMaru Newby2014-07-091-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functional gate jobs (*-neutron-dsvm-functional) need special configuration (e.g. OS_SUDO_TESTING, OS_ROOTWRAP_CMD) to run tests. This patch adds a new gate-specific tox env (tox -e dsvm-functional) that sets the appropriate values and allows easy duplication of the results of the upstream job on a host that has successfully run devstack with neutron enabled. A new configuration option, OS_FAIL_ON_MISSING_DEPS, is also set by the dsvm-functional tox env to ensure that dependency failures will result in failures rather than skips when run in the gate. Change-Id: Idbfef1ba72ed129a3021509c7969e2685b8a6d09 Partial-bug: #1336172
* | Fix example for running individual testsRalf Haferkamp2014-07-011-2/+2
|/ | | | | | | | | The ':' syntax doesn't seem to work anymore. Additionally fix the "tox" call to not try to run it from the current working directory. It's usually installed somewhere in $PATH. Closes-Bug: #1334134 Change-Id: Ie608cee2ac131941d6642e2560a84db55415654b
* Developer documentationSean M. Collins2014-02-261-0/+180
* Turns TESTING into a rst file, that we include in the developer documentation, for instructions on how to run the unit tests. * Link to a Vagrant project that sets up Neutron inside a VM. * Adds a section for how to debug with Nose * Add new section for Neutron Internals * Neutron L2 Agent documentation - currently only OVS * Make the Security Group API extension an example of how an API extension is implemented Implements bp developer-documentation Change-Id: I9b452abc9da3b1a41ae65cff727967de0eab12fe