yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #84370
[Bug 1903272] Re: [neutron-tempest-plugin] testcases test_subport_connectivity and test_trunk_subport_lifecycle broken
Reviewed: https://review.opendev.org/761717
Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=dff870b600fc5a4fa33ccfc7c41b62f9aaa38ae3
Submitter: Zuul
Branch: master
commit dff870b600fc5a4fa33ccfc7c41b62f9aaa38ae3
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Fri Nov 6 08:41:44 2020 +0000
Fix access to dictionary variable "server"
Change-Id: Ib8ed5b0a7020f44bf01f23c37702dac1fe6371c9
Closes-Bug: #1903272
** Changed in: neutron
Status: In Progress => Fix Released
--
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:
Fix Released
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
References