yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #92602
[Bug 2025813] Re: test_rebuild_volume_backed_server failing 100% on nova-lvm job
this is a bug in devstack-plugin-ceph-multinode-tempest-py3 we need to backport
https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/882987
** Also affects: devstack-plugin-ceph
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/2025813
Title:
test_rebuild_volume_backed_server failing 100% on nova-lvm job
Status in devstack-plugin-ceph:
New
Status in OpenStack Compute (nova):
In Progress
Status in OpenStack Compute (nova) antelope series:
In Progress
Status in OpenStack Compute (nova) yoga series:
Triaged
Status in OpenStack Compute (nova) zed series:
Triaged
Bug description:
After the tempest patch was merged [1] nova-lvm job started to fail
with the following error in test_rebuild_volume_backed_server:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 868, in test_rebuild_volume_backed_server
self.get_server_ip(server, validation_resources),
File "/opt/stack/tempest/tempest/api/compute/base.py", line 519, in get_server_ip
return compute.get_server_ip(
File "/opt/stack/tempest/tempest/common/compute.py", line 76, in get_server_ip
raise lib_exc.InvalidParam(invalid_param=msg)
tempest.lib.exceptions.InvalidParam: Invalid Parameter passed: When validation.connect_method equals floating, validation_resources cannot be None
As discussed on IRC with Sean [2], the SSH validation is mandatory now
which is disabled in the job config [2].
[1] https://review.opendev.org/c/openstack/tempest/+/831018
[2] https://meetings.opendev.org/irclogs/%23openstack-nova/%23openstack-nova.2023-07-04.log.html#t2023-07-04T15:33:38
[3] https://opendev.org/openstack/nova/src/commit/4b454febf73cdd7b5be0a2dad272c1d7685fac9e/.zuul.yaml#L266-L267
To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack-plugin-ceph/+bug/2025813/+subscriptions
References