2020-12-14 00:23:00.138 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:23:00.144 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:23:00.146 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:23:29.042 10 ERROR rally.cli.cliutils 2020-12-14 00:23:44.662 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:23:44.668 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:23:44.669 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:24:30.570 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:24:30.576 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:24:30.578 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:25:19.544 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:25:19.549 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:25:19.551 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:25:35.302 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:25:35.309 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:25:35.310 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:26:03.138 61 ERROR rally.cli.cliutils 2020-12-14 00:26:18.238 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:26:18.244 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:26:18.245 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:26:45.968 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:26:46.544 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-725f2d0c-73d6-413b-a356-645545bbf9c8/repo. 2020-12-14 00:26:47.450 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-725f2d0c-73d6-413b-a356-645545bbf9c8/repo'... done. ' 2020-12-14 00:26:47.539 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:26:47.603 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:26:48.374 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:26:56.619 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=725f2d0c-73d6-413b-a356-645545bbf9c8) has been successfully created! 2020-12-14 00:27:12.862 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:27:12.868 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:27:12.869 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:28:08.276 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:28:08.282 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:28:08.284 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:28:36.293 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=725f2d0c-73d6-413b-a356-645545bbf9c8) for deployment 'opnfv-rally' (UUID=3225304d-64f5-488d-a56f-8f560dea2278). 2020-12-14 00:28:38.119 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=725f2d0c-73d6-413b-a356-645545bbf9c8) has been successfully configured for deployment 'opnfv-rally' (UUID=3225304d-64f5-488d-a56f-8f560dea2278)! 2020-12-14 00:30:02.452 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:30:02.458 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:30:02.459 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:30:30.750 161 INFO rally.api [-] Starting verification (UUID=9d2dd9b2-4fbe-400e-8135-aa066c1c108c) for deployment 'opnfv-rally' (UUID=3225304d-64f5-488d-a56f-8f560dea2278) by verifier 'opnfv-tempest' (UUID=725f2d0c-73d6-413b-a356-645545bbf9c8). 2020-12-14 00:30:35.792 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:30:35.795 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-725f2d0c-73d6-413b-a356-645545bbf9c8/for-deployment-3225304d-64f5-488d-a56f-8f560dea2278/tempest.log' to option 'log_file'. 2020-12-14 00:30:35.797 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-725f2d0c-73d6-413b-a356-645545bbf9c8/for-deployment-3225304d-64f5-488d-a56f-8f560dea2278/tempest.log 2020-12-14 00:30:35.798 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:30:35.800 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-725f2d0c-73d6-413b-a356-645545bbf9c8/for-deployment-3225304d-64f5-488d-a56f-8f560dea2278/lock_files' to option 'lock_path'. 2020-12-14 00:30:35.802 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-725f2d0c-73d6-413b-a356-645545bbf9c8/for-deployment-3225304d-64f5-488d-a56f-8f560dea2278/lock_files 2020-12-14 00:30:35.804 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 00:30:35.805 161 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 2020-12-14 00:30:35.807 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 920107d7-ed57-4787-b43f-fca4b7fad5ce 2020-12-14 00:30:35.809 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7a3e8881-5ba3-4fe7-bcfe-1f2ab3ac8bb9 2020-12-14 00:30:35.813 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e540b85d-35d9-460b-b94a-38cf38e6945c 2020-12-14 00:30:35.816 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 299102b6-9ea3-4ec2-a5fb-d0f6841adb2c 2020-12-14 00:30:36.539 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:30:36.541 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_ec68f0f2-c459-4404-a038-2e0b8a0a9fe8 2020-12-14 00:30:36.544 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:30:37.353 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 00:30:37.439 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_61eb6373_BJ0UEhO6'. Using flavor 'rally_verify_61eb6373_BJ0UEhO6' (ID = 2d78d30b-8210-414e-bed1-d944ad6c0f47) for the tests. 2020-12-14 00:30:37.442 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2d78d30b-8210-414e-bed1-d944ad6c0f47' to option 'instance_type'. 2020-12-14 00:30:37.443 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2d78d30b-8210-414e-bed1-d944ad6c0f47 2020-12-14 00:30:37.453 161 INFO rally.task.context [-] Verification 725f2d0c-73d6-413b-a356-645545bbf9c8 | Context tempest@default setup() finished in 5.45 sec 2020-12-14 00:30:37.456 161 INFO rally.task.context [-] Verification 725f2d0c-73d6-413b-a356-645545bbf9c8 | Context testr@default setup() finished in 1.49 msec 2020-12-14 00:30:37.458 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/948e0ebc-bb74-45ee-a7b8-77430b2070bb'. 2020-12-14 00:31:25.214 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.143s] 2020-12-14 00:31:25.781 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.579s] 2020-12-14 00:31:26.655 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.874s] 2020-12-14 00:31:26.767 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.111s] 2020-12-14 00:31:26.894 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.127s] 2020-12-14 00:31:27.365 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.466s] 2020-12-14 00:31:28.194 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.828s] 2020-12-14 00:31:28.314 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.119s] 2020-12-14 00:31:28.458 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.144s] 2020-12-14 00:31:31.818 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [3.357s] 2020-12-14 00:31:31.964 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.145s] 2020-12-14 00:31:35.247 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [3.281s] 2020-12-14 00:31:35.903 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.656s] 2020-12-14 00:31:36.524 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.620s] 2020-12-14 00:31:36.752 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.226s] 2020-12-14 00:31:37.502 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.620s] 2020-12-14 00:31:38.250 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.749s] 2020-12-14 00:31:38.349 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.099s] 2020-12-14 00:31:38.817 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.326s] 2020-12-14 00:31:39.920 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [1.102s] 2020-12-14 00:31:41.045 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [1.124s] 2020-12-14 00:31:41.612 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.444s] 2020-12-14 00:31:42.352 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.738s] 2020-12-14 00:31:42.964 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.612s] 2020-12-14 00:31:43.191 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.223s] 2020-12-14 00:31:43.788 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.449s] 2020-12-14 00:31:44.600 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.809s] 2020-12-14 00:31:45.758 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [1.158s] 2020-12-14 00:31:46.407 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.648s] 2020-12-14 00:31:47.076 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.668s] 2020-12-14 00:31:47.225 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.147s] 2020-12-14 00:31:48.349 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [1.122s] 2020-12-14 00:31:48.464 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.115s] 2020-12-14 00:31:48.708 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.242s] 2020-12-14 00:31:48.947 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.116s] 2020-12-14 00:31:50.309 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [1.360s] 2020-12-14 00:31:50.941 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.631s] 2020-12-14 00:31:52.150 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [1.205s] 2020-12-14 00:31:53.384 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [1.230s] 2020-12-14 00:31:54.042 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.658s] 2020-12-14 00:31:55.146 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [1.105s] 2020-12-14 00:31:56.335 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [1.187s] 2020-12-14 00:31:56.393 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.059s] 2020-12-14 00:31:56.458 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.063s] 2020-12-14 00:32:10.709 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.240s] 2020-12-14 00:32:24.905 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [14.181s] 2020-12-14 00:32:47.217 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [22.322s] 2020-12-14 00:33:01.503 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.280s] 2020-12-14 00:33:15.852 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [14.347s] 2020-12-14 00:33:30.145 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.287s] 2020-12-14 00:33:44.401 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [14.255s] 2020-12-14 00:34:02.770 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [18.365s] 2020-12-14 00:34:21.901 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [19.126s] 2020-12-14 00:34:40.757 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [18.851s] 2020-12-14 00:35:11.972 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [31.215s] 2020-12-14 00:35:39.138 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [27.158s] 2020-12-14 00:36:06.349 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [27.208s] 2020-12-14 00:36:33.184 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [26.830s] 2020-12-14 00:36:51.252 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [18.064s] 2020-12-14 00:36:51.298 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.038s]: b'Test disabled in conf, skipping' 2020-12-14 00:36:56.876 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [5.580s] 2020-12-14 00:37:06.884 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [10.006s] 2020-12-14 00:37:16.680 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.793s] 2020-12-14 00:37:35.027 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [18.341s] 2020-12-14 00:37:53.300 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [18.270s] 2020-12-14 00:38:15.990 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [22.686s] 2020-12-14 00:38:42.830 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [26.836s] 2020-12-14 00:39:09.736 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [26.905s] 2020-12-14 00:39:36.627 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [26.887s] 2020-12-14 00:39:46.931 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [10.301s] 2020-12-14 00:40:01.506 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [14.573s] 2020-12-14 00:40:20.665 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [19.154s] 2020-12-14 00:40:35.219 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [14.553s] 2020-12-14 00:40:49.775 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [14.552s] 2020-12-14 00:41:04.352 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [14.574s] 2020-12-14 00:41:04.773 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.410s]: b'LBaasv2 extension not available, skipping' 2020-12-14 00:41:05.054 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.278s]: b'LBaasv2 extension not available, skipping' 2020-12-14 00:41:27.108 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [22.056s] 2020-12-14 00:41:54.350 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [27.239s] 2020-12-14 00:42:33.963 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [39.609s] 2020-12-14 00:43:05.971 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.007s] 2020-12-14 00:43:33.921 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.946s] 2020-12-14 00:44:02.090 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [28.166s] 2020-12-14 00:44:47.926 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [45.832s] 2020-12-14 00:45:15.968 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [28.040s] 2020-12-14 00:45:43.836 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.865s] 2020-12-14 00:46:16.169 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [32.328s] 2020-12-14 00:46:42.992 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [26.818s] 2020-12-14 00:46:43.472 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.482s] 2020-12-14 00:46:43.902 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.426s] 2020-12-14 00:46:44.218 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.313s] 2020-12-14 00:46:44.518 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.300s] 2020-12-14 00:46:50.714 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.191s] 2020-12-14 00:47:02.138 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.423s] 2020-12-14 00:47:02.458 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.305s] 2020-12-14 00:47:02.465 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.001s]: b'multi_cloud - Feature not enabled.' 2020-12-14 00:47:02.842 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.388s] 2020-12-14 00:47:21.997 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.152s] 2020-12-14 00:47:36.962 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.962s] 2020-12-14 00:47:46.521 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.555s] 2020-12-14 00:47:56.109 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.584s] 2020-12-14 00:49:06.162 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.051s] 2020-12-14 00:50:30.754 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [84.588s] 2020-12-14 00:50:37.400 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [6.647s] 2020-12-14 00:50:51.231 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.828s] 2020-12-14 00:51:00.946 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.709s] 2020-12-14 00:51:10.655 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [9.709s] 2020-12-14 00:51:20.193 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.538s] 2020-12-14 00:51:38.643 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.442s] 2020-12-14 00:51:39.019 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.375s] 2020-12-14 00:51:39.305 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.281s] 2020-12-14 00:51:39.581 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.274s] 2020-12-14 00:51:39.841 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.260s] 2020-12-14 00:51:40.128 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.282s] 2020-12-14 00:51:40.444 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.311s] 2020-12-14 00:51:40.727 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.280s] 2020-12-14 00:51:41.024 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.295s] 2020-12-14 00:51:41.306 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.280s] 2020-12-14 00:51:46.685 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.374s] 2020-12-14 00:51:47.292 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.605s] 2020-12-14 00:51:47.571 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.276s] 2020-12-14 00:51:53.052 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [5.478s] 2020-12-14 00:51:53.430 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.378s] 2020-12-14 00:51:53.713 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.278s] 2020-12-14 00:51:53.996 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.280s] 2020-12-14 00:51:54.050 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.046s]: b'Test disabled in conf, skipping' 2020-12-14 00:51:55.640 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [1.583s]: b'LBaas v1 extension not available, skipping' 2020-12-14 00:51:56.452 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.807s]: b'LBaasv2 extension not available, skipping' 2020-12-14 00:52:45.279 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [48.833s] 2020-12-14 00:52:56.181 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [10.896s] 2020-12-14 00:52:56.228 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.043s]: b'Test disabled in conf, skipping' 2020-12-14 00:53:37.749 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [41.493s] 2020-12-14 00:54:38.228 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [60.444s] 2020-12-14 00:54:38.242 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.039s]: b'Test disabled in conf, skipping' 2020-12-14 00:54:38.268 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.036s]: b'Test disabled in conf, skipping' 2020-12-14 00:54:39.780 161 INFO rally.task.context [-] Verification 725f2d0c-73d6-413b-a356-645545bbf9c8 | Context testr@default cleanup() started 2020-12-14 00:54:39.784 161 INFO rally.task.context [-] Verification 725f2d0c-73d6-413b-a356-645545bbf9c8 | Context testr@default cleanup() finished in 3.98 msec 2020-12-14 00:54:39.787 161 INFO rally.task.context [-] Verification 725f2d0c-73d6-413b-a356-645545bbf9c8 | Context tempest@default cleanup() started 2020-12-14 00:54:40.332 161 INFO rally.task.context [-] Verification 725f2d0c-73d6-413b-a356-645545bbf9c8 | Context tempest@default cleanup() finished in 0.54 sec 2020-12-14 00:54:40.440 161 INFO rally.api [-] Verification (UUID=9d2dd9b2-4fbe-400e-8135-aa066c1c108c) has been successfully finished for deployment 'opnfv-rally' (UUID=3225304d-64f5-488d-a56f-8f560dea2278)! 2020-12-14 00:54:55.216 200 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:54:55.221 200 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:54:55.223 200 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:55:10.150 206 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:55:10.156 206 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:55:10.157 206 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:55:35.858 206 INFO rally.api [-] Building 'html' report for the following verification(s): '9d2dd9b2-4fbe-400e-8135-aa066c1c108c' 2020-12-14 00:55:36.107 206 INFO rally.api [-] The report has been successfully built. 2020-12-14 00:55:50.261 219 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:55:50.267 219 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:55:50.268 219 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:56:16.563 219 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9d2dd9b2-4fbe-400e-8135-aa066c1c108c' 2020-12-14 00:56:16.679 219 INFO rally.api [-] The report has been successfully built.