2018-07-24 20:54:50,200 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-virtual-suite-master-139 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-virtual3 | +--------------------------------------+----------------------------------------------------------+ 2018-07-24 20:54:50,202 - 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.12,192.0.2.12 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://192.168.37.12:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=kRywM0rlFVrs11DZ0r7tSNDrR 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=02707d29545046e1ae3085bb23d15e9d export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-24 20:54:50,203 - xtesting.ci.run_tests - DEBUG - Test args: tempest_smoke 2018-07-24 20:54:50,221 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-24 20:54:51,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-24 20:54:51,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-24 20:54:51,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-24 20:54:51,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-24 20:54:51,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-24 20:54:51,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-24 20:54:51,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 197 Content-Type: application/json Date: Tue, 24 Jul 2018 20:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc259958-8830-4a89-b257-9c190ca336b1 2018-07-24 20:54:51,270 - 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.12:5000/v3/", "rel": "self"}]}} 2018-07-24 20:54:51,270 - keystoneauth.session - DEBUG - GET call to http://192.168.37.12:5000/v3 used request id req-bc259958-8830-4a89-b257-9c190ca336b1 2018-07-24 20:54:51,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://192.168.37.12:5000/v3/auth/tokens 2018-07-24 20:54:51,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b6e35622a8504f25856957b4367db558", "name": "admin"}, {"id": "7dc6fcd726864450a1fc0231971ba887", "name": "member"}, {"id": "a49f38e0c8de4afbb42769ca684792f1", "name": "reader"}], "expires_at": "2018-07-24T21:54:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02707d29545046e1ae3085bb23d15e9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.0.2.12:8004/v1/02707d29545046e1ae3085bb23d15e9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ffd4f86563a4fb3b0873c986fa3c668"}, {"url": "http://192.0.2.12:8004/v1/02707d29545046e1ae3085bb23d15e9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3a40548033ef4ba89d09340d45681549"}, {"url": "http://192.168.37.12:8004/v1/02707d29545046e1ae3085bb23d15e9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61398f5067db44d28b371842df0a79d4"}], "type": "orchestration", "id": "05304b83c34c4dbbbb014614ef366473", "name": "heat"}, {"endpoints": [{"url": "http://192.168.37.12:8776/v2/02707d29545046e1ae3085bb23d15e9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03609f8460e04158911e6e12ba50a6c5"}, {"url": "http://192.0.2.12:8776/v2/02707d29545046e1ae3085bb23d15e9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1800c57438254235ae924180b2d17f1c"}, {"url": "http://192.0.2.12:8776/v2/02707d29545046e1ae3085bb23d15e9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8083aa12ab8b43948ac8f80e3eaa041c"}], "type": "volumev2", "id": "14b2cf50c5f940499b6325317ea87acd", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.0.2.12:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998bdfa5d5fc408eb9730ec990aa2ff3"}, {"url": "http://192.168.37.12:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d43f1064a04d4f05a196e415b1fce842"}, {"url": "http://192.0.2.12:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e26e79eee7104ecc81f313e6be6e6929"}], "type": "network", "id": "24eccc1393e842b6a2649001a1d8e928", "name": "neutron"}, {"endpoints": [{"url": "http://192.0.2.12:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "534c2f66c2214120a81d9cd8e98d080c"}, {"url": "http://192.0.2.12:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54bfd4b6312442bf992158c20fc2c32c"}, {"url": "http://192.168.37.12:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea655669a944e0aa0dc41b808fda9bb"}], "type": "image", "id": "2b904ebf05da4b0c84fb6c7aa589d420", "name": "glance"}, {"endpoints": [{"url": "http://192.168.37.12:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49a4010645b14c1b83020503eed77b48"}, {"url": "http://192.0.2.12:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "698bc8c3a9644ecdaacdfc2d414124b4"}, {"url": "http://192.0.2.12:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "865de76c198d4588a1088e9c52e99840"}], "type": "placement", "id": "2c1c333638f84b6ba39461ddfbc9d0b3", "name": "placement"}, {"endpoints": [{"url": "http://192.0.2.12:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f5174ae4be436894c93d76cfbefb7e"}, {"url": "http://192.0.2.12:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9fd41e2e7f16485691c152bf3e35e658"}, {"url": "http://192.168.37.12:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2c3016af8443a3ad09c6ddd867343d"}], "type": "event", "id": "5872c81035784cc58a172cb47723e728", "name": "panko"}, {"endpoints": [{"url": "http://192.168.37.12:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02c708d5f4bb45aeb1449a2748016202"}, {"url": "http://192.0.2.12:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97c3b048a89142428edbc9882a3fad25"}, {"url": "http://192.0.2.12:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2748b51c2164b0a940c99efee845416"}], "type": "compute", "id": "5adb33fc51554d11acb6b8b953a5f4e5", "name": "nova"}, {"endpoints": [{"url": "http://192.0.2.12:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93f20f3ff05745b39a3562c6b05c3b97"}, {"url": "http://192.0.2.12:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8eb2a3c7553422b8e8d51449724ed4b"}, {"url": "http://192.168.37.12:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de24a5e1f6f34691b99d24465265603e"}], "type": "metric", "id": "7b96b3e282114963870305bbb97e3219", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.0.2.12:8776/v1/02707d29545046e1ae3085bb23d15e9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0644b73fe01c43d597d8c4a582e37095"}, {"url": "http://192.0.2.12:8776/v1/02707d29545046e1ae3085bb23d15e9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18b74b04e9bd491c9af1ddd47b54982b"}, {"url": "http://192.168.37.12:8776/v1/02707d29545046e1ae3085bb23d15e9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69e3e3800098413894f466d7c2a79b6b"}], "type": "volume", "id": "80b4ab143e47402e803da30fc235c2d3", "name": "cinder"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_02707d29545046e1ae3085bb23d15e9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97add7505b9a42caaaa78e379055895c"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2e1d898b9c64467b8af9f0606c73fd7"}, {"url": "http://192.168.37.12:8080/v1/AUTH_02707d29545046e1ae3085bb23d15e9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f382baa119d7407c8ac64c7a020c994a"}], "type": "object-store", "id": "a4194a4f06da43ffb4d61c5a49f54323", "name": "swift"}, {"endpoints": [{"url": "http://192.0.2.12:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48c8132bcf8545e8acb556a0002ffe15"}, {"url": "http://192.168.37.12:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6e100ee813a1429b8c26b77dcd485a57"}, {"url": "http://192.0.2.12:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f46161de02343d9a42907216cd58bc0"}], "type": "alarming", "id": "b8079c0bcbdc49838e5f7011a8fb1c2d", "name": "aodh"}, {"endpoints": [{"url": "http://192.0.2.12:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f8027102aae4c44b900d412f9927526"}, {"url": "http://192.168.37.12:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5938f2c0ec3c44818e33eef67885eb31"}, {"url": "http://192.0.2.12:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de4cb6f50d1c4c0892a60e6283b4d4b0"}], "type": "cloudformation", "id": "bd78820d8b98482584c7f0dc86ddfd18", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.168.37.12:8776/v3/02707d29545046e1ae3085bb23d15e9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33cd79ede4dc485f9ec6fde5da7aecb3"}, {"url": "http://192.0.2.12:8776/v3/02707d29545046e1ae3085bb23d15e9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70c50748c7b64598a4a05a5cacbaac29"}, {"url": "http://192.0.2.12:8776/v3/02707d29545046e1ae3085bb23d15e9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f47c3f4fc828457687accff6f4d486e1"}], "type": "volumev3", "id": "c8deca49b6194352920e7e00a2df7def", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.0.2.12:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0ec1418fb9341198dcff53c4e8a2457"}, {"url": "http://192.168.37.12:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc3103856f9c449d9cafffa5b592eb21"}, {"url": "http://192.0.2.12:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f3359fe88c2e42ceb50f4bd115731e28"}], "type": "identity", "id": "e2d9ba62689e4c0f9cf1d1b450575109", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "e5eec737c25d4075b848e0fbbaa8cb29", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "250b7cbd333b4820abddbdbbbeeb4fc0"}, "audit_ids": ["KxKVmm-nQTKKJ-u2qNV7qA"], "issued_at": "2018-07-24T20:54:51.000000Z"}} 2018-07-24 20:54:51,823 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-24 20:54:51,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.168.37.12:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:54:52,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 736 Content-Type: application/json Date: Tue, 24 Jul 2018 20:54:52 GMT X-Openstack-Request-Id: req-6413a3a9-4057-4cda-a588-d02075a89922 2018-07-24 20:54:52,546 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b25bb7a8-9d97-4a73-b666-d24c0f9aa35c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"f15af528af824bae9b920f0ccd6070f5","l2_adjacency":true,"status":"ACTIVE","subnets":["c578b993-50b2-4b1d-b8ff-08a308c1c8c0"],"description":"","tags":[],"updated_at":"2018-07-24T20:53:15Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"f15af528af824bae9b920f0ccd6070f5","created_at":"2018-07-24T20:53:10Z","provider:network_type":"flat"}]} 2018-07-24 20:54:52,546 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.12:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6413a3a9-4057-4cda-a588-d02075a89922 2018-07-24 20:54:52,546 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.722748994827s 2018-07-24 20:54:52,547 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-24 20:54:58,205 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c3f58ec5-b0de-4a1c-9026-4fbeb8d84523 | 2018-07-24T20:54:57.850618 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c3f58ec5-b0de-4a1c-9026-4fbeb8d84523 ~/.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-07-24 20:55:02,010 - 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-07-24 20:55:02,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-24 20:55:08,914 - 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=55dc878e-fa6b-4d32-9716-beb81cf38a3c) as the default verifier for the future CLI operations. 2018-07-24 20:55:12,240 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-24 20:55:12,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:12,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 11065 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:12 GMT X-Openstack-Request-Id: req-31098559-90b2-4955-8563-acda85cc6db1 2018-07-24 20:55:12,253 - keystoneauth.session - DEBUG - RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}]} 2018-07-24 20:55:12,254 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.12:9696/v2.0/extensions.json used request id req-31098559-90b2-4955-8563-acda85cc6db1 2018-07-24 20:55:12,254 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0134148597717s 2018-07-24 20:55:12,258 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-24 20:55:12,258 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-24 20:55:12,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:9696/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"network": {"name": "tempest_smoke-net_afd2a95d-f931-464f-b9aa-e85c1e97a240", "admin_state_up": true}}' 2018-07-24 20:55:12,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 727 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:12 GMT X-Openstack-Request-Id: req-ae5780af-9432-4f91-bce3-e011ee5021c1 2018-07-24 20:55:12,522 - 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":"6b667d6d-4e0b-47ee-bf4a-3979affc65f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"02707d29545046e1ae3085bb23d15e9d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-24T20:55:12Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke-net_afd2a95d-f931-464f-b9aa-e85c1e97a240","admin_state_up":true,"tenant_id":"02707d29545046e1ae3085bb23d15e9d","created_at":"2018-07-24T20:55:12Z","mtu":1450}} 2018-07-24 20:55:12,522 - keystoneauth.session - DEBUG - POST call to network for http://192.168.37.12:9696/v2.0/networks.json used request id req-ae5780af-9432-4f91-bce3-e011ee5021c1 2018-07-24 20:55:12,523 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.264631032944s 2018-07-24 20:55:12,523 - functest.core.tenantnetwork - 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-07-24T20:55:12Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6b667d6d-4e0b-47ee-bf4a-3979affc65f2', u'provider:segmentation_id': 92, 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_smoke-net_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'created_at': u'2018-07-24T20:55:12Z', u'mtu': 1450, u'tenant_id': u'02707d29545046e1ae3085bb23d15e9d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'02707d29545046e1ae3085bb23d15e9d', u'l2_adjacency': True}) 2018-07-24 20:55:12,523 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-24 20:55:12,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:12,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1433 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:12 GMT X-Openstack-Request-Id: req-8020ef80-192c-4f9e-b290-ce6d4675eac2 2018-07-24 20:55:12,631 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6b667d6d-4e0b-47ee-bf4a-3979affc65f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"02707d29545046e1ae3085bb23d15e9d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-24T20:55:12Z","qos_policy_id":null,"name":"tempest_smoke-net_afd2a95d-f931-464f-b9aa-e85c1e97a240","admin_state_up":true,"tenant_id":"02707d29545046e1ae3085bb23d15e9d","created_at":"2018-07-24T20:55:12Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b25bb7a8-9d97-4a73-b666-d24c0f9aa35c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"f15af528af824bae9b920f0ccd6070f5","l2_adjacency":true,"status":"ACTIVE","subnets":["c578b993-50b2-4b1d-b8ff-08a308c1c8c0"],"description":"","tags":[],"updated_at":"2018-07-24T20:53:15Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"f15af528af824bae9b920f0ccd6070f5","created_at":"2018-07-24T20:53:10Z","provider:network_type":"flat"}]} 2018-07-24 20:55:12,631 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.12:9696/v2.0/networks.json used request id req-8020ef80-192c-4f9e-b290-ce6d4675eac2 2018-07-24 20:55:12,631 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107640028s 2018-07-24 20:55:12,632 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-24 20:55:12,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:9696/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"subnet": {"name": "tempest_smoke-subnet_afd2a95d-f931-464f-b9aa-e85c1e97a240", "enable_dhcp": true, "network_id": "6b667d6d-4e0b-47ee-bf4a-3979affc65f2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-24 20:55:13,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 699 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:12 GMT X-Openstack-Request-Id: req-1ae3265c-350a-4a71-b13e-6ecf10ab199f 2018-07-24 20:55:13,017 - keystoneauth.session - DEBUG - RESP BODY: {"subnet":{"updated_at":"2018-07-24T20:55:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b747ba9a-24d0-44e5-8c4b-085abeb275b5","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"02707d29545046e1ae3085bb23d15e9d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_afd2a95d-f931-464f-b9aa-e85c1e97a240","enable_dhcp":true,"segment_id":null,"network_id":"6b667d6d-4e0b-47ee-bf4a-3979affc65f2","tenant_id":"02707d29545046e1ae3085bb23d15e9d","created_at":"2018-07-24T20:55:12Z","ip_version":4}} 2018-07-24 20:55:13,017 - keystoneauth.session - DEBUG - POST call to network for http://192.168.37.12:9696/v2.0/subnets.json used request id req-1ae3265c-350a-4a71-b13e-6ecf10ab199f 2018-07-24 20:55:13,017 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.385168075562s 2018-07-24 20:55:13,017 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-24T20:55:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b747ba9a-24d0-44e5-8c4b-085abeb275b5', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'6b667d6d-4e0b-47ee-bf4a-3979affc65f2', u'tenant_id': u'02707d29545046e1ae3085bb23d15e9d', u'created_at': u'2018-07-24T20:55:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'02707d29545046e1ae3085bb23d15e9d'}) 2018-07-24 20:55:13,017 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-24 20:55:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:9696/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"router": {"external_gateway_info": {"network_id": "b25bb7a8-9d97-4a73-b666-d24c0f9aa35c"}, "name": "tempest_smoke-router_afd2a95d-f931-464f-b9aa-e85c1e97a240", "admin_state_up": true}}' 2018-07-24 20:55:14,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 715 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:14 GMT X-Openstack-Request-Id: req-102db6fc-6f32-4756-88ff-9957544dc6b2 2018-07-24 20:55:14,628 - keystoneauth.session - DEBUG - RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b25bb7a8-9d97-4a73-b666-d24c0f9aa35c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c578b993-50b2-4b1d-b8ff-08a308c1c8c0", "ip_address": "192.168.37.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "02707d29545046e1ae3085bb23d15e9d", "created_at": "2018-07-24T20:55:13Z", "admin_state_up": true, "updated_at": "2018-07-24T20:55:14Z", "project_id": "02707d29545046e1ae3085bb23d15e9d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "6bd1bd3a-0ed2-4eef-8b27-1539e4111faf", "name": "tempest_smoke-router_afd2a95d-f931-464f-b9aa-e85c1e97a240"}} 2018-07-24 20:55:14,628 - keystoneauth.session - DEBUG - POST call to network for http://192.168.37.12:9696/v2.0/routers.json used request id req-102db6fc-6f32-4756-88ff-9957544dc6b2 2018-07-24 20:55:14,628 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.61043310165s 2018-07-24 20:55:14,628 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-24T20:55:14Z', u'revision_number': 2, u'ha': False, u'id': u'6bd1bd3a-0ed2-4eef-8b27-1539e4111faf', u'external_gateway_info': {u'network_id': u'b25bb7a8-9d97-4a73-b666-d24c0f9aa35c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c578b993-50b2-4b1d-b8ff-08a308c1c8c0', u'ip_address': u'192.168.37.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-router_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'admin_state_up': True, u'tenant_id': u'02707d29545046e1ae3085bb23d15e9d', u'created_at': u'2018-07-24T20:55:13Z', u'flavor_id': None, u'routes': [], u'project_id': u'02707d29545046e1ae3085bb23d15e9d'}) 2018-07-24 20:55:14,629 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-24 20:55:14,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.168.37.12:9696/v2.0/routers/6bd1bd3a-0ed2-4eef-8b27-1539e4111faf/add_router_interface.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"subnet_id": "b747ba9a-24d0-44e5-8c4b-085abeb275b5"}' 2018-07-24 20:55:16,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:16 GMT X-Openstack-Request-Id: req-aa3f9e75-4384-4210-ac27-68f6a20d5f8c 2018-07-24 20:55:16,951 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "6b667d6d-4e0b-47ee-bf4a-3979affc65f2", "tenant_id": "02707d29545046e1ae3085bb23d15e9d", "subnet_id": "b747ba9a-24d0-44e5-8c4b-085abeb275b5", "subnet_ids": ["b747ba9a-24d0-44e5-8c4b-085abeb275b5"], "port_id": "9d58ecc2-5f37-49c0-850a-4eaa86434864", "id": "6bd1bd3a-0ed2-4eef-8b27-1539e4111faf"} 2018-07-24 20:55:16,951 - keystoneauth.session - DEBUG - PUT call to network for http://192.168.37.12:9696/v2.0/routers/6bd1bd3a-0ed2-4eef-8b27-1539e4111faf/add_router_interface.json used request id req-aa3f9e75-4384-4210-ac27-68f6a20d5f8c 2018-07-24 20:55:16,951 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.32201194763s 2018-07-24 20:55:16,951 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-24 20:55:17,060 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-24 20:55:17,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-24 20:55:17,069 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 768 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:17 GMT 2018-07-24 20:55:17,069 - keystoneauth.session - DEBUG - RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://192.168.37.12:9292/v2/", "rel": "self"}]}]} 2018-07-24 20:55:17,071 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-24 20:55:17,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:17,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:17 GMT X-Openstack-Request-Id: req-7dbcdbd2-e5f2-4ee9-9f1b-f89ff1162b74 2018-07-24 20:55:17,847 - keystoneauth.session - DEBUG - RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-24 20:55:17,848 - keystoneauth.session - DEBUG - GET call to image for http://192.168.37.12:9292/v2/images used request id req-7dbcdbd2-e5f2-4ee9-9f1b-f89ff1162b74 2018-07-24 20:55:17,848 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.776613950729s 2018-07-24 20:55:17,853 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-24 20:55:17,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240"}' 2018-07-24 20:55:17,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:17 GMT Location: http://192.168.37.12:9292/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f6646d4b-c912-499e-adda-502b9a783665 2018-07-24 20:55:17,912 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/file", "owner": "02707d29545046e1ae3085bb23d15e9d", "id": "2f6e99a3-e9ca-44df-975e-7c5d9f093b85", "size": null, "self": "/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-24T20:55:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "checksum": null, "created_at": "2018-07-24T20:55:17Z", "protected": false} 2018-07-24 20:55:17,912 - keystoneauth.session - DEBUG - POST call to image for http://192.168.37.12:9292/v2/images used request id req-f6646d4b-c912-499e-adda-502b9a783665 2018-07-24 20:55:17,913 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0596508979797s 2018-07-24 20:55:17,913 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-24 20:55:17,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.168.37.12:9292/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '' 2018-07-24 20:55:20,216 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Tue, 24 Jul 2018 20:55:20 GMT X-Openstack-Request-Id: req-178d3ba9-dbef-42b5-9ddc-689a0b23fc2f 2018-07-24 20:55:20,216 - 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-07-24 20:55:20,216 - keystoneauth.session - DEBUG - PUT call to image for http://192.168.37.12:9292/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/file used request id req-178d3ba9-dbef-42b5-9ddc-689a0b23fc2f 2018-07-24 20:55:20,216 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.30272698402s 2018-07-24 20:55:20,216 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-24T20:55:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/file', u'owner': u'02707d29545046e1ae3085bb23d15e9d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2f6e99a3-e9ca-44df-975e-7c5d9f093b85', u'size': None, u'name': u'tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'checksum': None, u'self': u'/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-24T20:55:17Z', u'schema': u'/v2/schemas/image'}) 2018-07-24 20:55:20,218 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-24 20:55:20,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_afd2a95d-f931-464f-b9aa-e85c1e97a240", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-24 20:55:20,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 311 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:20 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-98a4ceb6-7698-41e8-bde6-eb2c8109999c x-openstack-request-id: req-98a4ceb6-7698-41e8-bde6-eb2c8109999c 2018-07-24 20:55:20,503 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_afd2a95d-f931-464f-b9aa-e85c1e97a240", "links": [{"href": "http://192.168.37.12:8774/v2.1/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee", "rel": "self"}, {"href": "http://192.168.37.12:8774/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee", "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": "5c4b1eac-29fd-46a4-83d9-866d538b78ee"}} 2018-07-24 20:55:20,504 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.12:8774/v2.1/flavors used request id req-98a4ceb6-7698-41e8-bde6-eb2c8109999c 2018-07-24 20:55:20,504 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.285959005356s 2018-07-24 20:55:20,504 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_afd2a95d-f931-464f-b9aa-e85c1e97a240', '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'02707d29545046e1ae3085bb23d15e9d', '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'5c4b1eac-29fd-46a4-83d9-866d538b78ee', 'swap': 0}) 2018-07-24 20:55:20,505 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-24 20:55:20,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:8774/v2.1/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"extra_specs": {}}' 2018-07-24 20:55:20,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:20 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-758f1867-5b5a-4e9a-8867-956acf976ffb x-openstack-request-id: req-758f1867-5b5a-4e9a-8867-956acf976ffb 2018-07-24 20:55:20,526 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-24 20:55:20,526 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.12:8774/v2.1/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee/os-extra_specs used request id req-758f1867-5b5a-4e9a-8867-956acf976ffb 2018-07-24 20:55:20,526 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214369297028s 2018-07-24 20:55:20,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-24 20:55:20,697 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 268 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cd07fdc-caf4-430c-9722-6b368bf8883e 2018-07-24 20:55:20,698 - 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.12:5000/v3/", "rel": "self"}]}]}} 2018-07-24 20:55:20,698 - keystoneauth.session - DEBUG - GET call to http://192.168.37.12:5000/ used request id req-3cd07fdc-caf4-430c-9722-6b368bf8883e 2018-07-24 20:55:20,700 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-24 20:55:20,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:5000/v3/roles -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:20,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 383 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b3d3f6-8c13-4346-b18c-9e6f171746b4 2018-07-24 20:55:20,863 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.168.37.12:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "47ce07fc263f4f57a7bde2b4eeedcde8", "links": {"self": "http://192.168.37.12:5000/v3/roles/47ce07fc263f4f57a7bde2b4eeedcde8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7dc6fcd726864450a1fc0231971ba887", "links": {"self": "http://192.168.37.12:5000/v3/roles/7dc6fcd726864450a1fc0231971ba887"}, "name": "member"}, {"domain_id": null, "id": "89465a6e1acb41b7a43a343137edc8c4", "links": {"self": "http://192.168.37.12:5000/v3/roles/89465a6e1acb41b7a43a343137edc8c4"}, "name": "swiftoperator"}, {"domain_id": null, "id": "989e621023a1469298914c1af3975e81", "links": {"self": "http://192.168.37.12:5000/v3/roles/989e621023a1469298914c1af3975e81"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.168.37.12:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a49f38e0c8de4afbb42769ca684792f1", "links": {"self": "http://192.168.37.12:5000/v3/roles/a49f38e0c8de4afbb42769ca684792f1"}, "name": "reader"}, {"domain_id": null, "id": "b6e35622a8504f25856957b4367db558", "links": {"self": "http://192.168.37.12:5000/v3/roles/b6e35622a8504f25856957b4367db558"}, "name": "admin"}]} 2018-07-24 20:55:20,863 - keystoneauth.session - DEBUG - GET call to identity for http://192.168.37.12:5000/v3/roles used request id req-15b3d3f6-8c13-4346-b18c-9e6f171746b4 2018-07-24 20:55:20,863 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.163616895676s 2018-07-24 20:55:20,868 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-24 20:55:20,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:5000/v3/roles -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:20,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 383 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d38d985-7f3c-438f-bb77-d3c0ba34c873 2018-07-24 20:55:20,996 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.168.37.12:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "47ce07fc263f4f57a7bde2b4eeedcde8", "links": {"self": "http://192.168.37.12:5000/v3/roles/47ce07fc263f4f57a7bde2b4eeedcde8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7dc6fcd726864450a1fc0231971ba887", "links": {"self": "http://192.168.37.12:5000/v3/roles/7dc6fcd726864450a1fc0231971ba887"}, "name": "member"}, {"domain_id": null, "id": "89465a6e1acb41b7a43a343137edc8c4", "links": {"self": "http://192.168.37.12:5000/v3/roles/89465a6e1acb41b7a43a343137edc8c4"}, "name": "swiftoperator"}, {"domain_id": null, "id": "989e621023a1469298914c1af3975e81", "links": {"self": "http://192.168.37.12:5000/v3/roles/989e621023a1469298914c1af3975e81"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.168.37.12:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a49f38e0c8de4afbb42769ca684792f1", "links": {"self": "http://192.168.37.12:5000/v3/roles/a49f38e0c8de4afbb42769ca684792f1"}, "name": "reader"}, {"domain_id": null, "id": "b6e35622a8504f25856957b4367db558", "links": {"self": "http://192.168.37.12:5000/v3/roles/b6e35622a8504f25856957b4367db558"}, "name": "admin"}]} 2018-07-24 20:55:20,996 - keystoneauth.session - DEBUG - GET call to identity for http://192.168.37.12:5000/v3/roles used request id req-6d38d985-7f3c-438f-bb77-d3c0ba34c873 2018-07-24 20:55:20,996 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.127923965454s 2018-07-24 20:55:20,999 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-24 20:55:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:21,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 623 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:20 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-6fe13346-5a22-4380-9537-a27766d508e2 x-openstack-request-id: req-6fe13346-5a22-4380-9537-a27766d508e2 2018-07-24 20:55:21,037 - keystoneauth.session - DEBUG - RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.14", "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": 18, "hypervisor_version": 2010000, "disk_available_least": 18, "local_gb": 18, "free_ram_mb": 4095, "id": 1}]} 2018-07-24 20:55:21,037 - keystoneauth.session - DEBUG - GET call to compute for http://192.168.37.12:8774/v2.1/os-hypervisors/detail used request id req-6fe13346-5a22-4380-9537-a27766d508e2 2018-07-24 20:55:21,037 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0377171039581s 2018-07-24 20:55:21,040 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-24 20:55:21,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 20:55:21,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:21 GMT X-Openstack-Request-Id: req-accb345a-a146-4163-a4d5-e7cbd281ca8d 2018-07-24 20:55:21,065 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2368915e-a9b6-4c26-b6ba-d0e7b7903cca/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/snap", "metadata": {}}], "file": "/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/file", "owner": "02707d29545046e1ae3085bb23d15e9d", "id": "2f6e99a3-e9ca-44df-975e-7c5d9f093b85", "size": 12716032, "self": "/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85", "disk_format": "qcow2", "direct_url": "rbd://2368915e-a9b6-4c26-b6ba-d0e7b7903cca/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-24T20:55:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-24T20:55:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-24 20:55:21,065 - keystoneauth.session - DEBUG - GET call to image for http://192.168.37.12:9292/v2/images used request id req-accb345a-a146-4163-a4d5-e7cbd281ca8d 2018-07-24 20:55:21,066 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0252578258514s 2018-07-24 20:55:21,072 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-24 20:55:21,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240"}' 2018-07-24 20:55:21,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:21 GMT Location: http://192.168.37.12:9292/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a22dfa68-1f4e-45da-846b-dd66582d18ba 2018-07-24 20:55:21,113 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/file", "owner": "02707d29545046e1ae3085bb23d15e9d", "id": "1d1422a7-651d-4e75-9945-c0cd8d109cb6", "size": null, "self": "/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-24T20:55:21Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "checksum": null, "created_at": "2018-07-24T20:55:21Z", "protected": false} 2018-07-24 20:55:21,113 - keystoneauth.session - DEBUG - POST call to image for http://192.168.37.12:9292/v2/images used request id req-a22dfa68-1f4e-45da-846b-dd66582d18ba 2018-07-24 20:55:21,113 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0408878326416s 2018-07-24 20:55:21,114 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-24 20:55:21,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.168.37.12:9292/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '' 2018-07-24 20:55:22,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Tue, 24 Jul 2018 20:55:22 GMT X-Openstack-Request-Id: req-ca101c2c-6d25-4323-8baf-4794ebdfb186 2018-07-24 20:55:22,228 - 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-07-24 20:55:22,228 - keystoneauth.session - DEBUG - PUT call to image for http://192.168.37.12:9292/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/file used request id req-ca101c2c-6d25-4323-8baf-4794ebdfb186 2018-07-24 20:55:22,228 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11421608925s 2018-07-24 20:55:22,228 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-24T20:55:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/file', u'owner': u'02707d29545046e1ae3085bb23d15e9d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1d1422a7-651d-4e75-9945-c0cd8d109cb6', u'size': None, u'name': u'tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240', u'checksum': None, u'self': u'/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-24T20:55:21Z', u'schema': u'/v2/schemas/image'}) 2018-07-24 20:55:22,229 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-24 20:55:22,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-24 20:55:22,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 316 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:22 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-5f650be0-2e15-4275-88ad-a932b22153a8 x-openstack-request-id: req-5f650be0-2e15-4275-88ad-a932b22153a8 2018-07-24 20:55:22,287 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "links": [{"href": "http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b", "rel": "self"}, {"href": "http://192.168.37.12:8774/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b", "rel": "bookmark"}], "ram": 1024, "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": "3591a50a-7c4e-46e2-8925-cf7ec3dfd44b"}} 2018-07-24 20:55:22,287 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.12:8774/v2.1/flavors used request id req-5f650be0-2e15-4275-88ad-a932b22153a8 2018-07-24 20:55:22,287 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0582759380341s 2018-07-24 20:55:22,288 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240', 'ephemeral': 0, 'ram': 1024, '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'02707d29545046e1ae3085bb23d15e9d', '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'3591a50a-7c4e-46e2-8925-cf7ec3dfd44b', 'swap': 0}) 2018-07-24 20:55:22,288 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-24 20:55:22,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"extra_specs": {}}' 2018-07-24 20:55:22,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Tue, 24 Jul 2018 20:55:22 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-c2c6baa1-a6a7-46b5-88f0-89b92a7100ba x-openstack-request-id: req-c2c6baa1-a6a7-46b5-88f0-89b92a7100ba 2018-07-24 20:55:22,324 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-24 20:55:22,324 - keystoneauth.session - DEBUG - POST call to compute for http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b/os-extra_specs used request id req-c2c6baa1-a6a7-46b5-88f0-89b92a7100ba 2018-07-24 20:55:22,325 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0359020233154s 2018-07-24 20:55:22,325 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240', 'ephemeral': 0, 'ram': 1024, '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'02707d29545046e1ae3085bb23d15e9d', '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'3591a50a-7c4e-46e2-8925-cf7ec3dfd44b', 'swap': 0}) 2018-07-24 20:55:25,995 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-24 20:55:25,995 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-24 20:55:25,996 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-24 20:55:25,997 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-24 20:55:25,999 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-24 20:55:30,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-55dc878e-fa6b-4d32-9716-beb81cf38a3c/repo; stestr list '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-07-24 20:55:30,322 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-24 20:55:30,323 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-24 20:55:30,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt']'. 2018-07-24 21:01:59,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 196e895e-86d2-4650-9c79-e6f626490b88 2018-07-24 21:01:59,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '196e895e-86d2-4650-9c79-e6f626490b88']'. 2018-07-24 21:02:00,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-24 21:02:00,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-24 21:02:00,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-24 21:02:00,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 196e895e-86d2-4650-9c79-e6f626490b88 | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-24 20:55:33 | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-24 21:01:59 | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:26 | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 55dc878e-fa6b-4d32-9716-beb81cf38a3c) | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-24 21:02:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c3f58ec5-b0de-4a1c-9026-4fbeb8d84523) | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 376.175 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 106 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 25 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-24 21:02:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-24 21:02:00,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-07-24 21:02:00,653 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:48 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-07-24 21:02:00,656 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-24 21:02:00,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.168.37.12:9696/v2.0/routers/6bd1bd3a-0ed2-4eef-8b27-1539e4111faf/remove_router_interface.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" -d '{"subnet_id": "b747ba9a-24d0-44e5-8c4b-085abeb275b5"}' 2018-07-24 21:02:02,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:02 GMT X-Openstack-Request-Id: req-75f71c74-e8f6-43b9-abf0-078eb74b3f8d 2018-07-24 21:02:02,641 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "6b667d6d-4e0b-47ee-bf4a-3979affc65f2", "tenant_id": "02707d29545046e1ae3085bb23d15e9d", "subnet_id": "b747ba9a-24d0-44e5-8c4b-085abeb275b5", "subnet_ids": ["b747ba9a-24d0-44e5-8c4b-085abeb275b5"], "port_id": "9d58ecc2-5f37-49c0-850a-4eaa86434864", "id": "6bd1bd3a-0ed2-4eef-8b27-1539e4111faf"} 2018-07-24 21:02:02,641 - keystoneauth.session - DEBUG - PUT call to network for http://192.168.37.12:9696/v2.0/routers/6bd1bd3a-0ed2-4eef-8b27-1539e4111faf/remove_router_interface.json used request id req-75f71c74-e8f6-43b9-abf0-078eb74b3f8d 2018-07-24 21:02:02,641 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.98529696465s 2018-07-24 21:02:02,641 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-24 21:02:02,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:02,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 724 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:02 GMT X-Openstack-Request-Id: req-64ad82dd-cad3-482b-a102-2a7680ce7d47 2018-07-24 21:02:02,809 - keystoneauth.session - DEBUG - RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b25bb7a8-9d97-4a73-b666-d24c0f9aa35c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c578b993-50b2-4b1d-b8ff-08a308c1c8c0", "ip_address": "192.168.37.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "02707d29545046e1ae3085bb23d15e9d", "created_at": "2018-07-24T20:55:13Z", "admin_state_up": true, "updated_at": "2018-07-24T21:02:01Z", "project_id": "02707d29545046e1ae3085bb23d15e9d", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "6bd1bd3a-0ed2-4eef-8b27-1539e4111faf", "name": "tempest_smoke-router_afd2a95d-f931-464f-b9aa-e85c1e97a240"}]} 2018-07-24 21:02:02,809 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.12:9696/v2.0/routers.json used request id req-64ad82dd-cad3-482b-a102-2a7680ce7d47 2018-07-24 21:02:02,809 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.168066978455s 2018-07-24 21:02:02,810 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-24 21:02:02,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:9696/v2.0/routers/6bd1bd3a-0ed2-4eef-8b27-1539e4111faf.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:03,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Tue, 24 Jul 2018 21:02:03 GMT X-Openstack-Request-Id: req-a643aa00-0fb7-4719-9fab-95724062c6ed 2018-07-24 21:02:03,993 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-24 21:02:03,993 - keystoneauth.session - DEBUG - DELETE call to network for http://192.168.37.12:9696/v2.0/routers/6bd1bd3a-0ed2-4eef-8b27-1539e4111faf.json used request id req-a643aa00-0fb7-4719-9fab-95724062c6ed 2018-07-24 21:02:03,993 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1824991703s 2018-07-24 21:02:03,993 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-24 21:02:03,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:04,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1339 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:04 GMT X-Openstack-Request-Id: req-026db218-768b-451c-ae63-8c73953087ff 2018-07-24 21:02:04,059 - keystoneauth.session - DEBUG - RESP BODY: {"subnets":[{"updated_at":"2018-07-24T20:55:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b747ba9a-24d0-44e5-8c4b-085abeb275b5","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"02707d29545046e1ae3085bb23d15e9d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_afd2a95d-f931-464f-b9aa-e85c1e97a240","enable_dhcp":true,"segment_id":null,"network_id":"6b667d6d-4e0b-47ee-bf4a-3979affc65f2","tenant_id":"02707d29545046e1ae3085bb23d15e9d","created_at":"2018-07-24T20:55:12Z","ip_version":4},{"updated_at":"2018-07-24T20:53:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.37.200","end":"192.168.37.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c578b993-50b2-4b1d-b8ff-08a308c1c8c0","dns_nameservers":[],"gateway_ip":"192.168.37.1","project_id":"f15af528af824bae9b920f0ccd6070f5","description":"","tags":[],"cidr":"192.168.37.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b25bb7a8-9d97-4a73-b666-d24c0f9aa35c","tenant_id":"f15af528af824bae9b920f0ccd6070f5","created_at":"2018-07-24T20:53:15Z","ip_version":4}]} 2018-07-24 21:02:04,059 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.12:9696/v2.0/subnets.json used request id req-026db218-768b-451c-ae63-8c73953087ff 2018-07-24 21:02:04,059 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0663020610809s 2018-07-24 21:02:04,060 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-24 21:02:04,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:9696/v2.0/subnets/b747ba9a-24d0-44e5-8c4b-085abeb275b5.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:05,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Tue, 24 Jul 2018 21:02:05 GMT X-Openstack-Request-Id: req-2c1797c2-c7e2-4277-90fa-d51b68b6080e 2018-07-24 21:02:05,180 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-24 21:02:05,180 - keystoneauth.session - DEBUG - DELETE call to network for http://192.168.37.12:9696/v2.0/subnets/b747ba9a-24d0-44e5-8c4b-085abeb275b5.json used request id req-2c1797c2-c7e2-4277-90fa-d51b68b6080e 2018-07-24 21:02:05,180 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11973786354s 2018-07-24 21:02:05,180 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-24 21:02:05,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:05,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1439 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:05 GMT X-Openstack-Request-Id: req-4f479394-ca00-4811-98a9-2b091022b527 2018-07-24 21:02:05,299 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6b667d6d-4e0b-47ee-bf4a-3979affc65f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"02707d29545046e1ae3085bb23d15e9d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-24T21:02:05Z","qos_policy_id":null,"name":"tempest_smoke-net_afd2a95d-f931-464f-b9aa-e85c1e97a240","admin_state_up":true,"tenant_id":"02707d29545046e1ae3085bb23d15e9d","created_at":"2018-07-24T20:55:12Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b25bb7a8-9d97-4a73-b666-d24c0f9aa35c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"f15af528af824bae9b920f0ccd6070f5","l2_adjacency":true,"status":"ACTIVE","subnets":["c578b993-50b2-4b1d-b8ff-08a308c1c8c0"],"description":"","tags":[],"updated_at":"2018-07-24T20:53:15Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"f15af528af824bae9b920f0ccd6070f5","created_at":"2018-07-24T20:53:10Z","provider:network_type":"flat"}]} 2018-07-24 21:02:05,299 - keystoneauth.session - DEBUG - GET call to network for http://192.168.37.12:9696/v2.0/networks.json used request id req-4f479394-ca00-4811-98a9-2b091022b527 2018-07-24 21:02:05,300 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119385004044s 2018-07-24 21:02:05,300 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-24 21:02:05,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:9696/v2.0/networks/6b667d6d-4e0b-47ee-bf4a-3979affc65f2.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:06,516 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Tue, 24 Jul 2018 21:02:06 GMT X-Openstack-Request-Id: req-b6a35a8a-3288-49de-b0bb-217c5b3f2a11 2018-07-24 21:02:06,516 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-24 21:02:06,516 - keystoneauth.session - DEBUG - DELETE call to network for http://192.168.37.12:9696/v2.0/networks/6b667d6d-4e0b-47ee-bf4a-3979affc65f2.json used request id req-b6a35a8a-3288-49de-b0bb-217c5b3f2a11 2018-07-24 21:02:06,516 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21634411812s 2018-07-24 21:02:06,519 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-24 21:02:06,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.168.37.12:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:06,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:06 GMT X-Openstack-Request-Id: req-3ca3d2d2-571e-4f81-8309-b852cd993bc9 2018-07-24 21:02:06,761 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2368915e-a9b6-4c26-b6ba-d0e7b7903cca/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/snap", "metadata": {}}], "file": "/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/file", "owner": "02707d29545046e1ae3085bb23d15e9d", "id": "1d1422a7-651d-4e75-9945-c0cd8d109cb6", "size": 12716032, "self": "/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6", "disk_format": "qcow2", "direct_url": "rbd://2368915e-a9b6-4c26-b6ba-d0e7b7903cca/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-24T20:55:22Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-24T20:55:21Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2368915e-a9b6-4c26-b6ba-d0e7b7903cca/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/snap", "metadata": {}}], "file": "/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/file", "owner": "02707d29545046e1ae3085bb23d15e9d", "id": "2f6e99a3-e9ca-44df-975e-7c5d9f093b85", "size": 12716032, "self": "/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85", "disk_format": "qcow2", "direct_url": "rbd://2368915e-a9b6-4c26-b6ba-d0e7b7903cca/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-24T20:55:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_afd2a95d-f931-464f-b9aa-e85c1e97a240", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-24T20:55:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-24 21:02:06,761 - keystoneauth.session - DEBUG - GET call to image for http://192.168.37.12:9292/v2/images used request id req-3ca3d2d2-571e-4f81-8309-b852cd993bc9 2018-07-24 21:02:06,761 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.242124080658s 2018-07-24 21:02:06,763 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-24 21:02:06,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:9292/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:07,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Tue, 24 Jul 2018 21:02:07 GMT X-Openstack-Request-Id: req-215c8f65-16f8-4484-9b9d-cef41035d38e 2018-07-24 21:02:07,031 - 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-07-24 21:02:07,031 - keystoneauth.session - DEBUG - DELETE call to image for http://192.168.37.12:9292/v2/images/2f6e99a3-e9ca-44df-975e-7c5d9f093b85 used request id req-215c8f65-16f8-4484-9b9d-cef41035d38e 2018-07-24 21:02:07,031 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.268398046494s 2018-07-24 21:02:07,040 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-24 21:02:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.168.37.12:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:07,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 367 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:07 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-b06917dc-91f4-4955-b1d2-8073c849480a x-openstack-request-id: req-b06917dc-91f4-4955-b1d2-8073c849480a 2018-07-24 21:02:07,280 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "links": [{"href": "http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b", "rel": "self"}, {"href": "http://192.168.37.12:8774/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b", "rel": "bookmark"}], "ram": 1024, "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": "3591a50a-7c4e-46e2-8925-cf7ec3dfd44b"}, {"name": "tempest_smoke-flavor_afd2a95d-f931-464f-b9aa-e85c1e97a240", "links": [{"href": "http://192.168.37.12:8774/v2.1/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee", "rel": "self"}, {"href": "http://192.168.37.12:8774/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee", "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": "5c4b1eac-29fd-46a4-83d9-866d538b78ee"}]} 2018-07-24 21:02:07,280 - keystoneauth.session - DEBUG - GET call to compute for http://192.168.37.12:8774/v2.1/flavors/detail?is_public=None used request id req-b06917dc-91f4-4955-b1d2-8073c849480a 2018-07-24 21:02:07,280 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.240309000015s 2018-07-24 21:02:07,282 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-24 21:02:07,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:8774/v2.1/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:07,301 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:07 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-f23e8752-2650-480e-8017-1e0278d42815 x-openstack-request-id: req-f23e8752-2650-480e-8017-1e0278d42815 2018-07-24 21:02:07,302 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.168.37.12:8774/v2.1/flavors/5c4b1eac-29fd-46a4-83d9-866d538b78ee used request id req-f23e8752-2650-480e-8017-1e0278d42815 2018-07-24 21:02:07,302 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.019424200058s 2018-07-24 21:02:07,302 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-24 21:02:07,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:9292/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:08,091 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Tue, 24 Jul 2018 21:02:08 GMT X-Openstack-Request-Id: req-eb6b94d2-8f18-4a3d-be9d-41fc0c44acee 2018-07-24 21:02:08,091 - 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-07-24 21:02:08,091 - keystoneauth.session - DEBUG - DELETE call to image for http://192.168.37.12:9292/v2/images/1d1422a7-651d-4e75-9945-c0cd8d109cb6 used request id req-eb6b94d2-8f18-4a3d-be9d-41fc0c44acee 2018-07-24 21:02:08,091 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.789180994034s 2018-07-24 21:02:08,091 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-24 21:02:08,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.168.37.12:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:08,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 314 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:08 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-20478292-21f8-4e58-a259-fc669a33d4ef x-openstack-request-id: req-20478292-21f8-4e58-a259-fc669a33d4ef 2018-07-24 21:02:08,133 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_afd2a95d-f931-464f-b9aa-e85c1e97a240", "links": [{"href": "http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b", "rel": "self"}, {"href": "http://192.168.37.12:8774/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b", "rel": "bookmark"}], "ram": 1024, "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": "3591a50a-7c4e-46e2-8925-cf7ec3dfd44b"}]} 2018-07-24 21:02:08,133 - keystoneauth.session - DEBUG - GET call to compute for http://192.168.37.12:8774/v2.1/flavors/detail?is_public=None used request id req-20478292-21f8-4e58-a259-fc669a33d4ef 2018-07-24 21:02:08,134 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0420348644257s 2018-07-24 21:02:08,135 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-24 21:02:08,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03db5c8c9f1d622061872ac55d43e0aaf528e2de" 2018-07-24 21:02:08,174 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Tue, 24 Jul 2018 21:02:08 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-9b08c981-f07a-4b9f-ac7f-969b890b1f7c x-openstack-request-id: req-9b08c981-f07a-4b9f-ac7f-969b890b1f7c 2018-07-24 21:02:08,174 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.168.37.12:8774/v2.1/flavors/3591a50a-7c4e-46e2-8925-cf7ec3dfd44b used request id req-9b08c981-f07a-4b9f-ac7f-969b890b1f7c 2018-07-24 21:02:08,174 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0397047996521s 2018-07-24 21:02:08,175 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK