]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add full-stack tests framework
authorJohn Schwarz <jschwarz@redhat.com>
Tue, 14 Oct 2014 11:09:14 +0000 (14:09 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Thu, 26 Mar 2015 18:21:40 +0000 (20:21 +0200)
commite0ea5edc128e7191d11514868b5711c23ef23821
tree5c788619a605822f9288f546b09b9d9f4d6c2122
parent41486020f6886b1a0f6601fd063b2e3a54b16c76
Add full-stack tests framework

This patch introduces the full-stack tests framework, as specified in
the blueprint. In short, this adds the neutron.tests.fullstack module,
which supports test-managed neutron daemons. Currently only
neutron-server is supported and follow-up patches will support for
multiple agents.

Implements: blueprint integration-tests
Co-Authored-By: Maru Newby <marun@redhat.com>
Change-Id: Iff24fc7cd428488e918c5f06bc7f923095760b07
16 files changed:
TESTING.rst
neutron/agent/linux/async_process.py
neutron/agent/linux/utils.py
neutron/tests/api/base_v2.py
neutron/tests/api/test_v2_rest.py
neutron/tests/common/helpers.py [new file with mode: 0644]
neutron/tests/fullstack/__init__.py [new file with mode: 0644]
neutron/tests/fullstack/base.py [new file with mode: 0644]
neutron/tests/fullstack/config_fixtures.py [new file with mode: 0644]
neutron/tests/fullstack/fullstack_fixtures.py [new file with mode: 0644]
neutron/tests/fullstack/test_sanity.py [new file with mode: 0644]
neutron/tests/functional/__init__.py
neutron/tests/functional/api/test_v2_plugin.py
neutron/tests/sub_base.py
neutron/tests/unit/agent/linux/test_utils.py
tox.ini