neutron-dynamic-routing/neutron_dynamic_routing/tests/tempest/scenario
Federico Ressi 26bfa08b23 Disable subnet CIDR reservation
Reserving subnet CIDR make impossible to reuse the same
CIDR for a subnet twice for the test case class.

Change-Id: Ia32f0e3fea509d1eb0074f5d4bdaf5b02b6dcae0
Depends-On: I421dd28999086ee0af9246121f4f033291e341b4
Closes-Bug: #1766702
2018-05-11 07:13:55 +02:00
..
4byte_asn Support 4-Byte AS Numbers 2017-11-06 09:39:34 +00:00
basic Fix failure when adding a speaker to an agent 2018-02-20 11:01:30 +00: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 Disable subnet CIDR reservation 2018-05-11 07:13:55 +02: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.