From: Alfredo Moralejo Date: Wed, 17 Dec 2025 14:49:26 +0000 (+0100) Subject: Update git submodules X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=a8fc40826ee8ca0f0774ec4f6490aa778a572034;p=0xmirror%2Fopenstack.git Update git submodules * Update watcher from branch 'master' to 64993ae6ad9e3191a33241bcfe9d2f4109ccd0e2 - update unit tests for nova_helper module This patch is implementing some improvements in the tests for the nova_helper: - Replaces mocks by novaclient real objects for faking servers and hypervisors. - Removes all usage of getattr and setattr. - Removes usage of some helpers which were only used once. - Removes some mocks for time.sleep in tests given that we have one in the setup function of the class. - Improves fake_nova_find_list so that it can return lists with more that one element if needed. - Add some asserts to validate calls to migrate, live_migrate and resize methods. Note that the test cases and scenarios remains the same. Change-Id: Ie2bd4d2fa85b78d799ce51a48c43705f04a28fe7 Signed-off-by: Alfredo Moralejo --- diff --git a/watcher b/watcher index 2ba9caae74..64993ae6ad 160000 --- a/watcher +++ b/watcher @@ -1 +1 @@ -Subproject commit 2ba9caae744db2f62e6a57e25069ac364ec54ffc +Subproject commit 64993ae6ad9e3191a33241bcfe9d2f4109ccd0e2