2021-11-30 12:21:18.018 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:18.018 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:18.018 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:20.830 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:21:20.830 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-30 12:21:20.830 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:21:20.830 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:21:20.830 7 ERROR rally.cli.cliutils 2021-11-30 12:21:23.026 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:23.026 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:23.026 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:28.386 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:28.387 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:28.387 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:33.954 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:33.955 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:33.955 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:35.815 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:35.816 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:35.816 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:38.814 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:21:38.814 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-30 12:21:38.814 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:21:38.814 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:21:38.814 13 ERROR rally.cli.cliutils 2021-11-30 12:21:40.788 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:40.788 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:40.789 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:43.557 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-30 12:21:43.603 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/repo. 2021-11-30 12:21:43.947 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/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:21:43.962 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-30 12:21:43.968 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-30 12:21:43.976 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-30 12:21:44.039 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-30 12:21:44.987 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3528e507-499c-4193-bebd-1f4c1d4e3d76) has been successfully created! 2021-11-30 12:21:47.057 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:47.058 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:47.058 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:53.962 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:21:53.963 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:21:53.963 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:21:56.886 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3528e507-499c-4193-bebd-1f4c1d4e3d76) for deployment 'opnfv-rally' (UUID=c8cfaffc-3618-4d36-9d97-2965d04f012a). 2021-11-30 12:21:57.351 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3528e507-499c-4193-bebd-1f4c1d4e3d76) has been successfully configured for deployment 'opnfv-rally' (UUID=c8cfaffc-3618-4d36-9d97-2965d04f012a)! 2021-11-30 12:22:09.123 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:22:09.123 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:22:09.124 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:22:12.271 26 INFO rally.api [-] Starting verification (UUID=06f6fa45-ed50-4df0-9252-be19d16b4102) for deployment 'opnfv-rally' (UUID=c8cfaffc-3618-4d36-9d97-2965d04f012a) by verifier 'opnfv-tempest' (UUID=3528e507-499c-4193-bebd-1f4c1d4e3d76). 2021-11-30 12:22:13.082 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-30 12:22:13.082 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/for-deployment-c8cfaffc-3618-4d36-9d97-2965d04f012a/tempest.log' to option 'log_file'. 2021-11-30 12:22:13.083 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/for-deployment-c8cfaffc-3618-4d36-9d97-2965d04f012a/tempest.log 2021-11-30 12:22:13.083 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-30 12:22:13.083 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/for-deployment-c8cfaffc-3618-4d36-9d97-2965d04f012a/lock_files' to option 'lock_path'. 2021-11-30 12:22:13.084 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/for-deployment-c8cfaffc-3618-4d36-9d97-2965d04f012a/lock_files 2021-11-30 12:22:13.084 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-30 12:22:13.084 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/for-deployment-c8cfaffc-3618-4d36-9d97-2965d04f012a' to option 'img_dir'. 2021-11-30 12:22:13.084 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-3528e507-499c-4193-bebd-1f4c1d4e3d76/for-deployment-c8cfaffc-3618-4d36-9d97-2965d04f012a 2021-11-30 12:22:13.085 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:22:13.085 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 55de3f85-f3d7-49fd-9e8e-e926f18d7c66 2021-11-30 12:22:13.085 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9fdc26fd-92a3-4f01-8b26-1c9ee32c23dd 2021-11-30 12:22:13.086 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e1540021-0b1d-4374-b186-79a3ce9db4eb 2021-11-30 12:22:13.086 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2b72bd90-98d8-42ff-91a3-d2ccdb8c3b42 2021-11-30 12:22:13.395 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-30 12:22:13.396 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_544deb18-cd67-4e29-90b9-a8cc84d6f64d 2021-11-30 12:22:13.396 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-30 12:22:13.499 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:22:13.500 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}c8c66fe9d342529af6647642add3f26059cdd296ba04e7675c15eba2c737f12a" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:22:13.530 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 7139 Content-Type: application/json Date: Tue, 30 Nov 2021 12:22:13 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-f76fefa4-d756-42a1-8ff7-095f5b709238 x-openstack-request-id: req-f76fefa4-d756-42a1-8ff7-095f5b709238 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:22:13.531 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": "2b72bd90-98d8-42ff-91a3-d2ccdb8c3b42", "name": "tempest_scenario-flavor_alt_544deb18-cd67-4e29-90b9-a8cc84d6f64d", "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/2b72bd90-98d8-42ff-91a3-d2ccdb8c3b42"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2b72bd90-98d8-42ff-91a3-d2ccdb8c3b42"}]}, {"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": "4ea75c0a-c3f9-4f0c-a160-28353f786de0", "name": "tempest_heat-flavor_alt_e7a07abf-7885-4e8d-9dda-63c97c7e6a3c", "ram": 512, "disk": 4, "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/4ea75c0a-c3f9-4f0c-a160-28353f786de0"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4ea75c0a-c3f9-4f0c-a160-28353f786de0"}]}, {"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": "a347053f-5b8b-47d0-8cfe-c4444d2e39fa", "name": "tempest_heat-flavor_e7a07abf-7885-4e8d-9dda-63c97c7e6a3c", "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/a347053f-5b8b-47d0-8cfe-c4444d2e39fa"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/a347053f-5b8b-47d0-8cfe-c4444d2e39fa"}]}, {"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": "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": "e1540021-0b1d-4374-b186-79a3ce9db4eb", "name": "tempest_scenario-flavor_544deb18-cd67-4e29-90b9-a8cc84d6f64d", "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/e1540021-0b1d-4374-b186-79a3ce9db4eb"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e1540021-0b1d-4374-b186-79a3ce9db4eb"}]}, {"id": "ec4bc842-09d9-4876-9bb5-6d2316ab66cd", "name": "rally_verify_7cf023a9_cMseJUZh", "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/ec4bc842-09d9-4876-9bb5-6d2316ab66cd"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/ec4bc842-09d9-4876-9bb5-6d2316ab66cd"}]}]} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 12:22:13.532 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-f76fefa4-d756-42a1-8ff7-095f5b709238 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:22:13.533 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7cf023a9_cMseJUZh'. Using flavor 'rally_verify_7cf023a9_cMseJUZh' (ID = ec4bc842-09d9-4876-9bb5-6d2316ab66cd) for the tests. 2021-11-30 12:22:13.534 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ec4bc842-09d9-4876-9bb5-6d2316ab66cd' to option 'instance_type'. 2021-11-30 12:22:13.534 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ec4bc842-09d9-4876-9bb5-6d2316ab66cd 2021-11-30 12:22:13.535 26 INFO rally.task.context [-] Verification 3528e507-499c-4193-bebd-1f4c1d4e3d76 | Context tempest@default setup() finished in 1.06 sec 2021-11-30 12:22:13.536 26 INFO rally.task.context [-] Verification 3528e507-499c-4193-bebd-1f4c1d4e3d76 | Context testr@default setup() finished in 0.38 msec 2021-11-30 12:22:13.536 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/da768ade-57ed-44b5-aa48-90a3d74fec53'. 2021-11-30 12:22:21.806 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [1.994s] 2021-11-30 12:22:22.448 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b'Skipped as no physnet is available in config for placement based QoS allocation.' 2021-11-30 12:23:07.713 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [37.667s] 2021-11-30 12:23:48.880 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [33.653s] 2021-11-30 12:24:32.020 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [43.114s] 2021-11-30 12:24:34.080 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.270s] 2021-11-30 12:26:06.463 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [89.775s] 2021-11-30 12:27:01.713 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [55.235s] 2021-11-30 12:27:26.999 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [17.426s] 2021-11-30 12:28:00.410 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.613s] 2021-11-30 12:28:12.913 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota ... success [2.879s] 2021-11-30 12:28:12.914 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota ... skip [0.001s]: b'tempest.scenario.test_unified_limits skipped as image import is not available' 2021-11-30 12:28:28.781 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota ... success [15.863s] 2021-11-30 12:28:28.783 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota ... skip [0.002s]: b'tempest.scenario.test_unified_limits skipped as image import is not available' 2021-11-30 12:28:40.285 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: b'Encrypted volume attach is not supported' 2021-11-30 12:29:11.766 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [31.463s] 2021-11-30 12:29:17.966 26 INFO rally.task.context [-] Verification 3528e507-499c-4193-bebd-1f4c1d4e3d76 | Context testr@default cleanup() started 2021-11-30 12:29:17.967 26 INFO rally.task.context [-] Verification 3528e507-499c-4193-bebd-1f4c1d4e3d76 | Context testr@default cleanup() finished in 0.71 msec 2021-11-30 12:29:17.967 26 INFO rally.task.context [-] Verification 3528e507-499c-4193-bebd-1f4c1d4e3d76 | Context tempest@default cleanup() started 2021-11-30 12:29:18.125 26 INFO rally.task.context [-] Verification 3528e507-499c-4193-bebd-1f4c1d4e3d76 | Context tempest@default cleanup() finished in 0.16 sec 2021-11-30 12:29:18.137 26 INFO rally.api [-] Verification (UUID=06f6fa45-ed50-4df0-9252-be19d16b4102) has been successfully finished for deployment 'opnfv-rally' (UUID=c8cfaffc-3618-4d36-9d97-2965d04f012a)! 2021-11-30 12:29:20.111 140 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:29:20.112 140 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:29:20.112 140 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:29:22.223 141 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:29:22.223 141 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:29:22.223 141 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:29:25.155 141 INFO rally.api [-] Building 'html' report for the following verification(s): '06f6fa45-ed50-4df0-9252-be19d16b4102' 2021-11-30 12:29:25.180 141 INFO rally.api [-] The report has been successfully built. 2021-11-30 12:29:27.152 142 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:29:27.152 142 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:29:27.152 142 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:29:30.018 142 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '06f6fa45-ed50-4df0-9252-be19d16b4102' 2021-11-30 12:29:30.022 142 INFO rally.api [-] The report has been successfully built.