pkomarov fab88225ab Substitude class attribute 'parameters' dict to an easier to read individual class attributes.
class FloatingIPFixture(heat.HeatStackFixture):
[...]
parameters = {'floating_network': CONF.tobiko.neutron.floating_network,
                  'image': CONF.tobiko.nova.image,
                  'flavor': CONF.tobiko.nova.flavor}
-->

class FloatingIPFixture(heat.HeatStackFixture):
[...]
    floating_network = CONF.tobiko.neutron.floating_network
    image =  CONF.tobiko.nova.image,
    flavor = CONF.tobiko.nova.flavor

Change-Id: Ia3f3d6cb21de941426fedb936541d89d2923131d
2019-04-08 10:12:03 +02:00
2019-03-24 21:15:49 +02:00
2018-08-09 14:27:41 +00:00
2018-11-27 10:37:24 +01:00
2018-08-15 16:10:50 +03:00
2019-03-20 14:14:33 +02:00
2019-03-20 14:14:33 +02:00
2019-03-20 14:14:33 +02:00
2018-08-13 12:58:24 +00:00
2019-04-03 12:58:54 +00:00

Tobiko

Tempest plugin for testing upgrades

Usage

Run Neutorn tests:

tox -e neutron
Description
Testing OpenStack upgrades
Readme 42 MiB
Languages
Python 99.5%
Shell 0.2%
Dockerfile 0.2%