neutron-dynamic-routing/neutron_dynamic_routing/tests/tempest/scenario
Omer Anson f505a0b7f7 Give docker bridges test-specific names
We have seen in Dragonflow tempest tests that docker bridges do not
always clean-up correctly, and this causes false-positive errors.

This change modifies the name of the bridge to be unique for each test.
This way, if a test fails to clean up, it will not affect the other
tests.

Change-Id: I869c6dc798cd1cc20376023481518e7a03b71fde
2017-09-03 15:45:20 +03:00
..
basic Give docker bridges test-specific names 2017-09-03 15:45:20 +03:00
ipv4 Give docker bridges test-specific names 2017-09-03 15:45:20 +03:00
ipv6 Give docker bridges test-specific names 2017-09-03 15:45:20 +03:00
README Add tempest scenario tests 2017-04-17 06:39:33 +00:00
__init__.py Add tempest scenario tests 2017-04-17 06:39:33 +00:00
base.py tempest: Avoid using dvr extension 2017-07-31 13:18:41 +09:00
base_test_proto.py tempest: Avoid using dvr extension 2017-07-31 13:18:41 +09: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 ryu.
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.