2020-06-07 10:00:34.753 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:34.753 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:34.753 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 10:00:37.055 7 ERROR rally.cli.cliutils 2020-06-07 10:00:38.811 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:38.811 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:38.811 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:00:43.345 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:43.345 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:43.346 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:00:48.420 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:48.421 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:48.421 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:00:50.078 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:50.078 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:50.078 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:00:52.437 17 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-06-07 10:00:52.437 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 10:00:52.437 17 ERROR rally.cli.cliutils 2020-06-07 10:00:54.233 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:54.233 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:54.233 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:00:56.503 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 10:00:56.571 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-87e819d1-9dec-411d-89b1-f5a62ed0e017/repo. 2020-06-07 10:00:56.770 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-87e819d1-9dec-411d-89b1-f5a62ed0e017/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-06-07 10:00:56.782 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 10:00:56.790 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 10:00:56.810 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 10:00:56.855 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 10:00:57.633 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=87e819d1-9dec-411d-89b1-f5a62ed0e017) has been successfully created! 2020-06-07 10:00:59.495 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:00:59.495 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:00:59.496 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:01:09.054 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:01:09.055 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:01:09.055 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:01:11.437 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=87e819d1-9dec-411d-89b1-f5a62ed0e017) for deployment 'opnfv-rally' (UUID=5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6). 2020-06-07 10:01:11.957 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=87e819d1-9dec-411d-89b1-f5a62ed0e017) has been successfully configured for deployment 'opnfv-rally' (UUID=5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6)! 2020-06-07 10:01:23.254 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:01:23.255 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:01:23.255 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:01:25.633 35 INFO rally.api [-] Starting verification (UUID=07b2d2d2-a7c2-4dde-99c5-f26828ba7a9f) for deployment 'opnfv-rally' (UUID=5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6) by verifier 'opnfv-tempest' (UUID=87e819d1-9dec-411d-89b1-f5a62ed0e017). 2020-06-07 10:01:26.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 10:01:26.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-87e819d1-9dec-411d-89b1-f5a62ed0e017/for-deployment-5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6/tempest.log' to option 'log_file'. 2020-06-07 10:01:26.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-87e819d1-9dec-411d-89b1-f5a62ed0e017/for-deployment-5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6/tempest.log 2020-06-07 10:01:26.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 10:01:26.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-87e819d1-9dec-411d-89b1-f5a62ed0e017/for-deployment-5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6/lock_files' to option 'lock_path'. 2020-06-07 10:01:26.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-87e819d1-9dec-411d-89b1-f5a62ed0e017/for-deployment-5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6/lock_files 2020-06-07 10:01:26.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 10:01:26.372 35 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-06-07 10:01:26.372 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3f9a54d6-1472-4f80-9cf7-b80d408f4419 2020-06-07 10:01:26.372 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 553771a2-a8c6-45ab-b2c2-36f6f84ef8da 2020-06-07 10:01:26.372 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8f3ba96b-3045-4a88-8948-500348b9c041 2020-06-07 10:01:26.373 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 273b5ec1-e781-4248-95ac-bd596ca44389 2020-06-07 10:01:26.652 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 10:01:26.652 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_d551b10f-fffe-4a57-88d7-8252396d2c9a 2020-06-07 10:01:26.653 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 10:01:26.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 10:01:26.762 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-07 10:01:26.763 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_07b2d2d2_15JAwWZ9' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-07 10:01:26.813 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_07b2d2d2_15JAwWZ9' (ID = 13633fd7-e7e3-4a40-aea9-a941ef2616f1) has been successfully created! 2020-06-07 10:01:26.813 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '13633fd7-e7e3-4a40-aea9-a941ef2616f1' to option 'instance_type'. 2020-06-07 10:01:26.813 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 13633fd7-e7e3-4a40-aea9-a941ef2616f1 2020-06-07 10:01:26.815 35 INFO rally.task.context [-] Verification 87e819d1-9dec-411d-89b1-f5a62ed0e017 | Context tempest@default setup() finished in 0.93 sec 2020-06-07 10:01:26.815 35 INFO rally.task.context [-] Verification 87e819d1-9dec-411d-89b1-f5a62ed0e017 | Context testr@default setup() finished in 0.42 msec 2020-06-07 10:01:26.816 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ad047306-d1dc-4482-97bd-9d2498fbfbdb'. 2020-06-07 10:01:32.934 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.411s] 2020-06-07 10:01:33.070 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.135s] 2020-06-07 10:01:33.186 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.116s] 2020-06-07 10:01:33.917 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.623s] 2020-06-07 10:01:36.160 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.243s] 2020-06-07 10:01:36.381 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.222s] 2020-06-07 10:01:36.476 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.095s] 2020-06-07 10:01:37.533 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.850s] 2020-06-07 10:01:39.742 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.209s] 2020-06-07 10:01:39.892 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.149s] 2020-06-07 10:01:39.985 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.092s] 2020-06-07 10:01:40.078 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.094s] 2020-06-07 10:01:40.169 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.090s] 2020-06-07 10:01:40.345 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.175s] 2020-06-07 10:01:40.392 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.047s] 2020-06-07 10:01:40.492 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.100s] 2020-06-07 10:01:40.728 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.146s] 2020-06-07 10:01:41.158 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.429s] 2020-06-07 10:01:43.379 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.221s] 2020-06-07 10:01:43.415 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.035s] 2020-06-07 10:01:43.468 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.053s] 2020-06-07 10:01:43.917 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.449s] 2020-06-07 10:01:46.134 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.216s] 2020-06-07 10:01:46.171 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.037s] 2020-06-07 10:01:46.249 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.077s] 2020-06-07 10:01:50.605 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.357s] 2020-06-07 10:01:50.681 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.075s] 2020-06-07 10:01:55.046 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.365s] 2020-06-07 10:01:55.154 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.108s] 2020-06-07 10:01:55.266 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.112s] 2020-06-07 10:01:55.385 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.119s] 2020-06-07 10:01:55.692 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.213s] 2020-06-07 10:01:55.791 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.098s] 2020-06-07 10:01:55.815 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2020-06-07 10:01:56.251 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.365s] 2020-06-07 10:01:56.417 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.166s] 2020-06-07 10:01:56.523 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.105s] 2020-06-07 10:01:56.703 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.180s] 2020-06-07 10:01:56.879 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.175s] 2020-06-07 10:01:56.989 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.109s] 2020-06-07 10:01:57.153 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.165s] 2020-06-07 10:01:57.323 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.170s] 2020-06-07 10:01:57.372 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.049s] 2020-06-07 10:01:57.415 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.042s] 2020-06-07 10:02:14.864 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.448s] 2020-06-07 10:02:37.022 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [22.158s] 2020-06-07 10:02:50.818 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.795s] 2020-06-07 10:03:04.684 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.865s] 2020-06-07 10:03:18.379 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.695s] 2020-06-07 10:03:32.032 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.653s] 2020-06-07 10:03:45.760 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.726s] 2020-06-07 10:03:59.309 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.550s] 2020-06-07 10:04:25.206 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [25.896s] 2020-06-07 10:04:46.952 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.745s] 2020-06-07 10:05:16.829 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [29.877s] 2020-06-07 10:05:38.652 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.822s] 2020-06-07 10:06:04.542 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.889s] 2020-06-07 10:06:26.071 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.529s] 2020-06-07 10:06:47.549 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.477s] 2020-06-07 10:07:01.310 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.760s] 2020-06-07 10:07:10.418 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.108s] 2020-06-07 10:07:23.760 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.341s] 2020-06-07 10:07:37.018 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.258s] 2020-06-07 10:07:50.628 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.609s] 2020-06-07 10:08:04.209 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.580s] 2020-06-07 10:08:22.190 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.981s] 2020-06-07 10:08:35.841 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.650s] 2020-06-07 10:08:53.517 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.675s] 2020-06-07 10:09:11.087 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.569s] 2020-06-07 10:09:40.414 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [29.326s] 2020-06-07 10:10:07.179 35 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.764s] 2020-06-07 10:10:51.272 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [44.092s] 2020-06-07 10:11:18.581 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.308s] 2020-06-07 10:11:51.437 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.855s] 2020-06-07 10:12:20.332 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [28.894s] 2020-06-07 10:13:05.317 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [44.985s] 2020-06-07 10:13:41.604 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [36.286s] 2020-06-07 10:14:12.931 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.327s] 2020-06-07 10:14:48.259 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [35.328s] 2020-06-07 10:15:13.845 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.585s] 2020-06-07 10:15:14.017 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.171s] 2020-06-07 10:15:14.186 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.169s] 2020-06-07 10:15:14.373 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.186s] 2020-06-07 10:15:14.561 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.188s] 2020-06-07 10:15:20.232 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.669s] 2020-06-07 10:15:30.735 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.504s] 2020-06-07 10:15:30.936 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.199s] 2020-06-07 10:15:31.203 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.268s] 2020-06-07 10:15:49.341 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.137s] 2020-06-07 10:16:03.190 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.848s] 2020-06-07 10:16:12.345 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.155s] 2020-06-07 10:16:21.393 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.047s] 2020-06-07 10:17:45.417 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [84.014s] 2020-06-07 10:19:20.417 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [95.008s] 2020-06-07 10:19:30.012 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.595s] 2020-06-07 10:19:43.265 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.252s] 2020-06-07 10:19:52.269 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.004s] 2020-06-07 10:20:05.404 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.134s] 2020-06-07 10:20:14.525 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.120s] 2020-06-07 10:20:32.307 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.782s] 2020-06-07 10:20:32.569 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.262s] 2020-06-07 10:20:32.729 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.159s] 2020-06-07 10:20:32.905 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.176s] 2020-06-07 10:20:33.060 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.154s] 2020-06-07 10:20:33.289 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.230s] 2020-06-07 10:20:33.448 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.158s] 2020-06-07 10:20:33.602 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.153s] 2020-06-07 10:20:33.750 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.146s] 2020-06-07 10:20:33.925 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.175s] 2020-06-07 10:20:42.954 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.028s] 2020-06-07 10:20:43.678 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.723s] 2020-06-07 10:20:43.827 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.149s] 2020-06-07 10:20:53.101 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.274s] 2020-06-07 10:20:53.418 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.316s] 2020-06-07 10:20:53.569 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.151s] 2020-06-07 10:20:53.717 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.146s] 2020-06-07 10:21:54.247 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [60.530s] 2020-06-07 10:22:08.278 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.029s] 2020-06-07 10:22:49.997 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [41.714s] 2020-06-07 10:23:50.775 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [60.772s] 2020-06-07 10:23:51.075 35 INFO rally.task.context [-] Verification 87e819d1-9dec-411d-89b1-f5a62ed0e017 | Context testr@default cleanup() started 2020-06-07 10:23:51.076 35 INFO rally.task.context [-] Verification 87e819d1-9dec-411d-89b1-f5a62ed0e017 | Context testr@default cleanup() finished in 0.60 msec 2020-06-07 10:23:51.076 35 INFO rally.task.context [-] Verification 87e819d1-9dec-411d-89b1-f5a62ed0e017 | Context tempest@default cleanup() started 2020-06-07 10:23:51.292 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_07b2d2d2_15JAwWZ9'. 2020-06-07 10:23:51.451 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_07b2d2d2_15JAwWZ9' has been deleted. 2020-06-07 10:23:51.452 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '13633fd7-e7e3-4a40-aea9-a941ef2616f1' of option 'instance_type' from Tempest config file. 2020-06-07 10:23:51.452 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '13633fd7-e7e3-4a40-aea9-a941ef2616f1' has been removed. 2020-06-07 10:23:51.458 35 INFO rally.task.context [-] Verification 87e819d1-9dec-411d-89b1-f5a62ed0e017 | Context tempest@default cleanup() finished in 0.38 sec 2020-06-07 10:23:51.494 35 INFO rally.api [-] Verification (UUID=07b2d2d2-a7c2-4dde-99c5-f26828ba7a9f) has been successfully finished for deployment 'opnfv-rally' (UUID=5fb50ff5-dd4d-4ea7-9475-bf9cf17db0e6)! 2020-06-07 10:23:53.363 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:23:53.363 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:23:53.363 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:23:55.178 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:23:55.178 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:23:55.178 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:23:57.656 45 INFO rally.api [-] Building 'html' report for the following verification(s): '07b2d2d2-a7c2-4dde-99c5-f26828ba7a9f' 2020-06-07 10:23:57.681 45 INFO rally.api [-] The report has been successfully built. 2020-06-07 10:23:59.446 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:23:59.447 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:23:59.447 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:02.032 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '07b2d2d2-a7c2-4dde-99c5-f26828ba7a9f' 2020-06-07 10:24:02.039 47 INFO rally.api [-] The report has been successfully built.