** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => liberty-rc1
--
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/1492255
Title:
Cells gate job fails because of 2 network tests
Status in OpenStack Compute (nova):
Fix Released
Bug description:
===========
2015-09-04 11:41:29.466 | Failed 2 tests - output below:
2015-09-04 11:41:29.467 | ==============================
2015-09-04 11:41:29.467 |
2015-09-04 11:41:29.467 |
tempest.api.compute.test_networks.ComputeNetworksTest.test_list_networks[id-3fe07175-312e-49a5-a623-5f52eeada4c2]
2015-09-04 11:41:29.467 |
-----------------------------------------------------------------------------------------------------------------
2015-09-04 11:41:29.467 |
2015-09-04 11:41:29.467 | Captured traceback:
2015-09-04 11:41:29.467 | ~~~~~~~~~~~~~~~~~~~
2015-09-04 11:41:29.467 | Traceback (most recent call last):
2015-09-04 11:41:29.467 | File "tempest/api/compute/test_networks.py",
line 37, in test_list_networks
2015-09-04 11:41:29.467 | self.assertNotEmpty(networks, "No networks
found.")
2015-09-04 11:41:29.467 | File "tempest/test.py", line 588, in
assertNotEmpty
2015-09-04 11:41:29.467 | self.assertTrue(len(list) > 0, msg)
2015-09-04 11:41:29.468 | File
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/unittest2/case.py",
line 702, in assertTrue
2015-09-04 11:41:29.468 | raise self.failureException(msg)
2015-09-04 11:41:29.468 | AssertionError: False is not true : No networks
found.
2015-09-04 11:41:29.468 |
2015-09-04 11:41:29.468 |
2015-09-04 11:41:29.468 | Captured pythonlogging:
2015-09-04 11:41:29.468 | ~~~~~~~~~~~~~~~~~~~~~~~
2015-09-04 11:41:29.468 | 2015-09-04 11:31:55,672 10410 INFO
[tempest_lib.common.rest_client] Request
(ComputeNetworksTest:test_list_networks): 200 POST
http://127.0.0.1:5000/v2.0/tokens
2015-09-04 11:41:29.468 | 2015-09-04 11:31:55,672 10410 DEBUG
[tempest_lib.common.rest_client] Request - Headers: {}
2015-09-04 11:41:29.468 | Body: None
2015-09-04 11:41:29.468 | Response - Headers:
{'x-openstack-request-id': 'req-d4c4b57f-495a-47d4-b157-4c6fa0c85796',
'connection': 'close', 'vary': 'X-Auth-Token', 'status': '200', 'date': 'Fri,
04 Sep 2015 11:31:55 GMT', 'content-length': '3863', 'content-type':
'application/json', 'server': 'Apache/2.4.7 (Ubuntu)'}
2015-09-04 11:41:29.469 | Body: None
2015-09-04 11:41:29.469 | 2015-09-04 11:31:56,116 10410 INFO
[tempest_lib.common.rest_client] Request
(ComputeNetworksTest:test_list_networks): 200 GET
http://127.0.0.1:8774/v2.1/3c0808e187e34cc998b1e08946c2a928/os-networks 0.443s
2015-09-04 11:41:29.469 | 2015-09-04 11:31:56,116 10410 DEBUG
[tempest_lib.common.rest_client] Request - Headers: {'Content-Type':
'application/json', 'X-Auth-Token': '<omitted>', 'Accept': 'application/json'}
2015-09-04 11:41:29.469 | Body: None
2015-09-04 11:41:29.469 | Response - Headers: {'content-location':
'http://127.0.0.1:8774/v2.1/3c0808e187e34cc998b1e08946c2a928/os-networks',
'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'vary':
'X-OpenStack-Nova-API-Version', 'x-compute-request-id':
'req-bc32c33a-31c7-4634-a3d2-70188c08e150', 'status': '200', 'date': 'Fri, 04
Sep 2015 11:31:56 GMT', 'content-length': '16', 'content-type':
'application/json'}
2015-09-04 11:41:29.469 | Body: {"networks": []}
2015-09-04 11:41:29.469 |
2015-09-04 11:41:29.469 |
2015-09-04 11:41:29.469 |
tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26]
2015-09-04 11:41:29.469 |
------------------------------------------------------------------------------------------------------------------------------------------
2015-09-04 11:41:29.469 |
2015-09-04 11:41:29.469 | Captured traceback:
2015-09-04 11:41:29.470 | ~~~~~~~~~~~~~~~~~~~
2015-09-04 11:41:29.470 | Traceback (most recent call last):
2015-09-04 11:41:29.470 | File
"tempest/api/compute/test_tenant_networks.py", line 29, in
test_list_show_tenant_networks
2015-09-04 11:41:29.470 | self.assertNotEmpty(tenant_networks, "No
tenant networks found.")
2015-09-04 11:41:29.470 | File "tempest/test.py", line 588, in
assertNotEmpty
2015-09-04 11:41:29.470 | self.assertTrue(len(list) > 0, msg)
2015-09-04 11:41:29.470 | File
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/unittest2/case.py",
line 702, in assertTrue
2015-09-04 11:41:29.470 | raise self.failureException(msg)
2015-09-04 11:41:29.470 | AssertionError: False is not true : No tenant
networks found.
2015-09-04 11:41:29.470 |
2015-09-04 11:41:29.470 |
2015-09-04 11:41:29.471 | Captured pythonlogging:
2015-09-04 11:41:29.471 | ~~~~~~~~~~~~~~~~~~~~~~~
2015-09-04 11:41:29.471 | 2015-09-04 11:35:56,176 10414 INFO
[tempest_lib.common.rest_client] Request
(ComputeTenantNetworksTest:test_list_show_tenant_networks): 200 POST
http://127.0.0.1:5000/v2.0/tokens
2015-09-04 11:41:29.471 | 2015-09-04 11:35:56,176 10414 DEBUG
[tempest_lib.common.rest_client] Request - Headers: {}
2015-09-04 11:41:29.471 | Body: None
2015-09-04 11:41:29.471 | Response - Headers:
{'x-openstack-request-id': 'req-924a7b60-3136-4a35-bb65-e62bd6059d6b',
'connection': 'close', 'vary': 'X-Auth-Token', 'status': '200', 'date': 'Fri,
04 Sep 2015 11:35:56 GMT', 'content-length': '3889', 'content-type':
'application/json', 'server': 'Apache/2.4.7 (Ubuntu)'}
2015-09-04 11:41:29.471 | Body: None
2015-09-04 11:41:29.480 | 2015-09-04 11:35:56,700 10414 INFO
[tempest_lib.common.rest_client] Request
(ComputeTenantNetworksTest:test_list_show_tenant_networks): 200 GET
http://127.0.0.1:8774/v2.1/9ebd4b4550754530b3decbd1eff3f9a3/os-tenant-networks
0.523s
2015-09-04 11:41:29.480 | 2015-09-04 11:35:56,700 10414 DEBUG
[tempest_lib.common.rest_client] Request - Headers: {'Content-Type':
'application/json', 'X-Auth-Token': '<omitted>', 'Accept': 'application/json'}
2015-09-04 11:41:29.480 | Body: None
2015-09-04 11:41:29.480 | Response - Headers: {'content-location':
'http://127.0.0.1:8774/v2.1/9ebd4b4550754530b3decbd1eff3f9a3/os-tenant-networks',
'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'vary':
'X-OpenStack-Nova-API-Version', 'x-compute-request-id':
'req-92192af2-91b7-4088-bb87-42b9c62fab6b', 'status': '200', 'date': 'Fri, 04
Sep 2015 11:35:56 GMT', 'content-length': '16', 'content-type':
'application/json'}
2015-09-04 11:41:29.480 | Body: {"networks": []}
2015-09-04 11:41:29.480 |
Occurring since 10.30am GMT :
http://logstash.openstack.org/#eyJzZWFyY2giOiJidWlsZF9uYW1lOlwiZ2F0ZS10ZW1wZXN0LWRzdm0tY2VsbHNcIiBBTkQgbWVzc2FnZTpcIk5vIG5ldHdvcmtzIGZvdW5kXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjQzMjAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQ0MTM3MTEzOTE4NX0=
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1492255/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp