]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add full-stack test
authorJohn Schwarz <jschwarz@redhat.com>
Tue, 14 Oct 2014 11:12:35 +0000 (14:12 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Tue, 14 Apr 2015 12:42:54 +0000 (15:42 +0300)
commit304d68d9741fd15c14263d978e5b0bae43cde58e
tree5fb1146d5b4554014fcda6a09821bc951eb4533b
parent833ce26860c93bc8efb446a247c916d638a040ef
Add full-stack test

Currently, the full-stack framework has only one test which only uses
the neutron-server. This patch adds an actual test which makes sure that
once a router is created, an actual namespace is create for it. Since
this test requires 3 processes (neutron-server, l3-agent, ovs-agent),
existing full-stack code is modified to add more streamlined support for
such code.

Partially-Implements: blueprint integration-tests
Change-Id: Id5a8852d38543590b90e4bbed261a7a458071a9a
neutron/tests/common/net_helpers.py
neutron/tests/fullstack/base.py
neutron/tests/fullstack/config_fixtures.py
neutron/tests/fullstack/fullstack_fixtures.py
neutron/tests/fullstack/test_l3_agent.py [new file with mode: 0644]
neutron/tests/fullstack/test_sanity.py [deleted file]