← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2025813] [NEW] test_rebuild_volume_backed_server failing 100% on nova-lvm job

 

Public bug reported:

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

** Affects: nova
     Importance: Critical
     Assignee: sean mooney (sean-k-mooney)
         Status: In Progress


** Tags: gate-failure testing

-- 
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 OpenStack Compute (nova):
  In Progress

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/nova/+bug/2025813/+subscriptions



Follow ups