neutron-tempest-plugin/neutron_tempest_plugin/neutron_dynamic_routing/scenario
Jens Harbott 3cd2e1aa7c Fix cert handling for dynamic routing tests
Instead of ignoring ca_certs, use the same configuration as the
remainder of the tests.

Change-Id: Ic032924cf90ba94f226c223053568f0708749531
2020-07-02 10:52:50 +00:00
..
basic Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
ipv4 Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
ipv6 Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
README Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
__init__.py Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
base.py Fix cert handling for dynamic routing tests 2020-07-02 10:52:50 +00:00
base_test_proto.py Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
test_simple_bgp.py Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05: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.