python-openstackclient/openstackclient/tests/unit
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
..
api Blacken openstackclient.api 2023-05-10 10:51:30 +01:00
common Remove unnecessary file 2023-11-15 11:29:06 +00:00
compute trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
identity Introduce `schema_version` in the federated attribute mapping API 2024-01-29 08:50:48 -03:00
image trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
integ tests: Remove prints 2023-11-13 17:31:07 +00:00
network Add "hardware_offload_type" attribute to "port" 2024-01-24 14:33:23 +00:00
object Blacken openstackclient.object 2023-05-10 10:51:30 +01:00
volume parseactions: Use ArgumentError, not ArgumentTypeError 2023-11-15 11:33:19 +00:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py tests: Use central SDK client fake 2023-09-29 10:12:19 +01:00
test_shell.py tests: Remove prints 2023-11-13 17:31:07 +00:00
utils.py Merge "tests: Enable logging fixture" 2023-12-05 18:43:13 +00:00