2021-06-27 12:51:07.124 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:07.124 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:07.125 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:09.798 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 12:51:09.798 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 12:51:09.798 8 ERROR rally.cli.cliutils 2021-06-27 12:51:11.383 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:11.383 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:11.383 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:15.491 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:15.492 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:15.492 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:20.383 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:20.383 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:20.383 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:21.870 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:21.870 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:21.870 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:24.370 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 12:51:24.370 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 12:51:24.370 18 ERROR rally.cli.cliutils 2021-06-27 12:51:25.954 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:25.954 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:25.955 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:28.425 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-27 12:51:28.486 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/repo. 2021-06-27 12:51:28.845 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/repo'... done. ' 2021-06-27 12:51:28.858 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-06-27 12:51:28.867 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-27 12:51:28.920 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-27 12:51:29.769 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b) has been successfully created! 2021-06-27 12:51:31.384 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:31.384 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:31.384 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:36.189 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:36.189 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:36.190 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:38.803 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b) for deployment 'opnfv-rally' (UUID=f0a34943-a873-4367-a172-012939af3052). 2021-06-27 12:51:39.150 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b) has been successfully configured for deployment 'opnfv-rally' (UUID=f0a34943-a873-4367-a172-012939af3052)! 2021-06-27 12:51:49.125 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:49.125 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:49.125 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:51.631 37 INFO rally.api [-] Starting verification (UUID=57e06aef-f42b-4ce1-8485-112a4a861034) for deployment 'opnfv-rally' (UUID=f0a34943-a873-4367-a172-012939af3052) by verifier 'opnfv-tempest' (UUID=789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b). 2021-06-27 12:51:52.122 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-27 12:51:52.123 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/for-deployment-f0a34943-a873-4367-a172-012939af3052/tempest.log' to option 'log_file'. 2021-06-27 12:51:52.123 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/for-deployment-f0a34943-a873-4367-a172-012939af3052/tempest.log 2021-06-27 12:51:52.123 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-27 12:51:52.124 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/for-deployment-f0a34943-a873-4367-a172-012939af3052/lock_files' to option 'lock_path'. 2021-06-27 12:51:52.124 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/for-deployment-f0a34943-a873-4367-a172-012939af3052/lock_files 2021-06-27 12:51:52.124 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-06-27 12:51:52.124 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/for-deployment-f0a34943-a873-4367-a172-012939af3052' to option 'img_dir'. 2021-06-27 12:51:52.125 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b/for-deployment-f0a34943-a873-4367-a172-012939af3052 2021-06-27 12:51:52.125 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 12:51:52.125 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4d818bf6-b3bd-43b5-868e-29ef928c86d7 2021-06-27 12:51:52.126 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9442ca2d-581d-4011-90a1-f7b556f58500 2021-06-27 12:51:52.126 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 38d96822-ffec-47df-84c3-0e9030b256a8 2021-06-27 12:51:52.127 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fc35aacc-41a3-4a11-a963-1c67a91ae008 2021-06-27 12:51:52.326 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-27 12:51:52.326 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_9bbd2c8f-8b1e-42a5-b9cc-fdcb5bdd32ed 2021-06-27 12:51:52.327 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-27 12:51:52.421 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 12:51:52.422 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}a05d0b088acd8124442155b0aed52fdbe64e68bd3eb521402a8a59b6abfcf62a" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:51:52.454 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 7174 Content-Type: application/json Date: Sun, 27 Jun 2021 12:51:52 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-e933d75d-cc57-4cf2-a9ac-9302a232a26f x-openstack-request-id: req-e933d75d-cc57-4cf2-a9ac-9302a232a26f _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:51:52.455 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": "2aa3d8c1-28c6-4e96-99f4-7b3bd6ec2845", "name": "tempest_neutron_cntt-flavor_e46f4dd2-ff26-4a75-b453-4620305f09fe", "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/2aa3d8c1-28c6-4e96-99f4-7b3bd6ec2845"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2aa3d8c1-28c6-4e96-99f4-7b3bd6ec2845"}]}, {"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": "38d96822-ffec-47df-84c3-0e9030b256a8", "name": "tempest_cinder_cntt-flavor_9bbd2c8f-8b1e-42a5-b9cc-fdcb5bdd32ed", "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/38d96822-ffec-47df-84c3-0e9030b256a8"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/38d96822-ffec-47df-84c3-0e9030b256a8"}]}, {"id": "3c91acf1-c9cb-4231-80fd-da87fe01ea11", "name": "rally_verify_b7d14dfd_juOVXb8P", "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/3c91acf1-c9cb-4231-80fd-da87fe01ea11"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3c91acf1-c9cb-4231-80fd-da87fe01ea11"}]}, {"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": "6a341c28-8ee3-494a-8196-56992dcd7118", "name": "tempest_keystone_cntt-flavor_alt_ef0ee462-aaf0-4c28-9c9f-d385714131de", "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/6a341c28-8ee3-494a-8196-56992dcd7118"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/6a341c28-8ee3-494a-8196-56992dcd7118"}]}, {"id": "85d83ef9-d561-4fe8-832e-907524d77c62", "name": "tempest_neutron_cntt-flavor_alt_e46f4dd2-ff26-4a75-b453-4620305f09fe", "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/85d83ef9-d561-4fe8-832e-907524d77c62"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/85d83ef9-d561-4fe8-832e-907524d77c62"}]}, {"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": "e5de801c-201f-453b-97ab-14c9eacd26ee", "name": "tempest_keystone_cntt-flavor_ef0ee462-aaf0-4c28-9c9f-d385714131de", "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/e5de801c-201f-453b-97ab-14c9eacd26ee"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e5de801c-201f-453b-97ab-14c9eacd26ee"}]}, {"id": "fc35aacc-41a3-4a11-a963-1c67a91ae008", "name": "tempest_cinder_cntt-flavor_alt_9bbd2c8f-8b1e-42a5-b9cc-fdcb5bdd32ed", "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/fc35aacc-41a3-4a11-a963-1c67a91ae008"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/fc35aacc-41a3-4a11-a963-1c67a91ae008"}]}]} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 12:51:52.455 37 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-e933d75d-cc57-4cf2-a9ac-9302a232a26f request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:51:52.457 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b7d14dfd_juOVXb8P'. Using flavor 'rally_verify_b7d14dfd_juOVXb8P' (ID = 3c91acf1-c9cb-4231-80fd-da87fe01ea11) for the tests. 2021-06-27 12:51:52.457 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3c91acf1-c9cb-4231-80fd-da87fe01ea11' to option 'instance_type'. 2021-06-27 12:51:52.458 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3c91acf1-c9cb-4231-80fd-da87fe01ea11 2021-06-27 12:51:52.459 37 INFO rally.task.context [-] Verification 789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b | Context tempest@default setup() finished in 0.70 sec 2021-06-27 12:51:52.459 37 INFO rally.task.context [-] Verification 789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b | Context testr@default setup() finished in 0.28 msec 2021-06-27 12:51:52.460 37 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f5190a73-4b96-4127-a645-bd848261b846'. 2021-06-27 12:52:00.072 37 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.078s] 2021-06-27 12:52:03.864 37 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.791s] 2021-06-27 12:52:04.114 37 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.008s] 2021-06-27 12:52:04.343 37 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [5.706s] 2021-06-27 12:52:11.854 37 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.416s] 2021-06-27 12:52:28.613 37 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [16.757s] 2021-06-27 12:52:42.020 37 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.407s] 2021-06-27 12:52:54.768 37 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.166s] 2021-06-27 12:52:58.764 37 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [3.995s] 2021-06-27 12:54:18.360 37 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity ... success [120.323s] 2021-06-27 12:54:24.033 37 INFO rally.task.context [-] Verification 789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b | Context testr@default cleanup() started 2021-06-27 12:54:24.034 37 INFO rally.task.context [-] Verification 789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b | Context testr@default cleanup() finished in 0.79 msec 2021-06-27 12:54:24.034 37 INFO rally.task.context [-] Verification 789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b | Context tempest@default cleanup() started 2021-06-27 12:54:24.236 37 INFO rally.task.context [-] Verification 789d84e8-3d6c-4d57-b6f8-8a9b65a23b6b | Context tempest@default cleanup() finished in 0.20 sec 2021-06-27 12:54:24.336 37 INFO rally.api [-] Verification (UUID=57e06aef-f42b-4ce1-8485-112a4a861034) has been successfully finished for deployment 'opnfv-rally' (UUID=f0a34943-a873-4367-a172-012939af3052)! 2021-06-27 12:54:26.331 101 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:54:26.331 101 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:54:26.332 101 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:54:28.289 103 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:54:28.289 103 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:54:28.289 103 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:54:31.320 103 INFO rally.api [-] Building 'html' report for the following verification(s): '57e06aef-f42b-4ce1-8485-112a4a861034' 2021-06-27 12:54:31.343 103 INFO rally.api [-] The report has been successfully built. 2021-06-27 12:54:33.160 105 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:54:33.160 105 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:54:33.160 105 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:54:35.967 105 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '57e06aef-f42b-4ce1-8485-112a4a861034' 2021-06-27 12:54:35.969 105 INFO rally.api [-] The report has been successfully built.