Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1551428

Summary: OVN CI failure test : neutron.tests.tempest.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_default_sec_grp_scenarios
Product: Red Hat OpenStack Reporter: Eran Kuris <ekuris>
Component: python-networking-ovnAssignee: Assaf Muller <amuller>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Eran Kuris <ekuris>
Severity: low Docs Contact:
Priority: low    
Version: 12.0 (Pike)CC: amuller, apevec, bcafarel, bhaley, dalvarez, ekuris, lhh, majopela, nyechiel, vkommadi
Target Milestone: ---Keywords: AutomationBlocker, Reopened, ZStream
Target Release: 12.0 (Pike)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1571097 (view as bug list) Environment:
Last Closed: 2018-04-26 14:41:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1571097    
Attachments:
Description Flags
logs
none
logs none

Description Eran Kuris 2018-03-05 06:51:49 UTC
Created attachment 1404186 [details]
logs

Description of problem:
    Response - Headers: {'status': '200', u'content-length': '1563', 'content-location': 'http://10.0.0.106:8774/v2.1/servers/ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a', u'x-compute-request-id': 'req-c61d8c05-f3e9-4e43-b58d-cd719ceee3ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 04 Mar 2018 12:38:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c61d8c05-f3e9-4e43-b58d-cd719ceee3ff'}
        Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-test-network--528735496": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:4e", "version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:4e", "version": 4, "addr": "10.0.0.221", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://10.0.0.106:8774/v2.1/servers/ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a", "rel": "self"}, {"href": "http://10.0.0.106:8774/servers/ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a", "rel": "bookmark"}], "image": {"id": "352f5d9b-dd9e-416f-a3f2-db965780797c", "links": [{"href": "http://10.0.0.106:8774/images/352f5d9b-dd9e-416f-a3f2-db965780797c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-03-04T12:32:26.000000", "flavor": {"id": "200", "links": [{"href": "http://10.0.0.106:8774/flavors/200", "rel": "bookmark"}]}, "id": "ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a", "user_id": "dcb4af848876483784f929a3c2fa3083", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-03-04T12:38:06Z", "hostId": "1e9cde5e18ebc9361e68aac7fd647520ab1621f96d9d04efc3b85640", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-keypair-test-1030283492", "name": "tempest-server-test-1194657387", "created": "2018-03-04T12:32:17Z", "tenant_id": "f923b7f625154f33b99457991e15cc60", "os-extended-volumes:volumes_attached": [], "metadata": {}}}
2018-03-04 07:38:09,060 26604 INFO     [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:_run_cleanups): 404 GET http://10.0.0.106:8774/v2.1/servers/ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a 0.067s
2018-03-04 07:38:09,061 26604 DEBUG    [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://10.0.0.106:8774/v2.1/servers/ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a', u'x-compute-request-id': 'req-b6c98bbf-469e-47ec-a79c-bdf1c6e47289', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 04 Mar 2018 12:38:08 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6c98bbf-469e-47ec-a79c-bdf1c6e47289'}
        Body: {"itemNotFound": {"message": "Instance ec7ea45a-f8a9-4fa8-a5d6-f13ae0b7424a could not be found.", "code": 404}}
}}}

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/test_security_groups.py", line 74, in test_default_sec_grp_scenarios
    self.keypair['private_key'])
  File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/base.py", line 232, in check_connectivity
    ssh_client.test_connection_auth()
  File "/usr/lib/python2.7/site-packages/tempest/lib/common/ssh.py", line 207, in test_connection_auth
    connection = self._get_ssh_connection()
  File "/usr/lib/python2.7/site-packages/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection
    password=self.password)
tempest.lib.exceptions.SSHTimeout: Connection to the 10.0.0.221 via SSH timed out.
User: cloud-user, Password: None

Version-Release number of selected component (if applicable):

OSP12  27-Feb-2018 
How reproducible:
always 

Steps to Reproduce:
1.run ci job /DFG-network-networking-ovn-12_director-rhel-virthost-3cont_2comp-ipv4-geneve-tempest-custom-image
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Eran Kuris 2018-03-05 06:52:18 UTC
Created attachment 1404187 [details]
logs

Comment 3 anil venkata 2018-03-07 10:51:44 UTC
We are unable to reproduce this issue locally. And also Eran said it failed only twice on CI. If it is recurring then we can look into it.

Comment 4 Brian Haley 2018-03-21 14:52:03 UTC
Is this still reproducible?  Dropping Triaged, please update.

Comment 5 anil venkata 2018-03-22 11:22:11 UTC
We are unable to reproduce this locally and also not seen on CI recently. We can reopen the bug if seen again.