2020-06-17 12:52:01.809 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:01.809 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:01.809 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:04.425 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-17 12:52:04.425 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 12:52:04.425 7 ERROR rally.cli.cliutils 2020-06-17 12:52:06.245 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:06.245 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:06.245 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:10.607 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:10.607 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:10.608 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:15.553 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:15.554 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:15.554 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:17.134 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:17.135 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:17.135 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:19.525 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-17 12:52:19.525 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 12:52:19.525 17 ERROR rally.cli.cliutils 2020-06-17 12:52:21.159 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:21.160 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:21.160 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:23.572 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 12:52:23.643 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e509efd4-fbff-4d40-9103-b7642e715219/repo. 2020-06-17 12:52:23.873 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e509efd4-fbff-4d40-9103-b7642e715219/repo'... done. ' 2020-06-17 12:52:23.887 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 12:52:23.912 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 12:52:23.980 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 12:52:24.784 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e509efd4-fbff-4d40-9103-b7642e715219) has been successfully created! 2020-06-17 12:52:26.640 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:26.640 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:26.640 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:31.449 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:31.450 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:31.450 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:33.959 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e509efd4-fbff-4d40-9103-b7642e715219) for deployment 'opnfv-rally' (UUID=1d179a2e-4fb3-4de1-89b3-df2bdfa40cec). 2020-06-17 12:52:34.690 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e509efd4-fbff-4d40-9103-b7642e715219) has been successfully configured for deployment 'opnfv-rally' (UUID=1d179a2e-4fb3-4de1-89b3-df2bdfa40cec)! 2020-06-17 12:52:46.061 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:52:46.062 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:52:46.062 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:52:48.713 34 INFO rally.api [-] Starting verification (UUID=4176b869-aa0c-44d0-8c56-c1094dfacab2) for deployment 'opnfv-rally' (UUID=1d179a2e-4fb3-4de1-89b3-df2bdfa40cec) by verifier 'opnfv-tempest' (UUID=e509efd4-fbff-4d40-9103-b7642e715219). 2020-06-17 12:52:49.347 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 12:52:49.347 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e509efd4-fbff-4d40-9103-b7642e715219/for-deployment-1d179a2e-4fb3-4de1-89b3-df2bdfa40cec/tempest.log' to option 'log_file'. 2020-06-17 12:52:49.348 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e509efd4-fbff-4d40-9103-b7642e715219/for-deployment-1d179a2e-4fb3-4de1-89b3-df2bdfa40cec/tempest.log 2020-06-17 12:52:49.348 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 12:52:49.348 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e509efd4-fbff-4d40-9103-b7642e715219/for-deployment-1d179a2e-4fb3-4de1-89b3-df2bdfa40cec/lock_files' to option 'lock_path'. 2020-06-17 12:52:49.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e509efd4-fbff-4d40-9103-b7642e715219/for-deployment-1d179a2e-4fb3-4de1-89b3-df2bdfa40cec/lock_files 2020-06-17 12:52:49.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 12:52:49.349 34 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-17 12:52:49.350 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c43ba19e-18c8-4aa8-b27e-6af87ac0bae6 2020-06-17 12:52:49.350 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b2678acd-819e-464b-b4e2-f37507e8df9d 2020-06-17 12:52:49.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eba6e385-0c28-430c-adf8-3671a0bbd400 2020-06-17 12:52:49.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ac02dc69-7a0e-41fa-b55d-dfc41b194c5d 2020-06-17 12:52:49.608 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 12:52:49.609 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_0a4441e2-31e6-4a57-965c-093528e6522d 2020-06-17 12:52:49.610 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 12:52:49.708 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 12:52:49.749 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_edd90671_YuFheQ6M'. Using flavor 'rally_verify_edd90671_YuFheQ6M' (ID = b7976181-e5df-4c60-af3c-ac3892352322) for the tests. 2020-06-17 12:52:49.750 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b7976181-e5df-4c60-af3c-ac3892352322' to option 'instance_type'. 2020-06-17 12:52:49.750 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b7976181-e5df-4c60-af3c-ac3892352322 2020-06-17 12:52:49.752 34 INFO rally.task.context [-] Verification e509efd4-fbff-4d40-9103-b7642e715219 | Context tempest@default setup() finished in 0.79 sec 2020-06-17 12:52:49.753 34 INFO rally.task.context [-] Verification e509efd4-fbff-4d40-9103-b7642e715219 | Context testr@default setup() finished in 0.43 msec 2020-06-17 12:52:49.753 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b5019702-33a8-40a2-bc44-1197d61e7308'. 2020-06-17 12:54:31.331 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [90.639s] 2020-06-17 12:56:12.325 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [79.808s] 2020-06-17 12:57:16.468 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.544s] 2020-06-17 12:58:47.838 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [71.363s] 2020-06-17 12:59:54.019 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [66.168s] 2020-06-17 13:01:09.479 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [58.656s] 2020-06-17 13:01:29.009 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.009s] 2020-06-17 13:02:42.054 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [55.095s] 2020-06-17 13:03:27.611 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [45.539s] 2020-06-17 13:04:04.918 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [37.286s] 2020-06-17 13:04:53.156 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [48.220s] 2020-06-17 13:05:39.485 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [46.312s] 2020-06-17 13:06:31.776 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [52.274s] 2020-06-17 13:07:19.496 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [47.702s] 2020-06-17 13:08:01.404 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [41.893s] 2020-06-17 13:09:07.212 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [63.236s] 2020-06-17 13:09:41.441 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [34.211s] 2020-06-17 13:10:48.715 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [67.253s] 2020-06-17 13:11:33.385 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [44.655s] 2020-06-17 13:12:12.478 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [39.080s] 2020-06-17 13:13:13.813 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [61.305s] 2020-06-17 13:13:59.152 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [45.320s] 2020-06-17 13:15:07.198 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [65.539s] 2020-06-17 13:16:23.864 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [76.646s] 2020-06-17 13:17:53.920 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [90.039s] 2020-06-17 13:19:20.105 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [86.165s] 2020-06-17 13:20:40.093 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [79.970s] 2020-06-17 13:21:56.482 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [76.373s] 2020-06-17 13:23:07.273 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [70.774s] 2020-06-17 13:24:11.250 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [63.959s] 2020-06-17 13:24:14.953 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.281s] 2020-06-17 13:25:17.524 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [59.251s] 2020-06-17 13:25:52.396 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [34.866s] 2020-06-17 13:26:44.343 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [51.934s] 2020-06-17 13:27:37.697 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [53.340s] 2020-06-17 13:28:08.104 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [27.585s] 2020-06-17 13:29:13.439 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.932s] 2020-06-17 13:29:57.661 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [44.212s] 2020-06-17 13:31:35.105 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [85.683s] 2020-06-17 13:33:14.239 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [85.975s] 2020-06-17 13:34:07.888 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [41.601s] 2020-06-17 13:35:06.899 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [38.449s] 2020-06-17 13:36:41.160 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [94.246s] 2020-06-17 13:36:52.721 34 INFO rally.task.context [-] Verification e509efd4-fbff-4d40-9103-b7642e715219 | Context testr@default cleanup() started 2020-06-17 13:36:52.722 34 INFO rally.task.context [-] Verification e509efd4-fbff-4d40-9103-b7642e715219 | Context testr@default cleanup() finished in 0.87 msec 2020-06-17 13:36:52.722 34 INFO rally.task.context [-] Verification e509efd4-fbff-4d40-9103-b7642e715219 | Context tempest@default cleanup() started 2020-06-17 13:36:52.942 34 INFO rally.task.context [-] Verification e509efd4-fbff-4d40-9103-b7642e715219 | Context tempest@default cleanup() finished in 0.22 sec 2020-06-17 13:36:52.972 34 INFO rally.api [-] Verification (UUID=4176b869-aa0c-44d0-8c56-c1094dfacab2) has been successfully finished for deployment 'opnfv-rally' (UUID=1d179a2e-4fb3-4de1-89b3-df2bdfa40cec)! 2020-06-17 13:36:55.072 681 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 13:36:55.073 681 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 13:36:55.073 681 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 13:36:56.549 683 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 13:36:56.549 683 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 13:36:56.549 683 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 13:36:59.416 683 INFO rally.api [-] Building 'html' report for the following verification(s): '4176b869-aa0c-44d0-8c56-c1094dfacab2' 2020-06-17 13:36:59.438 683 INFO rally.api [-] The report has been successfully built. 2020-06-17 13:37:01.186 685 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 13:37:01.186 685 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 13:37:01.186 685 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 13:37:03.398 685 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4176b869-aa0c-44d0-8c56-c1094dfacab2' 2020-06-17 13:37:03.402 685 INFO rally.api [-] The report has been successfully built.