tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes failing with SecurityGroupNotFound

Bug #1818860 reported by Arx Cruz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Incomplete
Medium
Arx Cruz

Bug Description

Log:
http://logs.openstack.org/59/641159/1/gate/tripleo-ci-centos-7-undercloud-containers/5155431/logs/undercloud/home/zuul/tempest.log.txt.gz

Error:
2019-03-06 15:11:51 | tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d]
2019-03-06 15:11:51 | --------------------------------------------------------------------------------------------------------------------------------------------------------
2019-03-06 15:11:51 |
2019-03-06 15:11:51 | Captured traceback:
2019-03-06 15:11:51 | ~~~~~~~~~~~~~~~~~~~
2019-03-06 15:11:51 | Traceback (most recent call last):
2019-03-06 15:11:51 | File "/usr/lib/python2.7/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2019-03-06 15:11:51 | return self.delete_resource(uri)
2019-03-06 15:11:51 | File "/usr/lib/python2.7/site-packages/tempest/lib/services/network/base.py", line 41, in delete_resource
2019-03-06 15:11:51 | resp, body = self.delete(req_uri)
2019-03-06 15:11:51 | File "/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py", line 311, in delete
2019-03-06 15:11:51 | return self.request('DELETE', url, extra_headers, headers, body)
2019-03-06 15:11:51 | File "/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py", line 676, in request
2019-03-06 15:11:51 | self._error_checker(resp, resp_body)
2019-03-06 15:11:51 | File "/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py", line 782, in _error_checker
2019-03-06 15:11:51 | raise exceptions.NotFound(resp_body, resp=resp)
2019-03-06 15:11:51 | tempest.lib.exceptions.NotFound: Object not found
2019-03-06 15:11:51 | Details: {u'message': u'Security group 484c6e4e-ced3-4d94-9470-9f2b37d68383 does not exist', u'type': u'SecurityGroupNotFound', u'detail': u''}
2019-03-06 15:11:51 |
2019-03-06 15:11:51 |
2019-03-06 15:11:51 | Captured pythonlogging:
2019-03-06 15:11:51 | ~~~~~~~~~~~~~~~~~~~~~~~
2019-03-06 15:11:51 | 2019-03-06 15:09:26,747 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://192.168.24.2:13696/v2.0/subnets 1.512s
2019-03-06 15:11:51 | 2019-03-06 15:09:26,749 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"subnet": {"ip_version": 6, "network_id": "d35894ac-1ed7-4a3f-8668-36e2a02731f4", "cidr": "2003::/64", "gateway_ip": "2003::1"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '201', u'content-length': '606', 'content-location': 'https://192.168.24.2:13696/v2.0/subnets', u'date': 'Wed, 06 Mar 2019 15:09:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9c8493e-c8a2-45e0-b406-407f5f33db42'}
2019-03-06 15:11:51 | Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d35894ac-1ed7-4a3f-8668-36e2a02731f4","tenant_id":"cbcd440ce0084a2f911c0a428cf8a893","created_at":"2019-03-06T15:09:26Z","dns_nameservers":[],"updated_at":"2019-03-06T15:09:26Z","gateway_ip":"2003::1","ipv6_ra_mode":null,"allocation_pools":[{"start":"2003::2","end":"2003::ffff:ffff:ffff:ffff"}],"host_routes":[],"revision_number":0,"ip_version":6,"ipv6_address_mode":null,"cidr":"2003::/64","project_id":"cbcd440ce0084a2f911c0a428cf8a893","id":"fd098aff-0394-4fd9-9858-f40e5ccfe00d","subnetpool_id":null,"name":""}}
2019-03-06 15:11:51 | 2019-03-06 15:09:27,131 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://192.168.24.2:13696/v2.0/security-groups 0.381s
2019-03-06 15:11:51 | 2019-03-06 15:09:27,132 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"security_group": {"name": "tempest-secgroup-1647870228"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '201', u'content-length': '1359', 'content-location': 'https://192.168.24.2:13696/v2.0/security-groups', u'date': 'Wed, 06 Mar 2019 15:09:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4aa2b75e-3b1a-45a8-ac37-6e19bb50beed'}
2019-03-06 15:11:51 | Body: {"security_group": {"description": "", "tags": [], "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "created_at": "2019-03-06T15:09:26Z", "updated_at": "2019-03-06T15:09:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-03-06T15:09:27Z", "revision_number": 0, "id": "1a0bfcdb-a340-4cfb-b615-3572456d76c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-03-06T15:09:27Z", "security_group_id": "56d2e8ef-45b1-482f-83f4-3b4c39403cd6", "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbcd440ce0084a2f911c0a428cf8a893"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-03-06T15:09:27Z", "revision_number": 0, "id": "8c6f168a-6d29-426b-945d-c107a3514052", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-03-06T15:09:27Z", "security_group_id": "56d2e8ef-45b1-482f-83f4-3b4c39403cd6", "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbcd440ce0084a2f911c0a428cf8a893"}], "revision_number": 1, "project_id": "cbcd440ce0084a2f911c0a428cf8a893", "id": "56d2e8ef-45b1-482f-83f4-3b4c39403cd6", "name": "tempest-secgroup-1647870228"}}
2019-03-06 15:11:51 | 2019-03-06 15:09:27,383 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://192.168.24.2:13696/v2.0/security-groups 0.250s
2019-03-06 15:11:51 | 2019-03-06 15:09:27,384 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"security_group": {"name": "tempest-secgroup-776132406"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '201', u'content-length': '1358', 'content-location': 'https://192.168.24.2:13696/v2.0/security-groups', u'date': 'Wed, 06 Mar 2019 15:09:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-939dbeda-2bae-4de9-b98e-833246516939'}
2019-03-06 15:11:51 | Body: {"security_group": {"description": "", "tags": [], "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "created_at": "2019-03-06T15:09:27Z", "updated_at": "2019-03-06T15:09:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-03-06T15:09:27Z", "revision_number": 0, "id": "494c40d9-1c47-4f5c-9acd-62bd25cf0c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-03-06T15:09:27Z", "security_group_id": "484c6e4e-ced3-4d94-9470-9f2b37d68383", "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbcd440ce0084a2f911c0a428cf8a893"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-03-06T15:09:27Z", "revision_number": 0, "id": "7666acaf-e017-4c5b-a611-a4ff02e1d8fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-03-06T15:09:27Z", "security_group_id": "484c6e4e-ced3-4d94-9470-9f2b37d68383", "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbcd440ce0084a2f911c0a428cf8a893"}], "revision_number": 1, "project_id": "cbcd440ce0084a2f911c0a428cf8a893", "id": "484c6e4e-ced3-4d94-9470-9f2b37d68383", "name": "tempest-secgroup-776132406"}}
2019-03-06 15:11:51 | 2019-03-06 15:09:27,678 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://192.168.24.2:13696/v2.0/security-groups 0.293s
2019-03-06 15:11:51 | 2019-03-06 15:09:27,679 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"security_group": {"name": "tempest-secgroup-965911025"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '201', u'content-length': '1358', 'content-location': 'https://192.168.24.2:13696/v2.0/security-groups', u'date': 'Wed, 06 Mar 2019 15:09:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a6d101a-314f-4dc8-be78-06e0724cf0c1'}
2019-03-06 15:11:51 | Body: {"security_group": {"description": "", "tags": [], "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "created_at": "2019-03-06T15:09:27Z", "updated_at": "2019-03-06T15:09:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-03-06T15:09:27Z", "revision_number": 0, "id": "36dafec2-fd2d-4d86-8697-ba6fee4b9168", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-03-06T15:09:27Z", "security_group_id": "563a49aa-cf47-45d3-abc4-f7d1475a0bc7", "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbcd440ce0084a2f911c0a428cf8a893"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-03-06T15:09:27Z", "revision_number": 0, "id": "38793242-3f60-46f1-92a2-27d6a343690e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-03-06T15:09:27Z", "security_group_id": "563a49aa-cf47-45d3-abc4-f7d1475a0bc7", "tenant_id": "cbcd440ce0084a2f911c0a428cf8a893", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbcd440ce0084a2f911c0a428cf8a893"}], "revision_number": 1, "project_id": "cbcd440ce0084a2f911c0a428cf8a893", "id": "563a49aa-cf47-45d3-abc4-f7d1475a0bc7", "name": "tempest-secgroup-965911025"}}
2019-03-06 15:11:51 | 2019-03-06 15:09:29,520 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://192.168.24.2:13696/v2.0/ports 1.839s
2019-03-06 15:11:51 | 2019-03-06 15:09:29,520 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"port": {"network_id": "d35894ac-1ed7-4a3f-8668-36e2a02731f4", "fixed_ips": [{"subnet_id": "fd098aff-0394-4fd9-9858-f40e5ccfe00d"}], "name": "tempest-port--1994578780", "security_groups": ["563a49aa-cf47-45d3-abc4-f7d1475a0bc7"], "admin_state_up": true}}
2019-03-06 15:11:51 | Response - Headers: {'status': '201', u'content-length': '744', 'content-location': 'https://192.168.24.2:13696/v2.0/ports', u'date': 'Wed, 06 Mar 2019 15:09:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3f3795e-7d4e-421d-8bf7-a74945f5af89'}
2019-03-06 15:11:51 | Body: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-03-06T15:09:28Z","device_owner":"","revision_number":1,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fd098aff-0394-4fd9-9858-f40e5ccfe00d","ip_address":"2003::307"}],"id":"343ecc1d-dc60-4b53-b7b4-006d9e1faab6","security_groups":["563a49aa-cf47-45d3-abc4-f7d1475a0bc7"],"mac_address":"fa:16:3e:c3:9a:0c","project_id":"cbcd440ce0084a2f911c0a428cf8a893","status":"DOWN","description":"","tags":[],"device_id":"","name":"tempest-port--1994578780","admin_state_up":true,"network_id":"d35894ac-1ed7-4a3f-8668-36e2a02731f4","tenant_id":"cbcd440ce0084a2f911c0a428cf8a893","created_at":"2019-03-06T15:09:28Z","binding:vnic_type":"normal","ip_allocation":"immediate"}}
2019-03-06 15:11:51 | 2019-03-06 15:09:30,244 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 400 POST https://192.168.24.2:13696/v2.0/subnets 0.723s
2019-03-06 15:11:51 | 2019-03-06 15:09:30,245 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"subnet": {"ip_version": 6, "network_id": "d35894ac-1ed7-4a3f-8668-36e2a02731f4", "cidr": "2003::/64", "gateway_ip": "2003::1"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '400', u'content-length': '217', 'content-location': 'https://192.168.24.2:13696/v2.0/subnets', u'date': 'Wed, 06 Mar 2019 15:09:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c810b9d0-b38b-42bb-ac3e-53d9034f8df1'}
2019-03-06 15:11:51 | Body: {"NeutronError": {"message": "Invalid input for operation: Requested subnet with cidr: 2003::/64 for network: d35894ac-1ed7-4a3f-8668-36e2a02731f4 overlaps with another subnet.", "type": "InvalidInput", "detail": ""}}
2019-03-06 15:11:51 | 2019-03-06 15:09:30,820 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 400 POST https://192.168.24.2:13696/v2.0/subnets 0.574s
2019-03-06 15:11:51 | 2019-03-06 15:09:30,821 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"subnet": {"ip_version": 6, "network_id": "d35894ac-1ed7-4a3f-8668-36e2a02731f4", "cidr": "2003:0:0:1::/64", "gateway_ip": "2003:0:0:1::1"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '400', u'content-length': '223', 'content-location': 'https://192.168.24.2:13696/v2.0/subnets', u'date': 'Wed, 06 Mar 2019 15:09:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5067c8b5-be67-484c-9390-6dd7891f7bd3'}
2019-03-06 15:11:51 | Body: {"NeutronError": {"message": "Invalid input for operation: Requested subnet with cidr: 2003:0:0:1::/64 for network: d35894ac-1ed7-4a3f-8668-36e2a02731f4 overlaps with another subnet.", "type": "InvalidInput", "detail": ""}}
2019-03-06 15:11:51 | 2019-03-06 15:09:32,968 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://192.168.24.2:13696/v2.0/subnets 2.147s
2019-03-06 15:11:51 | 2019-03-06 15:09:32,969 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"subnet": {"ip_version": 6, "network_id": "d35894ac-1ed7-4a3f-8668-36e2a02731f4", "cidr": "2003:0:0:2::/64", "gateway_ip": "2003:0:0:2::1"}}
2019-03-06 15:11:51 | Response - Headers: {'status': '201', u'content-length': '626', 'content-location': 'https://192.168.24.2:13696/v2.0/subnets', u'date': 'Wed, 06 Mar 2019 15:09:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f90ca916-31ee-45d6-a5d6-d0c4990d8690'}
2019-03-06 15:11:51 | Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d35894ac-1ed7-4a3f-8668-36e2a02731f4","tenant_id":"cbcd440ce0084a2f911c0a428cf8a893","created_at":"2019-03-06T15:09:31Z","dns_nameservers":[],"updated_at":"2019-03-06T15:09:31Z","gateway_ip":"2003:0:0:2::1","ipv6_ra_mode":null,"allocation_pools":[{"start":"2003:0:0:2::2","end":"2003::2:ffff:ffff:ffff:ffff"}],"host_routes":[],"revision_number":0,"ip_version":6,"ipv6_address_mode":null,"cidr":"2003:0:0:2::/64","project_id":"cbcd440ce0084a2f911c0a428cf8a893","id":"83f24a6f-a149-43df-95f2-5bb920ed6700","subnetpool_id":null,"name":""}}
2019-03-06 15:11:51 | 2019-03-06 15:09:34,641 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 200 PUT https://192.168.24.2:13696/v2.0/ports/343ecc1d-dc60-4b53-b7b4-006d9e1faab6 1.670s
2019-03-06 15:11:51 | 2019-03-06 15:09:34,641 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: {"port": {"fixed_ips": [{"subnet_id": "83f24a6f-a149-43df-95f2-5bb920ed6700"}], "name": "tempest-port--1919183398", "security_groups": ["56d2e8ef-45b1-482f-83f4-3b4c39403cd6", "484c6e4e-ced3-4d94-9470-9f2b37d68383"], "admin_state_up": false}}
2019-03-06 15:11:51 | Response - Headers: {'status': '200', u'content-length': '789', 'content-location': 'https://192.168.24.2:13696/v2.0/ports/343ecc1d-dc60-4b53-b7b4-006d9e1faab6', u'date': 'Wed, 06 Mar 2019 15:09:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bdaac4d4-c29d-4774-bd62-fa29c871d74a'}
2019-03-06 15:11:51 | Body: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-03-06T15:09:34Z","device_owner":"","revision_number":2,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"83f24a6f-a149-43df-95f2-5bb920ed6700","ip_address":"2003:0:0:2::69"}],"id":"343ecc1d-dc60-4b53-b7b4-006d9e1faab6","security_groups":["484c6e4e-ced3-4d94-9470-9f2b37d68383","56d2e8ef-45b1-482f-83f4-3b4c39403cd6"],"mac_address":"fa:16:3e:c3:9a:0c","project_id":"cbcd440ce0084a2f911c0a428cf8a893","status":"DOWN","description":"","tags":[],"device_id":"","name":"tempest-port--1919183398","admin_state_up":false,"network_id":"d35894ac-1ed7-4a3f-8668-36e2a02731f4","tenant_id":"cbcd440ce0084a2f911c0a428cf8a893","created_at":"2019-03-06T15:09:28Z","binding:vnic_type":"normal","ip_allocation":"immediate"}}
2019-03-06 15:11:51 | 2019-03-06 15:09:37,968 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://192.168.24.2:13696/v2.0/ports/343ecc1d-dc60-4b53-b7b4-006d9e1faab6 3.325s
2019-03-06 15:11:51 | 2019-03-06 15:09:37,969 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: None
2019-03-06 15:11:51 | Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'https://192.168.24.2:13696/v2.0/ports/343ecc1d-dc60-4b53-b7b4-006d9e1faab6', u'date': 'Wed, 06 Mar 2019 15:09:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-829b63a6-afca-48aa-ba60-8507fa09496f'}
2019-03-06 15:11:51 | Body:
2019-03-06 15:11:51 | 2019-03-06 15:09:44,441 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://192.168.24.2:13696/v2.0/security-groups/563a49aa-cf47-45d3-abc4-f7d1475a0bc7 6.471s
2019-03-06 15:11:51 | 2019-03-06 15:09:44,441 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: None
2019-03-06 15:11:51 | Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'https://192.168.24.2:13696/v2.0/security-groups/563a49aa-cf47-45d3-abc4-f7d1475a0bc7', u'date': 'Wed, 06 Mar 2019 15:09:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8fb29e4f-b011-4e99-9664-e5779d5d1605'}
2019-03-06 15:11:51 | Body:
2019-03-06 15:11:51 | 2019-03-06 15:10:44,516 69 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='192.168.24.2', port=13696): Read timed out. (read timeout=60)",)': /v2.0/security-groups/484c6e4e-ced3-4d94-9470-9f2b37d68383
2019-03-06 15:11:51 | 2019-03-06 15:10:52,918 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 404 DELETE https://192.168.24.2:13696/v2.0/security-groups/484c6e4e-ced3-4d94-9470-9f2b37d68383 68.475s
2019-03-06 15:11:51 | 2019-03-06 15:10:52,920 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: None
2019-03-06 15:11:51 | Response - Headers: {'status': '404', u'content-length': '146', 'content-location': 'https://192.168.24.2:13696/v2.0/security-groups/484c6e4e-ced3-4d94-9470-9f2b37d68383', u'date': 'Wed, 06 Mar 2019 15:10:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-39e07ee5-eb61-4353-aafc-632fadd1e162'}
2019-03-06 15:11:51 | Body: {"NeutronError": {"message": "Security group 484c6e4e-ced3-4d94-9470-9f2b37d68383 does not exist", "type": "SecurityGroupNotFound", "detail": ""}}
2019-03-06 15:11:51 | 2019-03-06 15:10:54,430 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://192.168.24.2:13696/v2.0/security-groups/56d2e8ef-45b1-482f-83f4-3b4c39403cd6 1.473s
2019-03-06 15:11:51 | 2019-03-06 15:10:54,431 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: None
2019-03-06 15:11:51 | Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'https://192.168.24.2:13696/v2.0/security-groups/56d2e8ef-45b1-482f-83f4-3b4c39403cd6', u'date': 'Wed, 06 Mar 2019 15:10:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7191c87f-652f-4de3-9a65-2bab38379f94'}
2019-03-06 15:11:51 | Body:
2019-03-06 15:11:51 | 2019-03-06 15:10:57,658 69 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://192.168.24.2:13696/v2.0/subnets/fd098aff-0394-4fd9-9858-f40e5ccfe00d 3.226s
2019-03-06 15:11:51 | 2019-03-06 15:10:57,660 69 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2019-03-06 15:11:51 | Body: None
2019-03-06 15:11:51 | Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'https://192.168.24.2:13696/v2.0/subnets/fd098aff-0394-4fd9-9858-f40e5ccfe00d', u'date': 'Wed, 06 Mar 2019 15:10:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23433e08-5fd0-4ff0-8f37-c79b2fadcb73'}
2019-03-06 15:11:51 | Body:

