Current Series Release Notes

3.2.0-21

Bug Fixes

  • The FRROCIImage class used in the multiple gateways scenario tests now tries multiple Ubuntu 22.04 base image mirrors in randomized order when building the FRR container image. This improves reliability in CI environments where a single registry may be temporarily unavailable.

2024.1-last

Upgrade Notes

  • The following options have been removed.

    • [bgpvpn] run_bgpvpn_tests

    • [fwaas] run_fwaas_tests

    • [sfc] run_sfc_tests

2.12.0

Other Notes

  • The testing advanced image used in some jobs has been bumped from Ubuntu Focal 20.04 to Ubuntu Jammy 22.04.

2.11.0

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.