← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1903272] [NEW] [neutron-tempest-plugin] testcases test_subport_connectivity and test_trunk_subport_lifecycle broken

 

Public bug reported:

Description of problem:
python error when executing testcases test_trunk_subport_lifecycle and test_subport_connectivity

Traceback (most recent call last):
  File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_trunk.py", line 266, in test_subport_connectivity
    use_advanced_image=use_advanced_image)
  File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_trunk.py", line 94, in _create_server_with_trunk_port
    use_advanced_image=use_advanced_image)
  File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_trunk.py", line 116, in _create_server
    **params)['server']
  File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/base.py", line 147, in create_server
    self.wait_for_guest_os_ready(server['server'], client=client)
  File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/base.py", line 476, in wait_for_guest_os_ready
    '%s is ready.', server['server']['id'])
KeyError: 'server'

** Affects: neutron
     Importance: Low
     Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1903272

Title:
  [neutron-tempest-plugin] testcases test_subport_connectivity and
  test_trunk_subport_lifecycle broken

Status in neutron:
  In Progress

Bug description:
  Description of problem:
  python error when executing testcases test_trunk_subport_lifecycle and test_subport_connectivity

  Traceback (most recent call last):
    File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_trunk.py", line 266, in test_subport_connectivity
      use_advanced_image=use_advanced_image)
    File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_trunk.py", line 94, in _create_server_with_trunk_port
      use_advanced_image=use_advanced_image)
    File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_trunk.py", line 116, in _create_server
      **params)['server']
    File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/base.py", line 147, in create_server
      self.wait_for_guest_os_ready(server['server'], client=client)
    File "/home/stack/tempest/neutron-tempest-plugin/neutron_tempest_plugin/scenario/base.py", line 476, in wait_for_guest_os_ready
      '%s is ready.', server['server']['id'])
  KeyError: 'server'

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1903272/+subscriptions


Follow ups