2021-11-30 12:14:42.831 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:14:42.832 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:14:42.832 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:14:45.885 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:14:45.885 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-30 12:14:45.885 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:14:45.885 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:14:45.885 7 ERROR rally.cli.cliutils 2021-11-30 12:14:47.320 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:14:47.320 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:14:47.320 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:14:51.294 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:14:51.294 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:14:51.294 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:14:56.069 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:14:56.070 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:14:56.070 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:14:57.562 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:14:57.562 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:14:57.562 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:00.104 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:00.104 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-30 12:15:00.104 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:15:00.104 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:00.104 13 ERROR rally.cli.cliutils 2021-11-30 12:15:01.810 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:01.811 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:01.811 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:04.132 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-30 12:15:04.183 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/repo. 2021-11-30 12:15:04.605 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/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:04.621 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-30 12:15:04.629 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-30 12:15:04.638 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-30 12:15:04.701 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-30 12:15:05.454 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9111f00a-433d-4c2b-9b5e-e2d8c423442a) has been successfully created! 2021-11-30 12:15:07.052 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:07.052 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:07.053 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:12.983 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:12.983 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:12.983 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:15.156 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9111f00a-433d-4c2b-9b5e-e2d8c423442a) for deployment 'opnfv-rally' (UUID=decc2ab7-2bd4-4e2d-a083-2a5978854127). 2021-11-30 12:15:15.461 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9111f00a-433d-4c2b-9b5e-e2d8c423442a) has been successfully configured for deployment 'opnfv-rally' (UUID=decc2ab7-2bd4-4e2d-a083-2a5978854127)! 2021-11-30 12:15:21.321 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:15:21.322 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:15:21.322 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:15:23.907 26 INFO rally.api [-] Starting verification (UUID=c289e69c-9e0c-4a29-8811-d1d450ef5d4d) for deployment 'opnfv-rally' (UUID=decc2ab7-2bd4-4e2d-a083-2a5978854127) by verifier 'opnfv-tempest' (UUID=9111f00a-433d-4c2b-9b5e-e2d8c423442a). 2021-11-30 12:15:24.542 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-30 12:15:24.542 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/for-deployment-decc2ab7-2bd4-4e2d-a083-2a5978854127/tempest.log' to option 'log_file'. 2021-11-30 12:15:24.543 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/for-deployment-decc2ab7-2bd4-4e2d-a083-2a5978854127/tempest.log 2021-11-30 12:15:24.543 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-30 12:15:24.543 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/for-deployment-decc2ab7-2bd4-4e2d-a083-2a5978854127/lock_files' to option 'lock_path'. 2021-11-30 12:15:24.544 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/for-deployment-decc2ab7-2bd4-4e2d-a083-2a5978854127/lock_files 2021-11-30 12:15:24.544 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-30 12:15:24.544 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/for-deployment-decc2ab7-2bd4-4e2d-a083-2a5978854127' to option 'img_dir'. 2021-11-30 12:15:24.544 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-9111f00a-433d-4c2b-9b5e-e2d8c423442a/for-deployment-decc2ab7-2bd4-4e2d-a083-2a5978854127 2021-11-30 12:15:24.545 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:24.545 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = eccf05e3-8e15-44a7-84e9-25c1558941d7 2021-11-30 12:15:24.545 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = fb051372-670e-4f47-bf8d-568c33bde880 2021-11-30 12:15:24.546 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 50d85f70-7ebb-45c6-bc42-90bc9141c943 2021-11-30 12:15:24.546 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 09e59c7a-7e04-45a0-b2a5-5f3aabafde75 2021-11-30 12:15:24.747 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-30 12:15:24.748 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_427643b5-8412-4aee-af91-ac0c0a3821d6 2021-11-30 12:15:24.749 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-30 12:15:24.855 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:24.856 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}70d34e48bc1c0b595532840e565dff522db19266630c4a02cdd7b7c4f053e0cb" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:15:24.885 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 5623 Content-Type: application/json Date: Tue, 30 Nov 2021 12:15:24 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-1ac47d73-fb8d-4bd1-8da8-353cbb93dfcd x-openstack-request-id: req-1ac47d73-fb8d-4bd1-8da8-353cbb93dfcd _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:15:24.885 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": "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": "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:24.885 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-1ac47d73-fb8d-4bd1-8da8-353cbb93dfcd request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:15:24.887 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-11-30 12:15:24.887 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c289e69c_iShCZDV1' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-11-30 12:15:24.888 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X POST http://172.30.12.85/compute/v2.1/flavors -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}70d34e48bc1c0b595532840e565dff522db19266630c4a02cdd7b7c4f053e0cb" -d '{"flavor": {"name": "rally_verify_c289e69c_iShCZDV1", "ram": 64, "vcpus": 1, "disk": 5, "id": null, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}}' _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:15:24.917 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Tue, 30 Nov 2021 12:15:24 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-2677529c-f0f6-4085-8b5e-976f22f97556 x-openstack-request-id: req-2677529c-f0f6-4085-8b5e-976f22f97556 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:15:24.918 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"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"}]}} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 12:15:24.918 26 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-2677529c-f0f6-4085-8b5e-976f22f97556 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:15:24.919 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c289e69c_iShCZDV1' (ID = 19eb9e90-c789-49ea-8310-e608b9e9bfd0) has been successfully created! 2021-11-30 12:15:24.920 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '19eb9e90-c789-49ea-8310-e608b9e9bfd0' to option 'instance_type'. 2021-11-30 12:15:24.920 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 19eb9e90-c789-49ea-8310-e608b9e9bfd0 2021-11-30 12:15:24.921 26 INFO rally.task.context [-] Verification 9111f00a-433d-4c2b-9b5e-e2d8c423442a | Context tempest@default setup() finished in 0.85 sec 2021-11-30 12:15:24.922 26 INFO rally.task.context [-] Verification 9111f00a-433d-4c2b-9b5e-e2d8c423442a | Context testr@default setup() finished in 0.46 msec 2021-11-30 12:15:24.922 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6b873ae6-d2cf-41f3-9cd3-74c31082818b'. 2021-11-30 12:15:27.759 26 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.197s] 2021-11-30 12:15:27.817 26 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2021-11-30 12:15:28.665 26 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.388s] 2021-11-30 12:15:29.405 26 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.739s] 2021-11-30 12:15:33.330 26 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.383s] 2021-11-30 12:15:47.368 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2021-11-30 12:15:47.369 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-11-30 12:15:49.984 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2021-11-30 12:15:49.985 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-11-30 12:15:53.304 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [22.424s] 2021-11-30 12:15:56.096 26 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.269s] 2021-11-30 12:15:56.208 26 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-11-30 12:15:58.380 26 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.481s] 2021-11-30 12:15:58.954 26 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.356s] 2021-11-30 12:16:00.700 26 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.058s] 2021-11-30 12:16:01.695 26 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.387s] 2021-11-30 12:16:02.096 26 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2021-11-30 12:16:03.463 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.063s] 2021-11-30 12:16:03.525 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.061s] 2021-11-30 12:16:03.546 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2021-11-30 12:16:03.557 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.011s] 2021-11-30 12:16:03.795 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.242s] 2021-11-30 12:16:04.205 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.880s] 2021-11-30 12:16:05.560 26 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.852s] 2021-11-30 12:16:07.896 26 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.335s] 2021-11-30 12:16:08.445 26 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.548s] 2021-11-30 12:16:11.455 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.314s] 2021-11-30 12:16:11.653 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.198s] 2021-11-30 12:16:11.816 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.162s] 2021-11-30 12:16:11.918 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.102s] 2021-11-30 12:16:11.995 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.076s] 2021-11-30 12:16:12.035 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.039s] 2021-11-30 12:16:15.368 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2021-11-30 12:16:15.369 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-11-30 12:16:16.508 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.111s] 2021-11-30 12:16:18.243 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.587s] 2021-11-30 12:16:18.670 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [2.161s] 2021-11-30 12:16:19.928 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.258s] 2021-11-30 12:16:19.996 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.068s] 2021-11-30 12:16:20.019 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.041s] 2021-11-30 12:16:20.033 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.037s] 2021-11-30 12:16:20.103 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.083s] 2021-11-30 12:16:22.500 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.256s] 2021-11-30 12:16:22.773 26 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.032s] 2021-11-30 12:16:22.785 26 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2021-11-30 12:16:23.321 26 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-11-30 12:16:25.341 26 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.568s] 2021-11-30 12:16:26.094 26 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.539s] 2021-11-30 12:16:28.387 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.220s] 2021-11-30 12:16:28.855 26 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.265s] 2021-11-30 12:16:28.990 26 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.132s] 2021-11-30 12:16:29.369 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.878s] 2021-11-30 12:16:30.098 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [1.711s] 2021-11-30 12:16:32.243 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.681s] 2021-11-30 12:16:32.859 26 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.308s] 2021-11-30 12:16:33.364 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.116s] 2021-11-30 12:16:33.404 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2021-11-30 12:16:34.025 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-11-30 12:16:34.058 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.690s] 2021-11-30 12:16:35.236 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.138s] 2021-11-30 12:16:35.389 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.787s] 2021-11-30 12:16:35.970 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.336s] 2021-11-30 12:16:36.545 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.149s] 2021-11-30 12:16:36.575 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.037s] 2021-11-30 12:16:38.029 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.353s] 2021-11-30 12:16:38.101 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.070s] 2021-11-30 12:16:38.156 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.055s] 2021-11-30 12:16:38.259 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.288s] 2021-11-30 12:16:38.325 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.266s] 2021-11-30 12:16:39.529 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.047s] 2021-11-30 12:16:39.554 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.025s] 2021-11-30 12:16:39.581 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.026s] 2021-11-30 12:16:39.612 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.030s] 2021-11-30 12:16:40.154 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [1.893s] 2021-11-30 12:16:41.510 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.185s] 2021-11-30 12:16:43.474 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.029s] 2021-11-30 12:16:43.488 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2021-11-30 12:16:45.113 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.318s] 2021-11-30 12:16:45.576 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.150s] 2021-11-30 12:16:45.599 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.360s] 2021-11-30 12:16:45.622 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.045s] 2021-11-30 12:16:45.656 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.034s] 2021-11-30 12:16:45.779 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.180s] 2021-11-30 12:16:45.916 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.135s] 2021-11-30 12:16:45.979 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2021-11-30 12:16:46.046 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.066s] 2021-11-30 12:16:46.133 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.086s] 2021-11-30 12:16:49.640 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.525s] 2021-11-30 12:16:50.536 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.089s] 2021-11-30 12:16:51.230 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.065s] 2021-11-30 12:16:52.420 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [1.884s] 2021-11-30 12:16:53.225 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [0.805s] 2021-11-30 12:16:53.256 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.032s] 2021-11-30 12:16:53.286 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.029s] 2021-11-30 12:16:53.425 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.784s] 2021-11-30 12:16:53.493 26 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.115s] 2021-11-30 12:16:55.253 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.359s] 2021-11-30 12:16:56.057 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.632s] 2021-11-30 12:16:56.902 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.083s] 2021-11-30 12:16:56.930 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.028s] 2021-11-30 12:16:57.485 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2021-11-30 12:16:57.599 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.115s] 2021-11-30 12:16:58.756 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2021-11-30 12:17:05.384 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.434s] 2021-11-30 12:17:12.889 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.502s] 2021-11-30 12:17:13.847 26 INFO rally.task.context [-] Verification 9111f00a-433d-4c2b-9b5e-e2d8c423442a | Context testr@default cleanup() started 2021-11-30 12:17:13.848 26 INFO rally.task.context [-] Verification 9111f00a-433d-4c2b-9b5e-e2d8c423442a | Context testr@default cleanup() finished in 0.77 msec 2021-11-30 12:17:13.848 26 INFO rally.task.context [-] Verification 9111f00a-433d-4c2b-9b5e-e2d8c423442a | Context tempest@default cleanup() started 2021-11-30 12:17:14.017 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c289e69c_iShCZDV1'. 2021-11-30 12:17:14.018 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/19eb9e90-c789-49ea-8310-e608b9e9bfd0 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}b570e5621dfa5e27a9b063ee32f4413dca57aa61a76c9c1bbd913d29a1297f7a" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:17:14.190 26 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Tue, 30 Nov 2021 12:17:14 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-93398ba6-4ac5-40a9-a73a-f094a725804d x-openstack-request-id: req-93398ba6-4ac5-40a9-a73a-f094a725804d _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:17:14.191 26 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/19eb9e90-c789-49ea-8310-e608b9e9bfd0 used request id req-93398ba6-4ac5-40a9-a73a-f094a725804d request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:17:14.192 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c289e69c_iShCZDV1' has been deleted. 2021-11-30 12:17:14.193 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '19eb9e90-c789-49ea-8310-e608b9e9bfd0' of option 'instance_type' from Tempest config file. 2021-11-30 12:17:14.193 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '19eb9e90-c789-49ea-8310-e608b9e9bfd0' has been removed. 2021-11-30 12:17:14.195 26 INFO rally.task.context [-] Verification 9111f00a-433d-4c2b-9b5e-e2d8c423442a | Context tempest@default cleanup() finished in 0.35 sec 2021-11-30 12:17:14.216 26 INFO rally.api [-] Verification (UUID=c289e69c-9e0c-4a29-8811-d1d450ef5d4d) has been successfully finished for deployment 'opnfv-rally' (UUID=decc2ab7-2bd4-4e2d-a083-2a5978854127)! 2021-11-30 12:17:16.289 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:17:16.289 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:17:16.289 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:17:17.924 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:17:17.924 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:17:17.925 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:17:20.584 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'c289e69c-9e0c-4a29-8811-d1d450ef5d4d' 2021-11-30 12:17:20.618 45 INFO rally.api [-] The report has been successfully built. 2021-11-30 12:17:21.953 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:17:21.953 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:17:21.953 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:17:24.099 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c289e69c-9e0c-4a29-8811-d1d450ef5d4d' 2021-11-30 12:17:24.104 46 INFO rally.api [-] The report has been successfully built.