2018-07-25 01:45:45,249 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-virtual-suite-master-140 | | 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-virtual3 | +--------------------------------------+----------------------------------------------------------+ 2018-07-25 01:45:45,252 - 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.8,192.0.2.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://192.0.2.8:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=whZdgcw99btzXykVGN9u1XdW7 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=90687c23d29340119c27bb943d74c2f9 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.0.2.8 export SDN_CONTROLLER_PASSWORD=jtyPY0NGBoEB3aYx9VuqtvpZv export OS_REGION_NAME=regionOne 2018-07-25 01:45:45,252 - xtesting.ci.run_tests - DEBUG - Test args: tempest_smoke 2018-07-25 01:45:45,269 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-25 01:45:46,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-25 01:45:46,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-25 01:45:46,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-25 01:45:46,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-25 01:45:46,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-25 01:45:46,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-25 01:45:46,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 191 Content-Type: application/json Date: Wed, 25 Jul 2018 01:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371c2a6c-204a-49f6-9f19-d96ca9bc4e21 2018-07-25 01:45:46,405 - 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.8:5000/v3/", "rel": "self"}]}} 2018-07-25 01:45:46,405 - keystoneauth.session - DEBUG - GET call to http://192.0.2.8:5000/v3 used request id req-371c2a6c-204a-49f6-9f19-d96ca9bc4e21 2018-07-25 01:45:46,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://192.0.2.8:5000/v3/auth/tokens 2018-07-25 01:45:46,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1280364af44b4574a56d4c12aa398883", "name": "admin"}, {"id": "926879ad3abd436ab9fbba88bbf8a6b3", "name": "member"}, {"id": "e1ff6b0b3e124e81bc58cd4138e64660", "name": "reader"}], "expires_at": "2018-07-25T02:45:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90687c23d29340119c27bb943d74c2f9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.0.2.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31f7e7316f604f39ab12d193ff80920c"}, {"url": "http://192.0.2.8:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f2c2008b92948b28d58ecc9fbc6a4eb"}, {"url": "http://192.0.2.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6144075ae5634037acabba759fbd0cb7"}], "type": "network", "id": "2b82b96c740345c18dcb3b362b3d50da", "name": "neutron"}, {"endpoints": [{"url": "http://192.0.2.8:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0421a749b9f04ce98fa5c742f26cf8c9"}, {"url": "http://192.0.2.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eb217e67ee04b34a04b3764ad71daa3"}, {"url": "http://192.0.2.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc998db8fcd04dadbc057caa14477bf6"}], "type": "compute", "id": "4796557afacf4e099a49fd3b9da806a9", "name": "nova"}, {"endpoints": [{"url": "http://192.0.2.8:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d2f0659b38c4ca7b571d0176cc7a25c"}, {"url": "http://192.0.2.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7e8866a441941fa8570e1bec1b38a51"}, {"url": "http://192.0.2.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cca1e3da907348edbaf7281c2a1fa652"}], "type": "identity", "id": "5754ec036745465083ec5a0eea9b7d9a", "name": "keystone"}, {"endpoints": [{"url": "http://192.0.2.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1213a7a38aaa49c6aaa40dc3e0a2467e"}, {"url": "http://192.0.2.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aae86c8bd6554bdbaae7999bf63a2b7c"}, {"url": "http://192.0.2.8:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f106ae58afbd41a09a26e086f670af7c"}], "type": "image", "id": "99ef58fe345f406d97d2d8c2e7f5fce8", "name": "glance"}, {"endpoints": [{"url": "http://192.0.2.8:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5612a69b28d54e85814de965c7ad839f"}, {"url": "http://192.0.2.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c72a522bc844422e91163cd2306fa6f7"}, {"url": "http://192.0.2.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9bad37aed81409a980e94e68c955e97"}], "type": "placement", "id": "edea9a9d6ad04fb9bddb8d7601af7709", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7c92b29909e9470fb7523e28c518be0d"}, "audit_ids": ["jGDELGaZQ8aziIZokei7Sg"], "issued_at": "2018-07-25T01:45:46.000000Z"}} 2018-07-25 01:45:46,834 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-25 01:45:46,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.8:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:45:47,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 695 Content-Type: application/json Date: Wed, 25 Jul 2018 01:45:47 GMT X-Openstack-Request-Id: req-8895550d-69f6-4ca5-93e6-7696439d4a4f 2018-07-25 01:45:47,229 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c90c31fa-4686-486f-a1d7-426703343b55","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5f22442a2cb34b92b50dd5739c14a83e","status":"ACTIVE","subnets":["fafb149d-7532-4bed-9276-730caf2a1350"],"description":"","tags":[],"updated_at":"2018-07-25T01:43:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5f22442a2cb34b92b50dd5739c14a83e","created_at":"2018-07-25T01:43:13Z","provider:network_type":"flat"}]} 2018-07-25 01:45:47,229 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.8:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8895550d-69f6-4ca5-93e6-7696439d4a4f 2018-07-25 01:45:47,229 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395025014877s 2018-07-25 01:45:47,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-25 01:45:52,513 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | bf5e33ca-b3b1-4c14-bcc7-ee95553610af | 2018-07-25T01:45:52.153698 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: bf5e33ca-b3b1-4c14-bcc7-ee95553610af ~/.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-25 01:45:56,572 - 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-25 01:45:56,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-25 01:46:03,980 - 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=8b2c4bc8-0ff8-471d-b9bb-1e1809b9cacb) as the default verifier for the future CLI operations. 2018-07-25 01:46:07,182 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-25 01:46:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:07,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 8355 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:07 GMT X-Openstack-Request-Id: req-28fc3c5e-95e1-44ee-8f56-d73615ee94c6 2018-07-25 01:46:07,206 - 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-25 01:46:07,206 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.8:9696/v2.0/extensions.json used request id req-28fc3c5e-95e1-44ee-8f56-d73615ee94c6 2018-07-25 01:46:07,206 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0244181156158s 2018-07-25 01:46:07,212 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-25 01:46:07,213 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-25 01:46:07,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:9696/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"network": {"name": "tempest_smoke-net_91cc0c6a-6576-43b2-a5cd-79b811d99963", "admin_state_up": true}}' 2018-07-25 01:46:07,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 685 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:07 GMT X-Openstack-Request-Id: req-8150e2d6-12b9-412e-8d92-e549bd340071 2018-07-25 01:46:07,672 - 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":"90224e74-94e3-4ee4-bd09-b2798dd7f676","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90687c23d29340119c27bb943d74c2f9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-25T01:46:07Z","is_default":false,"provider:segmentation_id":6,"name":"tempest_smoke-net_91cc0c6a-6576-43b2-a5cd-79b811d99963","admin_state_up":true,"tenant_id":"90687c23d29340119c27bb943d74c2f9","created_at":"2018-07-25T01:46:07Z","mtu":1450}} 2018-07-25 01:46:07,673 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.8:9696/v2.0/networks.json used request id req-8150e2d6-12b9-412e-8d92-e549bd340071 2018-07-25 01:46:07,673 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.459939002991s 2018-07-25 01:46:07,673 - 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-25T01:46:07Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'90224e74-94e3-4ee4-bd09-b2798dd7f676', u'provider:segmentation_id': 6, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_91cc0c6a-6576-43b2-a5cd-79b811d99963', u'admin_state_up': True, u'tenant_id': u'90687c23d29340119c27bb943d74c2f9', u'created_at': u'2018-07-25T01:46:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90687c23d29340119c27bb943d74c2f9'}) 2018-07-25 01:46:07,674 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-25 01:46:07,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:07,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1350 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:07 GMT X-Openstack-Request-Id: req-f72b9064-30a1-4e97-b112-69778c72df08 2018-07-25 01:46:07,835 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"90224e74-94e3-4ee4-bd09-b2798dd7f676","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90687c23d29340119c27bb943d74c2f9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-25T01:46:07Z","provider:segmentation_id":6,"name":"tempest_smoke-net_91cc0c6a-6576-43b2-a5cd-79b811d99963","admin_state_up":true,"tenant_id":"90687c23d29340119c27bb943d74c2f9","created_at":"2018-07-25T01:46:07Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c90c31fa-4686-486f-a1d7-426703343b55","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5f22442a2cb34b92b50dd5739c14a83e","status":"ACTIVE","subnets":["fafb149d-7532-4bed-9276-730caf2a1350"],"description":"","tags":[],"updated_at":"2018-07-25T01:43:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5f22442a2cb34b92b50dd5739c14a83e","created_at":"2018-07-25T01:43:13Z","provider:network_type":"flat"}]} 2018-07-25 01:46:07,835 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.8:9696/v2.0/networks.json used request id req-f72b9064-30a1-4e97-b112-69778c72df08 2018-07-25 01:46:07,835 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.161288022995s 2018-07-25 01:46:07,837 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-25 01:46:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:9696/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"subnet": {"name": "tempest_smoke-subnet_91cc0c6a-6576-43b2-a5cd-79b811d99963", "enable_dhcp": true, "network_id": "90224e74-94e3-4ee4-bd09-b2798dd7f676", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-25 01:46:08,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 681 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:08 GMT X-Openstack-Request-Id: req-217958be-38a7-412f-a7f9-0c16cb10db40 2018-07-25 01:46:08,192 - keystoneauth.session - DEBUG - RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90224e74-94e3-4ee4-bd09-b2798dd7f676","tenant_id":"90687c23d29340119c27bb943d74c2f9","created_at":"2018-07-25T01:46:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-25T01:46:07Z","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":"90687c23d29340119c27bb943d74c2f9","id":"4697e444-9f16-447c-a226-76c3b7484f98","subnetpool_id":null,"name":"tempest_smoke-subnet_91cc0c6a-6576-43b2-a5cd-79b811d99963"}} 2018-07-25 01:46:08,192 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.8:9696/v2.0/subnets.json used request id req-217958be-38a7-412f-a7f9-0c16cb10db40 2018-07-25 01:46:08,192 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.354526996613s 2018-07-25 01:46:08,193 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-25T01:46:07Z', 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'4697e444-9f16-447c-a226-76c3b7484f98', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_91cc0c6a-6576-43b2-a5cd-79b811d99963', u'enable_dhcp': True, u'network_id': u'90224e74-94e3-4ee4-bd09-b2798dd7f676', u'tenant_id': u'90687c23d29340119c27bb943d74c2f9', u'created_at': u'2018-07-25T01:46:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90687c23d29340119c27bb943d74c2f9'}) 2018-07-25 01:46:08,193 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-25 01:46:08,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:9696/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"router": {"external_gateway_info": {"network_id": "c90c31fa-4686-486f-a1d7-426703343b55"}, "name": "tempest_smoke-router_91cc0c6a-6576-43b2-a5cd-79b811d99963", "admin_state_up": true}}' 2018-07-25 01:46:09,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 645 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:09 GMT X-Openstack-Request-Id: req-c4880f0c-ff6a-49a8-bde1-747008413967 2018-07-25 01:46:09,411 - keystoneauth.session - DEBUG - RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c90c31fa-4686-486f-a1d7-426703343b55", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fafb149d-7532-4bed-9276-730caf2a1350", "ip_address": "192.0.2.107"}]}, "description": "", "tags": [], "tenant_id": "90687c23d29340119c27bb943d74c2f9", "created_at": "2018-07-25T01:46:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-25T01:46:09Z", "revision_number": 2, "routes": [], "project_id": "90687c23d29340119c27bb943d74c2f9", "id": "94c8e635-bc29-4968-b484-36547b9e3c62", "name": "tempest_smoke-router_91cc0c6a-6576-43b2-a5cd-79b811d99963"}} 2018-07-25 01:46:09,411 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.8:9696/v2.0/routers.json used request id req-c4880f0c-ff6a-49a8-bde1-747008413967 2018-07-25 01:46:09,411 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21757006645s 2018-07-25 01:46:09,411 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c90c31fa-4686-486f-a1d7-426703343b55', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fafb149d-7532-4bed-9276-730caf2a1350', u'ip_address': u'192.0.2.107'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90687c23d29340119c27bb943d74c2f9', u'created_at': u'2018-07-25T01:46:08Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-25T01:46:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'90687c23d29340119c27bb943d74c2f9', u'id': u'94c8e635-bc29-4968-b484-36547b9e3c62', u'name': u'tempest_smoke-router_91cc0c6a-6576-43b2-a5cd-79b811d99963'}) 2018-07-25 01:46:09,411 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-25 01:46:09,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.8:9696/v2.0/routers/94c8e635-bc29-4968-b484-36547b9e3c62/add_router_interface.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"subnet_id": "4697e444-9f16-447c-a226-76c3b7484f98"}' 2018-07-25 01:46:11,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:11 GMT X-Openstack-Request-Id: req-de97a5b6-ecab-4b64-8007-9650b5c3285c 2018-07-25 01:46:11,202 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "90224e74-94e3-4ee4-bd09-b2798dd7f676", "tenant_id": "90687c23d29340119c27bb943d74c2f9", "subnet_id": "4697e444-9f16-447c-a226-76c3b7484f98", "subnet_ids": ["4697e444-9f16-447c-a226-76c3b7484f98"], "port_id": "76390b1e-0168-482d-a659-56d6986e3d66", "id": "94c8e635-bc29-4968-b484-36547b9e3c62"} 2018-07-25 01:46:11,202 - keystoneauth.session - DEBUG - PUT call to network for http://192.0.2.8:9696/v2.0/routers/94c8e635-bc29-4968-b484-36547b9e3c62/add_router_interface.json used request id req-de97a5b6-ecab-4b64-8007-9650b5c3285c 2018-07-25 01:46:11,202 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.79094195366s 2018-07-25 01:46:11,203 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-25 01:46:11,297 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-25 01:46:11,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-25 01:46:11,309 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 740 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:11 GMT 2018-07-25 01:46:11,309 - keystoneauth.session - DEBUG - RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://192.0.2.8:9292/v2/", "rel": "self"}]}]} 2018-07-25 01:46:11,310 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-25 01:46:11,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:12,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT X-Openstack-Request-Id: req-169f60f0-4d23-47dc-9348-6fdd69748cea 2018-07-25 01:46:12,135 - keystoneauth.session - DEBUG - RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-25 01:46:12,135 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.8:9292/v2/images used request id req-169f60f0-4d23-47dc-9348-6fdd69748cea 2018-07-25 01:46:12,135 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.824609994888s 2018-07-25 01:46:12,138 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-25 01:46:12,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963"}' 2018-07-25 01:46:12,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT Location: http://192.0.2.8:9292/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-531f46b9-edda-4438-b1cb-6420d228b6c3 2018-07-25 01:46:12,188 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-25T01:46:12Z", "file": "/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104/file", "owner": "90687c23d29340119c27bb943d74c2f9", "id": "2b1311c3-da87-4a69-b062-6ecd8d7a1104", "size": null, "self": "/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104", "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_91cc0c6a-6576-43b2-a5cd-79b811d99963", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963", "checksum": null, "created_at": "2018-07-25T01:46:12Z", "protected": false} 2018-07-25 01:46:12,188 - keystoneauth.session - DEBUG - POST call to image for http://192.0.2.8:9292/v2/images used request id req-531f46b9-edda-4438-b1cb-6420d228b6c3 2018-07-25 01:46:12,188 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.050136089325s 2018-07-25 01:46:12,188 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-25 01:46:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.8:9292/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '' 2018-07-25 01:46:12,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 25 Jul 2018 01:46:12 GMT X-Openstack-Request-Id: req-067924c7-e92f-4a91-b9d4-dc866840a044 2018-07-25 01:46:12,337 - 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-25 01:46:12,337 - keystoneauth.session - DEBUG - PUT call to image for http://192.0.2.8:9292/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104/file used request id req-067924c7-e92f-4a91-b9d4-dc866840a044 2018-07-25 01:46:12,337 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.148703813553s 2018-07-25 01:46:12,337 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-25T01:46:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104/file', u'owner': u'90687c23d29340119c27bb943d74c2f9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2b1311c3-da87-4a69-b062-6ecd8d7a1104', u'size': None, u'name': u'tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963', u'checksum': None, u'self': u'/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-25T01:46:12Z', u'schema': u'/v2/schemas/image'}) 2018-07-25 01:46:12,339 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-25 01:46:12,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_91cc0c6a-6576-43b2-a5cd-79b811d99963", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-25 01:46:12,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 311 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 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-5e52d2e5-4c38-494c-9c61-869d3ddb11a9 x-openstack-request-id: req-5e52d2e5-4c38-494c-9c61-869d3ddb11a9 2018-07-25 01:46:12,597 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_91cc0c6a-6576-43b2-a5cd-79b811d99963", "links": [{"href": "http://192.0.2.8:8774/v2.1/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c", "rel": "self"}, {"href": "http://192.0.2.8:8774/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c", "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": "c16a8708-ad44-4d6a-9119-9b2956dbbb4c"}} 2018-07-25 01:46:12,597 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.8:8774/v2.1/flavors used request id req-5e52d2e5-4c38-494c-9c61-869d3ddb11a9 2018-07-25 01:46:12,597 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.257777929306s 2018-07-25 01:46:12,598 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_91cc0c6a-6576-43b2-a5cd-79b811d99963', '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'90687c23d29340119c27bb943d74c2f9', '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'c16a8708-ad44-4d6a-9119-9b2956dbbb4c', 'swap': 0}) 2018-07-25 01:46:12,598 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-25 01:46:12,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:8774/v2.1/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"extra_specs": {}}' 2018-07-25 01:46:12,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 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-cf489994-135a-419a-823f-ed190f4c8592 x-openstack-request-id: req-cf489994-135a-419a-823f-ed190f4c8592 2018-07-25 01:46:12,620 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-25 01:46:12,621 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.8:8774/v2.1/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c/os-extra_specs used request id req-cf489994-135a-419a-823f-ed190f4c8592 2018-07-25 01:46:12,621 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222690105438s 2018-07-25 01:46:12,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" 2018-07-25 01:46:12,629 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 264 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaa14f97-554e-4fe6-88d3-36808a093451 2018-07-25 01:46:12,629 - 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.8:5000/v3/", "rel": "self"}]}]}} 2018-07-25 01:46:12,629 - keystoneauth.session - DEBUG - GET call to http://192.0.2.8:5000/ used request id req-eaa14f97-554e-4fe6-88d3-36808a093451 2018-07-25 01:46:12,631 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-25 01:46:12,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:5000/v3/roles -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:12,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 234 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14742f77-d03e-4284-ab94-1ed19cb4d932 2018-07-25 01:46:12,725 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.0.2.8:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1280364af44b4574a56d4c12aa398883", "links": {"self": "http://192.0.2.8:5000/v3/roles/1280364af44b4574a56d4c12aa398883"}, "name": "admin"}, {"domain_id": null, "id": "926879ad3abd436ab9fbba88bbf8a6b3", "links": {"self": "http://192.0.2.8:5000/v3/roles/926879ad3abd436ab9fbba88bbf8a6b3"}, "name": "member"}, {"domain_id": null, "id": "e1ff6b0b3e124e81bc58cd4138e64660", "links": {"self": "http://192.0.2.8:5000/v3/roles/e1ff6b0b3e124e81bc58cd4138e64660"}, "name": "reader"}]} 2018-07-25 01:46:12,725 - keystoneauth.session - DEBUG - GET call to identity for http://192.0.2.8:5000/v3/roles used request id req-14742f77-d03e-4284-ab94-1ed19cb4d932 2018-07-25 01:46:12,725 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0943868160248s 2018-07-25 01:46:12,728 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-25 01:46:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:5000/v3/roles -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:12,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 234 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae1a618-3690-47d3-8de5-aceaccde1599 2018-07-25 01:46:12,825 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.0.2.8:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1280364af44b4574a56d4c12aa398883", "links": {"self": "http://192.0.2.8:5000/v3/roles/1280364af44b4574a56d4c12aa398883"}, "name": "admin"}, {"domain_id": null, "id": "926879ad3abd436ab9fbba88bbf8a6b3", "links": {"self": "http://192.0.2.8:5000/v3/roles/926879ad3abd436ab9fbba88bbf8a6b3"}, "name": "member"}, {"domain_id": null, "id": "e1ff6b0b3e124e81bc58cd4138e64660", "links": {"self": "http://192.0.2.8:5000/v3/roles/e1ff6b0b3e124e81bc58cd4138e64660"}, "name": "reader"}]} 2018-07-25 01:46:12,825 - keystoneauth.session - DEBUG - GET call to identity for http://192.0.2.8:5000/v3/roles used request id req-6ae1a618-3690-47d3-8de5-aceaccde1599 2018-07-25 01:46:12,825 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0970199108124s 2018-07-25 01:46:12,828 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-25 01:46:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:12,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 663 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 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-e9cfe160-38b3-47a3-b355-6a322d6be77f x-openstack-request-id: req-e9cfe160-38b3-47a3-b355-6a322d6be77f 2018-07-25 01:46:12,868 - keystoneauth.session - DEBUG - RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.15", "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-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.13", "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-25 01:46:12,868 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.8:8774/v2.1/os-hypervisors/detail used request id req-e9cfe160-38b3-47a3-b355-6a322d6be77f 2018-07-25 01:46:12,868 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0398831367493s 2018-07-25 01:46:12,871 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-25 01:46:12,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:46:12,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1047 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT X-Openstack-Request-Id: req-0736ea7e-9c06-49d0-a5a1-a014293f6f45 2018-07-25 01:46:12,892 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-25T01:46:12Z", "file": "/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104/file", "owner": "90687c23d29340119c27bb943d74c2f9", "id": "2b1311c3-da87-4a69-b062-6ecd8d7a1104", "size": 12716032, "self": "/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-25T01:46:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-25 01:46:12,893 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.8:9292/v2/images used request id req-0736ea7e-9c06-49d0-a5a1-a014293f6f45 2018-07-25 01:46:12,893 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0214819908142s 2018-07-25 01:46:12,898 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-25 01:46:12,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:9292/v2/images -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963"}' 2018-07-25 01:46:12,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:12 GMT Location: http://192.0.2.8:9292/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-efe207f6-44bd-4409-ae5d-662424bb7613 2018-07-25 01:46:12,927 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-25T01:46:12Z", "file": "/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961/file", "owner": "90687c23d29340119c27bb943d74c2f9", "id": "c6870038-2bc8-40a3-baf0-50a0ba5b8961", "size": null, "self": "/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961", "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_91cc0c6a-6576-43b2-a5cd-79b811d99963", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "checksum": null, "created_at": "2018-07-25T01:46:12Z", "protected": false} 2018-07-25 01:46:12,927 - keystoneauth.session - DEBUG - POST call to image for http://192.0.2.8:9292/v2/images used request id req-efe207f6-44bd-4409-ae5d-662424bb7613 2018-07-25 01:46:12,927 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0296230316162s 2018-07-25 01:46:12,928 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-25 01:46:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.8:9292/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961/file -H "Content-Type: application/octet-stream" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '' 2018-07-25 01:46:13,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 25 Jul 2018 01:46:13 GMT X-Openstack-Request-Id: req-66c62706-ef7a-4f88-815a-ef1020f3bdd7 2018-07-25 01:46:13,171 - 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-25 01:46:13,171 - keystoneauth.session - DEBUG - PUT call to image for http://192.0.2.8:9292/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961/file used request id req-66c62706-ef7a-4f88-815a-ef1020f3bdd7 2018-07-25 01:46:13,171 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.242877006531s 2018-07-25 01:46:13,171 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-25T01:46:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961/file', u'owner': u'90687c23d29340119c27bb943d74c2f9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c6870038-2bc8-40a3-baf0-50a0ba5b8961', u'size': None, u'name': u'tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963', u'checksum': None, u'self': u'/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-25T01:46:12Z', u'schema': u'/v2/schemas/image'}) 2018-07-25 01:46:13,172 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-25 01:46:13,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:8774/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-25 01:46:13,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 315 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:13 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-a1370306-ab87-49ba-b4f9-6b86dd8d0b03 x-openstack-request-id: req-a1370306-ab87-49ba-b4f9-6b86dd8d0b03 2018-07-25 01:46:13,206 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "links": [{"href": "http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916", "rel": "self"}, {"href": "http://192.0.2.8:8774/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916", "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": "4e8d3ceb-ae88-4186-af70-413bbf4ba916"}} 2018-07-25 01:46:13,206 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.8:8774/v2.1/flavors used request id req-a1370306-ab87-49ba-b4f9-6b86dd8d0b03 2018-07-25 01:46:13,206 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.034600019455s 2018-07-25 01:46:13,207 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963', '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'90687c23d29340119c27bb943d74c2f9', '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'4e8d3ceb-ae88-4186-af70-413bbf4ba916', 'swap': 0}) 2018-07-25 01:46:13,208 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-25 01:46:13,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"extra_specs": {}}' 2018-07-25 01:46:13,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Wed, 25 Jul 2018 01:46:13 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-8b89b87d-a549-4a5a-9739-587dc2970665 x-openstack-request-id: req-8b89b87d-a549-4a5a-9739-587dc2970665 2018-07-25 01:46:13,233 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-25 01:46:13,234 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916/os-extra_specs used request id req-8b89b87d-a549-4a5a-9739-587dc2970665 2018-07-25 01:46:13,234 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0259799957275s 2018-07-25 01:46:13,234 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963', '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'90687c23d29340119c27bb943d74c2f9', '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'4e8d3ceb-ae88-4186-af70-413bbf4ba916', 'swap': 0}) 2018-07-25 01:46:16,866 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-25 01:46:16,867 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-25 01:46:16,867 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-25 01:46:16,869 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-25 01:46:16,873 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-25 01:46:21,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8b2c4bc8-0ff8-471d-b9bb-1e1809b9cacb/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-25 01:46:21,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-25 01:46:21,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-25 01:46:21,200 - 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-25 01:52:39,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 75db1b1d-c6d8-4406-8b4a-44cfd0217915 2018-07-25 01:52:39,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '75db1b1d-c6d8-4406-8b4a-44cfd0217915']'. 2018-07-25 01:52:40,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-25 01:52:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-25 01:52:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-25 01:52:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 75db1b1d-c6d8-4406-8b4a-44cfd0217915 | 2018-07-25 01:52:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-25 01:52:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-25 01:46:23 | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-25 01:52:39 | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:16 | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8b2c4bc8-0ff8-471d-b9bb-1e1809b9cacb) | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bf5e33ca-b3b1-4c14-bcc7-ee95553610af) | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-25 01:52:40,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 365.185 | 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 86 | 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 45 | 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-25 01:52:40,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-25 01:52:40,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-07-25 01:52:40,255 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:33 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-07-25 01:52:40,261 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-25 01:52:40,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.8:9696/v2.0/routers/94c8e635-bc29-4968-b484-36547b9e3c62/remove_router_interface.json -H "Content-Type: application/json" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" -d '{"subnet_id": "4697e444-9f16-447c-a226-76c3b7484f98"}' 2018-07-25 01:52:42,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:42 GMT X-Openstack-Request-Id: req-f5798a34-836e-4b2e-86fe-6eeca3c6ae57 2018-07-25 01:52:42,285 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "90224e74-94e3-4ee4-bd09-b2798dd7f676", "tenant_id": "90687c23d29340119c27bb943d74c2f9", "subnet_id": "4697e444-9f16-447c-a226-76c3b7484f98", "subnet_ids": ["4697e444-9f16-447c-a226-76c3b7484f98"], "port_id": "76390b1e-0168-482d-a659-56d6986e3d66", "id": "94c8e635-bc29-4968-b484-36547b9e3c62"} 2018-07-25 01:52:42,285 - keystoneauth.session - DEBUG - PUT call to network for http://192.0.2.8:9696/v2.0/routers/94c8e635-bc29-4968-b484-36547b9e3c62/remove_router_interface.json used request id req-f5798a34-836e-4b2e-86fe-6eeca3c6ae57 2018-07-25 01:52:42,285 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02428197861s 2018-07-25 01:52:42,286 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-25 01:52:42,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:42,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 648 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:42 GMT X-Openstack-Request-Id: req-931b3aa3-d5da-4956-803a-cee357a1e929 2018-07-25 01:52:42,400 - keystoneauth.session - DEBUG - RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c90c31fa-4686-486f-a1d7-426703343b55", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fafb149d-7532-4bed-9276-730caf2a1350", "ip_address": "192.0.2.107"}]}, "description": "", "tags": [], "tenant_id": "90687c23d29340119c27bb943d74c2f9", "created_at": "2018-07-25T01:46:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-25T01:52:41Z", "revision_number": 4, "routes": [], "project_id": "90687c23d29340119c27bb943d74c2f9", "id": "94c8e635-bc29-4968-b484-36547b9e3c62", "name": "tempest_smoke-router_91cc0c6a-6576-43b2-a5cd-79b811d99963"}]} 2018-07-25 01:52:42,401 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.8:9696/v2.0/routers.json used request id req-931b3aa3-d5da-4956-803a-cee357a1e929 2018-07-25 01:52:42,401 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114707946777s 2018-07-25 01:52:42,402 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-25 01:52:42,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:9696/v2.0/routers/94c8e635-bc29-4968-b484-36547b9e3c62.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:43,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Wed, 25 Jul 2018 01:52:43 GMT X-Openstack-Request-Id: req-bda3ed4f-229c-4113-abe8-f4ebf67826a1 2018-07-25 01:52:43,675 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-25 01:52:43,675 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.8:9696/v2.0/routers/94c8e635-bc29-4968-b484-36547b9e3c62.json used request id req-bda3ed4f-229c-4113-abe8-f4ebf67826a1 2018-07-25 01:52:43,675 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27332901955s 2018-07-25 01:52:43,675 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-25 01:52:43,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:43,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1291 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:43 GMT X-Openstack-Request-Id: req-596c994a-943a-4f7e-9601-cbaee58326f6 2018-07-25 01:52:43,809 - keystoneauth.session - DEBUG - RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90224e74-94e3-4ee4-bd09-b2798dd7f676","tenant_id":"90687c23d29340119c27bb943d74c2f9","created_at":"2018-07-25T01:46:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-25T01:46:07Z","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":"90687c23d29340119c27bb943d74c2f9","id":"4697e444-9f16-447c-a226-76c3b7484f98","subnetpool_id":null,"name":"tempest_smoke-subnet_91cc0c6a-6576-43b2-a5cd-79b811d99963"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c90c31fa-4686-486f-a1d7-426703343b55","tenant_id":"5f22442a2cb34b92b50dd5739c14a83e","created_at":"2018-07-25T01:43:17Z","dns_nameservers":[],"updated_at":"2018-07-25T01:43:17Z","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":"5f22442a2cb34b92b50dd5739c14a83e","id":"fafb149d-7532-4bed-9276-730caf2a1350","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-25 01:52:43,809 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.8:9696/v2.0/subnets.json used request id req-596c994a-943a-4f7e-9601-cbaee58326f6 2018-07-25 01:52:43,809 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.133898973465s 2018-07-25 01:52:43,811 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-25 01:52:43,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:9696/v2.0/subnets/4697e444-9f16-447c-a226-76c3b7484f98.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:44,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Wed, 25 Jul 2018 01:52:44 GMT X-Openstack-Request-Id: req-e005368b-91aa-4963-bf00-5ac57dc00d8f 2018-07-25 01:52:44,936 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-25 01:52:44,937 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.8:9696/v2.0/subnets/4697e444-9f16-447c-a226-76c3b7484f98.json used request id req-e005368b-91aa-4963-bf00-5ac57dc00d8f 2018-07-25 01:52:44,937 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12591791153s 2018-07-25 01:52:44,938 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-25 01:52:44,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:45,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1356 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:45 GMT X-Openstack-Request-Id: req-41291168-a284-442e-8a87-bb3891d2bfee 2018-07-25 01:52:45,090 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"90224e74-94e3-4ee4-bd09-b2798dd7f676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90687c23d29340119c27bb943d74c2f9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-25T01:52:44Z","provider:segmentation_id":6,"name":"tempest_smoke-net_91cc0c6a-6576-43b2-a5cd-79b811d99963","admin_state_up":true,"tenant_id":"90687c23d29340119c27bb943d74c2f9","created_at":"2018-07-25T01:46:07Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c90c31fa-4686-486f-a1d7-426703343b55","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5f22442a2cb34b92b50dd5739c14a83e","status":"ACTIVE","subnets":["fafb149d-7532-4bed-9276-730caf2a1350"],"description":"","tags":[],"updated_at":"2018-07-25T01:43:17Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5f22442a2cb34b92b50dd5739c14a83e","created_at":"2018-07-25T01:43:13Z","provider:network_type":"flat"}]} 2018-07-25 01:52:45,090 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.8:9696/v2.0/networks.json used request id req-41291168-a284-442e-8a87-bb3891d2bfee 2018-07-25 01:52:45,090 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.15234208107s 2018-07-25 01:52:45,092 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-25 01:52:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:9696/v2.0/networks/90224e74-94e3-4ee4-bd09-b2798dd7f676.json -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Wed, 25 Jul 2018 01:52:47 GMT X-Openstack-Request-Id: req-5493d3f8-566d-4103-8fb7-e28da8eb9a85 2018-07-25 01:52:47,206 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-25 01:52:47,206 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.8:9696/v2.0/networks/90224e74-94e3-4ee4-bd09-b2798dd7f676.json used request id req-5493d3f8-566d-4103-8fb7-e28da8eb9a85 2018-07-25 01:52:47,206 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.11421108246s 2018-07-25 01:52:47,210 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-25 01:52:47,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.8:9292/v2/images -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2035 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:47 GMT X-Openstack-Request-Id: req-f4ae333f-3baa-4c1d-b6de-d5a6d3fde7df 2018-07-25 01:52:47,500 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-25T01:46:13Z", "file": "/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961/file", "owner": "90687c23d29340119c27bb943d74c2f9", "id": "c6870038-2bc8-40a3-baf0-50a0ba5b8961", "size": 12716032, "self": "/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-25T01:46:12Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-25T01:46:12Z", "file": "/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104/file", "owner": "90687c23d29340119c27bb943d74c2f9", "id": "2b1311c3-da87-4a69-b062-6ecd8d7a1104", "size": 12716032, "self": "/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_91cc0c6a-6576-43b2-a5cd-79b811d99963", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-25T01:46:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-25 01:52:47,500 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.8:9292/v2/images used request id req-f4ae333f-3baa-4c1d-b6de-d5a6d3fde7df 2018-07-25 01:52:47,500 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289749145508s 2018-07-25 01:52:47,502 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-25 01:52:47,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:9292/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 25 Jul 2018 01:52:47 GMT X-Openstack-Request-Id: req-fa50200f-46b1-4b98-bb1a-b0929f4971bd 2018-07-25 01:52:47,592 - 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-25 01:52:47,592 - keystoneauth.session - DEBUG - DELETE call to image for http://192.0.2.8:9292/v2/images/2b1311c3-da87-4a69-b062-6ecd8d7a1104 used request id req-fa50200f-46b1-4b98-bb1a-b0929f4971bd 2018-07-25 01:52:47,592 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.0894060134888s 2018-07-25 01:52:47,601 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-25 01:52:47,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.8:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 365 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:47 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-64f492e4-4556-4b7c-ad58-5680ec5cf618 x-openstack-request-id: req-64f492e4-4556-4b7c-ad58-5680ec5cf618 2018-07-25 01:52:47,802 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "links": [{"href": "http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916", "rel": "self"}, {"href": "http://192.0.2.8:8774/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916", "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": "4e8d3ceb-ae88-4186-af70-413bbf4ba916"}, {"name": "tempest_smoke-flavor_91cc0c6a-6576-43b2-a5cd-79b811d99963", "links": [{"href": "http://192.0.2.8:8774/v2.1/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c", "rel": "self"}, {"href": "http://192.0.2.8:8774/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c", "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": "c16a8708-ad44-4d6a-9119-9b2956dbbb4c"}]} 2018-07-25 01:52:47,802 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.8:8774/v2.1/flavors/detail?is_public=None used request id req-64f492e4-4556-4b7c-ad58-5680ec5cf618 2018-07-25 01:52:47,802 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.201780796051s 2018-07-25 01:52:47,806 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-25 01:52:47,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:8774/v2.1/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,828 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:47 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-fee15ec8-9afc-4cc1-a231-5e11c3ecfca8 x-openstack-request-id: req-fee15ec8-9afc-4cc1-a231-5e11c3ecfca8 2018-07-25 01:52:47,828 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.0.2.8:8774/v2.1/flavors/c16a8708-ad44-4d6a-9119-9b2956dbbb4c used request id req-fee15ec8-9afc-4cc1-a231-5e11c3ecfca8 2018-07-25 01:52:47,828 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0219888687134s 2018-07-25 01:52:47,828 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-25 01:52:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:9292/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Wed, 25 Jul 2018 01:52:47 GMT X-Openstack-Request-Id: req-dacb7ff0-99e4-4caf-ba09-acba77ad2e64 2018-07-25 01:52:47,899 - 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-25 01:52:47,899 - keystoneauth.session - DEBUG - DELETE call to image for http://192.0.2.8:9292/v2/images/c6870038-2bc8-40a3-baf0-50a0ba5b8961 used request id req-dacb7ff0-99e4-4caf-ba09-acba77ad2e64 2018-07-25 01:52:47,899 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.0707478523254s 2018-07-25 01:52:47,899 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-25 01:52:47,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.8:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 312 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:47 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-483bb9c6-18af-432e-800c-c1b76a2ddc38 x-openstack-request-id: req-483bb9c6-18af-432e-800c-c1b76a2ddc38 2018-07-25 01:52:47,928 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_91cc0c6a-6576-43b2-a5cd-79b811d99963", "links": [{"href": "http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916", "rel": "self"}, {"href": "http://192.0.2.8:8774/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916", "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": "4e8d3ceb-ae88-4186-af70-413bbf4ba916"}]} 2018-07-25 01:52:47,928 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.8:8774/v2.1/flavors/detail?is_public=None used request id req-483bb9c6-18af-432e-800c-c1b76a2ddc38 2018-07-25 01:52:47,928 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0290310382843s 2018-07-25 01:52:47,929 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-25 01:52:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916 -H "User-Agent: os-client-config/1.31.2 openstacksdk/0.17.0 keystoneauth1/3.10.0 python-requests/2.19.1 CPython/2.7.14" -H "X-Auth-Token: {SHA1}77e045465e3f55c0d09c4a9415e6dfbd07e20b7f" 2018-07-25 01:52:47,950 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Wed, 25 Jul 2018 01:52:47 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-84e1223b-5d11-4fb5-97fb-82ed665ec57f x-openstack-request-id: req-84e1223b-5d11-4fb5-97fb-82ed665ec57f 2018-07-25 01:52:47,950 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.0.2.8:8774/v2.1/flavors/4e8d3ceb-ae88-4186-af70-413bbf4ba916 used request id req-84e1223b-5d11-4fb5-97fb-82ed665ec57f 2018-07-25 01:52:47,950 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0207769870758s 2018-07-25 01:52:47,950 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK