2021-06-27 11:09:03.653 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:03.653 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:03.654 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 11:09:05.981 8 ERROR rally.cli.cliutils 2021-06-27 11:09:07.406 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:07.406 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:07.406 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:11.858 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:11.859 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:11.859 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:16.186 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:16.186 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:16.187 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:17.537 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:17.538 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:17.538 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 11:09:19.868 18 ERROR rally.cli.cliutils 2021-06-27 11:09:21.285 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:21.285 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:21.285 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:23.526 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-27 11:09:23.566 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/repo. 2021-06-27 11:09:23.903 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/repo'... done. ' 2021-06-27 11:09:23.915 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-06-27 11:09:23.930 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-27 11:09:23.982 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-27 11:09:24.621 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b617a150-b8e3-4b89-a1d2-a8f490376396) has been successfully created! 2021-06-27 11:09:25.972 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:25.972 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:25.972 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:30.144 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:30.144 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:30.144 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:32.404 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b617a150-b8e3-4b89-a1d2-a8f490376396) for deployment 'opnfv-rally' (UUID=ca0deb96-3945-4879-9d85-d7f335c3e3fd). 2021-06-27 11:09:33.456 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b617a150-b8e3-4b89-a1d2-a8f490376396) has been successfully configured for deployment 'opnfv-rally' (UUID=ca0deb96-3945-4879-9d85-d7f335c3e3fd)! 2021-06-27 11:09:38.418 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:09:38.419 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:09:38.419 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:09:40.912 37 INFO rally.api [-] Starting verification (UUID=ea151a6f-4aa5-4e8b-b8d3-7b2fb68d24e9) for deployment 'opnfv-rally' (UUID=ca0deb96-3945-4879-9d85-d7f335c3e3fd) by verifier 'opnfv-tempest' (UUID=b617a150-b8e3-4b89-a1d2-a8f490376396). 2021-06-27 11:09:41.426 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-27 11:09:41.426 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/for-deployment-ca0deb96-3945-4879-9d85-d7f335c3e3fd/tempest.log' to option 'log_file'. 2021-06-27 11:09:41.426 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/for-deployment-ca0deb96-3945-4879-9d85-d7f335c3e3fd/tempest.log 2021-06-27 11:09:41.426 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-27 11:09:41.427 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/for-deployment-ca0deb96-3945-4879-9d85-d7f335c3e3fd/lock_files' to option 'lock_path'. 2021-06-27 11:09:41.427 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/for-deployment-ca0deb96-3945-4879-9d85-d7f335c3e3fd/lock_files 2021-06-27 11:09:41.427 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-06-27 11:09:41.427 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/for-deployment-ca0deb96-3945-4879-9d85-d7f335c3e3fd' to option 'img_dir'. 2021-06-27 11:09:41.428 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-b617a150-b8e3-4b89-a1d2-a8f490376396/for-deployment-ca0deb96-3945-4879-9d85-d7f335c3e3fd 2021-06-27 11:09:41.428 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-06-27 11:09:41.428 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c0c82be1-7281-4b1e-9f3e-0615e6e6eb57 2021-06-27 11:09:41.428 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9bd341e7-dad2-468e-8df3-74f23bbd5fbf 2021-06-27 11:09:41.429 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = daeda5c8-836e-40dd-b8ac-0e20a73191df 2021-06-27 11:09:41.429 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f0102a41-a8e7-4218-a69d-b52ded4c05be 2021-06-27 11:09:42.339 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-27 11:09:42.339 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_e0a7a67e-2239-4065-b4f7-421853726b0a 2021-06-27 11:09:42.340 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-27 11:09:42.409 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-27 11:09:42.410 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X GET http://172.30.12.85/compute/v2.1/flavors/detail -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}0b8f0721c980b0905f28bbdb9f4624f98a3c16a45036401e6c44a1220b97d58a" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 11:09:42.442 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 4605 Content-Type: application/json Date: Sun, 27 Jun 2021 11:09:42 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-954ad70f-3f5a-4fde-8064-4320d3a70ae0 x-openstack-request-id: req-954ad70f-3f5a-4fde-8064-4320d3a70ae0 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 11:09:42.442 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d2"}]}, {"id": "d3", "name": "ds2G", "ram": 2048, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d3"}]}, {"id": "d4", "name": "ds4G", "ram": 4096, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d4"}]}, {"id": "daeda5c8-836e-40dd-b8ac-0e20a73191df", "name": "tempest_smoke-flavor_e0a7a67e-2239-4065-b4f7-421853726b0a", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/daeda5c8-836e-40dd-b8ac-0e20a73191df"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/daeda5c8-836e-40dd-b8ac-0e20a73191df"}]}, {"id": "f0102a41-a8e7-4218-a69d-b52ded4c05be", "name": "tempest_smoke-flavor_alt_e0a7a67e-2239-4065-b4f7-421853726b0a", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/f0102a41-a8e7-4218-a69d-b52ded4c05be"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/f0102a41-a8e7-4218-a69d-b52ded4c05be"}]}]} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 11:09:42.443 37 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-954ad70f-3f5a-4fde-8064-4320d3a70ae0 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 11:09:42.445 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-27 11:09:42.446 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ea151a6f_HeGsm24U' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-27 11:09:42.447 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X POST http://172.30.12.85/compute/v2.1/flavors -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}0b8f0721c980b0905f28bbdb9f4624f98a3c16a45036401e6c44a1220b97d58a" -d '{"flavor": {"name": "rally_verify_ea151a6f_HeGsm24U", "ram": 64, "vcpus": 1, "disk": 5, "id": null, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}}' _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 11:09:42.482 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Sun, 27 Jun 2021 11:09:42 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-d8c42da8-6bce-491b-8ecf-e8afa37cbfd4 x-openstack-request-id: req-d8c42da8-6bce-491b-8ecf-e8afa37cbfd4 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 11:09:42.483 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "e807a9c7-602c-46cf-8e9a-4799a6f238b0", "name": "rally_verify_ea151a6f_HeGsm24U", "ram": 64, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/e807a9c7-602c-46cf-8e9a-4799a6f238b0"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e807a9c7-602c-46cf-8e9a-4799a6f238b0"}]}} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 11:09:42.483 37 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-d8c42da8-6bce-491b-8ecf-e8afa37cbfd4 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 11:09:42.484 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ea151a6f_HeGsm24U' (ID = e807a9c7-602c-46cf-8e9a-4799a6f238b0) has been successfully created! 2021-06-27 11:09:42.485 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e807a9c7-602c-46cf-8e9a-4799a6f238b0' to option 'instance_type'. 2021-06-27 11:09:42.485 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e807a9c7-602c-46cf-8e9a-4799a6f238b0 2021-06-27 11:09:42.487 37 INFO rally.task.context [-] Verification b617a150-b8e3-4b89-a1d2-a8f490376396 | Context tempest@default setup() finished in 1.40 sec 2021-06-27 11:09:42.488 37 INFO rally.task.context [-] Verification b617a150-b8e3-4b89-a1d2-a8f490376396 | Context testr@default setup() finished in 0.56 msec 2021-06-27 11:09:42.488 37 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/045d7fda-5152-45d6-b6e9-cccb731cfbbd'. 2021-06-27 11:09:45.269 37 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.173s] 2021-06-27 11:09:45.336 37 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.068s] 2021-06-27 11:09:46.768 37 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.604s] 2021-06-27 11:09:47.965 37 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.196s] 2021-06-27 11:09:49.693 37 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.153s] 2021-06-27 11:09:51.885 37 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.748s] 2021-06-27 11:09:56.021 37 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.366s] 2021-06-27 11:10:00.184 37 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.608s] 2021-06-27 11:10:02.370 37 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.068s] 2021-06-27 11:10:03.937 37 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.296s] 2021-06-27 11:10:04.637 37 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.698s] 2021-06-27 11:10:04.758 37 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.121s] 2021-06-27 11:10:13.215 37 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.146s] 2021-06-27 11:10:13.217 37 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-06-27 11:10:15.483 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.552s] 2021-06-27 11:10:20.260 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.771s] 2021-06-27 11:10:20.270 37 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [29.972s] 2021-06-27 11:10:27.572 37 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.842s] 2021-06-27 11:10:29.097 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.708s] 2021-06-27 11:10:32.061 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.962s] 2021-06-27 11:10:38.395 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.334s] 2021-06-27 11:10:39.368 37 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.465s] 2021-06-27 11:10:42.725 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.596s] 2021-06-27 11:10:43.072 37 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.265s] 2021-06-27 11:10:45.629 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.904s] 2021-06-27 11:10:46.290 37 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.221s] 2021-06-27 11:10:48.325 37 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.186s] 2021-06-27 11:10:48.326 37 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-06-27 11:10:49.262 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.633s] 2021-06-27 11:10:49.857 37 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2021-06-27 11:10:49.923 37 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2021-06-27 11:10:49.945 37 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2021-06-27 11:10:49.953 37 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2021-06-27 11:10:52.039 37 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.142s] 2021-06-27 11:10:52.040 37 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-27 11:10:52.245 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.790s] 2021-06-27 11:10:59.014 37 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.032s] 2021-06-27 11:10:59.023 37 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2021-06-27 11:10:59.765 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.096s] 2021-06-27 11:10:59.859 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.651s] 2021-06-27 11:10:59.929 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.163s] 2021-06-27 11:11:00.032 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.172s] 2021-06-27 11:11:00.088 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.159s] 2021-06-27 11:11:00.148 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.060s] 2021-06-27 11:11:00.160 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.128s] 2021-06-27 11:11:00.236 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2021-06-27 11:11:00.255 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.106s] 2021-06-27 11:11:00.340 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.086s] 2021-06-27 11:11:00.365 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.126s] 2021-06-27 11:11:00.440 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2021-06-27 11:11:00.610 37 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-06-27 11:11:02.097 37 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.127s] 2021-06-27 11:11:04.009 37 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.425s] 2021-06-27 11:11:05.754 37 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.277s] 2021-06-27 11:11:05.854 37 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.098s] 2021-06-27 11:11:05.931 37 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.078s] 2021-06-27 11:11:07.273 37 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.708s] 2021-06-27 11:11:07.767 37 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2021-06-27 11:11:09.857 37 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.064s] 2021-06-27 11:11:09.977 37 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.119s] 2021-06-27 11:11:10.359 37 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.960s] 2021-06-27 11:11:11.533 37 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.169s] 2021-06-27 11:11:11.595 37 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.067s] 2021-06-27 11:11:12.798 37 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2021-06-27 11:11:12.898 37 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.099s] 2021-06-27 11:11:13.964 37 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.069s] 2021-06-27 11:11:14.486 37 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-06-27 11:11:14.837 37 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.031s] 2021-06-27 11:11:14.851 37 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-06-27 11:11:15.749 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [12.805s] 2021-06-27 11:11:15.962 37 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2021-06-27 11:11:17.482 37 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-06-27 11:11:18.007 37 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2021-06-27 11:11:18.137 37 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.281s] 2021-06-27 11:11:18.286 37 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.147s] 2021-06-27 11:11:18.406 37 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.121s] 2021-06-27 11:11:22.148 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.397s] 2021-06-27 11:11:22.993 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.863s] 2021-06-27 11:11:25.669 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.676s] 2021-06-27 11:11:27.527 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.859s] 2021-06-27 11:11:27.598 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.070s] 2021-06-27 11:11:27.662 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.064s] 2021-06-27 11:11:27.682 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.533s] 2021-06-27 11:11:32.639 37 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.957s] 2021-06-27 11:11:33.447 37 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.058s] 2021-06-27 11:11:34.623 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.093s] 2021-06-27 11:11:35.319 37 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.093s] 2021-06-27 11:11:35.346 37 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.027s] 2021-06-27 11:11:38.561 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.938s] 2021-06-27 11:11:40.253 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.692s] 2021-06-27 11:11:40.331 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.077s] 2021-06-27 11:11:40.384 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2021-06-27 11:11:42.214 37 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.948s] 2021-06-27 11:11:50.239 37 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.022s] 2021-06-27 11:11:52.519 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.283s] 2021-06-27 11:11:59.086 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.566s] 2021-06-27 11:12:05.266 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.180s] 2021-06-27 11:12:08.580 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.313s] 2021-06-27 11:12:11.047 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.721s] 2021-06-27 11:12:13.130 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.078s] 2021-06-27 11:12:13.171 37 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2021-06-27 11:12:14.572 37 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.037s] 2021-06-27 11:12:14.590 37 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2021-06-27 11:12:14.613 37 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.022s] 2021-06-27 11:12:14.645 37 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.031s] 2021-06-27 11:12:15.824 37 INFO rally.task.context [-] Verification b617a150-b8e3-4b89-a1d2-a8f490376396 | Context testr@default cleanup() started 2021-06-27 11:12:15.825 37 INFO rally.task.context [-] Verification b617a150-b8e3-4b89-a1d2-a8f490376396 | Context testr@default cleanup() finished in 0.76 msec 2021-06-27 11:12:15.825 37 INFO rally.task.context [-] Verification b617a150-b8e3-4b89-a1d2-a8f490376396 | Context tempest@default cleanup() started 2021-06-27 11:12:15.990 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ea151a6f_HeGsm24U'. 2021-06-27 11:12:15.990 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/e807a9c7-602c-46cf-8e9a-4799a6f238b0 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}1303c845a9cade68c0086f29440b8e2db206b2d9f4e1a043f7c2ccf77dedbebb" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 11:12:16.172 37 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Sun, 27 Jun 2021 11:12:15 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-396183d1-7b98-4dba-88a3-354a795b0d15 x-openstack-request-id: req-396183d1-7b98-4dba-88a3-354a795b0d15 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 11:12:16.173 37 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/e807a9c7-602c-46cf-8e9a-4799a6f238b0 used request id req-396183d1-7b98-4dba-88a3-354a795b0d15 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 11:12:16.174 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ea151a6f_HeGsm24U' has been deleted. 2021-06-27 11:12:16.175 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e807a9c7-602c-46cf-8e9a-4799a6f238b0' of option 'instance_type' from Tempest config file. 2021-06-27 11:12:16.175 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e807a9c7-602c-46cf-8e9a-4799a6f238b0' has been removed. 2021-06-27 11:12:16.177 37 INFO rally.task.context [-] Verification b617a150-b8e3-4b89-a1d2-a8f490376396 | Context tempest@default cleanup() finished in 0.35 sec 2021-06-27 11:12:16.196 37 INFO rally.api [-] Verification (UUID=ea151a6f-4aa5-4e8b-b8d3-7b2fb68d24e9) has been successfully finished for deployment 'opnfv-rally' (UUID=ca0deb96-3945-4879-9d85-d7f335c3e3fd)! 2021-06-27 11:12:17.770 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:12:17.770 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:12:17.770 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:12:19.349 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:12:19.349 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:12:19.349 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:12:21.513 63 INFO rally.api [-] Building 'html' report for the following verification(s): 'ea151a6f-4aa5-4e8b-b8d3-7b2fb68d24e9' 2021-06-27 11:12:21.535 63 INFO rally.api [-] The report has been successfully built. 2021-06-27 11:12:22.863 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 11:12:22.863 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 11:12:22.863 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 11:12:25.036 65 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ea151a6f-4aa5-4e8b-b8d3-7b2fb68d24e9' 2021-06-27 11:12:25.042 65 INFO rally.api [-] The report has been successfully built.