Current Series Release Notes

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.