2021-02-05 21:49:39.975 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:49:39.975 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:49:39.975 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:49:42.871 24 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-02-05 21:49:42.871 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 21:49:42.871 24 ERROR rally.cli.cliutils 2021-02-05 21:49:44.765 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:49:44.766 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:49:44.766 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:49:49.543 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:49:49.543 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:49:49.543 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:49:56.187 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:49:56.188 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:49:56.188 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:49:57.891 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:49:57.892 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:49:57.892 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:50:00.483 34 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-02-05 21:50:00.483 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 21:50:00.483 34 ERROR rally.cli.cliutils 2021-02-05 21:50:02.361 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:50:02.362 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:50:02.362 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:50:05.036 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 21:50:05.094 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e9c08be9-ecfd-4fbb-bffc-a4d074b766a5/repo. 2021-02-05 21:50:05.334 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e9c08be9-ecfd-4fbb-bffc-a4d074b766a5/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-05 21:50:05.362 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 21:50:05.371 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 21:50:05.390 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 21:50:05.456 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 21:50:06.355 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e9c08be9-ecfd-4fbb-bffc-a4d074b766a5) has been successfully created! 2021-02-05 21:50:08.406 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:50:08.407 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:50:08.407 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:50:28.434 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:50:28.435 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:50:28.435 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:50:31.263 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e9c08be9-ecfd-4fbb-bffc-a4d074b766a5) for deployment 'opnfv-rally' (UUID=39720bcc-9ade-469b-8db5-f73e05b14a50). 2021-02-05 21:50:32.141 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e9c08be9-ecfd-4fbb-bffc-a4d074b766a5) has been successfully configured for deployment 'opnfv-rally' (UUID=39720bcc-9ade-469b-8db5-f73e05b14a50)! 2021-02-05 21:50:44.931 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:50:44.932 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:50:44.932 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:50:47.619 52 INFO rally.api [-] Starting verification (UUID=4370fba4-b84e-4aa9-9e14-e6dfd44740f0) for deployment 'opnfv-rally' (UUID=39720bcc-9ade-469b-8db5-f73e05b14a50) by verifier 'opnfv-tempest' (UUID=e9c08be9-ecfd-4fbb-bffc-a4d074b766a5). 2021-02-05 21:50:48.621 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 21:50:48.694 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 21:50:48.695 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e9c08be9-ecfd-4fbb-bffc-a4d074b766a5/for-deployment-39720bcc-9ade-469b-8db5-f73e05b14a50/tempest.log' to option 'log_file'. 2021-02-05 21:50:48.695 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e9c08be9-ecfd-4fbb-bffc-a4d074b766a5/for-deployment-39720bcc-9ade-469b-8db5-f73e05b14a50/tempest.log 2021-02-05 21:50:48.696 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 21:50:48.696 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e9c08be9-ecfd-4fbb-bffc-a4d074b766a5/for-deployment-39720bcc-9ade-469b-8db5-f73e05b14a50/lock_files' to option 'lock_path'. 2021-02-05 21:50:48.697 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e9c08be9-ecfd-4fbb-bffc-a4d074b766a5/for-deployment-39720bcc-9ade-469b-8db5-f73e05b14a50/lock_files 2021-02-05 21:50:48.698 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 21:50:48.698 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-05 21:50:48.698 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 21c48ac1-4f84-4010-8567-ef71ba250b7f 2021-02-05 21:50:48.699 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9922f596-c568-4c0d-bbcb-09070bc3e290 2021-02-05 21:50:48.700 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9b9206af-2a6b-4370-a78d-0a78cc85b1f8 2021-02-05 21:50:48.701 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a5750517-2dd9-48ec-8218-582a6ab4c6fb 2021-02-05 21:50:48.937 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 21:50:48.937 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_cc4c640e-e339-43d1-8d7f-40d4e763287b 2021-02-05 21:50:48.938 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 21:50:49.051 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 21:50:49.091 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 21:50:49.092 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4370fba4_MW37EOkZ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 21:50:49.140 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4370fba4_MW37EOkZ' (ID = e68bd725-9ad1-432f-bdf6-b6a1af7cc69f) has been successfully created! 2021-02-05 21:50:49.140 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e68bd725-9ad1-432f-bdf6-b6a1af7cc69f' to option 'instance_type'. 2021-02-05 21:50:49.140 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e68bd725-9ad1-432f-bdf6-b6a1af7cc69f 2021-02-05 21:50:49.142 52 INFO rally.task.context [-] Verification e9c08be9-ecfd-4fbb-bffc-a4d074b766a5 | Context tempest@default setup() finished in 1.02 sec 2021-02-05 21:50:49.143 52 INFO rally.task.context [-] Verification e9c08be9-ecfd-4fbb-bffc-a4d074b766a5 | Context testr@default setup() finished in 0.59 msec 2021-02-05 21:50:49.144 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/334339e9-d6b4-4fb6-941a-db8a3bb023a9'. 2021-02-05 21:50:57.965 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.148s] 2021-02-05 21:50:58.153 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.188s] 2021-02-05 21:50:58.276 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.122s] 2021-02-05 21:50:58.450 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.175s] 2021-02-05 21:50:58.618 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.167s] 2021-02-05 21:50:58.737 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.120s] 2021-02-05 21:50:58.900 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.163s] 2021-02-05 21:50:59.074 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.173s] 2021-02-05 21:50:59.141 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.067s] 2021-02-05 21:50:59.213 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.070s] 2021-02-05 21:51:00.970 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [1.357s] 2021-02-05 21:51:03.244 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.274s] 2021-02-05 21:51:03.395 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.151s] 2021-02-05 21:51:03.522 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.128s] 2021-02-05 21:51:05.426 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [1.488s] 2021-02-05 21:51:07.671 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.245s] 2021-02-05 21:51:07.852 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.181s] 2021-02-05 21:51:07.982 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.130s] 2021-02-05 21:51:08.114 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.130s] 2021-02-05 21:51:08.216 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.101s] 2021-02-05 21:51:08.411 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.193s] 2021-02-05 21:51:08.483 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.072s] 2021-02-05 21:51:08.622 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.138s] 2021-02-05 21:51:09.611 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.581s] 2021-02-05 21:51:09.778 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.167s] 2021-02-05 21:51:09.941 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.163s] 2021-02-05 21:51:10.692 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.259s] 2021-02-05 21:51:11.865 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [1.173s] 2021-02-05 21:51:11.997 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.131s] 2021-02-05 21:51:12.056 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.059s] 2021-02-05 21:51:12.139 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.082s] 2021-02-05 21:51:13.391 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [1.251s] 2021-02-05 21:51:15.636 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.243s] 2021-02-05 21:51:15.705 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.069s] 2021-02-05 21:51:15.816 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.109s] 2021-02-05 21:51:20.169 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.352s] 2021-02-05 21:51:20.273 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.103s] 2021-02-05 21:51:24.629 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.354s] 2021-02-05 21:51:24.749 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.120s] 2021-02-05 21:51:24.866 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.117s] 2021-02-05 21:51:24.991 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.125s] 2021-02-05 21:51:25.708 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.281s] 2021-02-05 21:51:25.813 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.104s] 2021-02-05 21:51:25.867 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.053s] 2021-02-05 21:51:40.702 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.831s] 2021-02-05 21:51:59.769 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [19.066s] 2021-02-05 21:52:14.729 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [14.959s] 2021-02-05 21:52:29.711 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.981s] 2021-02-05 21:52:44.604 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [14.891s] 2021-02-05 21:52:59.620 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [15.012s] 2021-02-05 21:53:14.731 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [15.107s] 2021-02-05 21:53:29.695 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [14.963s] 2021-02-05 21:53:48.663 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [18.967s] 2021-02-05 21:53:48.672 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-02-05 21:53:59.141 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [10.468s] 2021-02-05 21:54:13.917 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [14.776s] 2021-02-05 21:54:28.729 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [14.811s] 2021-02-05 21:54:39.979 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [11.248s] 2021-02-05 21:54:55.558 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [15.578s] 2021-02-05 21:55:16.270 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [20.709s] 2021-02-05 21:55:31.727 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [15.452s] 2021-02-05 21:55:47.227 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [15.496s] 2021-02-05 21:56:06.882 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [19.651s] 2021-02-05 21:56:07.580 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.693s]: b'LBaasv2 extension not available, skipping' 2021-02-05 21:56:08.156 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.577s]: b'LBaasv2 extension not available, skipping' 2021-02-05 21:56:34.815 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [26.659s] 2021-02-05 21:57:07.067 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [32.250s] 2021-02-05 21:57:47.154 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [40.083s] 2021-02-05 21:58:20.054 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.897s] 2021-02-05 21:58:53.017 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.962s] 2021-02-05 21:59:26.023 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [33.005s] 2021-02-05 22:00:15.700 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [49.675s] 2021-02-05 22:00:48.947 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [33.245s] 2021-02-05 22:01:25.966 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [37.018s] 2021-02-05 22:01:58.965 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [32.998s] 2021-02-05 22:05:26.994 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... fail [208.020s] 2021-02-05 22:05:27.743 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.745s] 2021-02-05 22:05:28.427 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.680s] 2021-02-05 22:05:29.018 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.587s] 2021-02-05 22:05:29.661 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.643s] 2021-02-05 22:05:39.937 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [10.274s] 2021-02-05 22:05:51.011 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.073s] 2021-02-05 22:05:51.837 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.822s] 2021-02-05 22:05:51.838 52 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-02-05 22:05:52.490 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.653s] 2021-02-05 22:06:11.649 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.160s] 2021-02-05 22:06:26.944 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [15.291s] 2021-02-05 22:06:37.252 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [10.306s] 2021-02-05 22:06:47.596 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [10.342s] 2021-02-05 22:08:28.426 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [100.826s] 2021-02-05 22:10:05.773 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [97.344s] 2021-02-05 22:10:16.734 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [10.958s] 2021-02-05 22:10:31.435 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [14.699s] 2021-02-05 22:10:41.856 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [10.421s] 2021-02-05 22:10:56.372 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [14.515s] 2021-02-05 22:11:06.990 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [10.614s] 2021-02-05 22:11:25.871 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.880s] 2021-02-05 22:11:26.639 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.766s] 2021-02-05 22:11:27.234 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.594s] 2021-02-05 22:11:27.796 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.558s] 2021-02-05 22:11:28.400 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.600s] 2021-02-05 22:11:28.997 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.592s] 2021-02-05 22:11:29.600 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.599s] 2021-02-05 22:11:30.190 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.585s] 2021-02-05 22:11:30.783 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.589s] 2021-02-05 22:11:31.327 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.539s] 2021-02-05 22:11:41.455 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [10.124s] 2021-02-05 22:11:42.689 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [1.234s] 2021-02-05 22:11:43.268 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.578s] 2021-02-05 22:11:53.641 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [10.371s] 2021-02-05 22:11:54.377 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.734s] 2021-02-05 22:11:54.973 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.596s] 2021-02-05 22:11:55.546 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.572s] 2021-02-05 22:11:55.555 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-02-05 22:11:56.552 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.994s]: b'LBaas v1 extension not available, skipping' 2021-02-05 22:11:57.532 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.980s]: b'LBaasv2 extension not available, skipping' 2021-02-05 22:12:54.206 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [56.673s] 2021-02-05 22:12:54.215 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-02-05 22:12:54.221 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-02-05 22:13:13.732 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [19.510s] 2021-02-05 22:13:13.741 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-02-05 22:33:36.207 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... fail [1222.453s] 2021-02-05 22:53:58.361 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... fail [1222.136s] 2021-02-05 22:53:58.370 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.010s]: b'Test disabled in conf, skipping' 2021-02-05 22:53:58.379 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.005s]: b'Test disabled in conf, skipping' 2021-02-05 22:53:58.879 52 INFO rally.task.context [-] Verification e9c08be9-ecfd-4fbb-bffc-a4d074b766a5 | Context testr@default cleanup() started 2021-02-05 22:53:58.880 52 INFO rally.task.context [-] Verification e9c08be9-ecfd-4fbb-bffc-a4d074b766a5 | Context testr@default cleanup() finished in 0.91 msec 2021-02-05 22:53:58.881 52 INFO rally.task.context [-] Verification e9c08be9-ecfd-4fbb-bffc-a4d074b766a5 | Context tempest@default cleanup() started 2021-02-05 22:53:59.503 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-05 22:53:59.669 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-05 22:53:59.707 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4370fba4_MW37EOkZ'. 2021-02-05 22:53:59.947 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4370fba4_MW37EOkZ' has been deleted. 2021-02-05 22:53:59.949 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e68bd725-9ad1-432f-bdf6-b6a1af7cc69f' of option 'instance_type' from Tempest config file. 2021-02-05 22:53:59.949 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e68bd725-9ad1-432f-bdf6-b6a1af7cc69f' has been removed. 2021-02-05 22:53:59.951 52 INFO rally.task.context [-] Verification e9c08be9-ecfd-4fbb-bffc-a4d074b766a5 | Context tempest@default cleanup() finished in 1.07 sec 2021-02-05 22:53:59.978 52 INFO rally.api [-] Verification (UUID=4370fba4-b84e-4aa9-9e14-e6dfd44740f0) has been successfully finished for deployment 'opnfv-rally' (UUID=39720bcc-9ade-469b-8db5-f73e05b14a50)! 2021-02-05 22:54:02.141 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 22:54:02.142 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 22:54:02.142 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 22:54:04.103 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 22:54:04.103 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 22:54:04.103 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 22:54:06.774 60 INFO rally.api [-] Building 'html' report for the following verification(s): '4370fba4-b84e-4aa9-9e14-e6dfd44740f0' 2021-02-05 22:54:06.793 60 INFO rally.api [-] The report has been successfully built. 2021-02-05 22:54:08.780 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 22:54:08.781 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 22:54:08.781 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 22:54:11.664 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4370fba4-b84e-4aa9-9e14-e6dfd44740f0' 2021-02-05 22:54:11.670 62 INFO rally.api [-] The report has been successfully built.