2021-06-27 12:52:44.262 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:52:44.262 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:52:44.262 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:52:47.027 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:52:47.027 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-27 12:52:47.027 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:52:47.027 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:52:47.027 8 ERROR rally.cli.cliutils 2021-06-27 12:52:48.711 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:52:48.711 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:52:48.711 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:52:54.113 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:52:54.113 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:52:54.113 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:00.014 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:53:00.014 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:53:00.015 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:01.664 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:53:01.665 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:53:01.665 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:04.420 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:53:04.420 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-27 12:53:04.420 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:53:04.420 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:53:04.420 18 ERROR rally.cli.cliutils 2021-06-27 12:53:06.166 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:53:06.167 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:53:06.167 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:08.732 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-27 12:53:08.781 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/repo. 2021-06-27 12:53:09.112 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/repo'... done. ' 2021-06-27 12:53:09.126 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-06-27 12:53:09.135 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-27 12:53:09.199 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-27 12:53:10.106 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0966983-d731-4bca-98bb-3bd9d190aeb6) has been successfully created! 2021-06-27 12:53:12.206 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:53:12.206 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:53:12.206 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:23.423 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:53:23.424 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:53:23.424 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:26.676 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a0966983-d731-4bca-98bb-3bd9d190aeb6) for deployment 'opnfv-rally' (UUID=8de44587-4dd4-4eb4-9377-6d1e7b9b25a6). 2021-06-27 12:53:27.961 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0966983-d731-4bca-98bb-3bd9d190aeb6) has been successfully configured for deployment 'opnfv-rally' (UUID=8de44587-4dd4-4eb4-9377-6d1e7b9b25a6)! 2021-06-27 12:53:41.930 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:53:41.930 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:53:41.930 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:53:44.604 37 INFO rally.api [-] Starting verification (UUID=526c1a44-99db-41f7-b7bc-d666a075a555) for deployment 'opnfv-rally' (UUID=8de44587-4dd4-4eb4-9377-6d1e7b9b25a6) by verifier 'opnfv-tempest' (UUID=a0966983-d731-4bca-98bb-3bd9d190aeb6). 2021-06-27 12:53:45.411 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-27 12:53:45.412 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/for-deployment-8de44587-4dd4-4eb4-9377-6d1e7b9b25a6/tempest.log' to option 'log_file'. 2021-06-27 12:53:45.412 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/for-deployment-8de44587-4dd4-4eb4-9377-6d1e7b9b25a6/tempest.log 2021-06-27 12:53:45.412 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-27 12:53:45.413 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/for-deployment-8de44587-4dd4-4eb4-9377-6d1e7b9b25a6/lock_files' to option 'lock_path'. 2021-06-27 12:53:45.413 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/for-deployment-8de44587-4dd4-4eb4-9377-6d1e7b9b25a6/lock_files 2021-06-27 12:53:45.414 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-06-27 12:53:45.414 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/for-deployment-8de44587-4dd4-4eb4-9377-6d1e7b9b25a6' to option 'img_dir'. 2021-06-27 12:53:45.414 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-a0966983-d731-4bca-98bb-3bd9d190aeb6/for-deployment-8de44587-4dd4-4eb4-9377-6d1e7b9b25a6 2021-06-27 12:53:45.415 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:53:45.415 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = aae1ba83-34de-4a3d-a20f-17ea79c0f8f8 2021-06-27 12:53:45.415 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 29a83bba-a45c-4af2-8fdb-2e0dbb1d5012 2021-06-27 12:53:45.416 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 85d14fc0-7d0b-4523-9bfa-33914c0ee8dd 2021-06-27 12:53:45.417 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5ce5df18-bf1c-4f9a-9dcc-b9837f770741 2021-06-27 12:53:45.790 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-27 12:53:45.791 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_9fe0e630-551a-4c01-a008-3c8829b37bb4 2021-06-27 12:53:45.792 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-27 12:53:45.885 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:53:45.886 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}c11d36346953f6c1aff3a77a515d327c60e5268acbc0c461708d734a1fecc295" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:53:45.918 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6684 Content-Type: application/json Date: Sun, 27 Jun 2021 12:53:45 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-7e56ccd9-c7d8-43a7-89b9-93678d8d607e x-openstack-request-id: req-7e56ccd9-c7d8-43a7-89b9-93678d8d607e _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:53:45.919 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": "5ce5df18-bf1c-4f9a-9dcc-b9837f770741", "name": "tempest_heat_cntt-flavor_alt_9fe0e630-551a-4c01-a008-3c8829b37bb4", "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/5ce5df18-bf1c-4f9a-9dcc-b9837f770741"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5ce5df18-bf1c-4f9a-9dcc-b9837f770741"}]}, {"id": "85d14fc0-7d0b-4523-9bfa-33914c0ee8dd", "name": "tempest_heat_cntt-flavor_9fe0e630-551a-4c01-a008-3c8829b37bb4", "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/85d14fc0-7d0b-4523-9bfa-33914c0ee8dd"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/85d14fc0-7d0b-4523-9bfa-33914c0ee8dd"}]}, {"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": "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:53:45.919 37 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-7e56ccd9-c7d8-43a7-89b9-93678d8d607e request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:53:45.921 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-27 12:53:45.922 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_526c1a44_tFJQclKx' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-27 12:53:45.923 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}c11d36346953f6c1aff3a77a515d327c60e5268acbc0c461708d734a1fecc295" -d '{"flavor": {"name": "rally_verify_526c1a44_tFJQclKx", "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:53:45.954 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Sun, 27 Jun 2021 12:53:45 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-a71bf307-bc9a-426e-be01-0ee878212bc1 x-openstack-request-id: req-a71bf307-bc9a-426e-be01-0ee878212bc1 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:53:45.955 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8", "name": "rally_verify_526c1a44_tFJQclKx", "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/83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8"}]}} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 12:53:45.955 37 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-a71bf307-bc9a-426e-be01-0ee878212bc1 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:53:45.956 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_526c1a44_tFJQclKx' (ID = 83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8) has been successfully created! 2021-06-27 12:53:45.956 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8' to option 'instance_type'. 2021-06-27 12:53:45.957 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8 2021-06-27 12:53:45.958 37 INFO rally.task.context [-] Verification a0966983-d731-4bca-98bb-3bd9d190aeb6 | Context tempest@default setup() finished in 1.16 sec 2021-06-27 12:53:45.959 37 INFO rally.task.context [-] Verification a0966983-d731-4bca-98bb-3bd9d190aeb6 | Context testr@default setup() finished in 0.38 msec 2021-06-27 12:53:45.959 37 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/bbbf5474-e2c3-4366-b493-6bd81de5aaa2'. 2021-06-27 12:53:52.860 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.217s] 2021-06-27 12:53:53.296 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.435s] 2021-06-27 12:53:55.515 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.219s] 2021-06-27 12:53:55.551 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2021-06-27 12:53:55.608 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.057s] 2021-06-27 12:53:55.988 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.380s] 2021-06-27 12:53:58.234 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.246s] 2021-06-27 12:53:58.274 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2021-06-27 12:53:58.488 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.213s] 2021-06-27 12:54:02.844 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.356s] 2021-06-27 12:54:03.031 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.187s] 2021-06-27 12:54:05.285 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.254s] 2021-06-27 12:54:05.394 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.108s] 2021-06-27 12:54:05.507 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.113s] 2021-06-27 12:54:05.595 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.087s] 2021-06-27 12:54:06.186 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.452s] 2021-06-27 12:54:08.445 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.258s] 2021-06-27 12:54:08.626 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.182s] 2021-06-27 12:54:08.737 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.110s] 2021-06-27 12:54:08.854 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.116s] 2021-06-27 12:54:08.912 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.058s] 2021-06-27 12:54:09.096 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.183s] 2021-06-27 12:54:09.139 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2021-06-27 12:54:09.227 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.088s] 2021-06-27 12:54:09.660 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.330s] 2021-06-27 12:54:09.758 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.098s] 2021-06-27 12:54:09.781 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.023s] 2021-06-27 12:54:10.086 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.207s] 2021-06-27 12:54:10.277 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.191s] 2021-06-27 12:54:10.418 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.140s] 2021-06-27 12:54:10.773 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.355s] 2021-06-27 12:54:10.926 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.153s] 2021-06-27 12:54:11.043 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.117s] 2021-06-27 12:54:11.219 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.177s] 2021-06-27 12:54:11.396 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.176s] 2021-06-27 12:54:11.438 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.041s] 2021-06-27 12:54:11.474 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.036s] 2021-06-27 12:54:11.975 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.370s] 2021-06-27 12:54:12.117 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.141s] 2021-06-27 12:54:12.291 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.175s] 2021-06-27 12:54:12.739 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.398s] 2021-06-27 12:54:14.988 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.250s] 2021-06-27 12:54:15.106 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.117s] 2021-06-27 12:54:15.193 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.086s] 2021-06-27 12:54:28.620 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.426s] 2021-06-27 12:54:46.169 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.548s] 2021-06-27 12:54:59.836 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.666s] 2021-06-27 12:55:13.759 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.923s] 2021-06-27 12:55:27.341 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.581s] 2021-06-27 12:55:40.967 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.626s] 2021-06-27 12:55:54.567 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.600s] 2021-06-27 12:56:08.184 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.616s] 2021-06-27 12:56:26.256 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [18.071s] 2021-06-27 12:56:52.198 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.940s] 2021-06-27 12:57:14.768 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [22.570s] 2021-06-27 12:57:32.480 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [17.711s] 2021-06-27 12:57:54.434 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.954s] 2021-06-27 12:58:16.089 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.654s] 2021-06-27 12:58:33.492 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.401s] 2021-06-27 12:58:42.603 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.110s] 2021-06-27 12:58:55.937 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.334s] 2021-06-27 12:59:09.257 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.319s] 2021-06-27 12:59:23.266 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [14.008s] 2021-06-27 12:59:36.530 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [13.263s] 2021-06-27 12:59:53.912 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [17.380s] 2021-06-27 13:00:15.535 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [21.623s] 2021-06-27 13:00:29.928 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [14.392s] 2021-06-27 13:00:51.667 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [21.738s] 2021-06-27 13:01:01.178 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.510s] 2021-06-27 13:01:15.009 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.829s] 2021-06-27 13:01:33.108 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.099s] 2021-06-27 13:01:46.790 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.681s] 2021-06-27 13:02:04.505 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.715s] 2021-06-27 13:02:18.136 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [13.629s] 2021-06-27 13:02:39.435 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.298s] 2021-06-27 13:03:05.691 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.255s] 2021-06-27 13:03:45.156 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [39.465s] 2021-06-27 13:04:12.399 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.241s] 2021-06-27 13:04:43.772 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.371s] 2021-06-27 13:05:15.455 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.682s] 2021-06-27 13:06:01.457 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [46.001s] 2021-06-27 13:06:28.655 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.198s] 2021-06-27 13:06:55.695 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.040s] 2021-06-27 13:07:26.957 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.261s] 2021-06-27 13:07:52.370 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.412s] 2021-06-27 13:07:52.601 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.230s] 2021-06-27 13:07:52.738 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.138s] 2021-06-27 13:07:52.990 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.250s] 2021-06-27 13:07:53.134 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.144s] 2021-06-27 13:07:58.500 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.365s] 2021-06-27 13:08:08.389 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.889s] 2021-06-27 13:08:08.835 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.445s] 2021-06-27 13:08:08.992 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.156s] 2021-06-27 13:08:26.905 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.912s] 2021-06-27 13:08:40.810 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.905s] 2021-06-27 13:08:49.707 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.896s] 2021-06-27 13:08:58.750 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.042s] 2021-06-27 13:10:12.059 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [73.308s] 2021-06-27 13:11:34.937 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [82.876s] 2021-06-27 13:11:44.503 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.565s] 2021-06-27 13:11:57.930 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.427s] 2021-06-27 13:12:07.078 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.147s] 2021-06-27 13:12:20.503 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.424s] 2021-06-27 13:12:29.443 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.939s] 2021-06-27 13:12:47.290 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.847s] 2021-06-27 13:12:47.643 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.352s] 2021-06-27 13:12:47.970 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.326s] 2021-06-27 13:12:48.284 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.313s] 2021-06-27 13:12:48.609 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.325s] 2021-06-27 13:12:48.840 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.230s] 2021-06-27 13:12:49.076 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.235s] 2021-06-27 13:12:49.236 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.160s] 2021-06-27 13:12:49.375 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.138s] 2021-06-27 13:12:49.503 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.126s] 2021-06-27 13:12:58.453 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.949s] 2021-06-27 13:12:59.086 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.633s] 2021-06-27 13:12:59.459 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.372s] 2021-06-27 13:13:04.320 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [4.861s] 2021-06-27 13:13:04.597 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.276s] 2021-06-27 13:13:04.809 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.211s] 2021-06-27 13:13:05.034 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.224s] 2021-06-27 13:13:55.829 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.794s] 2021-06-27 13:14:09.913 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.083s] 2021-06-27 13:14:46.580 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [36.661s] 2021-06-27 13:17:05.676 37 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [139.090s] 2021-06-27 13:17:06.258 37 INFO rally.task.context [-] Verification a0966983-d731-4bca-98bb-3bd9d190aeb6 | Context testr@default cleanup() started 2021-06-27 13:17:06.258 37 INFO rally.task.context [-] Verification a0966983-d731-4bca-98bb-3bd9d190aeb6 | Context testr@default cleanup() finished in 0.77 msec 2021-06-27 13:17:06.259 37 INFO rally.task.context [-] Verification a0966983-d731-4bca-98bb-3bd9d190aeb6 | Context tempest@default cleanup() started 2021-06-27 13:17:06.497 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_526c1a44_tFJQclKx'. 2021-06-27 13:17:06.498 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}a531a6ca491bf66af39d09787d098d20561ce777fd8d14bd2de69d7b7bef5e33" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 13:17:06.677 37 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Sun, 27 Jun 2021 13:17:06 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-454e0e4b-c8c5-4b10-9e50-ffff20d0b1c6 x-openstack-request-id: req-454e0e4b-c8c5-4b10-9e50-ffff20d0b1c6 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 13:17:06.677 37 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8 used request id req-454e0e4b-c8c5-4b10-9e50-ffff20d0b1c6 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 13:17:06.678 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_526c1a44_tFJQclKx' has been deleted. 2021-06-27 13:17:06.679 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8' of option 'instance_type' from Tempest config file. 2021-06-27 13:17:06.679 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '83cd4d8a-1f28-4cbb-ba0c-f6c4bcefa3b8' has been removed. 2021-06-27 13:17:06.683 37 INFO rally.task.context [-] Verification a0966983-d731-4bca-98bb-3bd9d190aeb6 | Context tempest@default cleanup() finished in 0.42 sec 2021-06-27 13:17:06.717 37 INFO rally.api [-] Verification (UUID=526c1a44-99db-41f7-b7bc-d666a075a555) has been successfully finished for deployment 'opnfv-rally' (UUID=8de44587-4dd4-4eb4-9377-6d1e7b9b25a6)! 2021-06-27 13:17:10.658 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:17:10.658 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:17:10.658 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:17:14.294 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:17:14.294 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:17:14.294 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:17:17.504 48 INFO rally.api [-] Building 'html' report for the following verification(s): '526c1a44-99db-41f7-b7bc-d666a075a555' 2021-06-27 13:17:17.530 48 INFO rally.api [-] The report has been successfully built. 2021-06-27 13:17:19.349 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:17:19.350 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:17:19.350 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:17:21.942 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '526c1a44-99db-41f7-b7bc-d666a075a555' 2021-06-27 13:17:21.949 50 INFO rally.api [-] The report has been successfully built.