2020-07-02 16:02:24.699 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:24.699 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:24.700 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:26.803 6 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-07-02 16:02:26.803 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:02:26.803 6 ERROR rally.cli.cliutils 2020-07-02 16:02:28.403 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:28.403 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:28.403 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:32.480 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:32.481 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:32.481 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:37.379 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:37.379 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:37.380 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:38.867 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:38.868 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:38.868 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:41.040 15 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-07-02 16:02:41.040 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils force=force) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:02:41.040 15 ERROR rally.cli.cliutils 2020-07-02 16:02:42.604 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:42.605 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:42.605 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:44.709 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 16:02:44.790 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-37ba9486-9e69-4685-8692-80cbcd058d7f/repo. 2020-07-02 16:02:45.058 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-37ba9486-9e69-4685-8692-80cbcd058d7f/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 16:02:45.072 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 16:02:45.082 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 16:02:45.101 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 16:02:45.158 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 16:02:45.825 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37ba9486-9e69-4685-8692-80cbcd058d7f) has been successfully created! 2020-07-02 16:02:47.498 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:47.499 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:47.499 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:57.024 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:02:57.024 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:02:57.024 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:02:59.246 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=37ba9486-9e69-4685-8692-80cbcd058d7f) for deployment 'opnfv-rally' (UUID=bca70dd8-dd48-4fac-adbe-fef4d524f268). 2020-07-02 16:02:59.671 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37ba9486-9e69-4685-8692-80cbcd058d7f) has been successfully configured for deployment 'opnfv-rally' (UUID=bca70dd8-dd48-4fac-adbe-fef4d524f268)! 2020-07-02 16:03:08.676 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:03:08.676 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:03:08.676 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:03:11.006 32 INFO rally.api [-] Starting verification (UUID=ade26b6c-e2dc-400e-a308-1015acc9b8e3) for deployment 'opnfv-rally' (UUID=bca70dd8-dd48-4fac-adbe-fef4d524f268) by verifier 'opnfv-tempest' (UUID=37ba9486-9e69-4685-8692-80cbcd058d7f). 2020-07-02 16:03:11.701 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 16:03:11.701 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-37ba9486-9e69-4685-8692-80cbcd058d7f/for-deployment-bca70dd8-dd48-4fac-adbe-fef4d524f268/tempest.log' to option 'log_file'. 2020-07-02 16:03:11.702 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-37ba9486-9e69-4685-8692-80cbcd058d7f/for-deployment-bca70dd8-dd48-4fac-adbe-fef4d524f268/tempest.log 2020-07-02 16:03:11.702 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 16:03:11.703 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-37ba9486-9e69-4685-8692-80cbcd058d7f/for-deployment-bca70dd8-dd48-4fac-adbe-fef4d524f268/lock_files' to option 'lock_path'. 2020-07-02 16:03:11.703 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-37ba9486-9e69-4685-8692-80cbcd058d7f/for-deployment-bca70dd8-dd48-4fac-adbe-fef4d524f268/lock_files 2020-07-02 16:03:11.703 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 16:03:11.704 32 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-07-02 16:03:11.704 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ba82f2eb-5635-4af3-91b0-e7b08a2e6cfd 2020-07-02 16:03:11.704 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4fcd0f11-6747-44dc-93dd-89289a764097 2020-07-02 16:03:11.704 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cc8eb2c8-31c1-4b48-8291-97c0bf05b9b3 2020-07-02 16:03:11.705 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 22de0175-75ed-4d44-ae2f-37a6c4fdca0c 2020-07-02 16:03:11.943 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 16:03:11.944 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_83b09a8e-b971-475a-8212-636d8d7e6045 2020-07-02 16:03:11.944 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 16:03:12.033 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 16:03:12.072 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_93b78175_WVLplEvY'. Using flavor 'rally_verify_93b78175_WVLplEvY' (ID = 52355526-fcd1-489d-966e-961bb1262849) for the tests. 2020-07-02 16:03:12.072 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '52355526-fcd1-489d-966e-961bb1262849' to option 'instance_type'. 2020-07-02 16:03:12.072 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 52355526-fcd1-489d-966e-961bb1262849 2020-07-02 16:03:12.074 32 INFO rally.task.context [-] Verification 37ba9486-9e69-4685-8692-80cbcd058d7f | Context tempest@default setup() finished in 0.83 sec 2020-07-02 16:03:12.075 32 INFO rally.task.context [-] Verification 37ba9486-9e69-4685-8692-80cbcd058d7f | Context testr@default setup() finished in 0.43 msec 2020-07-02 16:03:12.076 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/1207c15c-13e1-44a9-85c1-d834cc7a0ce2'. 2020-07-02 16:03:17.676 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.177s] 2020-07-02 16:03:17.835 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.158s] 2020-07-02 16:03:17.931 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.096s] 2020-07-02 16:03:18.092 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.107s] 2020-07-02 16:03:18.333 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.241s] 2020-07-02 16:03:18.506 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.172s] 2020-07-02 16:03:18.726 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.220s] 2020-07-02 16:03:18.957 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.230s] 2020-07-02 16:03:19.124 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.167s] 2020-07-02 16:03:19.353 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.229s] 2020-07-02 16:03:19.577 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.224s] 2020-07-02 16:03:19.688 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.110s] 2020-07-02 16:03:19.785 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.097s] 2020-07-02 16:03:20.476 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.633s] 2020-07-02 16:03:23.089 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.613s] 2020-07-02 16:03:23.442 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.353s] 2020-07-02 16:03:23.695 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.253s] 2020-07-02 16:03:23.946 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.251s] 2020-07-02 16:03:24.195 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.249s] 2020-07-02 16:03:24.439 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.243s] 2020-07-02 16:03:24.560 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.120s] 2020-07-02 16:03:24.796 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.237s] 2020-07-02 16:03:25.296 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.445s] 2020-07-02 16:03:25.618 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.322s] 2020-07-02 16:03:25.791 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.173s] 2020-07-02 16:03:26.020 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.228s] 2020-07-02 16:03:26.375 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.312s] 2020-07-02 16:03:26.601 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.225s] 2020-07-02 16:03:26.835 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.234s] 2020-07-02 16:03:27.145 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.156s] 2020-07-02 16:03:27.807 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.662s] 2020-07-02 16:03:28.185 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.377s] 2020-07-02 16:03:28.410 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.225s] 2020-07-02 16:03:28.546 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.135s] 2020-07-02 16:03:29.374 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.828s] 2020-07-02 16:03:29.799 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.424s] 2020-07-02 16:03:30.063 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.264s] 2020-07-02 16:03:30.352 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.289s] 2020-07-02 16:03:33.044 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.692s] 2020-07-02 16:03:33.221 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.176s] 2020-07-02 16:03:35.783 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.563s] 2020-07-02 16:03:35.950 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.166s] 2020-07-02 16:03:36.125 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.174s] 2020-07-02 16:03:36.356 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.231s] 2020-07-02 16:03:54.668 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [18.311s] 2020-07-02 16:04:08.133 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.464s] 2020-07-02 16:04:21.941 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.808s] 2020-07-02 16:04:35.560 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.618s] 2020-07-02 16:04:49.443 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.883s] 2020-07-02 16:05:03.530 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.086s] 2020-07-02 16:05:21.173 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [17.642s] 2020-07-02 16:05:34.895 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.722s] 2020-07-02 16:06:05.005 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [30.109s] 2020-07-02 16:06:26.930 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.925s] 2020-07-02 16:06:57.440 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [30.510s] 2020-07-02 16:07:23.313 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.872s] 2020-07-02 16:07:49.218 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.903s] 2020-07-02 16:08:14.961 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.742s] 2020-07-02 16:08:32.470 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.509s] 2020-07-02 16:08:32.477 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-02 16:08:41.548 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.071s] 2020-07-02 16:08:54.973 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.424s] 2020-07-02 16:09:08.252 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.279s] 2020-07-02 16:09:17.750 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.497s] 2020-07-02 16:09:31.506 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.756s] 2020-07-02 16:09:49.591 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.085s] 2020-07-02 16:10:03.159 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.567s] 2020-07-02 16:10:20.856 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.697s] 2020-07-02 16:10:38.607 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.751s] 2020-07-02 16:10:38.850 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.241s]: b'LBaasv2 extension not available, skipping' 2020-07-02 16:10:38.988 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.137s]: b'LBaasv2 extension not available, skipping' 2020-07-02 16:11:04.498 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.510s] 2020-07-02 16:11:31.350 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.852s] 2020-07-02 16:12:18.551 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [47.200s] 2020-07-02 16:12:46.332 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.780s] 2020-07-02 16:13:18.041 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.709s] 2020-07-02 16:13:50.467 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [32.425s] 2020-07-02 16:14:39.398 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [48.929s] 2020-07-02 16:15:06.972 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.574s] 2020-07-02 16:15:34.635 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.663s] 2020-07-02 16:16:02.056 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.420s] 2020-07-02 16:16:32.225 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [30.169s] 2020-07-02 16:16:32.416 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.191s] 2020-07-02 16:16:32.609 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.192s] 2020-07-02 16:16:32.792 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.183s] 2020-07-02 16:16:32.978 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.185s] 2020-07-02 16:16:38.729 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.749s] 2020-07-02 16:16:49.580 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.851s] 2020-07-02 16:16:49.758 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.176s] 2020-07-02 16:16:49.759 32 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.' 2020-07-02 16:16:50.027 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.269s] 2020-07-02 16:17:08.424 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.396s] 2020-07-02 16:17:22.407 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.983s] 2020-07-02 16:17:31.417 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.010s] 2020-07-02 16:17:40.449 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.031s] 2020-07-02 16:18:55.311 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [74.861s] 2020-07-02 16:20:19.245 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.934s] 2020-07-02 16:20:28.835 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.590s] 2020-07-02 16:20:42.279 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.443s] 2020-07-02 16:20:51.602 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.322s] 2020-07-02 16:21:04.865 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.262s] 2020-07-02 16:21:13.931 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.066s] 2020-07-02 16:21:31.686 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.755s] 2020-07-02 16:21:31.954 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.267s] 2020-07-02 16:21:32.114 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.159s] 2020-07-02 16:21:32.378 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.264s] 2020-07-02 16:21:32.727 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.348s] 2020-07-02 16:21:32.889 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.161s] 2020-07-02 16:21:33.053 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.164s] 2020-07-02 16:21:33.216 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.162s] 2020-07-02 16:21:33.390 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.173s] 2020-07-02 16:21:33.543 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.152s] 2020-07-02 16:21:42.452 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.909s] 2020-07-02 16:21:42.987 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.534s] 2020-07-02 16:21:43.229 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.242s] 2020-07-02 16:21:52.228 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.998s] 2020-07-02 16:21:52.524 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.295s] 2020-07-02 16:21:52.788 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.263s] 2020-07-02 16:21:53.043 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.256s] 2020-07-02 16:21:53.053 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-07-02 16:21:53.663 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.609s]: b'LBaas v1 extension not available, skipping' 2020-07-02 16:21:54.234 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.570s]: b'LBaasv2 extension not available, skipping' 2020-07-02 16:22:41.318 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [47.084s] 2020-07-02 16:22:41.325 32 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' 2020-07-02 16:22:41.329 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-07-02 16:22:55.339 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.009s] 2020-07-02 16:22:55.348 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-07-02 16:23:42.945 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [47.594s] 2020-07-02 16:24:37.840 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [54.889s] 2020-07-02 16:24:37.841 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-02 16:24:37.844 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-07-02 16:24:38.136 32 INFO rally.task.context [-] Verification 37ba9486-9e69-4685-8692-80cbcd058d7f | Context testr@default cleanup() started 2020-07-02 16:24:38.137 32 INFO rally.task.context [-] Verification 37ba9486-9e69-4685-8692-80cbcd058d7f | Context testr@default cleanup() finished in 0.74 msec 2020-07-02 16:24:38.137 32 INFO rally.task.context [-] Verification 37ba9486-9e69-4685-8692-80cbcd058d7f | Context tempest@default cleanup() started 2020-07-02 16:24:38.359 32 INFO rally.task.context [-] Verification 37ba9486-9e69-4685-8692-80cbcd058d7f | Context tempest@default cleanup() finished in 0.22 sec 2020-07-02 16:24:38.385 32 INFO rally.api [-] Verification (UUID=ade26b6c-e2dc-400e-a308-1015acc9b8e3) has been successfully finished for deployment 'opnfv-rally' (UUID=bca70dd8-dd48-4fac-adbe-fef4d524f268)! 2020-07-02 16:24:39.909 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:24:39.910 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:24:39.910 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:24:41.390 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:24:41.391 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:24:41.391 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:24:43.503 40 INFO rally.api [-] Building 'html' report for the following verification(s): 'ade26b6c-e2dc-400e-a308-1015acc9b8e3' 2020-07-02 16:24:43.531 40 INFO rally.api [-] The report has been successfully built. 2020-07-02 16:24:45.041 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:24:45.041 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:24:45.041 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:24:47.032 42 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ade26b6c-e2dc-400e-a308-1015acc9b8e3' 2020-07-02 16:24:47.043 42 INFO rally.api [-] The report has been successfully built.