Files
neutron-tempest-plugin/neutron_tempest_plugin/neutron_dynamic_routing/scenario/README
Ryan Tidwell 2201953759 Move neutron-dynamic-routing BGP tests from stadium
This is step 1 of the movement of the tempest plugin for
neutron-dynamic-routing.

Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>

Change-Id: I35984bb3ad3673b7a54982657c1ac6fdc3ed6de0
2019-09-24 08:56:13 -05:00

37 lines
1.1 KiB
Plaintext

scenario tests use the following environment.
diagram:
----------------------+--------------- tenant
| network
+--------+
| router |
+--------+
|
-----+----------------+--------------- provider
| | network
+---------+ |
| dragent | |
+---------+ |
| |
| +--------------+
| |
+--------+
| docker |
| bridge |
+--------+
|
+-----------+------------+-------
| |
+---------+ +---------+
docker | quagga1 | | quagga2 | ...
container +---------+ +---------+
docker container environment is provided by test tool of os-ken.
It has the following functions:
- build and remove a container image.
- run, stop and remove a container.
- some operations to quagga container.
- get some information from quagga container.