Current Series Release Notes

2.9.0-26

New Features

  • The new [dynamic_routing] base_image option has been added. This option allows customizing the reference of the base container image used for connectivity check in dynamic routing plugin tests.

Deprecation Notes

  • The following options have been deprecated, in favor of the mechanism to enable/disable tests according to the available extensions.

    • [bgpvpn] run_bgpvpn_tests

    • [fwaas] run_fwaas_tests

    • [sfc] run_sfc_tests

1.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of neutron-tempest-plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by neutron-tempest-plugin is Python 3.6.

0.9.0

New Features

  • Enhanced the test_multicast_between_vms_on_same_network adding IGMP test coverage to it. A new VM running tcpdump is spawned as part of the test to verify whether the traffic is reaching it or not.

Upgrade Notes

  • Add a new configuration option called is_igmp_snooping_enabled to enable/disable IGMP testing as part of the test_multicast_between_vms_on_same_network test case.

0.3.0

New Features

  • Add new ‘debtcollector’ dependency with the purpose of deprecating methods that are going to be removed.

Deprecation Notes

  • Deprecate method BaseTempestTestCase.create_and_associate_floatingip after replacing it with method BaseNetworkTest.create_floatingip.