2021-11-30 12:19:36.660 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:19:36.661 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:19:36.661 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:19:39.906 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:19:39.906 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-30 12:19:39.906 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:19:39.906 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:19:39.906 7 ERROR rally.cli.cliutils 2021-11-30 12:19:42.064 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:19:42.064 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:19:42.064 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:19:47.448 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:19:47.448 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:19:47.448 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:19:53.298 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:19:53.298 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:19:53.299 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:19:55.188 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:19:55.188 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:19:55.188 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:19:58.080 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:19:58.080 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-30 12:19:58.080 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 12:19:58.080 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:19:58.080 13 ERROR rally.cli.cliutils 2021-11-30 12:20:00.023 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:00.023 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:00.023 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:03.422 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-30 12:20:03.475 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/repo. 2021-11-30 12:20:03.830 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/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:20:03.843 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-30 12:20:03.849 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-30 12:20:03.858 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-30 12:20:03.927 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-30 12:20:04.891 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e15f945-0581-41d7-a8fc-3748197165fc) has been successfully created! 2021-11-30 12:20:07.013 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:07.013 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:07.014 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:20.816 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:20.817 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:20.817 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:23.882 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6e15f945-0581-41d7-a8fc-3748197165fc) for deployment 'opnfv-rally' (UUID=864cf143-6f75-40ae-a463-583fd52fc89e). 2021-11-30 12:20:24.410 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e15f945-0581-41d7-a8fc-3748197165fc) has been successfully configured for deployment 'opnfv-rally' (UUID=864cf143-6f75-40ae-a463-583fd52fc89e)! 2021-11-30 12:20:36.235 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:20:36.236 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:20:36.236 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:20:39.120 26 INFO rally.api [-] Starting verification (UUID=7cf023a9-adff-496f-9ef7-975da65a0554) for deployment 'opnfv-rally' (UUID=864cf143-6f75-40ae-a463-583fd52fc89e) by verifier 'opnfv-tempest' (UUID=6e15f945-0581-41d7-a8fc-3748197165fc). 2021-11-30 12:20:39.974 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-30 12:20:39.975 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/for-deployment-864cf143-6f75-40ae-a463-583fd52fc89e/tempest.log' to option 'log_file'. 2021-11-30 12:20:39.975 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/for-deployment-864cf143-6f75-40ae-a463-583fd52fc89e/tempest.log 2021-11-30 12:20:39.975 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-30 12:20:39.976 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/for-deployment-864cf143-6f75-40ae-a463-583fd52fc89e/lock_files' to option 'lock_path'. 2021-11-30 12:20:39.976 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/for-deployment-864cf143-6f75-40ae-a463-583fd52fc89e/lock_files 2021-11-30 12:20:39.976 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-30 12:20:39.977 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/for-deployment-864cf143-6f75-40ae-a463-583fd52fc89e' to option 'img_dir'. 2021-11-30 12:20:39.977 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-6e15f945-0581-41d7-a8fc-3748197165fc/for-deployment-864cf143-6f75-40ae-a463-583fd52fc89e 2021-11-30 12:20:39.977 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:20:39.978 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 89dd3d75-b0ed-4e71-96a6-de9b5fd25082 2021-11-30 12:20:39.978 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9232e0b1-a997-4e27-8c65-a923d3a8762d 2021-11-30 12:20:39.979 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a347053f-5b8b-47d0-8cfe-c4444d2e39fa 2021-11-30 12:20:39.979 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4ea75c0a-c3f9-4f0c-a160-28353f786de0 2021-11-30 12:20:40.243 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-30 12:20:40.244 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_e7a07abf-7885-4e8d-9dda-63c97c7e6a3c 2021-11-30 12:20:40.244 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-30 12:20:40.326 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:20:40.327 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}555271d2482f4a832849710f2986e84e1385f48f1fcdecf3fcc44c5c670d8f5b" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:20:40.357 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6654 Content-Type: application/json Date: Tue, 30 Nov 2021 12:20:40 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-da411251-750a-45c9-b609-172c4531e8d7 x-openstack-request-id: req-da411251-750a-45c9-b609-172c4531e8d7 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:20:40.358 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4"}]}, {"id": "4ea75c0a-c3f9-4f0c-a160-28353f786de0", "name": "tempest_heat-flavor_alt_e7a07abf-7885-4e8d-9dda-63c97c7e6a3c", "ram": 512, "disk": 4, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/4ea75c0a-c3f9-4f0c-a160-28353f786de0"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4ea75c0a-c3f9-4f0c-a160-28353f786de0"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5"}]}, {"id": "8fc77b65-cbac-42a7-b95c-7d712cb54d41", "name": "tempest_cinder-flavor_4082bafa-4240-4cb3-bfa9-bf7b21f64e6e", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/8fc77b65-cbac-42a7-b95c-7d712cb54d41"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/8fc77b65-cbac-42a7-b95c-7d712cb54d41"}]}, {"id": "9549e3ef-71a6-457c-8a21-7a41ad5f6d56", "name": "tempest_cinder-flavor_alt_4082bafa-4240-4cb3-bfa9-bf7b21f64e6e", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/9549e3ef-71a6-457c-8a21-7a41ad5f6d56"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/9549e3ef-71a6-457c-8a21-7a41ad5f6d56"}]}, {"id": "a347053f-5b8b-47d0-8cfe-c4444d2e39fa", "name": "tempest_heat-flavor_e7a07abf-7885-4e8d-9dda-63c97c7e6a3c", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/a347053f-5b8b-47d0-8cfe-c4444d2e39fa"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/a347053f-5b8b-47d0-8cfe-c4444d2e39fa"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c1"}]}, {"id": "cbc0718d-fb6f-4856-bd64-a20ff141e3b5", "name": "tempest_neutron-flavor_alt_5108fa9a-ba10-4f09-b199-f7f029aecbda", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/cbc0718d-fb6f-4856-bd64-a20ff141e3b5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/cbc0718d-fb6f-4856-bd64-a20ff141e3b5"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d2"}]}, {"id": "d3", "name": "ds2G", "ram": 2048, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d3"}]}, {"id": "d4", "name": "ds4G", "ram": 4096, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d4"}]}, {"id": "dbf115d6-338a-4382-9892-c04e4b477456", "name": "tempest_neutron-flavor_5108fa9a-ba10-4f09-b199-f7f029aecbda", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/dbf115d6-338a-4382-9892-c04e4b477456"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/dbf115d6-338a-4382-9892-c04e4b477456"}]}]} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 12:20:40.358 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-da411251-750a-45c9-b609-172c4531e8d7 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:20:40.361 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-11-30 12:20:40.361 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_7cf023a9_cMseJUZh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-11-30 12:20:40.362 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}555271d2482f4a832849710f2986e84e1385f48f1fcdecf3fcc44c5c670d8f5b" -d '{"flavor": {"name": "rally_verify_7cf023a9_cMseJUZh", "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:20:40.394 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Tue, 30 Nov 2021 12:20:40 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-4a32f529-aa5d-4b58-b271-f6959aa07fb9 x-openstack-request-id: req-4a32f529-aa5d-4b58-b271-f6959aa07fb9 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:20:40.395 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "ec4bc842-09d9-4876-9bb5-6d2316ab66cd", "name": "rally_verify_7cf023a9_cMseJUZh", "ram": 64, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/ec4bc842-09d9-4876-9bb5-6d2316ab66cd"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/ec4bc842-09d9-4876-9bb5-6d2316ab66cd"}]}} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 12:20:40.395 26 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-4a32f529-aa5d-4b58-b271-f6959aa07fb9 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:20:40.397 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7cf023a9_cMseJUZh' (ID = ec4bc842-09d9-4876-9bb5-6d2316ab66cd) has been successfully created! 2021-11-30 12:20:40.397 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ec4bc842-09d9-4876-9bb5-6d2316ab66cd' to option 'instance_type'. 2021-11-30 12:20:40.397 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ec4bc842-09d9-4876-9bb5-6d2316ab66cd 2021-11-30 12:20:40.399 26 INFO rally.task.context [-] Verification 6e15f945-0581-41d7-a8fc-3748197165fc | Context tempest@default setup() finished in 1.08 sec 2021-11-30 12:20:40.400 26 INFO rally.task.context [-] Verification 6e15f945-0581-41d7-a8fc-3748197165fc | Context testr@default setup() finished in 0.54 msec 2021-11-30 12:20:40.401 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/00615409-48a2-46c0-bd89-c6a8d573c8fa'. 2021-11-30 12:20:47.228 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.158s] 2021-11-30 12:20:47.681 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.452s] 2021-11-30 12:20:47.820 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.139s] 2021-11-30 12:20:47.868 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.048s] 2021-11-30 12:20:47.934 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.065s] 2021-11-30 12:20:48.288 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.353s] 2021-11-30 12:20:50.522 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.234s] 2021-11-30 12:20:50.565 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.042s] 2021-11-30 12:20:50.759 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.194s] 2021-11-30 12:20:52.979 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.220s] 2021-11-30 12:20:53.148 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.169s] 2021-11-30 12:20:55.383 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.234s] 2021-11-30 12:20:55.487 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.104s] 2021-11-30 12:20:55.598 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.110s] 2021-11-30 12:20:55.688 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.090s] 2021-11-30 12:20:56.383 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.595s] 2021-11-30 12:20:58.616 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.232s] 2021-11-30 12:20:58.792 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.176s] 2021-11-30 12:20:58.901 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.108s] 2021-11-30 12:20:59.008 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.107s] 2021-11-30 12:20:59.078 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.069s] 2021-11-30 12:20:59.253 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.175s] 2021-11-30 12:20:59.289 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.036s] 2021-11-30 12:20:59.368 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.078s] 2021-11-30 12:20:59.755 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.291s] 2021-11-30 12:20:59.845 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.090s] 2021-11-30 12:20:59.871 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.027s] 2021-11-30 12:21:00.119 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.159s] 2021-11-30 12:21:00.292 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.172s] 2021-11-30 12:21:00.399 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.107s] 2021-11-30 12:21:00.594 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.195s] 2021-11-30 12:21:00.763 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.168s] 2021-11-30 12:21:00.868 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.105s] 2021-11-30 12:21:01.031 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.163s] 2021-11-30 12:21:01.190 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.159s] 2021-11-30 12:21:01.242 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.052s] 2021-11-30 12:21:01.277 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.035s] 2021-11-30 12:21:01.710 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.332s] 2021-11-30 12:21:01.880 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.165s] 2021-11-30 12:21:02.147 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.269s] 2021-11-30 12:21:02.703 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.456s] 2021-11-30 12:21:04.924 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.220s] 2021-11-30 12:21:05.031 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.106s] 2021-11-30 12:21:05.116 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.085s] 2021-11-30 12:21:18.436 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.319s] 2021-11-30 12:21:31.911 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.474s] 2021-11-30 12:21:45.860 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.948s] 2021-11-30 12:21:59.315 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.455s] 2021-11-30 12:22:13.094 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.778s] 2021-11-30 12:22:26.636 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.542s] 2021-11-30 12:22:40.238 26 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-11-30 12:22:53.675 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.437s] 2021-11-30 12:23:11.412 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [17.736s] 2021-11-30 12:23:25.076 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [13.664s] 2021-11-30 12:23:42.742 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [17.666s] 2021-11-30 12:24:00.320 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [17.577s] 2021-11-30 12:24:14.001 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [13.680s] 2021-11-30 12:24:27.503 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [13.502s] 2021-11-30 12:24:40.792 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [13.290s] 2021-11-30 12:24:40.799 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.004s]: b'Test disabled in conf, skipping' 2021-11-30 12:24:40.801 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_event_sinks.ZaqarEventSinkTest.test_events ... skip [0.000s]: b'messaging service not available, skipping test.' 2021-11-30 12:24:49.885 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.086s] 2021-11-30 12:25:03.193 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.306s] 2021-11-30 12:25:12.374 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.180s] 2021-11-30 12:25:21.475 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [9.100s] 2021-11-30 12:25:30.543 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [9.068s] 2021-11-30 12:25:39.666 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [9.122s] 2021-11-30 12:25:53.058 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [13.392s] 2021-11-30 12:26:06.435 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [13.376s] 2021-11-30 12:26:19.907 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [13.472s] 2021-11-30 12:26:29.243 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.335s] 2021-11-30 12:26:42.756 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.512s] 2021-11-30 12:27:00.620 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.864s] 2021-11-30 12:27:14.201 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.580s] 2021-11-30 12:27:27.837 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.636s] 2021-11-30 12:27:45.542 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.704s] 2021-11-30 12:27:45.735 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.192s]: b'LBaasv2 extension not available, skipping' 2021-11-30 12:27:45.852 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.116s]: b'LBaasv2 extension not available, skipping' 2021-11-30 12:27:58.796 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [12.944s] 2021-11-30 12:28:16.652 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [17.855s] 2021-11-30 12:28:46.783 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [30.131s] 2021-11-30 12:29:05.173 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [18.389s] 2021-11-30 12:29:23.916 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [18.742s] 2021-11-30 12:29:42.264 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [18.348s] 2021-11-30 12:30:14.228 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [31.963s] 2021-11-30 12:30:32.589 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [18.360s] 2021-11-30 12:30:50.988 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [18.399s] 2021-11-30 12:31:09.314 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [18.325s] 2021-11-30 12:31:30.736 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [21.422s] 2021-11-30 12:31:31.049 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.313s] 2021-11-30 12:31:31.305 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.255s] 2021-11-30 12:31:31.572 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.267s] 2021-11-30 12:31:31.880 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.308s] 2021-11-30 12:31:36.633 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [4.751s] 2021-11-30 12:31:45.918 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.285s] 2021-11-30 12:31:46.188 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.269s] 2021-11-30 12:31:46.189 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2021-11-30 12:31:46.431 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.242s] 2021-11-30 12:32:04.063 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.632s] 2021-11-30 12:32:17.960 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.897s] 2021-11-30 12:32:26.832 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.871s] 2021-11-30 12:32:35.881 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.048s] 2021-11-30 12:33:37.435 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [61.553s] 2021-11-30 12:34:56.154 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [78.717s] 2021-11-30 12:34:56.155 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ZaqarSignalTransportTest.test_signal_queues ... skip [0.000s]: b'messaging service not available, skipping test.' 2021-11-30 12:35:01.714 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [5.559s] 2021-11-30 12:35:14.922 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.207s] 2021-11-30 12:35:23.904 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [8.981s] 2021-11-30 12:35:37.056 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.152s] 2021-11-30 12:35:46.221 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.164s] 2021-11-30 12:36:03.930 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.708s] 2021-11-30 12:36:04.189 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.259s] 2021-11-30 12:36:04.450 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.260s] 2021-11-30 12:36:04.661 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.210s] 2021-11-30 12:36:04.939 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.278s] 2021-11-30 12:36:05.168 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.228s] 2021-11-30 12:36:05.468 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.300s] 2021-11-30 12:36:05.744 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.275s] 2021-11-30 12:36:05.880 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.136s] 2021-11-30 12:36:06.096 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.215s] 2021-11-30 12:36:10.997 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [4.900s] 2021-11-30 12:36:11.434 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.436s] 2021-11-30 12:36:11.563 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.129s] 2021-11-30 12:36:16.389 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [4.825s] 2021-11-30 12:36:16.668 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.278s] 2021-11-30 12:36:16.810 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.142s] 2021-11-30 12:36:16.943 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.131s] 2021-11-30 12:36:16.945 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_waitcondition.ZaqarWaitConditionTest.test_signal_queues ... skip [0.000s]: b'messaging service not available, skipping test.' 2021-11-30 12:36:16.949 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.005s]: b'Test disabled in conf, skipping' 2021-11-30 12:36:17.566 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.617s]: b'LBaas v1 extension not available, skipping' 2021-11-30 12:36:18.135 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.567s]: b'LBaasv2 extension not available, skipping' 2021-11-30 12:36:52.139 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [34.001s] 2021-11-30 12:36:52.140 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.000s]: b'OS::Octavia::LoadBalancer resource type not available, skipping test.' 2021-11-30 12:36:52.141 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.000s]: b'OS::Octavia::LoadBalancer resource type not available, skipping test.' 2021-11-30 12:37:01.897 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [9.759s] 2021-11-30 12:37:01.903 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.004s]: b'Test disabled in conf, skipping' 2021-11-30 12:37:29.322 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [27.413s] 2021-11-30 12:38:17.333 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [48.004s] 2021-11-30 12:38:17.334 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.004s]: b'Test disabled in conf, skipping' 2021-11-30 12:38:17.336 26 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.002s]: b'Test disabled in conf, skipping' 2021-11-30 12:38:17.705 26 INFO rally.task.context [-] Verification 6e15f945-0581-41d7-a8fc-3748197165fc | Context testr@default cleanup() started 2021-11-30 12:38:17.706 26 INFO rally.task.context [-] Verification 6e15f945-0581-41d7-a8fc-3748197165fc | Context testr@default cleanup() finished in 0.72 msec 2021-11-30 12:38:17.706 26 INFO rally.task.context [-] Verification 6e15f945-0581-41d7-a8fc-3748197165fc | Context tempest@default cleanup() started 2021-11-30 12:38:17.931 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_7cf023a9_cMseJUZh'. 2021-11-30 12:38:17.931 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/ec4bc842-09d9-4876-9bb5-6d2316ab66cd -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}5930402a0af1c4cffda5ed6607c294fbf4b37e0d67212c46452f78c339f2bbf3" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 12:38:18.096 26 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Tue, 30 Nov 2021 12:38:17 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-c24e4d2a-72db-47a0-aac8-aeca439aefef x-openstack-request-id: req-c24e4d2a-72db-47a0-aac8-aeca439aefef _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 12:38:18.097 26 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/ec4bc842-09d9-4876-9bb5-6d2316ab66cd used request id req-c24e4d2a-72db-47a0-aac8-aeca439aefef request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 12:38:18.097 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7cf023a9_cMseJUZh' has been deleted. 2021-11-30 12:38:18.098 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ec4bc842-09d9-4876-9bb5-6d2316ab66cd' of option 'instance_type' from Tempest config file. 2021-11-30 12:38:18.098 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ec4bc842-09d9-4876-9bb5-6d2316ab66cd' has been removed. 2021-11-30 12:38:18.100 26 INFO rally.task.context [-] Verification 6e15f945-0581-41d7-a8fc-3748197165fc | Context tempest@default cleanup() finished in 0.39 sec 2021-11-30 12:38:18.116 26 INFO rally.api [-] Verification (UUID=7cf023a9-adff-496f-9ef7-975da65a0554) has been successfully finished for deployment 'opnfv-rally' (UUID=864cf143-6f75-40ae-a463-583fd52fc89e)! 2021-11-30 12:38:20.024 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:38:20.024 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:38:20.025 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:38:22.266 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:38:22.266 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:38:22.266 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:38:24.723 33 INFO rally.api [-] Building 'html' report for the following verification(s): '7cf023a9-adff-496f-9ef7-975da65a0554' 2021-11-30 12:38:24.746 33 INFO rally.api [-] The report has been successfully built. 2021-11-30 12:38:26.361 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 12:38:26.361 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 12:38:26.361 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 12:38:29.018 34 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7cf023a9-adff-496f-9ef7-975da65a0554' 2021-11-30 12:38:29.026 34 INFO rally.api [-] The report has been successfully built.