2018-06-20 20:22:53,716 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-virtual-suite-master-88 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-virtual3 | +--------------------------------------+----------------------------------------------------------+ 2018-06-20 20:22:53,718 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,192.168.37.17,192.0.2.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://192.168.37.17:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=tZX4MrHF30GSgstK0u2f2us52 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=37341cf0458e4493a531db308a75388a export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-06-20 20:22:53,718 - xtesting.ci.run_tests - DEBUG - Test args: tempest_smoke_serial 2018-06-20 20:22:53,718 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-06-20 20:22:54,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-06-20 20:22:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-06-20 20:22:54,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-06-20 20:22:54,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-06-20 20:22:54,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-06-20 20:22:54,650 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-06-20 20:22:54,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" 2018-06-20 20:22:54,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 197 Content-Type: application/json Date: Wed, 20 Jun 2018 20:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa1fd1ee-3c48-48c5-b64a-fd2b670823bd 2018-06-20 20:22:54,664 - keystoneauth.session - DEBUG - RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.168.37.17:5000/v3/", "rel": "self"}]}} 2018-06-20 20:22:54,664 - keystoneauth.session - DEBUG - GET call to http://192.168.37.17:5000/v3 used request id req-aa1fd1ee-3c48-48c5-b64a-fd2b670823bd 2018-06-20 20:22:54,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://192.168.37.17:5000/v3/auth/tokens 2018-06-20 20:22:55,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "76a1b04e619049a6ba7d428bbf5524c8", "name": "admin"}], "expires_at": "2018-06-20T21:22:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37341cf0458e4493a531db308a75388a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.0.2.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1baf54328fb0419fa6a3b268d1df74b7"}, {"url": "http://192.0.2.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "686115aec4ee41d895453e39c23d0530"}, {"url": "http://192.168.37.17:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "faa1ed0e272b4e8cafaec7a4049f2d39"}], "type": "identity", "id": "12d96e6b1615411a980128b2e3e63ac4", "name": "keystone"}, {"endpoints": [{"url": "http://192.0.2.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a5c1578bff4a82a6709978a5f72e1a"}, {"url": "http://192.0.2.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "924c0c3d01b34ede86a46e9ff628edde"}, {"url": "http://192.168.37.17:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee69d12c320f455aa87905e01ff44959"}], "type": "compute", "id": "23ff8d1836fc48aa9e3bad3899f84a0c", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "2c811643228544b1bf1b9f31d520ea78", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.0.2.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1c387ac1c184107ba53e1515e429e8d"}, {"url": "http://192.0.2.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db09a4a530864f159955869ded61df0c"}, {"url": "http://192.168.37.17:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1411bbb27994470b2a751b8b7ccf1e1"}], "type": "event", "id": "306677db2cd2495fbc6664f5d7f8b012", "name": "panko"}, {"endpoints": [{"url": "http://192.0.2.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75b15ec6d0574a8ca0e20c22f62db248"}, {"url": "http://192.168.37.17:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8239448b78214cd7ba623af1887e2633"}, {"url": "http://192.0.2.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92e0a6a2861543e6bf060b6d4c481828"}], "type": "placement", "id": "3bf1453f559f4743874f27b3ad137375", "name": "placement"}, {"endpoints": [{"url": "http://192.168.37.17:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2148cd4db28247f0a4eb26c5d8794ec2"}, {"url": "http://192.0.2.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "416248e646d84f59bc66d993dff92389"}, {"url": "http://192.0.2.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b08231eabf4b47b0bc2cb002ca5ce2d7"}], "type": "image", "id": "3f225bcfe48e46ee95d882b3e7373dac", "name": "glance"}, {"endpoints": [{"url": "http://192.168.37.17:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c51cf00eb724b75b855306a25b676dc"}, {"url": "http://192.0.2.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f0e54ca429a4162989aae3aa2c4eb05"}, {"url": "http://192.0.2.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3af33cd96b743aea5fe31bd06179ca5"}], "type": "network", "id": "6b9ae13746ae4f5f92893cc323838ba5", "name": "neutron"}, {"endpoints": [{"url": "http://192.0.2.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "370e28962ab54dff8f356585c29087bf"}, {"url": "http://192.0.2.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e92090520e941068581459ddbddba99"}, {"url": "http://192.168.37.17:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d366434bad1f4011b11f55d33c39f7d6"}], "type": "metric", "id": "7c2554cfe89041379ae45a3f4fe09e6c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.0.2.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d942003b3e496fa25cd63ede592d21"}, {"url": "http://192.168.37.17:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bfc52b71705400ca9321a0835a84e65"}, {"url": "http://192.0.2.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1605a9c48b61429a9553123a85fb4a19"}], "type": "alarming", "id": "84f3596432a54b3c9545fe68a5b14986", "name": "aodh"}, {"endpoints": [{"url": "http://192.0.2.9:8776/v3/37341cf0458e4493a531db308a75388a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27cc39383c3242398b77e911268566bb"}, {"url": "http://192.0.2.9:8776/v3/37341cf0458e4493a531db308a75388a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "563135cbfe804b73bfac8ec448c9e664"}, {"url": "http://192.168.37.17:8776/v3/37341cf0458e4493a531db308a75388a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afca41209e504905ab779459136da350"}], "type": "volumev3", "id": "a14fed33f2e04e4ca6a90abd2d51d52a", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.168.37.17:8004/v1/37341cf0458e4493a531db308a75388a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "06c01d91f44c434f8bfde4d666fcf661"}, {"url": "http://192.0.2.9:8004/v1/37341cf0458e4493a531db308a75388a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a015dfcfa245ac850af34cc50b69d5"}, {"url": "http://192.0.2.9:8004/v1/37341cf0458e4493a531db308a75388a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b4e23397a5542179b340ba041c6b0d0"}], "type": "orchestration", "id": "c7d291c193654035a0fc57a845d97e12", "name": "heat"}, {"endpoints": [{"url": "http://192.0.2.9:8776/v1/37341cf0458e4493a531db308a75388a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "786e6ac6a6f4448e935fd1f2bf09556c"}, {"url": "http://192.168.37.17:8776/v1/37341cf0458e4493a531db308a75388a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "976fd963381f43cb95d26b74a259f384"}, {"url": "http://192.0.2.9:8776/v1/37341cf0458e4493a531db308a75388a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1457e04011945b8ada4788b762c4cd6"}], "type": "volume", "id": "e9d2a467ab5d456b81d9c28846924739", "name": "cinder"}, {"endpoints": [{"url": "http://192.168.37.17:8080/v1/AUTH_37341cf0458e4493a531db308a75388a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85e0f408896746ebaae2ee44820e76c3"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d6998dc5c6dd435485e0154684010853"}, {"url": "http://12.0.0.30:8080/v1/AUTH_37341cf0458e4493a531db308a75388a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096875d01e84e448e034c5772dc8a6a"}], "type": "object-store", "id": "f49a49e727c04d7c8e64a3235d283217", "name": "swift"}, {"endpoints": [{"url": "http://192.0.2.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "471bd13d11464ec8a6aabce559843a85"}, {"url": "http://192.168.37.17:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8585dc2cda5d49ba8259fed6300a837b"}, {"url": "http://192.0.2.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8da3f45a846244d19c425d766d1f67cf"}], "type": "cloudformation", "id": "f4b1488baa95487691883c1a7ab53ed4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.168.37.17:8776/v2/37341cf0458e4493a531db308a75388a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "151e80193fc04e41839273e1eef225cc"}, {"url": "http://192.0.2.9:8776/v2/37341cf0458e4493a531db308a75388a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4beed00ee8174f5aa7798955e79cbe3d"}, {"url": "http://192.0.2.9:8776/v2/37341cf0458e4493a531db308a75388a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fbabf3d0d398457ab741f93dd2790655"}], "type": "volumev2", "id": "f674946d531c43879f46a1509de40ecb", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "be6c73f5dca24703872d6068ba20147f"}, "audit_ids": ["z39dDfz8RDS2iIQo-3MXJg"], "issued_at": "2018-06-20T20:22:55.000000Z"}} 2018-06-20 20:22:55,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" 2018-06-20 20:22:55,125 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 601 Content-Type: application/json Date: Wed, 20 Jun 2018 20:22:55 GMT Server: Apache Vary: X-Auth-Token 2018-06-20 20:22:55,125 - keystoneauth.session - DEBUG - RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.168.37.17:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.168.37.17:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-20 20:22:55,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-06-20 20:22:55,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:5000/v3/domains -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:22:55,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 225 Content-Type: application/json Date: Wed, 20 Jun 2018 20:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69fe2cc0-9fd5-44c1-8f01-2f6cc85fe1a2 2018-06-20 20:22:55,261 - keystoneauth.session - DEBUG - RESP BODY: {"domains": [{"description": "", "links": {"self": "http://192.168.37.17:5000/v3/domains/3ec7a6cdfb524865a50f113caf6ce75f"}, "tags": [], "enabled": true, "id": "3ec7a6cdfb524865a50f113caf6ce75f", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://192.168.37.17:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.168.37.17:5000/v3/domains", "previous": null, "next": null}} 2018-06-20 20:22:55,261 - keystoneauth.session - DEBUG - GET call to identity for http://192.168.37.17:5000/v3/domains used request id req-69fe2cc0-9fd5-44c1-8f01-2f6cc85fe1a2 2018-06-20 20:22:55,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.135407924652s 2018-06-20 20:22:55,262 - shade.request_ids - DEBUG - GET call to identity for http://192.168.37.17:5000/v3/domains used request id req-69fe2cc0-9fd5-44c1-8f01-2f6cc85fe1a2 2018-06-20 20:22:55,262 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}) 2018-06-20 20:22:55,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-06-20 20:23:01,811 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d6861b93-3392-4785-b7d5-37a037637c4e | 2018-06-20T20:23:00.905876 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d6861b93-3392-4785-b7d5-37a037637c4e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-06-20 20:23:05,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-06-20 20:23:05,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-06-20 20:23:13,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=ded008f3-9912-40cb-9bf8-561efdbca5dd) as the default verifier for the future CLI operations. 2018-06-20 20:23:16,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-422b702c-3453-4e4b-aa60-b54fade33e4a' 2018-06-20 20:23:16,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-06-20 20:23:16,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:9696/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"network": {"name": "tempest-net-422b702c-3453-4e4b-aa60-b54fade33e4a", "admin_state_up": true}}' 2018-06-20 20:23:17,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 721 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:17 GMT X-Openstack-Request-Id: req-371e9711-c632-4313-9db0-ebf464020358 2018-06-20 20:23:17,670 - keystoneauth.session - DEBUG - RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6e8aec6c-de17-42f7-a4f1-b799a715aec7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"37341cf0458e4493a531db308a75388a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-20T20:23:17Z","is_default":false,"qos_policy_id":null,"name":"tempest-net-422b702c-3453-4e4b-aa60-b54fade33e4a","admin_state_up":true,"tenant_id":"37341cf0458e4493a531db308a75388a","created_at":"2018-06-20T20:23:17Z","mtu":1450}} 2018-06-20 20:23:17,670 - keystoneauth.session - DEBUG - POST call to network for http://192.168.37.17:9696/v2.0/networks.json used request id req-371e9711-c632-4313-9db0-ebf464020358 2018-06-20 20:23:17,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.670826911926s 2018-06-20 20:23:17,670 - shade.request_ids - DEBUG - POST call to network for http://192.168.37.17:9696/v2.0/networks.json used request id req-371e9711-c632-4313-9db0-ebf464020358 2018-06-20 20:23:17,670 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-06-20T20:23:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6e8aec6c-de17-42f7-a4f1-b799a715aec7', u'provider:segmentation_id': 48, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest-net-422b702c-3453-4e4b-aa60-b54fade33e4a', u'created_at': u'2018-06-20T20:23:17Z', u'mtu': 1450, u'tenant_id': u'37341cf0458e4493a531db308a75388a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'37341cf0458e4493a531db308a75388a', u'l2_adjacency': True}) 2018-06-20 20:23:17,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-06-20 20:23:17,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:23:17,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1427 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:17 GMT X-Openstack-Request-Id: req-ec30cd3e-8111-48bc-9184-c272772345b4 2018-06-20 20:23:17,965 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6e8aec6c-de17-42f7-a4f1-b799a715aec7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"37341cf0458e4493a531db308a75388a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-20T20:23:17Z","qos_policy_id":null,"name":"tempest-net-422b702c-3453-4e4b-aa60-b54fade33e4a","admin_state_up":true,"tenant_id":"37341cf0458e4493a531db308a75388a","created_at":"2018-06-20T20:23:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"92808489-f839-4f1e-8f58-5dfe97ce1ecc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"e63af922ec8b475b9a6a3d74aef60c7f","l2_adjacency":true,"status":"ACTIVE","subnets":["46456f00-ee7d-4e14-a34c-7de2ee24c6dd"],"description":"","tags":[],"updated_at":"2018-06-20T20:21:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"e63af922ec8b475b9a6a3d74aef60c7f","created_at":"2018-06-20T20:21:00Z","provider:network_type":"flat"}]} 2018-06-20 20:23:17,965 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.17:9696/v2.0/networks.json used request id req-ec30cd3e-8111-48bc-9184-c272772345b4 2018-06-20 20:23:17,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294571876526s 2018-06-20 20:23:17,965 - shade.request_ids - DEBUG - GET call to network for http://192.168.37.17:9696/v2.0/networks.json used request id req-ec30cd3e-8111-48bc-9184-c272772345b4 2018-06-20 20:23:17,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-06-20 20:23:17,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:9696/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"subnet": {"name": "tempest-subnet-422b702c-3453-4e4b-aa60-b54fade33e4a", "enable_dhcp": true, "network_id": "6e8aec6c-de17-42f7-a4f1-b799a715aec7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.150.0/24"}}' 2018-06-20 20:23:18,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 693 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:18 GMT X-Openstack-Request-Id: req-7fb0d8be-0743-4c1b-84da-259bb5b944a0 2018-06-20 20:23:18,665 - keystoneauth.session - DEBUG - RESP BODY: {"subnet":{"updated_at":"2018-06-20T20:23:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.150.2","end":"192.168.150.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"783fa8a0-73cb-49a3-8bf9-05033352cc29","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.150.1","project_id":"37341cf0458e4493a531db308a75388a","description":"","tags":[],"cidr":"192.168.150.0/24","subnetpool_id":null,"service_types":[],"name":"tempest-subnet-422b702c-3453-4e4b-aa60-b54fade33e4a","enable_dhcp":true,"segment_id":null,"network_id":"6e8aec6c-de17-42f7-a4f1-b799a715aec7","tenant_id":"37341cf0458e4493a531db308a75388a","created_at":"2018-06-20T20:23:18Z","ip_version":4}} 2018-06-20 20:23:18,665 - keystoneauth.session - DEBUG - POST call to network for http://192.168.37.17:9696/v2.0/subnets.json used request id req-7fb0d8be-0743-4c1b-84da-259bb5b944a0 2018-06-20 20:23:18,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.699136018753s 2018-06-20 20:23:18,665 - shade.request_ids - DEBUG - POST call to network for http://192.168.37.17:9696/v2.0/subnets.json used request id req-7fb0d8be-0743-4c1b-84da-259bb5b944a0 2018-06-20 20:23:18,666 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-06-20T20:23:18Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'783fa8a0-73cb-49a3-8bf9-05033352cc29', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-422b702c-3453-4e4b-aa60-b54fade33e4a', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'6e8aec6c-de17-42f7-a4f1-b799a715aec7', u'tenant_id': u'37341cf0458e4493a531db308a75388a', u'created_at': u'2018-06-20T20:23:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'37341cf0458e4493a531db308a75388a'}) 2018-06-20 20:23:18,666 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-06-20 20:23:18,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a' 2018-06-20 20:23:18,666 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-20 20:23:18,739 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-06-20 20:23:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" 2018-06-20 20:23:18,749 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 768 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:18 GMT 2018-06-20 20:23:18,749 - keystoneauth.session - DEBUG - RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://192.168.37.17:9292/v2/", "rel": "self"}]}]} 2018-06-20 20:23:18,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-06-20 20:23:18,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:23:19,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:19 GMT X-Openstack-Request-Id: req-0d4bc509-3c7b-46ab-8a59-ab0b8be0a4f9 2018-06-20 20:23:19,681 - keystoneauth.session - DEBUG - RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-06-20 20:23:19,681 - keystoneauth.session - DEBUG - GET call to image for http://192.168.37.17:9292/v2/images used request id req-0d4bc509-3c7b-46ab-8a59-ab0b8be0a4f9 2018-06-20 20:23:19,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.930217027664s 2018-06-20 20:23:19,682 - shade.request_ids - DEBUG - GET call to image for http://192.168.37.17:9292/v2/images used request id req-0d4bc509-3c7b-46ab-8a59-ab0b8be0a4f9 2018-06-20 20:23:19,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-06-20 20:23:19,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "visibility": "public", "owner_specified.shade.object": "images/Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a", "container_format": "bare", "disk_format": "qcow2", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "name": "Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a"}' 2018-06-20 20:23:20,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 867 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:20 GMT Location: http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b9a61608-52dd-4e9b-8f76-7e3cb911bace 2018-06-20 20:23:20,720 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/file", "owner": "37341cf0458e4493a531db308a75388a", "id": "01e66d2b-0ddd-4532-a331-c045fd5032ad", "size": null, "self": "/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-06-20T20:23:20Z", "visibility": "public", "owner_specified.shade.object": "images/Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a", "checksum": null, "created_at": "2018-06-20T20:23:20Z", "protected": false} 2018-06-20 20:23:20,720 - keystoneauth.session - DEBUG - POST call to image for http://192.168.37.17:9292/v2/images used request id req-b9a61608-52dd-4e9b-8f76-7e3cb911bace 2018-06-20 20:23:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 1.03471398354s 2018-06-20 20:23:20,720 - shade.request_ids - DEBUG - POST call to image for http://192.168.37.17:9292/v2/images used request id req-b9a61608-52dd-4e9b-8f76-7e3cb911bace returning object 01e66d2b-0ddd-4532-a331-c045fd5032ad 2018-06-20 20:23:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-06-20 20:23:20,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '' 2018-06-20 20:23:24,263 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 20 Jun 2018 20:23:24 GMT X-Openstack-Request-Id: req-b38f288e-fb5a-4768-9a08-4a3dde425020 2018-06-20 20:23:24,264 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-20 20:23:24,264 - keystoneauth.session - DEBUG - PUT call to image for http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/file used request id req-b38f288e-fb5a-4768-9a08-4a3dde425020 2018-06-20 20:23:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.54321408272s 2018-06-20 20:23:24,264 - shade.request_ids - DEBUG - PUT call to image for http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/file used request id req-b38f288e-fb5a-4768-9a08-4a3dde425020 2018-06-20 20:23:24,264 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-06-20T20:23:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/file', u'owner': u'37341cf0458e4493a531db308a75388a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'01e66d2b-0ddd-4532-a331-c045fd5032ad', u'size': None, u'name': u'Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a', u'checksum': None, u'self': u'/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-06-20T20:23:20Z', u'schema': u'/v2/schemas/image'}) 2018-06-20 20:23:24,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a' 2018-06-20 20:23:24,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-06-20 20:23:24,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:23:24,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1197 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:24 GMT X-Openstack-Request-Id: req-0c34a6b7-2447-4b90-9473-ac1a184c97b3 2018-06-20 20:23:24,298 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2556f9cd-0332-4c4c-bfef-cc514b9f8745/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/snap", "metadata": {}}], "file": "/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/file", "owner": "37341cf0458e4493a531db308a75388a", "id": "01e66d2b-0ddd-4532-a331-c045fd5032ad", "size": 12716032, "self": "/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad", "disk_format": "qcow2", "direct_url": "rbd://2556f9cd-0332-4c4c-bfef-cc514b9f8745/images/01e66d2b-0ddd-4532-a331-c045fd5032ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-06-20T20:23:24Z", "visibility": "public", "owner_specified.shade.object": "images/Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "Cirros-0.4.0-422b702c-3453-4e4b-aa60-b54fade33e4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-06-20T20:23:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-06-20 20:23:24,298 - keystoneauth.session - DEBUG - GET call to image for http://192.168.37.17:9292/v2/images used request id req-0c34a6b7-2447-4b90-9473-ac1a184c97b3 2018-06-20 20:23:24,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0317549705505s 2018-06-20 20:23:24,299 - shade.request_ids - DEBUG - GET call to image for http://192.168.37.17:9292/v2/images used request id req-0c34a6b7-2447-4b90-9473-ac1a184c97b3 2018-06-20 20:23:24,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-06-20 20:23:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "visibility": "public", "owner_specified.shade.object": "images/Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a", "container_format": "bare", "disk_format": "qcow2", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "name": "Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a"}' 2018-06-20 20:23:24,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 871 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:24 GMT Location: http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-92ea2bf2-a72f-4f9f-b6a5-4715719e44a6 2018-06-20 20:23:24,360 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71/file", "owner": "37341cf0458e4493a531db308a75388a", "id": "ccea153a-944e-4801-a8c3-6bcb36e92e71", "size": null, "self": "/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-06-20T20:23:24Z", "visibility": "public", "owner_specified.shade.object": "images/Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a", "checksum": null, "created_at": "2018-06-20T20:23:24Z", "protected": false} 2018-06-20 20:23:24,360 - keystoneauth.session - DEBUG - POST call to image for http://192.168.37.17:9292/v2/images used request id req-92ea2bf2-a72f-4f9f-b6a5-4715719e44a6 2018-06-20 20:23:24,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0570368766785s 2018-06-20 20:23:24,360 - shade.request_ids - DEBUG - POST call to image for http://192.168.37.17:9292/v2/images used request id req-92ea2bf2-a72f-4f9f-b6a5-4715719e44a6 returning object ccea153a-944e-4801-a8c3-6bcb36e92e71 2018-06-20 20:23:24,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-06-20 20:23:24,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '' 2018-06-20 20:23:25,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 20 Jun 2018 20:23:25 GMT X-Openstack-Request-Id: req-2ee8396b-4e69-499f-9262-d0cbb74f58e4 2018-06-20 20:23:25,265 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-20 20:23:25,265 - keystoneauth.session - DEBUG - PUT call to image for http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71/file used request id req-2ee8396b-4e69-499f-9262-d0cbb74f58e4 2018-06-20 20:23:25,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.904917955399s 2018-06-20 20:23:25,265 - shade.request_ids - DEBUG - PUT call to image for http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71/file used request id req-2ee8396b-4e69-499f-9262-d0cbb74f58e4 2018-06-20 20:23:25,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-06-20T20:23:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71/file', u'owner': u'37341cf0458e4493a531db308a75388a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ccea153a-944e-4801-a8c3-6bcb36e92e71', u'size': None, u'name': u'Cirros-0.4.0-1-422b702c-3453-4e4b-aa60-b54fade33e4a', u'checksum': None, u'self': u'/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-06-20T20:23:24Z', u'schema': u'/v2/schemas/image'}) 2018-06-20 20:23:25,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-06-20 20:23:25,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-06-20 20:23:25,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "opnfv_flavor-422b702c-3453-4e4b-aa60-b54fade33e4a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-06-20 20:23:25,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 308 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:25 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-1832f9dd-b40a-465a-a423-e2e7118a8996 x-openstack-request-id: req-1832f9dd-b40a-465a-a423-e2e7118a8996 2018-06-20 20:23:25,867 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "opnfv_flavor-422b702c-3453-4e4b-aa60-b54fade33e4a", "links": [{"href": "http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b", "rel": "self"}, {"href": "http://192.168.37.17:8774/flavors/575e64f3-706b-402b-a538-9916c2b9c02b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "575e64f3-706b-402b-a538-9916c2b9c02b"}} 2018-06-20 20:23:25,867 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors used request id req-1832f9dd-b40a-465a-a423-e2e7118a8996 2018-06-20 20:23:25,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.599501848221s 2018-06-20 20:23:25,867 - shade.request_ids - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors used request id req-1832f9dd-b40a-465a-a423-e2e7118a8996 2018-06-20 20:23:25,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-06-20 20:23:25,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"extra_specs": {}}' 2018-06-20 20:23:25,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:25 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-edd9095d-a7cd-40d6-99fd-287d78af4761 x-openstack-request-id: req-edd9095d-a7cd-40d6-99fd-287d78af4761 2018-06-20 20:23:25,902 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-06-20 20:23:25,902 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b/os-extra_specs used request id req-edd9095d-a7cd-40d6-99fd-287d78af4761 2018-06-20 20:23:25,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0335419178009s 2018-06-20 20:23:25,902 - shade.request_ids - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b/os-extra_specs used request id req-edd9095d-a7cd-40d6-99fd-287d78af4761 2018-06-20 20:23:25,902 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-422b702c-3453-4e4b-aa60-b54fade33e4a', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'37341cf0458e4493a531db308a75388a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'575e64f3-706b-402b-a538-9916c2b9c02b', 'swap': 0}) 2018-06-20 20:23:25,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-06-20 20:23:25,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "opnfv_flavor_1-422b702c-3453-4e4b-aa60-b54fade33e4a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-06-20 20:23:26,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 307 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:25 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-a89925ff-319f-4961-8b0a-7e037f0ad430 x-openstack-request-id: req-a89925ff-319f-4961-8b0a-7e037f0ad430 2018-06-20 20:23:26,003 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "opnfv_flavor_1-422b702c-3453-4e4b-aa60-b54fade33e4a", "links": [{"href": "http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab", "rel": "self"}, {"href": "http://192.168.37.17:8774/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "093b14b5-f933-4a7e-bdbe-e34c74d3e4ab"}} 2018-06-20 20:23:26,003 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors used request id req-a89925ff-319f-4961-8b0a-7e037f0ad430 2018-06-20 20:23:26,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.100536108017s 2018-06-20 20:23:26,003 - shade.request_ids - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors used request id req-a89925ff-319f-4961-8b0a-7e037f0ad430 2018-06-20 20:23:26,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-06-20 20:23:26,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" -d '{"extra_specs": {}}' 2018-06-20 20:23:26,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:26 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-1a30e639-8d65-4612-b80a-3ab1b7896ac9 x-openstack-request-id: req-1a30e639-8d65-4612-b80a-3ab1b7896ac9 2018-06-20 20:23:26,034 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-06-20 20:23:26,034 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab/os-extra_specs used request id req-1a30e639-8d65-4612-b80a-3ab1b7896ac9 2018-06-20 20:23:26,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0299580097198s 2018-06-20 20:23:26,034 - shade.request_ids - DEBUG - POST call to compute for http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab/os-extra_specs used request id req-1a30e639-8d65-4612-b80a-3ab1b7896ac9 2018-06-20 20:23:26,034 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-422b702c-3453-4e4b-aa60-b54fade33e4a', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'37341cf0458e4493a531db308a75388a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'093b14b5-f933-4a7e-bdbe-e34c74d3e4ab', 'swap': 0}) 2018-06-20 20:23:26,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-06-20 20:23:26,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:23:26,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 664 Content-Type: application/json Date: Wed, 20 Jun 2018 20:23:26 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-548a3630-3c26-4786-8d00-8f8434a2c3fc x-openstack-request-id: req-548a3630-3c26-4786-8d00-8f8434a2c3fc 2018-06-20 20:23:26,087 - keystoneauth.session - DEBUG - RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 50}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 4, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 8191, "current_workload": 0, "state": "up", "host_ip": "192.0.2.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"cmov\", \"smep\", \"fpu\", \"pat\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"aes\", \"mca\", \"pse\", \"lahf_lm\", \"abm\", \"popcnt\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pni\", \"rdtscp\", \"avx2\", \"sse2\", \"ss\", \"hypervisor\", \"bmi1\", \"bmi2\", \"ssse3\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 1, \"cells\": 1, \"threads\": 1, \"sockets\": 4}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 4095, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 53}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 4, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 8191, "current_workload": 0, "state": "up", "host_ip": "192.0.2.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"cmov\", \"smep\", \"fpu\", \"pat\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"aes\", \"mca\", \"pse\", \"lahf_lm\", \"abm\", \"popcnt\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pni\", \"rdtscp\", \"avx2\", \"sse2\", \"ss\", \"hypervisor\", \"bmi1\", \"bmi2\", \"ssse3\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 1, \"cells\": 1, \"threads\": 1, \"sockets\": 4}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 4095, "id": 5}]} 2018-06-20 20:23:26,087 - keystoneauth.session - DEBUG - GET call to compute for http://192.168.37.17:8774/v2.1/os-hypervisors/detail used request id req-548a3630-3c26-4786-8d00-8f8434a2c3fc 2018-06-20 20:23:26,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0526421070099s 2018-06-20 20:23:26,087 - shade.request_ids - DEBUG - GET call to compute for http://192.168.37.17:8774/v2.1/os-hypervisors/detail used request id req-548a3630-3c26-4786-8d00-8f8434a2c3fc 2018-06-20 20:23:30,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-06-20 20:23:30,003 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-06-20 20:23:30,003 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-06-20 20:23:30,004 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-06-20 20:23:30,005 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-06-20 20:23:33,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ded008f3-9912-40cb-9bf8-561efdbca5dd/repo; stestr list '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-06-20 20:23:33,364 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-06-20 20:23:33,365 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-06-20 20:23:33,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-06-20 20:43:31,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c26e7910-47a4-41b7-a856-27e05e2eb69c 2018-06-20 20:43:31,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c26e7910-47a4-41b7-a856-27e05e2eb69c']'. 2018-06-20 20:43:32,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-06-20 20:43:32,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-06-20 20:43:32,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-06-20 20:43:32,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c26e7910-47a4-41b7-a856-27e05e2eb69c | 2018-06-20 20:43:32,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-06-20 20:23:36 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-06-20 20:43:31 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:55 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ded008f3-9912-40cb-9bf8-561efdbca5dd) | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d6861b93-3392-4785-b7d5-37a037637c4e) | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1161.301 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 104 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-06-20 20:43:32,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-06-20 20:43:32,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-06-20 20:43:32,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-06-20 20:43:32,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-06-20 20:43:32,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-06-20 20:43:32,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-06-20 20:43:32,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:33,010 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 20 Jun 2018 20:43:33 GMT X-Openstack-Request-Id: req-10642061-4511-4cfe-b8b3-e0a6ef1d8029 2018-06-20 20:43:33,010 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-20 20:43:33,010 - keystoneauth.session - DEBUG - DELETE call to image for http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad used request id req-10642061-4511-4cfe-b8b3-e0a6ef1d8029 2018-06-20 20:43:33,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.598073005676s 2018-06-20 20:43:33,010 - shade.request_ids - DEBUG - DELETE call to image for http://192.168.37.17:9292/v2/images/01e66d2b-0ddd-4532-a331-c045fd5032ad used request id req-10642061-4511-4cfe-b8b3-e0a6ef1d8029 2018-06-20 20:43:33,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-06-20 20:43:33,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:34,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 20 Jun 2018 20:43:34 GMT X-Openstack-Request-Id: req-ed0fa46e-4aa2-4ca1-8ebf-af65d1b522aa 2018-06-20 20:43:34,030 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-20 20:43:34,030 - keystoneauth.session - DEBUG - DELETE call to image for http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71 used request id req-ed0fa46e-4aa2-4ca1-8ebf-af65d1b522aa 2018-06-20 20:43:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01983594894s 2018-06-20 20:43:34,030 - shade.request_ids - DEBUG - DELETE call to image for http://192.168.37.17:9292/v2/images/ccea153a-944e-4801-a8c3-6bcb36e92e71 used request id req-ed0fa46e-4aa2-4ca1-8ebf-af65d1b522aa 2018-06-20 20:43:34,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-06-20 20:43:34,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.17:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:34,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1471 Content-Type: application/json Date: Wed, 20 Jun 2018 20:43:34 GMT X-Openstack-Request-Id: req-9b9825bb-1234-47f9-aa98-38eb27e6de6a 2018-06-20 20:43:34,486 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6e8aec6c-de17-42f7-a4f1-b799a715aec7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"37341cf0458e4493a531db308a75388a","l2_adjacency":true,"status":"ACTIVE","subnets":["783fa8a0-73cb-49a3-8bf9-05033352cc29"],"description":"","tags":[],"updated_at":"2018-06-20T20:23:18Z","qos_policy_id":null,"name":"tempest-net-422b702c-3453-4e4b-aa60-b54fade33e4a","admin_state_up":true,"tenant_id":"37341cf0458e4493a531db308a75388a","created_at":"2018-06-20T20:23:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"92808489-f839-4f1e-8f58-5dfe97ce1ecc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"e63af922ec8b475b9a6a3d74aef60c7f","l2_adjacency":true,"status":"ACTIVE","subnets":["46456f00-ee7d-4e14-a34c-7de2ee24c6dd"],"description":"","tags":[],"updated_at":"2018-06-20T20:21:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"e63af922ec8b475b9a6a3d74aef60c7f","created_at":"2018-06-20T20:21:00Z","provider:network_type":"flat"}]} 2018-06-20 20:43:34,486 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.17:9696/v2.0/networks.json used request id req-9b9825bb-1234-47f9-aa98-38eb27e6de6a 2018-06-20 20:43:34,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.455525875092s 2018-06-20 20:43:34,486 - shade.request_ids - DEBUG - GET call to network for http://192.168.37.17:9696/v2.0/networks.json used request id req-9b9825bb-1234-47f9-aa98-38eb27e6de6a 2018-06-20 20:43:34,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-06-20 20:43:34,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.17:9696/v2.0/networks/6e8aec6c-de17-42f7-a4f1-b799a715aec7.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:38,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Wed, 20 Jun 2018 20:43:38 GMT X-Openstack-Request-Id: req-9b2999e9-64fb-4c50-aceb-ec6bd89dde26 2018-06-20 20:43:38,072 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-20 20:43:38,072 - keystoneauth.session - DEBUG - DELETE call to network for http://192.168.37.17:9696/v2.0/networks/6e8aec6c-de17-42f7-a4f1-b799a715aec7.json used request id req-9b2999e9-64fb-4c50-aceb-ec6bd89dde26 2018-06-20 20:43:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 3.58492803574s 2018-06-20 20:43:38,072 - shade.request_ids - DEBUG - DELETE call to network for http://192.168.37.17:9696/v2.0/networks/6e8aec6c-de17-42f7-a4f1-b799a715aec7.json used request id req-9b2999e9-64fb-4c50-aceb-ec6bd89dde26 2018-06-20 20:43:38,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-06-20 20:43:38,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.168.37.17:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:38,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 353 Content-Type: application/json Date: Wed, 20 Jun 2018 20:43:38 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-cfd4a3e5-d653-4219-9eac-6170fa5da411 x-openstack-request-id: req-cfd4a3e5-d653-4219-9eac-6170fa5da411 2018-06-20 20:43:38,302 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "opnfv_flavor_1-422b702c-3453-4e4b-aa60-b54fade33e4a", "links": [{"href": "http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab", "rel": "self"}, {"href": "http://192.168.37.17:8774/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "093b14b5-f933-4a7e-bdbe-e34c74d3e4ab"}, {"name": "opnfv_flavor-422b702c-3453-4e4b-aa60-b54fade33e4a", "links": [{"href": "http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b", "rel": "self"}, {"href": "http://192.168.37.17:8774/flavors/575e64f3-706b-402b-a538-9916c2b9c02b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "575e64f3-706b-402b-a538-9916c2b9c02b"}]} 2018-06-20 20:43:38,302 - keystoneauth.session - DEBUG - GET call to compute for http://192.168.37.17:8774/v2.1/flavors/detail?is_public=None used request id req-cfd4a3e5-d653-4219-9eac-6170fa5da411 2018-06-20 20:43:38,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.229827880859s 2018-06-20 20:43:38,303 - shade.request_ids - DEBUG - GET call to compute for http://192.168.37.17:8774/v2.1/flavors/detail?is_public=None used request id req-cfd4a3e5-d653-4219-9eac-6170fa5da411 2018-06-20 20:43:38,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-06-20 20:43:38,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:38,329 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Wed, 20 Jun 2018 20:43:38 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-68fa9651-536d-497e-8283-1d14ae575d76 x-openstack-request-id: req-68fa9651-536d-497e-8283-1d14ae575d76 2018-06-20 20:43:38,329 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b used request id req-68fa9651-536d-497e-8283-1d14ae575d76 2018-06-20 20:43:38,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0255229473114s 2018-06-20 20:43:38,329 - shade.request_ids - DEBUG - DELETE call to compute for http://192.168.37.17:8774/v2.1/flavors/575e64f3-706b-402b-a538-9916c2b9c02b used request id req-68fa9651-536d-497e-8283-1d14ae575d76 2018-06-20 20:43:38,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-06-20 20:43:38,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.168.37.17:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:38,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 305 Content-Type: application/json Date: Wed, 20 Jun 2018 20:43:38 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-f93940a1-6ab6-4136-9bce-072e023fdd57 x-openstack-request-id: req-f93940a1-6ab6-4136-9bce-072e023fdd57 2018-06-20 20:43:38,354 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "opnfv_flavor_1-422b702c-3453-4e4b-aa60-b54fade33e4a", "links": [{"href": "http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab", "rel": "self"}, {"href": "http://192.168.37.17:8774/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "093b14b5-f933-4a7e-bdbe-e34c74d3e4ab"}]} 2018-06-20 20:43:38,354 - keystoneauth.session - DEBUG - GET call to compute for http://192.168.37.17:8774/v2.1/flavors/detail?is_public=None used request id req-f93940a1-6ab6-4136-9bce-072e023fdd57 2018-06-20 20:43:38,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02476811409s 2018-06-20 20:43:38,354 - shade.request_ids - DEBUG - GET call to compute for http://192.168.37.17:8774/v2.1/flavors/detail?is_public=None used request id req-f93940a1-6ab6-4136-9bce-072e023fdd57 2018-06-20 20:43:38,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-06-20 20:43:38,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.14.0 shade/1.28.0 keystoneauth1/3.8.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}23d16d2f32754d5db15ab25879662f78308d19fa" 2018-06-20 20:43:38,384 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Wed, 20 Jun 2018 20:43:38 GMT OpenStack-API-Version: compute 2.1 Server: Apache Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-850a5b99-39c7-4829-9291-ba1350b7b92a x-openstack-request-id: req-850a5b99-39c7-4829-9291-ba1350b7b92a 2018-06-20 20:43:38,385 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab used request id req-850a5b99-39c7-4829-9291-ba1350b7b92a 2018-06-20 20:43:38,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.029079914093s 2018-06-20 20:43:38,385 - shade.request_ids - DEBUG - DELETE call to compute for http://192.168.37.17:8774/v2.1/flavors/093b14b5-f933-4a7e-bdbe-e34c74d3e4ab used request id req-850a5b99-39c7-4829-9291-ba1350b7b92a 2018-06-20 20:43:38,385 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 20:21 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-06-20 20:43:38,387 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK