senlin/senlin/tests/unit
Bo Tran 450bd35136 Fix error can't do rebuild nova instances
Currently, the python openstacksdk changed rebuild_server function's
parameters. So, when the senlin-engine handle rebuild nova instance, it
will raise this error like: "rebuild_server() got multiple values
for argument 'image'"

This patch will fix above error

Change-Id: Ibc03fe6d5ca6db2b02ece5d0b3aab00dff157de1
2024-03-25 13:48:29 +07:00
..
api Fix: `TrustMiddleware` unable to fetch trusts/credentials from identity service 2024-01-15 02:04:29 +00:00
cmd Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
common Fixed sqlalchemy 2.x support 2023-12-29 12:06:57 -08:00
conductor Remove executable permissions from files that don't need it 2024-03-02 00:14:48 +00:00
db Remove executable permissions from files that don't need it 2024-03-02 00:14:48 +00:00
drivers Fix error can't do rebuild nova instances 2024-03-25 13:48:29 +07:00
engine Remove executable permissions from files that don't need it 2024-03-02 00:14:48 +00:00
events Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
health_manager Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
objects Remove executable permissions from files that don't need it 2024-03-02 00:14:48 +00:00
policies Removing CLUSTER_RESIZE from pre-op skip List at min threshold 2024-01-15 02:23:07 +07:00
profiles Fix: ServerProfile._validate_volume_type() missing 1 required positional argument: 'name_or_id' 2024-01-14 16:42:16 +07:00
__init__.py Remove i18n.enable_lazy() call from senlin.cmd 2018-11-05 12:20:52 -05:00
fakes.py Trivial code cleanups 2018-07-22 01:05:16 -07:00
test_common_constraints.py Fix requirements, update hacking 2020-03-30 10:51:45 +00:00
test_common_context.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_common_exception.py Remove six usage 2020-01-13 14:22:55 -08:00
test_common_messaging.py Use new get_rpc_client API from oslo.messaging 2023-01-21 15:45:44 -08:00
test_common_policy.py Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
test_common_scaleutils.py Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
test_common_schema.py Switch to collections.abc abstract base classes 2021-12-09 14:16:24 -05:00
test_common_utils.py Fixed service manage not cleaning properly 2022-05-23 09:41:42 +00:00
test_conf.py Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
test_hacking.py Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00
test_rpc_client.py Use unittest.mock instead of third party mock 2020-04-18 12:00:29 -05:00