neutron-dynamic-routing/neutron_dynamic_routing/tests/tempest/scenario
Ryan Tidwell 34655a8e6e
Migrate neutron-dynamic-routing from Ryu to os-ken
This change causes neutron-dynamic-routing to stop consuming Ryu
in favor of os-ken. os-ken becomes the reference implementation
for BGP services and neutron-dynamic-routing no longer has a
dependency on Ryu.

Partially-Implements: blueprint ryu-framework-maintenace-transition
Change-Id: I4a68440809cad5de2d6d191f7211d68b542672e5
2018-12-18 14:03:13 -06:00
..
basic Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
ipv4 Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
ipv6 Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
README Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
__init__.py Add tempest scenario tests 2017-04-17 06:39:33 +00:00
base.py Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
base_test_proto.py Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00

README

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.