2021-11-30 12:15:01.289 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:01.289 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:01.289 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:03.604 7 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-11-30 12:15:03.604 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-11-30 12:15:03.604 7 ERROR rally.cli.cliutils 2021-11-30 12:15:05.053 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:05.053 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:05.053 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:09.089 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:09.089 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:09.090 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:13.612 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:13.612 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:13.612 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:14.925 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:14.925 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:14.925 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:17.172 13 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-11-30 12:15:17.172 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-11-30 12:15:17.172 13 ERROR rally.cli.cliutils 2021-11-30 12:15:18.545 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:18.545 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:18.545 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:20.826 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-30 12:15:20.887 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/repo. 2021-11-30 12:15:21.228 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/repo'... done. Note: switching to 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-11-30 12:15:21.244 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-30 12:15:21.251 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-30 12:15:21.261 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-30 12:15:21.317 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-30 12:15:21.990 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ccd7dee-b5a4-4866-a31c-36cbcaace2ba) has been successfully created! 2021-11-30 12:15:23.469 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:23.469 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:23.469 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:30.058 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:30.058 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:30.058 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:32.945 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7ccd7dee-b5a4-4866-a31c-36cbcaace2ba) for deployment 'opnfv-rally' (UUID=04a9f32d-264a-420c-8d3c-e75ad284b43d). 2021-11-30 12:15:33.341 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ccd7dee-b5a4-4866-a31c-36cbcaace2ba) has been successfully configured for deployment 'opnfv-rally' (UUID=04a9f32d-264a-420c-8d3c-e75ad284b43d)! 2021-11-30 12:15:39.741 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:39.741 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:39.741 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:42.611 26 INFO rally.api [-] Starting verification (UUID=0a00ab31-a57d-4b16-80b9-9772c7de33e9) for deployment 'opnfv-rally' (UUID=04a9f32d-264a-420c-8d3c-e75ad284b43d) by verifier 'opnfv-tempest' (UUID=7ccd7dee-b5a4-4866-a31c-36cbcaace2ba). 2021-11-30 12:15:43.319 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-30 12:15:43.320 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/for-deployment-04a9f32d-264a-420c-8d3c-e75ad284b43d/tempest.log' to option 'log_file'. 2021-11-30 12:15:43.320 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/for-deployment-04a9f32d-264a-420c-8d3c-e75ad284b43d/tempest.log 2021-11-30 12:15:43.320 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-30 12:15:43.321 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/for-deployment-04a9f32d-264a-420c-8d3c-e75ad284b43d/lock_files' to option 'lock_path'. 2021-11-30 12:15:43.321 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/for-deployment-04a9f32d-264a-420c-8d3c-e75ad284b43d/lock_files 2021-11-30 12:15:43.321 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-30 12:15:43.322 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/for-deployment-04a9f32d-264a-420c-8d3c-e75ad284b43d' to option 'img_dir'. 2021-11-30 12:15:43.322 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-7ccd7dee-b5a4-4866-a31c-36cbcaace2ba/for-deployment-04a9f32d-264a-420c-8d3c-e75ad284b43d 2021-11-30 12:15:43.323 26 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-11-30 12:15:43.323 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 40f05bf8-2439-4d42-be1b-3b05f220f07b 2021-11-30 12:15:43.323 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 32706360-2104-49ba-9199-13cc030d53a1 2021-11-30 12:15:43.324 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b3451489-1929-48cf-bd07-d153dddd661b 2021-11-30 12:15:43.325 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7a9c4b26-eace-4c7e-be70-aa38a83221b3 2021-11-30 12:15:43.571 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-30 12:15:43.571 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_8b6af616-499e-4519-8c99-d64ab8fd0ee1 2021-11-30 12:15:43.572 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-30 12:15:43.679 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-11-30 12:15:43.681 26 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}30706c945a917b83fbc55f13ff94df65a0032013bf0a2820328eecf1ab49c3d4" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:15:43.710 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6620 Content-Type: application/json Date: Tue, 30 Nov 2021 12:15:43 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-5fe02e19-600a-41b4-988e-88ac9a8a2759 x-openstack-request-id: req-5fe02e19-600a-41b4-988e-88ac9a8a2759 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:15:43.710 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"id": "09e59c7a-7e04-45a0-b2a5-5f3aabafde75", "name": "tempest_smoke-flavor_alt_427643b5-8412-4aee-af91-ac0c0a3821d6", "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/09e59c7a-7e04-45a0-b2a5-5f3aabafde75"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/09e59c7a-7e04-45a0-b2a5-5f3aabafde75"}]}, {"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": "19eb9e90-c789-49ea-8310-e608b9e9bfd0", "name": "rally_verify_c289e69c_iShCZDV1", "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/19eb9e90-c789-49ea-8310-e608b9e9bfd0"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/19eb9e90-c789-49ea-8310-e608b9e9bfd0"}]}, {"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": "4397609b-34c0-494a-8859-b80459c3227e", "name": "cinder_test-flavor_21a7cca9-9943-4bad-b032-ef2dba898b82", "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/4397609b-34c0-494a-8859-b80459c3227e"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4397609b-34c0-494a-8859-b80459c3227e"}]}, {"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": "50d85f70-7ebb-45c6-bc42-90bc9141c943", "name": "tempest_smoke-flavor_427643b5-8412-4aee-af91-ac0c0a3821d6", "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/50d85f70-7ebb-45c6-bc42-90bc9141c943"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/50d85f70-7ebb-45c6-bc42-90bc9141c943"}]}, {"id": "7a9c4b26-eace-4c7e-be70-aa38a83221b3", "name": "tempest_horizon-flavor_alt_8b6af616-499e-4519-8c99-d64ab8fd0ee1", "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/7a9c4b26-eace-4c7e-be70-aa38a83221b3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/7a9c4b26-eace-4c7e-be70-aa38a83221b3"}]}, {"id": "b3451489-1929-48cf-bd07-d153dddd661b", "name": "tempest_horizon-flavor_8b6af616-499e-4519-8c99-d64ab8fd0ee1", "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/b3451489-1929-48cf-bd07-d153dddd661b"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/b3451489-1929-48cf-bd07-d153dddd661b"}]}, {"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"}]}]} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 12:15:43.711 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-5fe02e19-600a-41b4-988e-88ac9a8a2759 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:15:43.712 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c289e69c_iShCZDV1'. Using flavor 'rally_verify_c289e69c_iShCZDV1' (ID = 19eb9e90-c789-49ea-8310-e608b9e9bfd0) for the tests. 2021-11-30 12:15:43.712 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '19eb9e90-c789-49ea-8310-e608b9e9bfd0' to option 'instance_type'. 2021-11-30 12:15:43.713 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 19eb9e90-c789-49ea-8310-e608b9e9bfd0 2021-11-30 12:15:43.714 26 INFO rally.task.context [-] Verification 7ccd7dee-b5a4-4866-a31c-36cbcaace2ba | Context tempest@default setup() finished in 0.91 sec 2021-11-30 12:15:43.716 26 INFO rally.task.context [-] Verification 7ccd7dee-b5a4-4866-a31c-36cbcaace2ba | Context testr@default setup() finished in 1.15 msec 2021-11-30 12:15:43.716 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/4d87e5fa-b3c3-4cc9-a2da-21e43f4b09c5'. 2021-11-30 12:15:48.329 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [1.850s] 2021-11-30 12:15:49.074 26 INFO rally.task.context [-] Verification 7ccd7dee-b5a4-4866-a31c-36cbcaace2ba | Context testr@default cleanup() started 2021-11-30 12:15:49.074 26 INFO rally.task.context [-] Verification 7ccd7dee-b5a4-4866-a31c-36cbcaace2ba | Context testr@default cleanup() finished in 0.84 msec 2021-11-30 12:15:49.075 26 INFO rally.task.context [-] Verification 7ccd7dee-b5a4-4866-a31c-36cbcaace2ba | Context tempest@default cleanup() started 2021-11-30 12:15:49.259 26 INFO rally.task.context [-] Verification 7ccd7dee-b5a4-4866-a31c-36cbcaace2ba | Context tempest@default cleanup() finished in 0.18 sec 2021-11-30 12:15:49.270 26 INFO rally.api [-] Verification (UUID=0a00ab31-a57d-4b16-80b9-9772c7de33e9) has been successfully finished for deployment 'opnfv-rally' (UUID=04a9f32d-264a-420c-8d3c-e75ad284b43d)! 2021-11-30 12:15:51.165 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:51.166 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:51.166 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:53.191 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:53.191 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:53.191 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:55.640 31 INFO rally.api [-] Building 'html' report for the following verification(s): '0a00ab31-a57d-4b16-80b9-9772c7de33e9' 2021-11-30 12:15:55.666 31 INFO rally.api [-] The report has been successfully built. 2021-11-30 12:15:57.379 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:57.379 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:57.379 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:16:00.078 32 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0a00ab31-a57d-4b16-80b9-9772c7de33e9' 2021-11-30 12:16:00.081 32 INFO rally.api [-] The report has been successfully built.