]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorAlfredo Moralejo <amoralej@redhat.com>
Wed, 17 Dec 2025 14:49:26 +0000 (15:49 +0100)
committerGerrit Code Review <review@openstack.org>
Wed, 17 Dec 2025 14:49:26 +0000 (14:49 +0000)
commita8fc40826ee8ca0f0774ec4f6490aa778a572034
tree1a6991268ef433cc0b81f6e4f2c1c53573521405
parent64391dc3dca63c0c4ca19772e6bb326c347570c0
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 <amoralej@redhat.com>
watcher