Hello @juliank, tempest is the upstream OpenStack integration test suite. It is a set of tests that will validate functionality of an OpenStack cloud across services: https://docs.openstack.org/tempest/latest/overview.html
It is the result the OpenStack team usually provides for SRUs. In this specific instance, since the bug was simply failing to spawn VMs, just creating a VM would prove that the bug is fixed. In the tempest output, you will see the following tests: - tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops - tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details - tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers - tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip - tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard - tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses - ... Which are tests that will test basic functionality, but all require actually to spawn a VM. (You need a VM to be able to test reboot the vm, get attached ips, testing attaching interfaces and so on...) ** Tags removed: open-3026 verification-needed verification-needed-plucky ** Tags added: verification-done verification-done-pluckyopen-3026 ** Tags removed: verification-done-pluckyopen-3026 ** Tags added: open-3026 verification-done-plucky -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2103413 Title: [SRU] Python3.13: Garbage collection due to attribute cache inlining To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/2103413/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
