]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Automate host configuration for functional testing
authorMaru Newby <marun@redhat.com>
Fri, 9 Jan 2015 15:02:59 +0000 (15:02 +0000)
committerMaru Newby <marun@redhat.com>
Sat, 14 Feb 2015 05:13:03 +0000 (05:13 +0000)
commit540e4d791ff2573aae38810f4c39f2d6f46d8898
tree48a06df29cbd131260d1fcea7a00f23ea09acfd5
parentc49c87d1e4d015a08a4612846dce816bfbb755ee
Automate host configuration for functional testing

This change adds a new script, configure_for_func_testing.sh, that
automates configuration of a host to support functional testing.  The
script's functionality is consumed by a refactored version of
gate_hook.sh, and both minimizes runtime and removes the previous
dependency on the devstack-gate repo.

Additionally, the dsvm-functional tox env is no longer dependent on
devstack to deploy neutron's rootwrap configuration system-wide.
Rootwrap configuration is now deployed to the target tox venv on each
tox invocation.

Change-Id: Iaf43be458bdf3c4535f95ee5a3a3b47a744020a0
TESTING.rst
neutron/tests/contrib/functional-testing.filters [moved from neutron/tests/contrib/filters.template with 66% similarity]
neutron/tests/contrib/gate_hook.sh
tools/configure_for_func_testing.sh [new file with mode: 0755]
tools/deploy_rootwrap.sh [new file with mode: 0755]
tools/misc-sanity-checks.sh
tox.ini