Tags: ci quickstart
wes hayutin (weshayutin)
Changed in tripleo:
milestone: train-1 → stein-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart-extras (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/641429

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.openstack.org/641429
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=6f66380490263ad4c55375509b878e38c6479604
Submitter: Zuul
Branch: master

commit 6f66380490263ad4c55375509b878e38c6479604
Author: Arx Cruz <email address hidden>
Date: Wed Mar 6 17:02:26 2019 +0100

    Adding test to skip list

    undercloud containers job started to fail with this. A bug is opened,
    and while we work on the root cause, adding it to skip list.

    https://tree.taiga.io/project/tripleo-ci-board/issue/829?kanban-status=2027734

    Change-Id: Iea899b863b213095bed3b5a73a3943c8df309d2f
    Related-Bug: #1818860

Changed in tripleo:
milestone: stein-3 → stein-rc1
Revision history for this message
Marios Andreou (marios-b) wrote :
Changed in tripleo:
status: Triaged → Fix Released
tags: removed: alert
Revision history for this message
Arx Cruz (arxcruz) wrote :

reopening because the job is green because we are skipping the test.

Changed in tripleo:
status: Fix Released → Triaged
importance: Critical → Medium
Changed in tripleo:
milestone: stein-rc1 → train-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart-extras (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/653374

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.opendev.org/653374
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=476b3ca97c60d8af96cb383ff03e715374fbe402
Submitter: Zuul
Branch: master

commit 476b3ca97c60d8af96cb383ff03e715374fbe402
Author: Arx Cruz <email address hidden>
Date: Wed Apr 17 09:49:37 2019 +0000

    Removing test_update_port_with_two_security_groups_and_extra_attributes

    This test is passing on featureset021, that is our baseline for
    featureset020.

    Change-Id: I84f03067d343279aa1d371cc5eaa7ebec5ebe56a
    Related-Bug: 1818860

Changed in tripleo:
milestone: train-1 → train-2
Changed in tripleo:
milestone: train-2 → train-3
Changed in tripleo:
milestone: train-3 → ussuri-1
Changed in tripleo:
milestone: ussuri-1 → ussuri-2
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-2 → ussuri-3
wes hayutin (weshayutin)
Changed in tripleo:
status: Triaged → Incomplete
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-3 → ussuri-rc3
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-rc3 → victoria-1
Changed in tripleo:
milestone: victoria-1 → victoria-3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.