2021-11-30 12:17:50.355 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:17:50.356 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:17:50.356 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:17:53.108 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:17:53.108 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-30 12:17:53.108 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:17:53.108 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:17:53.108 7 ERROR rally.cli.cliutils 2021-11-30 12:17:54.701 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:17:54.701 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:17:54.701 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:17:58.830 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:17:58.830 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:17:58.830 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:03.618 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:18:03.618 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:18:03.618 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:05.159 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:18:05.160 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:18:05.160 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:07.466 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:18:07.466 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-30 12:18:07.466 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:18:07.466 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:18:07.466 13 ERROR rally.cli.cliutils 2021-11-30 12:18:09.000 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:18:09.000 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:18:09.000 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:11.301 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-30 12:18:11.343 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/repo. 2021-11-30 12:18:11.634 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/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:18:11.649 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-30 12:18:11.656 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-30 12:18:11.663 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-30 12:18:11.718 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-30 12:18:12.469 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=74f16d68-be3b-43f1-b7aa-00ced53f00ee) has been successfully created! 2021-11-30 12:18:14.052 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:18:14.052 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:18:14.053 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:21.047 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:18:21.047 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:18:21.048 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:23.368 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=74f16d68-be3b-43f1-b7aa-00ced53f00ee) for deployment 'opnfv-rally' (UUID=f4cf3ad7-037d-4c47-80eb-0722af2271f8). 2021-11-30 12:18:23.713 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=74f16d68-be3b-43f1-b7aa-00ced53f00ee) has been successfully configured for deployment 'opnfv-rally' (UUID=f4cf3ad7-037d-4c47-80eb-0722af2271f8)! 2021-11-30 12:18:32.958 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:18:32.958 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:18:32.958 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:18:35.292 26 INFO rally.api [-] Starting verification (UUID=e561e2f9-7acc-47b4-85bb-72a0ab8722c2) for deployment 'opnfv-rally' (UUID=f4cf3ad7-037d-4c47-80eb-0722af2271f8) by verifier 'opnfv-tempest' (UUID=74f16d68-be3b-43f1-b7aa-00ced53f00ee). 2021-11-30 12:18:35.898 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-30 12:18:35.899 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/for-deployment-f4cf3ad7-037d-4c47-80eb-0722af2271f8/tempest.log' to option 'log_file'. 2021-11-30 12:18:35.899 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/for-deployment-f4cf3ad7-037d-4c47-80eb-0722af2271f8/tempest.log 2021-11-30 12:18:35.899 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-30 12:18:35.900 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/for-deployment-f4cf3ad7-037d-4c47-80eb-0722af2271f8/lock_files' to option 'lock_path'. 2021-11-30 12:18:35.900 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/for-deployment-f4cf3ad7-037d-4c47-80eb-0722af2271f8/lock_files 2021-11-30 12:18:35.900 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-30 12:18:35.901 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/for-deployment-f4cf3ad7-037d-4c47-80eb-0722af2271f8' to option 'img_dir'. 2021-11-30 12:18:35.901 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-74f16d68-be3b-43f1-b7aa-00ced53f00ee/for-deployment-f4cf3ad7-037d-4c47-80eb-0722af2271f8 2021-11-30 12:18:35.901 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:18:35.901 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 98f9e0e3-00a0-4d6b-b046-07cd8e72da27 2021-11-30 12:18:35.902 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ae819758-97ef-4d7b-b932-5f2ff5c53655 2021-11-30 12:18:35.902 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8fc77b65-cbac-42a7-b95c-7d712cb54d41 2021-11-30 12:18:35.903 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9549e3ef-71a6-457c-8a21-7a41ad5f6d56 2021-11-30 12:18:36.049 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-30 12:18:36.050 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_4082bafa-4240-4cb3-bfa9-bf7b21f64e6e 2021-11-30 12:18:36.050 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-30 12:18:36.148 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:18:36.148 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}cd09f4540a2be04d29f1c362ddf545144dd82d6350f2e6b43d718509f170520b" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:18:36.178 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 7144 Content-Type: application/json Date: Tue, 30 Nov 2021 12:18:36 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-ae8d50ba-910e-4660-a997-77d23d0e6845 x-openstack-request-id: req-ae8d50ba-910e-4660-a997-77d23d0e6845 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:18:36.179 26 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": "55fad732-2db8-44e9-ad66-06b9a0248b63", "name": "rally_verify_6b5798fe_5mOuGePB", "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/55fad732-2db8-44e9-ad66-06b9a0248b63"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/55fad732-2db8-44e9-ad66-06b9a0248b63"}]}, {"id": "8fc77b65-cbac-42a7-b95c-7d712cb54d41", "name": "tempest_cinder-flavor_4082bafa-4240-4cb3-bfa9-bf7b21f64e6e", "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/8fc77b65-cbac-42a7-b95c-7d712cb54d41"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/8fc77b65-cbac-42a7-b95c-7d712cb54d41"}]}, {"id": "9549e3ef-71a6-457c-8a21-7a41ad5f6d56", "name": "tempest_cinder-flavor_alt_4082bafa-4240-4cb3-bfa9-bf7b21f64e6e", "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/9549e3ef-71a6-457c-8a21-7a41ad5f6d56"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/9549e3ef-71a6-457c-8a21-7a41ad5f6d56"}]}, {"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": "c4968bf7-43e5-48b6-a71f-4d127497e4db", "name": "tempest_keystone-flavor_8834fe3f-0a01-417e-88ca-07a13bbee070", "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/c4968bf7-43e5-48b6-a71f-4d127497e4db"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c4968bf7-43e5-48b6-a71f-4d127497e4db"}]}, {"id": "cbc0718d-fb6f-4856-bd64-a20ff141e3b5", "name": "tempest_neutron-flavor_alt_5108fa9a-ba10-4f09-b199-f7f029aecbda", "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/cbc0718d-fb6f-4856-bd64-a20ff141e3b5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/cbc0718d-fb6f-4856-bd64-a20ff141e3b5"}]}, {"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": "dbf115d6-338a-4382-9892-c04e4b477456", "name": "tempest_neutron-flavor_5108fa9a-ba10-4f09-b199-f7f029aecbda", "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/dbf115d6-338a-4382-9892-c04e4b477456"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/dbf115d6-338a-4382-9892-c04e4b477456"}]}, {"id": "e9d64857-4e13-4c9e-9873-19c35ca5544a", "name": "tempest_keystone-flavor_alt_8834fe3f-0a01-417e-88ca-07a13bbee070", "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/e9d64857-4e13-4c9e-9873-19c35ca5544a"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e9d64857-4e13-4c9e-9873-19c35ca5544a"}]}]} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 12:18:36.179 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-ae8d50ba-910e-4660-a997-77d23d0e6845 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:18:36.181 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6b5798fe_5mOuGePB'. Using flavor 'rally_verify_6b5798fe_5mOuGePB' (ID = 55fad732-2db8-44e9-ad66-06b9a0248b63) for the tests. 2021-11-30 12:18:36.182 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '55fad732-2db8-44e9-ad66-06b9a0248b63' to option 'instance_type'. 2021-11-30 12:18:36.182 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 55fad732-2db8-44e9-ad66-06b9a0248b63 2021-11-30 12:18:36.184 26 INFO rally.task.context [-] Verification 74f16d68-be3b-43f1-b7aa-00ced53f00ee | Context tempest@default setup() finished in 0.76 sec 2021-11-30 12:18:36.185 26 INFO rally.task.context [-] Verification 74f16d68-be3b-43f1-b7aa-00ced53f00ee | Context testr@default setup() finished in 0.54 msec 2021-11-30 12:18:36.185 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/aad40452-2248-4f80-98eb-e790748db8c3'. 2021-11-30 12:18:41.312 26 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b'Cinder consistency group feature disabled' 2021-11-30 12:18:41.313 26 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests ... skip: b'Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`.' 2021-11-30 12:18:41.314 26 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests ... skip: b'Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`.' 2021-11-30 12:18:46.329 26 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [3.958s] 2021-11-30 12:18:47.361 26 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property ... success [4.699s] 2021-11-30 12:18:49.049 26 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.718s] 2021-11-30 12:18:50.071 26 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [3.742s] 2021-11-30 12:18:55.318 26 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests ... skip: b'Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`.' 2021-11-30 12:18:57.404 26 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.061s] 2021-11-30 12:19:00.068 26 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.663s] 2021-11-30 12:19:05.076 26 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.123s] 2021-11-30 12:19:23.407 26 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume ... success [18.327s] 2021-11-30 12:19:36.419 26 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.013s] 2021-11-30 12:19:44.886 26 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-11-30 12:20:36.575 26 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity ... success [96.574s] 2021-11-30 12:20:40.076 26 INFO rally.task.context [-] Verification 74f16d68-be3b-43f1-b7aa-00ced53f00ee | Context testr@default cleanup() started 2021-11-30 12:20:40.077 26 INFO rally.task.context [-] Verification 74f16d68-be3b-43f1-b7aa-00ced53f00ee | Context testr@default cleanup() finished in 0.52 msec 2021-11-30 12:20:40.077 26 INFO rally.task.context [-] Verification 74f16d68-be3b-43f1-b7aa-00ced53f00ee | Context tempest@default cleanup() started 2021-11-30 12:20:40.310 26 INFO rally.task.context [-] Verification 74f16d68-be3b-43f1-b7aa-00ced53f00ee | Context tempest@default cleanup() finished in 0.23 sec 2021-11-30 12:20:40.328 26 INFO rally.api [-] Verification (UUID=e561e2f9-7acc-47b4-85bb-72a0ab8722c2) has been successfully finished for deployment 'opnfv-rally' (UUID=f4cf3ad7-037d-4c47-80eb-0722af2271f8)! 2021-11-30 12:20:42.527 84 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:42.528 84 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:42.528 84 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:44.736 85 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:44.737 85 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:44.737 85 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:47.645 85 INFO rally.api [-] Building 'html' report for the following verification(s): 'e561e2f9-7acc-47b4-85bb-72a0ab8722c2' 2021-11-30 12:20:47.669 85 INFO rally.api [-] The report has been successfully built. 2021-11-30 12:20:49.722 86 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:49.722 86 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:49.723 86 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:52.520 86 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e561e2f9-7acc-47b4-85bb-72a0ab8722c2' 2021-11-30 12:20:52.523 86 INFO rally.api [-] The report has been successfully built.