2021-06-27 12:51:06.895 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:06.895 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:06.895 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 12:51:09.716 8 ERROR rally.cli.cliutils 2021-06-27 12:51:11.342 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:11.342 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:11.343 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:15.645 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:15.645 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:15.645 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:20.590 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:20.590 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:20.590 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:21.995 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:21.995 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:21.995 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 12:51:24.399 18 ERROR rally.cli.cliutils 2021-06-27 12:51:25.926 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:25.926 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:25.926 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:28.316 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-27 12:51:28.357 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/repo. 2021-06-27 12:51:28.827 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/repo'... done. ' 2021-06-27 12:51:28.841 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-06-27 12:51:28.854 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-27 12:51:28.907 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-27 12:51:29.766 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0b8c3700-1df5-42af-a805-71d65c10b65a) has been successfully created! 2021-06-27 12:51:31.328 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:31.329 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:31.329 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:36.085 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:36.086 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:36.086 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:38.565 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0b8c3700-1df5-42af-a805-71d65c10b65a) for deployment 'opnfv-rally' (UUID=861a24b2-137e-4f05-9243-e3981176c75e). 2021-06-27 12:51:38.944 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0b8c3700-1df5-42af-a805-71d65c10b65a) has been successfully configured for deployment 'opnfv-rally' (UUID=861a24b2-137e-4f05-9243-e3981176c75e)! 2021-06-27 12:51:48.343 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:51:48.343 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:51:48.343 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:51:50.793 37 INFO rally.api [-] Starting verification (UUID=b7d14dfd-5d29-435c-b904-41cff0d7d977) for deployment 'opnfv-rally' (UUID=861a24b2-137e-4f05-9243-e3981176c75e) by verifier 'opnfv-tempest' (UUID=0b8c3700-1df5-42af-a805-71d65c10b65a). 2021-06-27 12:51:51.364 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-27 12:51:51.365 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/for-deployment-861a24b2-137e-4f05-9243-e3981176c75e/tempest.log' to option 'log_file'. 2021-06-27 12:51:51.366 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/for-deployment-861a24b2-137e-4f05-9243-e3981176c75e/tempest.log 2021-06-27 12:51:51.366 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-27 12:51:51.366 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/for-deployment-861a24b2-137e-4f05-9243-e3981176c75e/lock_files' to option 'lock_path'. 2021-06-27 12:51:51.367 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/for-deployment-861a24b2-137e-4f05-9243-e3981176c75e/lock_files 2021-06-27 12:51:51.367 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-06-27 12:51:51.367 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/for-deployment-861a24b2-137e-4f05-9243-e3981176c75e' to option 'img_dir'. 2021-06-27 12:51:51.367 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-0b8c3700-1df5-42af-a805-71d65c10b65a/for-deployment-861a24b2-137e-4f05-9243-e3981176c75e 2021-06-27 12:51:51.368 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-06-27 12:51:51.368 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c788d2c4-587f-43ad-bef9-ef24bac522a4 2021-06-27 12:51:51.368 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5475bf3a-c70d-4fdd-9d5e-f10b4b85b9bb 2021-06-27 12:51:51.369 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e5de801c-201f-453b-97ab-14c9eacd26ee 2021-06-27 12:51:51.369 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6a341c28-8ee3-494a-8196-56992dcd7118 2021-06-27 12:51:51.703 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-27 12:51:51.703 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_ef0ee462-aaf0-4c28-9c9f-d385714131de 2021-06-27 12:51:51.704 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-27 12:51:51.807 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-27 12:51:51.808 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X GET http://172.30.12.85/compute/v2.1/flavors/detail -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}0ef29746143117151a4c2a860221f8c00452d0d798b8b1ddee883af49c9f96fd" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:51:51.838 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6693 Content-Type: application/json Date: Sun, 27 Jun 2021 12:51:51 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-123836ed-039b-4f6d-99a4-d9472b914cf7 x-openstack-request-id: req-123836ed-039b-4f6d-99a4-d9472b914cf7 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:51:51.839 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2"}]}, {"id": "2aa3d8c1-28c6-4e96-99f4-7b3bd6ec2845", "name": "tempest_neutron_cntt-flavor_e46f4dd2-ff26-4a75-b453-4620305f09fe", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2aa3d8c1-28c6-4e96-99f4-7b3bd6ec2845"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2aa3d8c1-28c6-4e96-99f4-7b3bd6ec2845"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3"}]}, {"id": "38d96822-ffec-47df-84c3-0e9030b256a8", "name": "tempest_cinder_cntt-flavor_9bbd2c8f-8b1e-42a5-b9cc-fdcb5bdd32ed", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/38d96822-ffec-47df-84c3-0e9030b256a8"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/38d96822-ffec-47df-84c3-0e9030b256a8"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5"}]}, {"id": "6a341c28-8ee3-494a-8196-56992dcd7118", "name": "tempest_keystone_cntt-flavor_alt_ef0ee462-aaf0-4c28-9c9f-d385714131de", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/6a341c28-8ee3-494a-8196-56992dcd7118"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/6a341c28-8ee3-494a-8196-56992dcd7118"}]}, {"id": "85d83ef9-d561-4fe8-832e-907524d77c62", "name": "tempest_neutron_cntt-flavor_alt_e46f4dd2-ff26-4a75-b453-4620305f09fe", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/85d83ef9-d561-4fe8-832e-907524d77c62"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/85d83ef9-d561-4fe8-832e-907524d77c62"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d2"}]}, {"id": "d3", "name": "ds2G", "ram": 2048, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d3"}]}, {"id": "d4", "name": "ds4G", "ram": 4096, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d4"}]}, {"id": "e5de801c-201f-453b-97ab-14c9eacd26ee", "name": "tempest_keystone_cntt-flavor_ef0ee462-aaf0-4c28-9c9f-d385714131de", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/e5de801c-201f-453b-97ab-14c9eacd26ee"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e5de801c-201f-453b-97ab-14c9eacd26ee"}]}, {"id": "fc35aacc-41a3-4a11-a963-1c67a91ae008", "name": "tempest_cinder_cntt-flavor_alt_9bbd2c8f-8b1e-42a5-b9cc-fdcb5bdd32ed", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/fc35aacc-41a3-4a11-a963-1c67a91ae008"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/fc35aacc-41a3-4a11-a963-1c67a91ae008"}]}]} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 12:51:51.839 37 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-123836ed-039b-4f6d-99a4-d9472b914cf7 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:51:51.841 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-27 12:51:51.841 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b7d14dfd_juOVXb8P' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-27 12:51:51.842 37 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}0ef29746143117151a4c2a860221f8c00452d0d798b8b1ddee883af49c9f96fd" -d '{"flavor": {"name": "rally_verify_b7d14dfd_juOVXb8P", "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.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:51:51.870 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Sun, 27 Jun 2021 12:51:51 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-087771f3-b7b8-4f44-8142-a95ebd40665e x-openstack-request-id: req-087771f3-b7b8-4f44-8142-a95ebd40665e _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:51:51.871 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "3c91acf1-c9cb-4231-80fd-da87fe01ea11", "name": "rally_verify_b7d14dfd_juOVXb8P", "ram": 64, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3c91acf1-c9cb-4231-80fd-da87fe01ea11"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3c91acf1-c9cb-4231-80fd-da87fe01ea11"}]}} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 12:51:51.871 37 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-087771f3-b7b8-4f44-8142-a95ebd40665e request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:51:51.872 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b7d14dfd_juOVXb8P' (ID = 3c91acf1-c9cb-4231-80fd-da87fe01ea11) has been successfully created! 2021-06-27 12:51:51.872 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3c91acf1-c9cb-4231-80fd-da87fe01ea11' to option 'instance_type'. 2021-06-27 12:51:51.873 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3c91acf1-c9cb-4231-80fd-da87fe01ea11 2021-06-27 12:51:51.874 37 INFO rally.task.context [-] Verification 0b8c3700-1df5-42af-a805-71d65c10b65a | Context tempest@default setup() finished in 0.94 sec 2021-06-27 12:51:51.875 37 INFO rally.task.context [-] Verification 0b8c3700-1df5-42af-a805-71d65c10b65a | Context testr@default setup() finished in 0.35 msec 2021-06-27 12:51:51.875 37 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/31c4bd64-135d-4b63-aecc-e78a93b8a72a'. 2021-06-27 12:51:57.150 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.102s] 2021-06-27 12:51:57.268 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.119s] 2021-06-27 12:51:57.281 37 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.204s] 2021-06-27 12:51:57.324 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.055s] 2021-06-27 12:51:57.339 37 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.058s] 2021-06-27 12:51:57.374 37 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.035s] 2021-06-27 12:51:57.377 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.053s] 2021-06-27 12:51:57.408 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.030s] 2021-06-27 12:51:57.510 37 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.135s] 2021-06-27 12:51:57.535 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.127s] 2021-06-27 12:51:57.635 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.552s] 2021-06-27 12:51:57.858 37 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.344s] 2021-06-27 12:51:57.860 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.321s] 2021-06-27 12:51:58.083 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.448s] 2021-06-27 12:51:58.196 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.338s] 2021-06-27 12:51:58.498 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.301s] 2021-06-27 12:51:58.845 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.761s] 2021-06-27 12:51:58.884 37 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.384s] 2021-06-27 12:51:59.184 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.337s] 2021-06-27 12:51:59.609 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.426s] 2021-06-27 12:52:00.030 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.420s] 2021-06-27 12:52:00.498 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.468s] 2021-06-27 12:52:01.783 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.283s] 2021-06-27 12:52:02.238 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.455s] 2021-06-27 12:52:02.946 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.705s] 2021-06-27 12:52:03.538 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.593s] 2021-06-27 12:52:04.097 37 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.558s] 2021-06-27 12:52:04.654 37 INFO rally.task.context [-] Verification 0b8c3700-1df5-42af-a805-71d65c10b65a | Context testr@default cleanup() started 2021-06-27 12:52:04.655 37 INFO rally.task.context [-] Verification 0b8c3700-1df5-42af-a805-71d65c10b65a | Context testr@default cleanup() finished in 0.74 msec 2021-06-27 12:52:04.655 37 INFO rally.task.context [-] Verification 0b8c3700-1df5-42af-a805-71d65c10b65a | Context tempest@default cleanup() started 2021-06-27 12:52:04.804 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b7d14dfd_juOVXb8P'. 2021-06-27 12:52:04.805 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/3c91acf1-c9cb-4231-80fd-da87fe01ea11 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}09d0ed1032609219569aa291536d5a8bec4ea4117870ba74e07a1c40780fddc4" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:52:04.963 37 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Sun, 27 Jun 2021 12:52:04 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-cb5b8fe9-aced-4632-b2c8-b77f5f114fb7 x-openstack-request-id: req-cb5b8fe9-aced-4632-b2c8-b77f5f114fb7 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:52:04.964 37 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/3c91acf1-c9cb-4231-80fd-da87fe01ea11 used request id req-cb5b8fe9-aced-4632-b2c8-b77f5f114fb7 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:52:04.964 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b7d14dfd_juOVXb8P' has been deleted. 2021-06-27 12:52:04.965 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3c91acf1-c9cb-4231-80fd-da87fe01ea11' of option 'instance_type' from Tempest config file. 2021-06-27 12:52:04.966 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3c91acf1-c9cb-4231-80fd-da87fe01ea11' has been removed. 2021-06-27 12:52:04.968 37 INFO rally.task.context [-] Verification 0b8c3700-1df5-42af-a805-71d65c10b65a | Context tempest@default cleanup() finished in 0.31 sec 2021-06-27 12:52:05.012 37 INFO rally.api [-] Verification (UUID=b7d14dfd-5d29-435c-b904-41cff0d7d977) has been successfully finished for deployment 'opnfv-rally' (UUID=861a24b2-137e-4f05-9243-e3981176c75e)! 2021-06-27 12:52:07.000 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:52:07.000 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:52:07.001 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:52:08.893 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:52:08.893 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:52:08.893 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:52:11.667 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'b7d14dfd-5d29-435c-b904-41cff0d7d977' 2021-06-27 12:52:11.690 52 INFO rally.api [-] The report has been successfully built. 2021-06-27 12:52:13.724 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:52:13.724 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:52:13.724 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:52:16.883 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b7d14dfd-5d29-435c-b904-41cff0d7d977' 2021-06-27 12:52:16.886 54 INFO rally.api [-] The report has been successfully built.