python-openstackclient/openstackclient/tests/unit/compute/v2
Stephen Finucane c128ae1969 trivial: Don't ignore missing resources
An openstacksdk 'find_foo' proxy method will return None by default if a
resource is not found. You can change this behavior by setting
'ignore_missing=False'. We were doing this in most, but not all cases:
correct the issue.

In the event of calling 'image delete' with multiple images, it will no
longer fail on the first missing image and will instead attempt to
delete remaining images before failing.

Change-Id: I1e01d3c096dcaab731c28e496a182dd911229227
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-02-13 16:33:56 +00:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_agent.py tests: Use consistent shortcut to fake compute client 2023-09-29 10:14:32 +01:00
test_aggregate.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_console.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_flavor.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_host.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_hypervisor.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_hypervisor_stats.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_keypair.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_server.py trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
test_server_backup.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_server_event.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_server_group.py trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
test_server_image.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_server_migration.py trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
test_server_volume.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_service.py tests: Add compute v2 FakeClientMixin 2023-09-29 10:14:32 +01:00
test_usage.py Removed start, end time format. Before fix, openstack usage list command resulted 'str' object has no attribute 'isoformat' error. 2023-10-30 14:17:39 +09:00