2018-07-21 04:35:09,526 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-virtual-suite-master-133 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-virtual2 | +--------------------------------------+----------------------------------------------------------+ 2018-07-21 04:35:09,529 - 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.0.2.3,192.0.2.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://192.0.2.3:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=cuGIR9ZeGIBVi86FuDjPjkYhN 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=e909eeb5203d4e3baa1a6f9b1caa6867 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.0.2.3 export SDN_CONTROLLER_PASSWORD=4iS3YFsgYWK2aqs7p9oZ8Bi5O export OS_REGION_NAME=regionOne 2018-07-21 04:35:09,529 - xtesting.ci.run_tests - DEBUG - Test args: tempest_smoke 2018-07-21 04:35:09,547 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-21 04:35:10,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 04:35:10,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 04:35:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 04:35:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 04:35:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 04:35:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 04:35:10,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-21 04:35:10,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 191 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07edcd14-fce2-4012-8938-76a24f71a930 2018-07-21 04:35:10,517 - 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.0.2.3:5000/v3/", "rel": "self"}]}} 2018-07-21 04:35:10,517 - keystoneauth.session - DEBUG - GET call to http://192.0.2.3:5000/v3 used request id req-07edcd14-fce2-4012-8938-76a24f71a930 2018-07-21 04:35:10,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://192.0.2.3:5000/v3/auth/tokens 2018-07-21 04:35:10,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10272b36900949f1b6c22c67416156b5", "name": "reader"}, {"id": "f74fbd31ad0749fbbfd228cfc307d46b", "name": "member"}, {"id": "131fb78b529b4353a4cbb2a7f0e50c88", "name": "admin"}], "expires_at": "2018-07-21T05:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e909eeb5203d4e3baa1a6f9b1caa6867", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.0.2.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cb3326ad2474918a914e5647cfeb0c1"}, {"url": "http://192.0.2.3:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f861d94835e42acbaf400fc7108e149"}, {"url": "http://192.0.2.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c5996333ca0e44c2acc79019bbf9f4b2"}], "type": "placement", "id": "489fe44389a14b6fb9c16d6f1d270474", "name": "placement"}, {"endpoints": [{"url": "http://192.0.2.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39b794f716f0483987b20371851058db"}, {"url": "http://192.0.2.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c6f4ed647d343998926efe6dc63933e"}, {"url": "http://192.0.2.3:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a439b96982d649328761d372377013fa"}], "type": "identity", "id": "4bbf395816524587831d59641b45c380", "name": "keystone"}, {"endpoints": [{"url": "http://192.0.2.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7eb601685b24523bae7ba422e51cfc6"}, {"url": "http://192.0.2.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d80e8d06ff954d8a8a2693f7b92438b4"}, {"url": "http://192.0.2.3:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc54a584783a4dee8b8eb5f274944d98"}], "type": "network", "id": "a605899e48424491b00836fab948897e", "name": "neutron"}, {"endpoints": [{"url": "http://192.0.2.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7303bf65e440456ca6a94bac5523533a"}, {"url": "http://192.0.2.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e7f583102694ebcb898cd44f00c5355"}, {"url": "http://192.0.2.3:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab55968fd4c34ebbaffc03ffe5fd9aad"}], "type": "compute", "id": "eb0bf36f6bcf4052bbdc6ad8c36c6fd1", "name": "nova"}, {"endpoints": [{"url": "http://192.0.2.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e7dd9d90b3146fcb0bde77f8c687122"}, {"url": "http://192.0.2.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "348650b599a84d78a5107ba9263e1bbb"}, {"url": "http://192.0.2.3:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a19f4da7c0e24eff9aa984ee23dd9626"}], "type": "image", "id": "f3528f3e9d104be0b75fe8b635ac1f22", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "62269217827b4f8a903d03ce93eead2f"}, "audit_ids": ["hpOKxw2_Rd6hRJfOW5C8SA"], "issued_at": "2018-07-21T04:35:10.000000Z"}} 2018-07-21 04:35:10,927 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 04:35:10,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.3:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:11,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 695 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:11 GMT X-Openstack-Request-Id: req-2738bc2c-6418-450b-b36d-9823affae0ad 2018-07-21 04:35:11,325 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"37591872-055c-4ce2-93bd-49bcbd39e34f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a996e944bdf74361a1cd33e0cc342c07","status":"ACTIVE","subnets":["498e256c-12e9-4fb2-a5f5-4dc50c057aae"],"description":"","tags":[],"updated_at":"2018-07-21T04:33:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a996e944bdf74361a1cd33e0cc342c07","created_at":"2018-07-21T04:33:43Z","provider:network_type":"flat"}]} 2018-07-21 04:35:11,326 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.3:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2738bc2c-6418-450b-b36d-9823affae0ad 2018-07-21 04:35:11,326 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.398952007294s 2018-07-21 04:35:11,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-21 04:35:16,620 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b337bb95-7402-4205-ab5b-d39568253fcc | 2018-07-21T04:35:16.307273 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b337bb95-7402-4205-ab5b-d39568253fcc ~/.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-21 04:35:20,259 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+--------------+-----------+ | Service | Service Type | Status | +-------------+--------------+-----------+ | __unknown__ | placement | Available | | glance | image | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+--------------+-----------+ 2018-07-21 04:35:20,259 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-21 04:35:27,686 - 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=637f6332-9b9c-49cf-bc19-e8ec39fb5972) as the default verifier for the future CLI operations. 2018-07-21 04:35:30,934 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-21 04:35:30,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:30,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 8355 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:30 GMT X-Openstack-Request-Id: req-315ee9aa-e11a-4e25-8887-bb0fe3be9ac7 2018-07-21 04:35:30,957 - 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": "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": "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": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-21 04:35:30,957 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.3:9696/v2.0/extensions.json used request id req-315ee9aa-e11a-4e25-8887-bb0fe3be9ac7 2018-07-21 04:35:30,957 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0227859020233s 2018-07-21 04:35:30,964 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-21 04:35:30,964 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 04:35:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:9696/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"network": {"name": "tempest_smoke-net_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "admin_state_up": true}}' 2018-07-21 04:35:31,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 686 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:31 GMT X-Openstack-Request-Id: req-6fc0a96a-3bd2-450e-826e-122ed0b8c247 2018-07-21 04:35:31,317 - keystoneauth.session - DEBUG - RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"840caec6-9e00-41f8-acc7-c24bff57cc38","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e909eeb5203d4e3baa1a6f9b1caa6867","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T04:35:31Z","is_default":false,"provider:segmentation_id":25,"name":"tempest_smoke-net_8a37dbbf-4323-4f39-8843-1bccb8b95d10","admin_state_up":true,"tenant_id":"e909eeb5203d4e3baa1a6f9b1caa6867","created_at":"2018-07-21T04:35:31Z","mtu":1450}} 2018-07-21 04:35:31,317 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.3:9696/v2.0/networks.json used request id req-6fc0a96a-3bd2-450e-826e-122ed0b8c247 2018-07-21 04:35:31,317 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.353164196014s 2018-07-21 04:35:31,318 - 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-21T04:35:31Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'840caec6-9e00-41f8-acc7-c24bff57cc38', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_8a37dbbf-4323-4f39-8843-1bccb8b95d10', u'admin_state_up': True, u'tenant_id': u'e909eeb5203d4e3baa1a6f9b1caa6867', u'created_at': u'2018-07-21T04:35:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e909eeb5203d4e3baa1a6f9b1caa6867'}) 2018-07-21 04:35:31,318 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 04:35:31,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:31,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1351 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:31 GMT X-Openstack-Request-Id: req-11d8b718-8f8f-4bc2-b055-0380d31f0c39 2018-07-21 04:35:31,447 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"37591872-055c-4ce2-93bd-49bcbd39e34f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a996e944bdf74361a1cd33e0cc342c07","status":"ACTIVE","subnets":["498e256c-12e9-4fb2-a5f5-4dc50c057aae"],"description":"","tags":[],"updated_at":"2018-07-21T04:33:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a996e944bdf74361a1cd33e0cc342c07","created_at":"2018-07-21T04:33:43Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"840caec6-9e00-41f8-acc7-c24bff57cc38","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e909eeb5203d4e3baa1a6f9b1caa6867","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T04:35:31Z","provider:segmentation_id":25,"name":"tempest_smoke-net_8a37dbbf-4323-4f39-8843-1bccb8b95d10","admin_state_up":true,"tenant_id":"e909eeb5203d4e3baa1a6f9b1caa6867","created_at":"2018-07-21T04:35:31Z","provider:network_type":"vxlan"}]} 2018-07-21 04:35:31,447 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.3:9696/v2.0/networks.json used request id req-11d8b718-8f8f-4bc2-b055-0380d31f0c39 2018-07-21 04:35:31,447 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129333972931s 2018-07-21 04:35:31,449 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 04:35:31,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:9696/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"subnet": {"name": "tempest_smoke-subnet_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "enable_dhcp": true, "network_id": "840caec6-9e00-41f8-acc7-c24bff57cc38", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 04:35:32,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 681 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:32 GMT X-Openstack-Request-Id: req-3cf20f11-55f7-4ed8-a0bc-d9ea096e8ee6 2018-07-21 04:35:32,099 - keystoneauth.session - DEBUG - RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840caec6-9e00-41f8-acc7-c24bff57cc38","tenant_id":"e909eeb5203d4e3baa1a6f9b1caa6867","created_at":"2018-07-21T04:35:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T04:35:31Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e909eeb5203d4e3baa1a6f9b1caa6867","id":"058d86bc-c1a8-44d2-806a-7fd5c25ecc5e","subnetpool_id":null,"name":"tempest_smoke-subnet_8a37dbbf-4323-4f39-8843-1bccb8b95d10"}} 2018-07-21 04:35:32,099 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.3:9696/v2.0/subnets.json used request id req-3cf20f11-55f7-4ed8-a0bc-d9ea096e8ee6 2018-07-21 04:35:32,099 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.650561094284s 2018-07-21 04:35:32,100 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T04:35:31Z', 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'058d86bc-c1a8-44d2-806a-7fd5c25ecc5e', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_8a37dbbf-4323-4f39-8843-1bccb8b95d10', u'enable_dhcp': True, u'network_id': u'840caec6-9e00-41f8-acc7-c24bff57cc38', u'tenant_id': u'e909eeb5203d4e3baa1a6f9b1caa6867', u'created_at': u'2018-07-21T04:35:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e909eeb5203d4e3baa1a6f9b1caa6867'}) 2018-07-21 04:35:32,100 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 04:35:32,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:9696/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"router": {"external_gateway_info": {"network_id": "37591872-055c-4ce2-93bd-49bcbd39e34f"}, "name": "tempest_smoke-router_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "admin_state_up": true}}' 2018-07-21 04:35:33,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 645 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:33 GMT X-Openstack-Request-Id: req-19bac8da-c9bd-4325-82df-9add545aa79c 2018-07-21 04:35:33,524 - keystoneauth.session - DEBUG - RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "37591872-055c-4ce2-93bd-49bcbd39e34f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "498e256c-12e9-4fb2-a5f5-4dc50c057aae", "ip_address": "192.0.2.102"}]}, "description": "", "tags": [], "tenant_id": "e909eeb5203d4e3baa1a6f9b1caa6867", "created_at": "2018-07-21T04:35:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T04:35:33Z", "revision_number": 2, "routes": [], "project_id": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "3a3cdf78-9ba0-41ca-a677-a480c2e53355", "name": "tempest_smoke-router_8a37dbbf-4323-4f39-8843-1bccb8b95d10"}} 2018-07-21 04:35:33,524 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.3:9696/v2.0/routers.json used request id req-19bac8da-c9bd-4325-82df-9add545aa79c 2018-07-21 04:35:33,524 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42344117165s 2018-07-21 04:35:33,524 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'37591872-055c-4ce2-93bd-49bcbd39e34f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'498e256c-12e9-4fb2-a5f5-4dc50c057aae', u'ip_address': u'192.0.2.102'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e909eeb5203d4e3baa1a6f9b1caa6867', u'created_at': u'2018-07-21T04:35:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T04:35:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'e909eeb5203d4e3baa1a6f9b1caa6867', u'id': u'3a3cdf78-9ba0-41ca-a677-a480c2e53355', u'name': u'tempest_smoke-router_8a37dbbf-4323-4f39-8843-1bccb8b95d10'}) 2018-07-21 04:35:33,525 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 04:35:33,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.3:9696/v2.0/routers/3a3cdf78-9ba0-41ca-a677-a480c2e53355/add_router_interface.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"subnet_id": "058d86bc-c1a8-44d2-806a-7fd5c25ecc5e"}' 2018-07-21 04:35:35,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:35 GMT X-Openstack-Request-Id: req-9b4d8d10-32dc-4ae0-bf10-3992e7e1ae36 2018-07-21 04:35:35,250 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "840caec6-9e00-41f8-acc7-c24bff57cc38", "tenant_id": "e909eeb5203d4e3baa1a6f9b1caa6867", "subnet_id": "058d86bc-c1a8-44d2-806a-7fd5c25ecc5e", "subnet_ids": ["058d86bc-c1a8-44d2-806a-7fd5c25ecc5e"], "port_id": "027ed370-f70b-42c9-be96-d639158f5228", "id": "3a3cdf78-9ba0-41ca-a677-a480c2e53355"} 2018-07-21 04:35:35,250 - keystoneauth.session - DEBUG - PUT call to network for http://192.0.2.3:9696/v2.0/routers/3a3cdf78-9ba0-41ca-a677-a480c2e53355/add_router_interface.json used request id req-9b4d8d10-32dc-4ae0-bf10-3992e7e1ae36 2018-07-21 04:35:35,250 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72515892982s 2018-07-21 04:35:35,250 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 04:35:35,377 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 04:35:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-21 04:35:35,386 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 740 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:35 GMT 2018-07-21 04:35:35,386 - keystoneauth.session - DEBUG - RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://192.0.2.3:9292/v2/", "rel": "self"}]}]} 2018-07-21 04:35:35,387 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 04:35:35,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:36,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 GMT X-Openstack-Request-Id: req-363aed8d-e082-4083-879f-b938bb4d0528 2018-07-21 04:35:36,152 - keystoneauth.session - DEBUG - RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 04:35:36,152 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.3:9292/v2/images used request id req-363aed8d-e082-4083-879f-b938bb4d0528 2018-07-21 04:35:36,152 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.764471054077s 2018-07-21 04:35:36,157 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 04:35:36,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10"}' 2018-07-21 04:35:36,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 GMT Location: http://192.0.2.3:9292/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-26e1ed78-d990-47ed-800d-f770b9e9d88f 2018-07-21 04:35:36,230 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-21T04:35:36Z", "file": "/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6/file", "owner": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "71608da6-f7f3-44f1-b56a-07b953be2dc6", "size": null, "self": "/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "checksum": null, "created_at": "2018-07-21T04:35:36Z", "protected": false} 2018-07-21 04:35:36,230 - keystoneauth.session - DEBUG - POST call to image for http://192.0.2.3:9292/v2/images used request id req-26e1ed78-d990-47ed-800d-f770b9e9d88f 2018-07-21 04:35:36,231 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0733499526978s 2018-07-21 04:35:36,231 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 04:35:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.3:9292/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '' 2018-07-21 04:35:36,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Sat, 21 Jul 2018 04:35:36 GMT X-Openstack-Request-Id: req-23304026-74a5-4bca-a57d-faa2401f9e67 2018-07-21 04:35:36,395 - 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-21 04:35:36,395 - keystoneauth.session - DEBUG - PUT call to image for http://192.0.2.3:9292/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6/file used request id req-23304026-74a5-4bca-a57d-faa2401f9e67 2018-07-21 04:35:36,396 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.164141893387s 2018-07-21 04:35:36,396 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T04:35:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6/file', u'owner': u'e909eeb5203d4e3baa1a6f9b1caa6867', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'71608da6-f7f3-44f1-b56a-07b953be2dc6', u'size': None, u'name': u'tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10', u'checksum': None, u'self': u'/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T04:35:36Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 04:35:36,398 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 04:35:36,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 04:35:36,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 311 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 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-d1971715-174e-4ab1-bbc6-966f8901fa67 x-openstack-request-id: req-d1971715-174e-4ab1-bbc6-966f8901fa67 2018-07-21 04:35:36,692 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "links": [{"href": "http://192.0.2.3:8774/v2.1/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc", "rel": "self"}, {"href": "http://192.0.2.3:8774/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc", "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": "e2d045c9-756e-4c7b-83b4-3b98b7b880dc"}} 2018-07-21 04:35:36,692 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.3:8774/v2.1/flavors used request id req-d1971715-174e-4ab1-bbc6-966f8901fa67 2018-07-21 04:35:36,692 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.294106960297s 2018-07-21 04:35:36,693 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_8a37dbbf-4323-4f39-8843-1bccb8b95d10', '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'e909eeb5203d4e3baa1a6f9b1caa6867', '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'e2d045c9-756e-4c7b-83b4-3b98b7b880dc', 'swap': 0}) 2018-07-21 04:35:36,693 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 04:35:36,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:8774/v2.1/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"extra_specs": {}}' 2018-07-21 04:35:36,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 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-41f2a827-6cef-4794-9b4e-fd4ef4cad9c1 x-openstack-request-id: req-41f2a827-6cef-4794-9b4e-fd4ef4cad9c1 2018-07-21 04:35:36,718 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-21 04:35:36,718 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.3:8774/v2.1/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc/os-extra_specs used request id req-41f2a827-6cef-4794-9b4e-fd4ef4cad9c1 2018-07-21 04:35:36,719 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0256118774414s 2018-07-21 04:35:36,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-21 04:35:36,727 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 264 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db53182b-f428-4fc9-b0f7-d71e4c78e7aa 2018-07-21 04:35:36,727 - 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.0.2.3:5000/v3/", "rel": "self"}]}]}} 2018-07-21 04:35:36,727 - keystoneauth.session - DEBUG - GET call to http://192.0.2.3:5000/ used request id req-db53182b-f428-4fc9-b0f7-d71e4c78e7aa 2018-07-21 04:35:36,729 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 04:35:36,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:5000/v3/roles -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:36,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 236 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d270c9c2-34ee-4db1-8e05-8690823b98c5 2018-07-21 04:35:36,870 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.0.2.3:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10272b36900949f1b6c22c67416156b5", "links": {"self": "http://192.0.2.3:5000/v3/roles/10272b36900949f1b6c22c67416156b5"}, "name": "reader"}, {"domain_id": null, "id": "131fb78b529b4353a4cbb2a7f0e50c88", "links": {"self": "http://192.0.2.3:5000/v3/roles/131fb78b529b4353a4cbb2a7f0e50c88"}, "name": "admin"}, {"domain_id": null, "id": "f74fbd31ad0749fbbfd228cfc307d46b", "links": {"self": "http://192.0.2.3:5000/v3/roles/f74fbd31ad0749fbbfd228cfc307d46b"}, "name": "member"}]} 2018-07-21 04:35:36,870 - keystoneauth.session - DEBUG - GET call to identity for http://192.0.2.3:5000/v3/roles used request id req-d270c9c2-34ee-4db1-8e05-8690823b98c5 2018-07-21 04:35:36,870 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.140719890594s 2018-07-21 04:35:36,872 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 04:35:36,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:5000/v3/roles -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:36,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 236 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec150420-d319-4418-b942-a9d6847d5c5b 2018-07-21 04:35:36,994 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.0.2.3:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10272b36900949f1b6c22c67416156b5", "links": {"self": "http://192.0.2.3:5000/v3/roles/10272b36900949f1b6c22c67416156b5"}, "name": "reader"}, {"domain_id": null, "id": "131fb78b529b4353a4cbb2a7f0e50c88", "links": {"self": "http://192.0.2.3:5000/v3/roles/131fb78b529b4353a4cbb2a7f0e50c88"}, "name": "admin"}, {"domain_id": null, "id": "f74fbd31ad0749fbbfd228cfc307d46b", "links": {"self": "http://192.0.2.3:5000/v3/roles/f74fbd31ad0749fbbfd228cfc307d46b"}, "name": "member"}]} 2018-07-21 04:35:36,994 - keystoneauth.session - DEBUG - GET call to identity for http://192.0.2.3:5000/v3/roles used request id req-ec150420-d319-4418-b942-a9d6847d5c5b 2018-07-21 04:35:36,994 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.122246026993s 2018-07-21 04:35:36,998 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-21 04:35:37,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:37,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 663 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:37 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-6ad17125-0e72-40e5-80c6-3db39b79cee1 x-openstack-request-id: req-6ad17125-0e72-40e5-80c6-3db39b79cee1 2018-07-21 04:35:37,045 - keystoneauth.session - DEBUG - RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 6}, "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.4", "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": 40, "hypervisor_version": 2010000, "disk_available_least": 36, "local_gb": 40, "free_ram_mb": 4095, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 7}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 4, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 8191, "current_workload": 0, "state": "up", "host_ip": "192.0.2.12", "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": 40, "hypervisor_version": 2010000, "disk_available_least": 36, "local_gb": 40, "free_ram_mb": 4095, "id": 2}]} 2018-07-21 04:35:37,045 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.3:8774/v2.1/os-hypervisors/detail used request id req-6ad17125-0e72-40e5-80c6-3db39b79cee1 2018-07-21 04:35:37,045 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0473010540009s 2018-07-21 04:35:37,047 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 04:35:37,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:35:37,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1047 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:37 GMT X-Openstack-Request-Id: req-d1f22bfb-e8d6-4d2c-840a-7c23f84bb531 2018-07-21 04:35:37,067 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-21T04:35:36Z", "file": "/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6/file", "owner": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "71608da6-f7f3-44f1-b56a-07b953be2dc6", "size": 12716032, "self": "/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/71608da6-f7f3-44f1-b56a-07b953be2dc6", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T04:35:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 04:35:37,068 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.3:9292/v2/images used request id req-d1f22bfb-e8d6-4d2c-840a-7c23f84bb531 2018-07-21 04:35:37,068 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0208170413971s 2018-07-21 04:35:37,071 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 04:35:37,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10"}' 2018-07-21 04:35:37,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:37 GMT Location: http://192.0.2.3:9292/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-13b18449-d849-45cf-879e-39d64fcf8c47 2018-07-21 04:35:37,099 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-21T04:35:37Z", "file": "/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc/file", "owner": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "1e1a13a8-41f1-4b16-915d-eed6f285f2bc", "size": null, "self": "/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "checksum": null, "created_at": "2018-07-21T04:35:37Z", "protected": false} 2018-07-21 04:35:37,099 - keystoneauth.session - DEBUG - POST call to image for http://192.0.2.3:9292/v2/images used request id req-13b18449-d849-45cf-879e-39d64fcf8c47 2018-07-21 04:35:37,099 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.028489112854s 2018-07-21 04:35:37,099 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 04:35:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.3:9292/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '' 2018-07-21 04:35:37,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Sat, 21 Jul 2018 04:35:37 GMT X-Openstack-Request-Id: req-79c174bd-e765-49e4-be5d-58949c9529d9 2018-07-21 04:35:37,318 - 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-21 04:35:37,318 - keystoneauth.session - DEBUG - PUT call to image for http://192.0.2.3:9292/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc/file used request id req-79c174bd-e765-49e4-be5d-58949c9529d9 2018-07-21 04:35:37,318 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.218308925629s 2018-07-21 04:35:37,318 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T04:35:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc/file', u'owner': u'e909eeb5203d4e3baa1a6f9b1caa6867', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1e1a13a8-41f1-4b16-915d-eed6f285f2bc', u'size': None, u'name': u'tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10', u'checksum': None, u'self': u'/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T04:35:37Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 04:35:37,318 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 04:35:37,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 04:35:37,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 315 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:37 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-a9923269-8072-4c54-ab23-8e6fbfde03dd x-openstack-request-id: req-a9923269-8072-4c54-ab23-8e6fbfde03dd 2018-07-21 04:35:37,365 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "links": [{"href": "http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d", "rel": "self"}, {"href": "http://192.0.2.3:8774/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d", "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": "43299c24-67e0-44f3-9bb7-094a72e67d5d"}} 2018-07-21 04:35:37,365 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.3:8774/v2.1/flavors used request id req-a9923269-8072-4c54-ab23-8e6fbfde03dd 2018-07-21 04:35:37,365 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0469441413879s 2018-07-21 04:35:37,366 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10', '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'e909eeb5203d4e3baa1a6f9b1caa6867', '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'43299c24-67e0-44f3-9bb7-094a72e67d5d', 'swap': 0}) 2018-07-21 04:35:37,366 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 04:35:37,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"extra_specs": {}}' 2018-07-21 04:35:37,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Sat, 21 Jul 2018 04:35:37 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-4418c129-8b4d-4ce2-b8f9-87a59c9085dd x-openstack-request-id: req-4418c129-8b4d-4ce2-b8f9-87a59c9085dd 2018-07-21 04:35:37,388 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-21 04:35:37,388 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d/os-extra_specs used request id req-4418c129-8b4d-4ce2-b8f9-87a59c9085dd 2018-07-21 04:35:37,388 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218849182129s 2018-07-21 04:35:37,388 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10', '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'e909eeb5203d4e3baa1a6f9b1caa6867', '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'43299c24-67e0-44f3-9bb7-094a72e67d5d', 'swap': 0}) 2018-07-21 04:35:41,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-21 04:35:41,043 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-21 04:35:41,043 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-21 04:35:41,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-21 04:35:41,046 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-21 04:35:45,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-637f6332-9b9c-49cf-bc19-e8ec39fb5972/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-21 04:35:45,259 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-21 04:35:45,261 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-21 04:35:45,261 - 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-21 04:42:01,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: aa67db6b-6a5b-41b1-bcc0-1e0882c9f7a6 2018-07-21 04:42:02,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aa67db6b-6a5b-41b1-bcc0-1e0882c9f7a6']'. 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aa67db6b-6a5b-41b1-bcc0-1e0882c9f7a6 | 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-21 04:35:47 | 2018-07-21 04:42:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-21 04:42:01 | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:14 | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 637f6332-9b9c-49cf-bc19-e8ec39fb5972) | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b337bb95-7402-4205-ab5b-d39568253fcc) | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 364.054 | 2018-07-21 04:42:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 86 | 2018-07-21 04:42:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 45 | 2018-07-21 04:42:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-21 04:42:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-21 04:42:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-21 04:42:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 04:42:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-21 04:42:03,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-07-21 04:42:03,015 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:32 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-07-21 04:42:03,018 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 04:42:03,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.3:9696/v2.0/routers/3a3cdf78-9ba0-41ca-a677-a480c2e53355/remove_router_interface.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" -d '{"subnet_id": "058d86bc-c1a8-44d2-806a-7fd5c25ecc5e"}' 2018-07-21 04:42:04,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:04 GMT X-Openstack-Request-Id: req-20867aca-aa12-41c9-8ec9-400ba88c9ff7 2018-07-21 04:42:04,809 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "840caec6-9e00-41f8-acc7-c24bff57cc38", "tenant_id": "e909eeb5203d4e3baa1a6f9b1caa6867", "subnet_id": "058d86bc-c1a8-44d2-806a-7fd5c25ecc5e", "subnet_ids": ["058d86bc-c1a8-44d2-806a-7fd5c25ecc5e"], "port_id": "027ed370-f70b-42c9-be96-d639158f5228", "id": "3a3cdf78-9ba0-41ca-a677-a480c2e53355"} 2018-07-21 04:42:04,809 - keystoneauth.session - DEBUG - PUT call to network for http://192.0.2.3:9696/v2.0/routers/3a3cdf78-9ba0-41ca-a677-a480c2e53355/remove_router_interface.json used request id req-20867aca-aa12-41c9-8ec9-400ba88c9ff7 2018-07-21 04:42:04,809 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79088997841s 2018-07-21 04:42:04,809 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 04:42:04,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:04,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 648 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:04 GMT X-Openstack-Request-Id: req-36d4d6c3-fa13-4027-a1b7-3bfb84b2f1df 2018-07-21 04:42:04,921 - keystoneauth.session - DEBUG - RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "37591872-055c-4ce2-93bd-49bcbd39e34f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "498e256c-12e9-4fb2-a5f5-4dc50c057aae", "ip_address": "192.0.2.102"}]}, "description": "", "tags": [], "tenant_id": "e909eeb5203d4e3baa1a6f9b1caa6867", "created_at": "2018-07-21T04:35:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T04:42:04Z", "revision_number": 4, "routes": [], "project_id": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "3a3cdf78-9ba0-41ca-a677-a480c2e53355", "name": "tempest_smoke-router_8a37dbbf-4323-4f39-8843-1bccb8b95d10"}]} 2018-07-21 04:42:04,921 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.3:9696/v2.0/routers.json used request id req-36d4d6c3-fa13-4027-a1b7-3bfb84b2f1df 2018-07-21 04:42:04,921 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111840009689s 2018-07-21 04:42:04,922 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 04:42:04,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:9696/v2.0/routers/3a3cdf78-9ba0-41ca-a677-a480c2e53355.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:06,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Sat, 21 Jul 2018 04:42:06 GMT X-Openstack-Request-Id: req-ac6a3abd-4de9-41a7-bf9a-fadaecede690 2018-07-21 04:42:06,412 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 04:42:06,412 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.3:9696/v2.0/routers/3a3cdf78-9ba0-41ca-a677-a480c2e53355.json used request id req-ac6a3abd-4de9-41a7-bf9a-fadaecede690 2018-07-21 04:42:06,413 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49050617218s 2018-07-21 04:42:06,413 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 04:42:06,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:06,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1291 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:06 GMT X-Openstack-Request-Id: req-1849ef8a-68b7-4ea9-b0a0-22f5b02547e3 2018-07-21 04:42:06,495 - keystoneauth.session - DEBUG - RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840caec6-9e00-41f8-acc7-c24bff57cc38","tenant_id":"e909eeb5203d4e3baa1a6f9b1caa6867","created_at":"2018-07-21T04:35:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T04:35:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e909eeb5203d4e3baa1a6f9b1caa6867","id":"058d86bc-c1a8-44d2-806a-7fd5c25ecc5e","subnetpool_id":null,"name":"tempest_smoke-subnet_8a37dbbf-4323-4f39-8843-1bccb8b95d10"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"37591872-055c-4ce2-93bd-49bcbd39e34f","tenant_id":"a996e944bdf74361a1cd33e0cc342c07","created_at":"2018-07-21T04:33:47Z","dns_nameservers":[],"updated_at":"2018-07-21T04:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.0.2.100","end":"192.0.2.120"}],"gateway_ip":"192.0.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.0.2.0/24","project_id":"a996e944bdf74361a1cd33e0cc342c07","id":"498e256c-12e9-4fb2-a5f5-4dc50c057aae","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 04:42:06,495 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.3:9696/v2.0/subnets.json used request id req-1849ef8a-68b7-4ea9-b0a0-22f5b02547e3 2018-07-21 04:42:06,495 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0823061466217s 2018-07-21 04:42:06,496 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 04:42:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:9696/v2.0/subnets/058d86bc-c1a8-44d2-806a-7fd5c25ecc5e.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:07,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Sat, 21 Jul 2018 04:42:07 GMT X-Openstack-Request-Id: req-fb992861-0618-408a-8555-31a9f6d93ffa 2018-07-21 04:42:07,344 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 04:42:07,344 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.3:9696/v2.0/subnets/058d86bc-c1a8-44d2-806a-7fd5c25ecc5e.json used request id req-fb992861-0618-408a-8555-31a9f6d93ffa 2018-07-21 04:42:07,344 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.847410917282s 2018-07-21 04:42:07,344 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 04:42:07,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:07,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1357 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:07 GMT X-Openstack-Request-Id: req-c52040dd-0bca-431e-b7d6-9a1339af6757 2018-07-21 04:42:07,433 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"37591872-055c-4ce2-93bd-49bcbd39e34f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a996e944bdf74361a1cd33e0cc342c07","status":"ACTIVE","subnets":["498e256c-12e9-4fb2-a5f5-4dc50c057aae"],"description":"","tags":[],"updated_at":"2018-07-21T04:33:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a996e944bdf74361a1cd33e0cc342c07","created_at":"2018-07-21T04:33:43Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"840caec6-9e00-41f8-acc7-c24bff57cc38","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e909eeb5203d4e3baa1a6f9b1caa6867","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T04:42:07Z","provider:segmentation_id":25,"name":"tempest_smoke-net_8a37dbbf-4323-4f39-8843-1bccb8b95d10","admin_state_up":true,"tenant_id":"e909eeb5203d4e3baa1a6f9b1caa6867","created_at":"2018-07-21T04:35:31Z","provider:network_type":"vxlan"}]} 2018-07-21 04:42:07,433 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.3:9696/v2.0/networks.json used request id req-c52040dd-0bca-431e-b7d6-9a1339af6757 2018-07-21 04:42:07,434 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0895819664001s 2018-07-21 04:42:07,434 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 04:42:07,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:9696/v2.0/networks/840caec6-9e00-41f8-acc7-c24bff57cc38.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:08,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Sat, 21 Jul 2018 04:42:08 GMT X-Openstack-Request-Id: req-d32a9570-3ada-4a6b-a9b7-186ca73a22ea 2018-07-21 04:42:08,741 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 04:42:08,741 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.3:9696/v2.0/networks/840caec6-9e00-41f8-acc7-c24bff57cc38.json used request id req-d32a9570-3ada-4a6b-a9b7-186ca73a22ea 2018-07-21 04:42:08,741 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30705499649s 2018-07-21 04:42:08,744 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 04:42:08,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.3:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2035 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:09 GMT X-Openstack-Request-Id: req-9c9dfa20-48b8-4854-9733-a5d55646e7f8 2018-07-21 04:42:09,017 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-21T04:35:37Z", "file": "/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc/file", "owner": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "1e1a13a8-41f1-4b16-915d-eed6f285f2bc", "size": 12716032, "self": "/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T04:35:37Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-21T04:35:36Z", "file": "/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6/file", "owner": "e909eeb5203d4e3baa1a6f9b1caa6867", "id": "71608da6-f7f3-44f1-b56a-07b953be2dc6", "size": 12716032, "self": "/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/71608da6-f7f3-44f1-b56a-07b953be2dc6", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T04:35:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 04:42:09,017 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.3:9292/v2/images used request id req-9c9dfa20-48b8-4854-9733-a5d55646e7f8 2018-07-21 04:42:09,017 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273086071014s 2018-07-21 04:42:09,018 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 04:42:09,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:9292/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,091 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Sat, 21 Jul 2018 04:42:09 GMT X-Openstack-Request-Id: req-e2d0bfd7-147b-4966-a8c1-67f8260eddb3 2018-07-21 04:42:09,092 - 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-21 04:42:09,092 - keystoneauth.session - DEBUG - DELETE call to image for http://192.0.2.3:9292/v2/images/71608da6-f7f3-44f1-b56a-07b953be2dc6 used request id req-e2d0bfd7-147b-4966-a8c1-67f8260eddb3 2018-07-21 04:42:09,092 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.0736939907074s 2018-07-21 04:42:09,099 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 04:42:09,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.3:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 365 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:09 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-8b08ad26-fd61-4b6e-a9f9-975a7936ec6b x-openstack-request-id: req-8b08ad26-fd61-4b6e-a9f9-975a7936ec6b 2018-07-21 04:42:09,322 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "links": [{"href": "http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d", "rel": "self"}, {"href": "http://192.0.2.3:8774/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d", "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": "43299c24-67e0-44f3-9bb7-094a72e67d5d"}, {"name": "tempest_smoke-flavor_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "links": [{"href": "http://192.0.2.3:8774/v2.1/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc", "rel": "self"}, {"href": "http://192.0.2.3:8774/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc", "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": "e2d045c9-756e-4c7b-83b4-3b98b7b880dc"}]} 2018-07-21 04:42:09,323 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.3:8774/v2.1/flavors/detail?is_public=None used request id req-8b08ad26-fd61-4b6e-a9f9-975a7936ec6b 2018-07-21 04:42:09,323 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.223296165466s 2018-07-21 04:42:09,324 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 04:42:09,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:8774/v2.1/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,358 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:09 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-f6a508f2-c243-471a-8e1d-92740b723877 x-openstack-request-id: req-f6a508f2-c243-471a-8e1d-92740b723877 2018-07-21 04:42:09,358 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.0.2.3:8774/v2.1/flavors/e2d045c9-756e-4c7b-83b4-3b98b7b880dc used request id req-f6a508f2-c243-471a-8e1d-92740b723877 2018-07-21 04:42:09,358 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0337820053101s 2018-07-21 04:42:09,359 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 04:42:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:9292/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Sat, 21 Jul 2018 04:42:09 GMT X-Openstack-Request-Id: req-2c4f4a2a-5e0a-42ee-86d5-6924cd19392b 2018-07-21 04:42:09,463 - 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-21 04:42:09,463 - keystoneauth.session - DEBUG - DELETE call to image for http://192.0.2.3:9292/v2/images/1e1a13a8-41f1-4b16-915d-eed6f285f2bc used request id req-2c4f4a2a-5e0a-42ee-86d5-6924cd19392b 2018-07-21 04:42:09,463 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.104551076889s 2018-07-21 04:42:09,464 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 04:42:09,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.3:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 313 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:09 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-60bb3d2c-fba6-4b70-bbfa-041aabf22d26 x-openstack-request-id: req-60bb3d2c-fba6-4b70-bbfa-041aabf22d26 2018-07-21 04:42:09,510 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_8a37dbbf-4323-4f39-8843-1bccb8b95d10", "links": [{"href": "http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d", "rel": "self"}, {"href": "http://192.0.2.3:8774/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d", "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": "43299c24-67e0-44f3-9bb7-094a72e67d5d"}]} 2018-07-21 04:42:09,510 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.3:8774/v2.1/flavors/detail?is_public=None used request id req-60bb3d2c-fba6-4b70-bbfa-041aabf22d26 2018-07-21 04:42:09,510 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.04647397995s 2018-07-21 04:42:09,512 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 04:42:09,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.16.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a5a509a3574cb30bf3e7fc9c79e85e715c4eed20" 2018-07-21 04:42:09,541 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Sat, 21 Jul 2018 04:42:09 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-90250a97-b25f-426a-8578-19f433e58559 x-openstack-request-id: req-90250a97-b25f-426a-8578-19f433e58559 2018-07-21 04:42:09,541 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.0.2.3:8774/v2.1/flavors/43299c24-67e0-44f3-9bb7-094a72e67d5d used request id req-90250a97-b25f-426a-8578-19f433e58559 2018-07-21 04:42:09,541 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0287840366364s 2018-07-21 04:42:09,541 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK