2018-07-27 13:26:23,432 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-netvirt-virtual-suite-master-20 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-virtual2 | +--------------------------------------+----------------------------------------------------------+ 2018-07-27 13:26:23,435 - 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.15,192.0.2.15 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://192.0.2.15:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=uS1S2xEqW2Ikabq5uMuQzLhtL 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=3d87f81259e741f394440c9fbfcee375 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.0.2.15 export SDN_CONTROLLER_PASSWORD=eFVRblQ1ND1FC7TCNFfGbdwMD export OS_REGION_NAME=regionOne 2018-07-27 13:26:23,435 - xtesting.ci.run_tests - DEBUG - Test args: tempest_smoke 2018-07-27 13:26:23,455 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-27 13:26:24,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-27 13:26:24,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-27 13:26:24,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-27 13:26:24,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-27 13:26:24,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-27 13:26:24,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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-27 13:26:24,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 194 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3104eee4-91c9-4d83-b185-69c4a828cb74 2018-07-27 13:26:24,374 - 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.15:5000/v3/", "rel": "self"}]}} 2018-07-27 13:26:24,374 - keystoneauth.session - DEBUG - GET call to http://192.0.2.15:5000/v3 used request id req-3104eee4-91c9-4d83-b185-69c4a828cb74 2018-07-27 13:26:24,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://192.0.2.15:5000/v3/auth/tokens 2018-07-27 13:26:24,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "42b91ef8cd14494592fee9f50e75b973", "name": "admin"}, {"id": "e679d8deea754cba927d969ccf65da7c", "name": "reader"}, {"id": "f1c94d45d3544929942fb49b1c0dd7d7", "name": "member"}], "expires_at": "2018-07-27T14:26:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d87f81259e741f394440c9fbfcee375", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.0.2.15:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21f4213e1f4e434ea14f665215051bb6"}, {"url": "http://192.0.2.15:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "362d29774ac14da0b40581245af1cfdf"}, {"url": "http://192.0.2.15:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d19d3ef47c14cf0aa7227b549f203d6"}], "type": "compute", "id": "2babb7b1e1264fd895771540aba38fbe", "name": "nova"}, {"endpoints": [{"url": "http://192.0.2.15:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29803a192e2e436d941a0293e4d5386e"}, {"url": "http://192.0.2.15:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46c77866da9c4eb980672dd22fefbbcc"}, {"url": "http://192.0.2.15:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5a66e6dcb7f4146bb0ecac8923463bc"}], "type": "image", "id": "4838bd144f734b5dbc730456aab1e459", "name": "glance"}, {"endpoints": [{"url": "http://192.0.2.15:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24300fb0ae6b4115961b1e6dd78b9f2e"}, {"url": "http://192.0.2.15:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c148619710740ce94194cd6a3f9f77f"}, {"url": "http://192.0.2.15:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0579405654d4e84816ba09d7876a246"}], "type": "placement", "id": "4b4ed2382eb6457c91b729fbcbb04527", "name": "placement"}, {"endpoints": [{"url": "http://192.0.2.15:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d77569f9d744aaa9e26b1f5c88bb441"}, {"url": "http://192.0.2.15:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd10085231b0489abbdd51c4878ac0a1"}, {"url": "http://192.0.2.15:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e123855a2e9a41b3a9fe84ffeae3bbfd"}], "type": "network", "id": "b27b51a6b83348a69ed49ebe82b9d4f5", "name": "neutron"}, {"endpoints": [{"url": "http://192.0.2.15:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "007f23defa034f979a438c637531e968"}, {"url": "http://192.0.2.15:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51e18bd6228a41d2ab7ddbeb6901cd8d"}, {"url": "http://192.0.2.15:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "615cec489b664ce9a40840d81a6530d5"}], "type": "identity", "id": "b8e3d3beadf4407a9f29f2991a5cebe3", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24c610d0992f418db9b7360bd1c22acb"}, "audit_ids": ["vutrCmU6R-O0cI7H38CgPQ"], "issued_at": "2018-07-27T13:26:23.000000Z"}} 2018-07-27 13:26:24,988 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-27 13:26:24,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:26,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 695 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:25 GMT X-Openstack-Request-Id: req-d5a3c8da-fb6a-420c-881b-4f39b77239c0 2018-07-27 13:26:26,133 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"dc5ea387-34e5-4abe-8f40-1513ddf28de5","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ee269e13d3374baa8ad88f5456b93a9d","status":"ACTIVE","subnets":["4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b"],"description":"","tags":[],"updated_at":"2018-07-27T02:42:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ee269e13d3374baa8ad88f5456b93a9d","created_at":"2018-07-27T02:42:38Z","provider:network_type":"flat"}]} 2018-07-27 13:26:26,134 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.15:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d5a3c8da-fb6a-420c-881b-4f39b77239c0 2018-07-27 13:26:26,134 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.14539909363s 2018-07-27 13:26:26,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-27 13:26:31,700 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | fb813d41-4aa6-44d4-92ca-cd6df425f7a2 | 2018-07-27T13:26:31.299698 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: fb813d41-4aa6-44d4-92ca-cd6df425f7a2 ~/.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-27 13:26:35,424 - 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-27 13:26:35,425 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-27 13:26:42,562 - 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=9b666886-0b35-4b5c-971c-56377165dc71) as the default verifier for the future CLI operations. 2018-07-27 13:26:45,809 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-27 13:26:45,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:45,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 8761 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:44 GMT X-Openstack-Request-Id: req-07a38a6a-b58a-40f7-8090-3372e6a1fa98 2018-07-27 13:26:45,834 - 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": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"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": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"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-27 13:26:45,834 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.15:9696/v2.0/extensions.json used request id req-07a38a6a-b58a-40f7-8090-3372e6a1fa98 2018-07-27 13:26:45,834 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0245468616486s 2018-07-27 13:26:45,842 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-27 13:26:45,843 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-27 13:26:45,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"network": {"name": "tempest_smoke-net_a30ba822-ad60-458a-8904-b42d94feb9f6", "admin_state_up": true}}' 2018-07-27 13:26:46,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 686 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:45 GMT X-Openstack-Request-Id: req-604fc713-972a-423d-a071-db8840aea5df 2018-07-27 13:26:46,159 - 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":"26dea1e3-a408-44f0-bf61-8d436826f1a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3d87f81259e741f394440c9fbfcee375","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-27T13:26:45Z","is_default":false,"provider:segmentation_id":97,"name":"tempest_smoke-net_a30ba822-ad60-458a-8904-b42d94feb9f6","admin_state_up":true,"tenant_id":"3d87f81259e741f394440c9fbfcee375","created_at":"2018-07-27T13:26:44Z","mtu":1450}} 2018-07-27 13:26:46,159 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.15:9696/v2.0/networks.json used request id req-604fc713-972a-423d-a071-db8840aea5df 2018-07-27 13:26:46,160 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.316823959351s 2018-07-27 13:26:46,160 - 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-27T13:26:45Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'26dea1e3-a408-44f0-bf61-8d436826f1a6', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_a30ba822-ad60-458a-8904-b42d94feb9f6', u'admin_state_up': True, u'tenant_id': u'3d87f81259e741f394440c9fbfcee375', u'created_at': u'2018-07-27T13:26:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3d87f81259e741f394440c9fbfcee375'}) 2018-07-27 13:26:46,161 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-27 13:26:46,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:46,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1351 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:45 GMT X-Openstack-Request-Id: req-e95fe626-c00b-4d65-be5e-023d0e8899b3 2018-07-27 13:26:46,276 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"26dea1e3-a408-44f0-bf61-8d436826f1a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3d87f81259e741f394440c9fbfcee375","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-27T13:26:45Z","provider:segmentation_id":97,"name":"tempest_smoke-net_a30ba822-ad60-458a-8904-b42d94feb9f6","admin_state_up":true,"tenant_id":"3d87f81259e741f394440c9fbfcee375","created_at":"2018-07-27T13:26:44Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"dc5ea387-34e5-4abe-8f40-1513ddf28de5","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ee269e13d3374baa8ad88f5456b93a9d","status":"ACTIVE","subnets":["4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b"],"description":"","tags":[],"updated_at":"2018-07-27T02:42:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ee269e13d3374baa8ad88f5456b93a9d","created_at":"2018-07-27T02:42:38Z","provider:network_type":"flat"}]} 2018-07-27 13:26:46,277 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.15:9696/v2.0/networks.json used request id req-e95fe626-c00b-4d65-be5e-023d0e8899b3 2018-07-27 13:26:46,277 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115972042084s 2018-07-27 13:26:46,277 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-27 13:26:46,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"subnet": {"name": "tempest_smoke-subnet_a30ba822-ad60-458a-8904-b42d94feb9f6", "enable_dhcp": true, "network_id": "26dea1e3-a408-44f0-bf61-8d436826f1a6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-27 13:26:46,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 681 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:45 GMT X-Openstack-Request-Id: req-23bd37b4-7ae7-44cc-9780-fe103e04ce7a 2018-07-27 13:26:46,884 - keystoneauth.session - DEBUG - RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26dea1e3-a408-44f0-bf61-8d436826f1a6","tenant_id":"3d87f81259e741f394440c9fbfcee375","created_at":"2018-07-27T13:26:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-27T13:26:45Z","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":"3d87f81259e741f394440c9fbfcee375","id":"b0a54476-a046-4065-9c33-c4779d92c123","subnetpool_id":null,"name":"tempest_smoke-subnet_a30ba822-ad60-458a-8904-b42d94feb9f6"}} 2018-07-27 13:26:46,884 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.15:9696/v2.0/subnets.json used request id req-23bd37b4-7ae7-44cc-9780-fe103e04ce7a 2018-07-27 13:26:46,884 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.606704950333s 2018-07-27 13:26:46,884 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-27T13:26:45Z', 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'b0a54476-a046-4065-9c33-c4779d92c123', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_a30ba822-ad60-458a-8904-b42d94feb9f6', u'enable_dhcp': True, u'network_id': u'26dea1e3-a408-44f0-bf61-8d436826f1a6', u'tenant_id': u'3d87f81259e741f394440c9fbfcee375', u'created_at': u'2018-07-27T13:26:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3d87f81259e741f394440c9fbfcee375'}) 2018-07-27 13:26:46,885 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-27 13:26:46,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"router": {"external_gateway_info": {"network_id": "dc5ea387-34e5-4abe-8f40-1513ddf28de5"}, "name": "tempest_smoke-router_a30ba822-ad60-458a-8904-b42d94feb9f6", "admin_state_up": true}}' 2018-07-27 13:26:48,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 645 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:47 GMT X-Openstack-Request-Id: req-c7fa52aa-7f54-486d-97dd-3718cc674910 2018-07-27 13:26:48,194 - keystoneauth.session - DEBUG - RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "dc5ea387-34e5-4abe-8f40-1513ddf28de5", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b", "ip_address": "192.0.2.113"}]}, "description": "", "tags": [], "tenant_id": "3d87f81259e741f394440c9fbfcee375", "created_at": "2018-07-27T13:26:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-27T13:26:46Z", "revision_number": 2, "routes": [], "project_id": "3d87f81259e741f394440c9fbfcee375", "id": "4b0d7913-eaf8-4f6b-8f86-b38bf110ed65", "name": "tempest_smoke-router_a30ba822-ad60-458a-8904-b42d94feb9f6"}} 2018-07-27 13:26:48,194 - keystoneauth.session - DEBUG - POST call to network for http://192.0.2.15:9696/v2.0/routers.json used request id req-c7fa52aa-7f54-486d-97dd-3718cc674910 2018-07-27 13:26:48,194 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30932211876s 2018-07-27 13:26:48,194 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'dc5ea387-34e5-4abe-8f40-1513ddf28de5', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b', u'ip_address': u'192.0.2.113'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3d87f81259e741f394440c9fbfcee375', u'created_at': u'2018-07-27T13:26:45Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-27T13:26:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'3d87f81259e741f394440c9fbfcee375', u'id': u'4b0d7913-eaf8-4f6b-8f86-b38bf110ed65', u'name': u'tempest_smoke-router_a30ba822-ad60-458a-8904-b42d94feb9f6'}) 2018-07-27 13:26:48,195 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-27 13:26:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.15:9696/v2.0/routers/4b0d7913-eaf8-4f6b-8f86-b38bf110ed65/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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"subnet_id": "b0a54476-a046-4065-9c33-c4779d92c123"}' 2018-07-27 13:26:50,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:48 GMT X-Openstack-Request-Id: req-ac10cbc1-8d3c-4dc2-b515-5cd436299948 2018-07-27 13:26:50,027 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "26dea1e3-a408-44f0-bf61-8d436826f1a6", "tenant_id": "3d87f81259e741f394440c9fbfcee375", "subnet_id": "b0a54476-a046-4065-9c33-c4779d92c123", "subnet_ids": ["b0a54476-a046-4065-9c33-c4779d92c123"], "port_id": "31527567-48d1-4a78-afd4-499502dd759f", "id": "4b0d7913-eaf8-4f6b-8f86-b38bf110ed65"} 2018-07-27 13:26:50,027 - keystoneauth.session - DEBUG - PUT call to network for http://192.0.2.15:9696/v2.0/routers/4b0d7913-eaf8-4f6b-8f86-b38bf110ed65/add_router_interface.json used request id req-ac10cbc1-8d3c-4dc2-b515-5cd436299948 2018-07-27 13:26:50,027 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83247709274s 2018-07-27 13:26:50,027 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-27 13:26:50,117 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-27 13:26:50,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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-27 13:26:50,124 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 747 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:49 GMT 2018-07-27 13:26:50,124 - keystoneauth.session - DEBUG - RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://192.0.2.15:9292/v2/", "rel": "self"}]}]} 2018-07-27 13:26:50,126 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-27 13:26:50,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:50,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:49 GMT X-Openstack-Request-Id: req-2b062721-b401-4bfb-92d3-7a51ee5839f8 2018-07-27 13:26:50,868 - keystoneauth.session - DEBUG - RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-27 13:26:50,868 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.15:9292/v2/images used request id req-2b062721-b401-4bfb-92d3-7a51ee5839f8 2018-07-27 13:26:50,868 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.74178481102s 2018-07-27 13:26:50,870 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-27 13:26:50,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6"}' 2018-07-27 13:26:50,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:49 GMT Location: http://192.0.2.15:9292/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8549c011-52a4-4690-93ef-5182f574c47d 2018-07-27 13:26:50,930 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-27T13:26:49Z", "file": "/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524/file", "owner": "3d87f81259e741f394440c9fbfcee375", "id": "661128a7-68d5-4ad8-8d8c-73670d30e524", "size": null, "self": "/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524", "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_a30ba822-ad60-458a-8904-b42d94feb9f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6", "checksum": null, "created_at": "2018-07-27T13:26:49Z", "protected": false} 2018-07-27 13:26:50,930 - keystoneauth.session - DEBUG - POST call to image for http://192.0.2.15:9292/v2/images used request id req-8549c011-52a4-4690-93ef-5182f574c47d 2018-07-27 13:26:50,930 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0600018501282s 2018-07-27 13:26:50,930 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-27 13:26:50,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.15:9292/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524/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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '' 2018-07-27 13:26:51,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 27 Jul 2018 13:26:50 GMT X-Openstack-Request-Id: req-cd24426d-0438-479b-b1fd-fe631de7f305 2018-07-27 13:26:51,085 - 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-27 13:26:51,085 - keystoneauth.session - DEBUG - PUT call to image for http://192.0.2.15:9292/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524/file used request id req-cd24426d-0438-479b-b1fd-fe631de7f305 2018-07-27 13:26:51,085 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.154923915863s 2018-07-27 13:26:51,086 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-27T13:26:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524/file', u'owner': u'3d87f81259e741f394440c9fbfcee375', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'661128a7-68d5-4ad8-8d8c-73670d30e524', u'size': None, u'name': u'tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6', u'checksum': None, u'self': u'/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-27T13:26:49Z', u'schema': u'/v2/schemas/image'}) 2018-07-27 13:26:51,087 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-27 13:26:51,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_a30ba822-ad60-458a-8904-b42d94feb9f6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-27 13:26:51,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 311 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:50 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-c1033791-7b57-4abe-965a-3b54cf60840f x-openstack-request-id: req-c1033791-7b57-4abe-965a-3b54cf60840f 2018-07-27 13:26:51,916 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_a30ba822-ad60-458a-8904-b42d94feb9f6", "links": [{"href": "http://192.0.2.15:8774/v2.1/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d", "rel": "self"}, {"href": "http://192.0.2.15:8774/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d", "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": "9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d"}} 2018-07-27 13:26:51,916 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.15:8774/v2.1/flavors used request id req-c1033791-7b57-4abe-965a-3b54cf60840f 2018-07-27 13:26:51,916 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.82839012146s 2018-07-27 13:26:51,916 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_a30ba822-ad60-458a-8904-b42d94feb9f6', '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'3d87f81259e741f394440c9fbfcee375', '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'9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d', 'swap': 0}) 2018-07-27 13:26:51,916 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-27 13:26:51,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15:8774/v2.1/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d/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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"extra_specs": {}}' 2018-07-27 13:26:51,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:50 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-b9ac0b02-fa4c-4813-8c85-e2cb9d94f86f x-openstack-request-id: req-b9ac0b02-fa4c-4813-8c85-e2cb9d94f86f 2018-07-27 13:26:51,937 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-27 13:26:51,937 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.15:8774/v2.1/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d/os-extra_specs used request id req-b9ac0b02-fa4c-4813-8c85-e2cb9d94f86f 2018-07-27 13:26:51,937 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205700397491s 2018-07-27 13:26:51,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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-27 13:26:51,945 - keystoneauth.session - DEBUG - RESP: [300] Content-Length: 265 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5500da01-351f-4cc9-8b55-9d0cd3f1a765 2018-07-27 13:26:51,945 - 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.15:5000/v3/", "rel": "self"}]}]}} 2018-07-27 13:26:51,945 - keystoneauth.session - DEBUG - GET call to http://192.0.2.15:5000/ used request id req-5500da01-351f-4cc9-8b55-9d0cd3f1a765 2018-07-27 13:26:51,946 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-27 13:26:51,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:52,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 236 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d2c08e-99ea-417c-85f9-564e2f8ed6a0 2018-07-27 13:26:52,106 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.0.2.15:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "42b91ef8cd14494592fee9f50e75b973", "links": {"self": "http://192.0.2.15:5000/v3/roles/42b91ef8cd14494592fee9f50e75b973"}, "name": "admin"}, {"domain_id": null, "id": "e679d8deea754cba927d969ccf65da7c", "links": {"self": "http://192.0.2.15:5000/v3/roles/e679d8deea754cba927d969ccf65da7c"}, "name": "reader"}, {"domain_id": null, "id": "f1c94d45d3544929942fb49b1c0dd7d7", "links": {"self": "http://192.0.2.15:5000/v3/roles/f1c94d45d3544929942fb49b1c0dd7d7"}, "name": "member"}]} 2018-07-27 13:26:52,106 - keystoneauth.session - DEBUG - GET call to identity for http://192.0.2.15:5000/v3/roles used request id req-c9d2c08e-99ea-417c-85f9-564e2f8ed6a0 2018-07-27 13:26:52,107 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.160405874252s 2018-07-27 13:26:52,109 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-27 13:26:52,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:52,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 236 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2250faf-040a-4608-b25e-2a90b296bbbc 2018-07-27 13:26:52,214 - keystoneauth.session - DEBUG - RESP BODY: {"links": {"self": "http://192.0.2.15:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "42b91ef8cd14494592fee9f50e75b973", "links": {"self": "http://192.0.2.15:5000/v3/roles/42b91ef8cd14494592fee9f50e75b973"}, "name": "admin"}, {"domain_id": null, "id": "e679d8deea754cba927d969ccf65da7c", "links": {"self": "http://192.0.2.15:5000/v3/roles/e679d8deea754cba927d969ccf65da7c"}, "name": "reader"}, {"domain_id": null, "id": "f1c94d45d3544929942fb49b1c0dd7d7", "links": {"self": "http://192.0.2.15:5000/v3/roles/f1c94d45d3544929942fb49b1c0dd7d7"}, "name": "member"}]} 2018-07-27 13:26:52,214 - keystoneauth.session - DEBUG - GET call to identity for http://192.0.2.15:5000/v3/roles used request id req-d2250faf-040a-4608-b25e-2a90b296bbbc 2018-07-27 13:26:52,215 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105648994446s 2018-07-27 13:26:52,218 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-27 13:26:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:52,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 664 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:51 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-b1438cc2-1350-423f-bdcd-ce791020a7d0 x-openstack-request-id: req-b1438cc2-1350-423f-bdcd-ce791020a7d0 2018-07-27 13:26:52,276 - keystoneauth.session - DEBUG - RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 7}, "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.22", "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": 35, "local_gb": 40, "free_ram_mb": 4095, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"cmov\", \"smep\", \"fpu\", \"pat\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"aes\", \"mca\", \"pse\", \"lahf_lm\", \"abm\", \"popcnt\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pni\", \"rdtscp\", \"avx2\", \"sse2\", \"ss\", \"hypervisor\", \"bmi1\", \"bmi2\", \"ssse3\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 1, \"cells\": 1, \"threads\": 1, \"sockets\": 4}}", "running_vms": 0, "free_disk_gb": 40, "hypervisor_version": 2010000, "disk_available_least": 35, "local_gb": 40, "free_ram_mb": 4095, "id": 2}]} 2018-07-27 13:26:52,276 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.15:8774/v2.1/os-hypervisors/detail used request id req-b1438cc2-1350-423f-bdcd-ce791020a7d0 2018-07-27 13:26:52,276 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0581421852112s 2018-07-27 13:26:52,279 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-27 13:26:52,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:26:52,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1047 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:51 GMT X-Openstack-Request-Id: req-848e7fea-793d-4989-979c-21b184a9de45 2018-07-27 13:26:52,308 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-27T13:26:50Z", "file": "/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524/file", "owner": "3d87f81259e741f394440c9fbfcee375", "id": "661128a7-68d5-4ad8-8d8c-73670d30e524", "size": 12716032, "self": "/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/661128a7-68d5-4ad8-8d8c-73670d30e524", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-27T13:26:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-27 13:26:52,308 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.15:9292/v2/images used request id req-848e7fea-793d-4989-979c-21b184a9de45 2018-07-27 13:26:52,308 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.028470993042s 2018-07-27 13:26:52,314 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-27 13:26:52,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6"}' 2018-07-27 13:26:52,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:51 GMT Location: http://192.0.2.15:9292/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-93ec166c-9ad8-48f6-9428-60e455af9bda 2018-07-27 13:26:52,349 - keystoneauth.session - DEBUG - RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-27T13:26:51Z", "file": "/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9/file", "owner": "3d87f81259e741f394440c9fbfcee375", "id": "28a648e7-916f-41f6-98b7-8ebf1a514cf9", "size": null, "self": "/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9", "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_a30ba822-ad60-458a-8904-b42d94feb9f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "checksum": null, "created_at": "2018-07-27T13:26:51Z", "protected": false} 2018-07-27 13:26:52,349 - keystoneauth.session - DEBUG - POST call to image for http://192.0.2.15:9292/v2/images used request id req-93ec166c-9ad8-48f6-9428-60e455af9bda 2018-07-27 13:26:52,349 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0348198413849s 2018-07-27 13:26:52,350 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-27 13:26:52,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.15:9292/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9/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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '' 2018-07-27 13:26:52,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 27 Jul 2018 13:26:51 GMT X-Openstack-Request-Id: req-6a88aec4-adb9-4e38-ae97-e0cbf08a3577 2018-07-27 13:26:52,571 - 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-27 13:26:52,572 - keystoneauth.session - DEBUG - PUT call to image for http://192.0.2.15:9292/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9/file used request id req-6a88aec4-adb9-4e38-ae97-e0cbf08a3577 2018-07-27 13:26:52,572 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.221731901169s 2018-07-27 13:26:52,572 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-27T13:26:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9/file', u'owner': u'3d87f81259e741f394440c9fbfcee375', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'28a648e7-916f-41f6-98b7-8ebf1a514cf9', u'size': None, u'name': u'tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6', u'checksum': None, u'self': u'/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-27T13:26:51Z', u'schema': u'/v2/schemas/image'}) 2018-07-27 13:26:52,572 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-27 13:26:52,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-27 13:26:52,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 315 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:51 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-80d94a3f-3740-4543-b51f-a3118a548123 x-openstack-request-id: req-80d94a3f-3740-4543-b51f-a3118a548123 2018-07-27 13:26:52,617 - keystoneauth.session - DEBUG - RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "links": [{"href": "http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05", "rel": "self"}, {"href": "http://192.0.2.15:8774/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05", "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": "49435e8c-1397-4a39-8efd-cef57f7cce05"}} 2018-07-27 13:26:52,617 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.15:8774/v2.1/flavors used request id req-80d94a3f-3740-4543-b51f-a3118a548123 2018-07-27 13:26:52,617 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0453119277954s 2018-07-27 13:26:52,618 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_a30ba822-ad60-458a-8904-b42d94feb9f6', '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'3d87f81259e741f394440c9fbfcee375', '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'49435e8c-1397-4a39-8efd-cef57f7cce05', 'swap': 0}) 2018-07-27 13:26:52,619 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-27 13:26:52,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05/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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"extra_specs": {}}' 2018-07-27 13:26:52,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 19 Content-Type: application/json Date: Fri, 27 Jul 2018 13:26:51 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-ede7b272-154e-4b56-a752-8f88149df5d4 x-openstack-request-id: req-ede7b272-154e-4b56-a752-8f88149df5d4 2018-07-27 13:26:52,652 - keystoneauth.session - DEBUG - RESP BODY: {"extra_specs": {}} 2018-07-27 13:26:52,652 - keystoneauth.session - DEBUG - POST call to compute for http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05/os-extra_specs used request id req-ede7b272-154e-4b56-a752-8f88149df5d4 2018-07-27 13:26:52,652 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0332000255585s 2018-07-27 13:26:52,652 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_a30ba822-ad60-458a-8904-b42d94feb9f6', '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'3d87f81259e741f394440c9fbfcee375', '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'49435e8c-1397-4a39-8efd-cef57f7cce05', 'swap': 0}) 2018-07-27 13:26:56,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-27 13:26:56,293 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-27 13:26:56,294 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-27 13:26:56,296 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-27 13:26:56,298 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-27 13:27:00,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9b666886-0b35-4b5c-971c-56377165dc71/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-27 13:27:00,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-27 13:27:00,425 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-27 13:27:00,426 - 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-27 13:35:09,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d89433bb-f602-4e8b-8164-60cdd082f31c 2018-07-27 13:35:09,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd89433bb-f602-4e8b-8164-60cdd082f31c']'. 2018-07-27 13:35:10,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-27 13:35:10,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-27 13:35:10,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-27 13:35:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d89433bb-f602-4e8b-8164-60cdd082f31c | 2018-07-27 13:35:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-07-27 13:35:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-27 13:27:03 | 2018-07-27 13:35:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-27 13:35:09 | 2018-07-27 13:35:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:06 | 2018-07-27 13:35:10,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9b666886-0b35-4b5c-971c-56377165dc71) | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fb813d41-4aa6-44d4-92ca-cd6df425f7a2) | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 470.619 | 2018-07-27 13:35:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 83 | 2018-07-27 13:35:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 45 | 2018-07-27 13:35:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-27 13:35:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-27 13:35:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-07-27 13:35:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-27 13:35:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-27 13:35:10,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 96.511627907% 2018-07-27 13:35:10,351 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 08:25 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-07-27 13:35:10,355 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-27 13:35:10,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://192.0.2.15:9696/v2.0/routers/4b0d7913-eaf8-4f6b-8f86-b38bf110ed65/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}b4e7076478411f5a9665ede2d4024557b1355eee" -d '{"subnet_id": "b0a54476-a046-4065-9c33-c4779d92c123"}' 2018-07-27 13:35:12,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 309 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:11 GMT X-Openstack-Request-Id: req-0cf7c78a-ae8f-4cab-8d99-10d4716ce9b1 2018-07-27 13:35:12,557 - keystoneauth.session - DEBUG - RESP BODY: {"network_id": "26dea1e3-a408-44f0-bf61-8d436826f1a6", "tenant_id": "3d87f81259e741f394440c9fbfcee375", "subnet_id": "b0a54476-a046-4065-9c33-c4779d92c123", "subnet_ids": ["b0a54476-a046-4065-9c33-c4779d92c123"], "port_id": "31527567-48d1-4a78-afd4-499502dd759f", "id": "4b0d7913-eaf8-4f6b-8f86-b38bf110ed65"} 2018-07-27 13:35:12,557 - keystoneauth.session - DEBUG - PUT call to network for http://192.0.2.15:9696/v2.0/routers/4b0d7913-eaf8-4f6b-8f86-b38bf110ed65/remove_router_interface.json used request id req-0cf7c78a-ae8f-4cab-8d99-10d4716ce9b1 2018-07-27 13:35:12,557 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.20251607895s 2018-07-27 13:35:12,558 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-27 13:35:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:12,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 648 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:11 GMT X-Openstack-Request-Id: req-c50b0e97-31b7-440e-a984-76b723484e71 2018-07-27 13:35:12,678 - keystoneauth.session - DEBUG - RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "dc5ea387-34e5-4abe-8f40-1513ddf28de5", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b", "ip_address": "192.0.2.113"}]}, "description": "", "tags": [], "tenant_id": "3d87f81259e741f394440c9fbfcee375", "created_at": "2018-07-27T13:26:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-27T13:35:10Z", "revision_number": 4, "routes": [], "project_id": "3d87f81259e741f394440c9fbfcee375", "id": "4b0d7913-eaf8-4f6b-8f86-b38bf110ed65", "name": "tempest_smoke-router_a30ba822-ad60-458a-8904-b42d94feb9f6"}]} 2018-07-27 13:35:12,678 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.15:9696/v2.0/routers.json used request id req-c50b0e97-31b7-440e-a984-76b723484e71 2018-07-27 13:35:12,678 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119923114777s 2018-07-27 13:35:12,679 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-27 13:35:12,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:9696/v2.0/routers/4b0d7913-eaf8-4f6b-8f86-b38bf110ed65.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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:14,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Fri, 27 Jul 2018 13:35:13 GMT X-Openstack-Request-Id: req-13f1d779-5226-4ba2-9366-d67f49a59755 2018-07-27 13:35:14,101 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-27 13:35:14,101 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.15:9696/v2.0/routers/4b0d7913-eaf8-4f6b-8f86-b38bf110ed65.json used request id req-13f1d779-5226-4ba2-9366-d67f49a59755 2018-07-27 13:35:14,102 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42224407196s 2018-07-27 13:35:14,102 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-27 13:35:14,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:14,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1291 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:13 GMT X-Openstack-Request-Id: req-ed7071d3-023f-4c18-b730-b0fa29e8bb71 2018-07-27 13:35:14,169 - keystoneauth.session - DEBUG - RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"dc5ea387-34e5-4abe-8f40-1513ddf28de5","tenant_id":"ee269e13d3374baa8ad88f5456b93a9d","created_at":"2018-07-27T02:42:42Z","dns_nameservers":[],"updated_at":"2018-07-27T02:42:42Z","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":"ee269e13d3374baa8ad88f5456b93a9d","id":"4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26dea1e3-a408-44f0-bf61-8d436826f1a6","tenant_id":"3d87f81259e741f394440c9fbfcee375","created_at":"2018-07-27T13:26:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-27T13:26:45Z","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":"3d87f81259e741f394440c9fbfcee375","id":"b0a54476-a046-4065-9c33-c4779d92c123","subnetpool_id":null,"name":"tempest_smoke-subnet_a30ba822-ad60-458a-8904-b42d94feb9f6"}]} 2018-07-27 13:35:14,170 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.15:9696/v2.0/subnets.json used request id req-ed7071d3-023f-4c18-b730-b0fa29e8bb71 2018-07-27 13:35:14,170 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0678029060364s 2018-07-27 13:35:14,171 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-27 13:35:14,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:9696/v2.0/subnets/b0a54476-a046-4065-9c33-c4779d92c123.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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:15,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Fri, 27 Jul 2018 13:35:14 GMT X-Openstack-Request-Id: req-e47536cd-71ef-47cc-846f-7e6237e122a6 2018-07-27 13:35:15,482 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-27 13:35:15,483 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.15:9696/v2.0/subnets/b0a54476-a046-4065-9c33-c4779d92c123.json used request id req-e47536cd-71ef-47cc-846f-7e6237e122a6 2018-07-27 13:35:15,483 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.31119513512s 2018-07-27 13:35:15,483 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-27 13:35:15,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:15,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1357 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:14 GMT X-Openstack-Request-Id: req-3ed8c2b0-2aef-4914-9ea8-c88f89aaa152 2018-07-27 13:35:15,582 - keystoneauth.session - DEBUG - RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"26dea1e3-a408-44f0-bf61-8d436826f1a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3d87f81259e741f394440c9fbfcee375","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-27T13:35:14Z","provider:segmentation_id":97,"name":"tempest_smoke-net_a30ba822-ad60-458a-8904-b42d94feb9f6","admin_state_up":true,"tenant_id":"3d87f81259e741f394440c9fbfcee375","created_at":"2018-07-27T13:26:44Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"dc5ea387-34e5-4abe-8f40-1513ddf28de5","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ee269e13d3374baa8ad88f5456b93a9d","status":"ACTIVE","subnets":["4de9cce1-ddd8-48a7-ae98-a5c5bd1c248b"],"description":"","tags":[],"updated_at":"2018-07-27T02:42:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ee269e13d3374baa8ad88f5456b93a9d","created_at":"2018-07-27T02:42:38Z","provider:network_type":"flat"}]} 2018-07-27 13:35:15,582 - keystoneauth.session - DEBUG - GET call to network for http://192.0.2.15:9696/v2.0/networks.json used request id req-3ed8c2b0-2aef-4914-9ea8-c88f89aaa152 2018-07-27 13:35:15,583 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0991921424866s 2018-07-27 13:35:15,584 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-27 13:35:15,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:9696/v2.0/networks/26dea1e3-a408-44f0-bf61-8d436826f1a6.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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:17,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Date: Fri, 27 Jul 2018 13:35:16 GMT X-Openstack-Request-Id: req-66de7ad3-a501-4c70-aa92-101e6ff65217 2018-07-27 13:35:17,102 - keystoneauth.session - DEBUG - RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-27 13:35:17,102 - keystoneauth.session - DEBUG - DELETE call to network for http://192.0.2.15:9696/v2.0/networks/26dea1e3-a408-44f0-bf61-8d436826f1a6.json used request id req-66de7ad3-a501-4c70-aa92-101e6ff65217 2018-07-27 13:35:17,102 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51806902885s 2018-07-27 13:35:17,105 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-27 13:35:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:17,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2035 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:16 GMT X-Openstack-Request-Id: req-846acec7-b807-4e5c-a6dc-a036c8d0cac6 2018-07-27 13:35:17,455 - keystoneauth.session - DEBUG - RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-27T13:26:51Z", "file": "/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9/file", "owner": "3d87f81259e741f394440c9fbfcee375", "id": "28a648e7-916f-41f6-98b7-8ebf1a514cf9", "size": 12716032, "self": "/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-27T13:26:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-07-27T13:26:50Z", "file": "/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524/file", "owner": "3d87f81259e741f394440c9fbfcee375", "id": "661128a7-68d5-4ad8-8d8c-73670d30e524", "size": 12716032, "self": "/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524", "disk_format": "qcow2", "direct_url": "file:///var/lib/glance/images/661128a7-68d5-4ad8-8d8c-73670d30e524", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_a30ba822-ad60-458a-8904-b42d94feb9f6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-27T13:26:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-27 13:35:17,456 - keystoneauth.session - DEBUG - GET call to image for http://192.0.2.15:9292/v2/images used request id req-846acec7-b807-4e5c-a6dc-a036c8d0cac6 2018-07-27 13:35:17,456 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.350739955902s 2018-07-27 13:35:17,459 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-27 13:35:17,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:9292/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524 -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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:17,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 27 Jul 2018 13:35:16 GMT X-Openstack-Request-Id: req-108c53a6-500e-4924-af6c-af831cfe22ee 2018-07-27 13:35:17,581 - 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-27 13:35:17,581 - keystoneauth.session - DEBUG - DELETE call to image for http://192.0.2.15:9292/v2/images/661128a7-68d5-4ad8-8d8c-73670d30e524 used request id req-108c53a6-500e-4924-af6c-af831cfe22ee 2018-07-27 13:35:17,582 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.122941017151s 2018-07-27 13:35:17,596 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-27 13:35:17,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:17,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 364 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:16 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-84235ca5-caa8-49ed-9d08-726bcda14b8a x-openstack-request-id: req-84235ca5-caa8-49ed-9d08-726bcda14b8a 2018-07-27 13:35:17,920 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "links": [{"href": "http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05", "rel": "self"}, {"href": "http://192.0.2.15:8774/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05", "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": "49435e8c-1397-4a39-8efd-cef57f7cce05"}, {"name": "tempest_smoke-flavor_a30ba822-ad60-458a-8904-b42d94feb9f6", "links": [{"href": "http://192.0.2.15:8774/v2.1/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d", "rel": "self"}, {"href": "http://192.0.2.15:8774/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d", "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": "9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d"}]} 2018-07-27 13:35:17,920 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.15:8774/v2.1/flavors/detail?is_public=None used request id req-84235ca5-caa8-49ed-9d08-726bcda14b8a 2018-07-27 13:35:17,920 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.324162006378s 2018-07-27 13:35:17,925 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-27 13:35:17,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:8774/v2.1/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d -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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:17,958 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:16 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-4283fc21-4f96-47ba-afd5-cf70a425c682 x-openstack-request-id: req-4283fc21-4f96-47ba-afd5-cf70a425c682 2018-07-27 13:35:17,958 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.0.2.15:8774/v2.1/flavors/9ce6af93-c88b-4f7d-9e7e-8ada524d3f5d used request id req-4283fc21-4f96-47ba-afd5-cf70a425c682 2018-07-27 13:35:17,958 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0327830314636s 2018-07-27 13:35:17,958 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-27 13:35:17,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:9292/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9 -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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:18,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 27 Jul 2018 13:35:17 GMT X-Openstack-Request-Id: req-54d3c75b-51e9-4c4a-bd0d-f053621b2ec9 2018-07-27 13:35:18,075 - 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-27 13:35:18,076 - keystoneauth.session - DEBUG - DELETE call to image for http://192.0.2.15:9292/v2/images/28a648e7-916f-41f6-98b7-8ebf1a514cf9 used request id req-54d3c75b-51e9-4c4a-bd0d-f053621b2ec9 2018-07-27 13:35:18,076 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.117376089096s 2018-07-27 13:35:18,076 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-27 13:35:18,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://192.0.2.15: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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:18,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Encoding: gzip Content-Length: 312 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:17 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-1d513fd6-336b-4e4f-971e-351dce1df7ff x-openstack-request-id: req-1d513fd6-336b-4e4f-971e-351dce1df7ff 2018-07-27 13:35:18,116 - keystoneauth.session - DEBUG - RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_a30ba822-ad60-458a-8904-b42d94feb9f6", "links": [{"href": "http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05", "rel": "self"}, {"href": "http://192.0.2.15:8774/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05", "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": "49435e8c-1397-4a39-8efd-cef57f7cce05"}]} 2018-07-27 13:35:18,116 - keystoneauth.session - DEBUG - GET call to compute for http://192.0.2.15:8774/v2.1/flavors/detail?is_public=None used request id req-1d513fd6-336b-4e4f-971e-351dce1df7ff 2018-07-27 13:35:18,116 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0396370887756s 2018-07-27 13:35:18,117 - openstack.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-27 13:35:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05 -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}b4e7076478411f5a9665ede2d4024557b1355eee" 2018-07-27 13:35:18,146 - keystoneauth.session - DEBUG - RESP: [202] Content-Length: 0 Content-Type: application/json Date: Fri, 27 Jul 2018 13:35:17 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-69d0f044-f5ff-4462-adbc-6a8458747636 x-openstack-request-id: req-69d0f044-f5ff-4462-adbc-6a8458747636 2018-07-27 13:35:18,146 - keystoneauth.session - DEBUG - DELETE call to compute for http://192.0.2.15:8774/v2.1/flavors/49435e8c-1397-4a39-8efd-cef57f7cce05 used request id req-69d0f044-f5ff-4462-adbc-6a8458747636 2018-07-27 13:35:18,146 - openstack.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.028529882431s 2018-07-27 13:35:18,146 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-07-27 13:35:18,147 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR