2020-06-06 10:05:23.996 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:23.996 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:23.996 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:26.321 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-06 10:05:26.321 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 10:05:26.321 7 ERROR rally.cli.cliutils 2020-06-06 10:05:28.035 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:28.036 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:28.036 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:32.472 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:32.472 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:32.472 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:37.277 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:37.277 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:37.277 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:38.736 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:38.736 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:38.736 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:40.902 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-06 10:05:40.902 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 10:05:40.902 17 ERROR rally.cli.cliutils 2020-06-06 10:05:42.735 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:42.735 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:42.735 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:45.142 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 10:05:45.223 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0d01314b-a9fe-4410-b1a5-9c299193fdde/repo. 2020-06-06 10:05:45.448 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0d01314b-a9fe-4410-b1a5-9c299193fdde/repo'... done. ' 2020-06-06 10:05:45.461 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 10:05:45.489 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 10:05:45.538 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 10:05:46.330 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0d01314b-a9fe-4410-b1a5-9c299193fdde) has been successfully created! 2020-06-06 10:05:48.155 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:48.156 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:48.156 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:52.694 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:05:52.694 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:05:52.694 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:05:54.788 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0d01314b-a9fe-4410-b1a5-9c299193fdde) for deployment 'opnfv-rally' (UUID=237bb10c-1872-4880-bb1e-7cdb95314931). 2020-06-06 10:05:55.233 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0d01314b-a9fe-4410-b1a5-9c299193fdde) has been successfully configured for deployment 'opnfv-rally' (UUID=237bb10c-1872-4880-bb1e-7cdb95314931)! 2020-06-06 10:06:06.250 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:06:06.250 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:06:06.251 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:06:08.559 34 INFO rally.api [-] Starting verification (UUID=f7a2c22f-bfb7-4a80-9635-06931c06e5ac) for deployment 'opnfv-rally' (UUID=237bb10c-1872-4880-bb1e-7cdb95314931) by verifier 'opnfv-tempest' (UUID=0d01314b-a9fe-4410-b1a5-9c299193fdde). 2020-06-06 10:06:09.197 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 10:06:09.197 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0d01314b-a9fe-4410-b1a5-9c299193fdde/for-deployment-237bb10c-1872-4880-bb1e-7cdb95314931/tempest.log' to option 'log_file'. 2020-06-06 10:06:09.198 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0d01314b-a9fe-4410-b1a5-9c299193fdde/for-deployment-237bb10c-1872-4880-bb1e-7cdb95314931/tempest.log 2020-06-06 10:06:09.198 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 10:06:09.198 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0d01314b-a9fe-4410-b1a5-9c299193fdde/for-deployment-237bb10c-1872-4880-bb1e-7cdb95314931/lock_files' to option 'lock_path'. 2020-06-06 10:06:09.198 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0d01314b-a9fe-4410-b1a5-9c299193fdde/for-deployment-237bb10c-1872-4880-bb1e-7cdb95314931/lock_files 2020-06-06 10:06:09.199 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-06 10:06:09.199 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-06 10:06:09.199 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e4a1f164-a382-423c-9670-d1146421a518 2020-06-06 10:06:09.200 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8e17bde1-eaf6-481a-9c23-f89f3f486253 2020-06-06 10:06:09.200 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 18ce15a3-a4f2-4b01-a36d-9d483b9b9ef9 2020-06-06 10:06:09.201 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 05dbbc58-5422-4220-94bd-d48272398fc2 2020-06-06 10:06:09.528 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 10:06:09.528 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_cdd12c98-88cc-4171-84f1-41f2e5c83c04 2020-06-06 10:06:09.529 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 10:06:09.617 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 10:06:09.806 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 10:06:09.806 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f7a2c22f_ZdAllVyO' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 10:06:09.907 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f7a2c22f_ZdAllVyO' (ID = 5cd4e3bd-dd14-44e0-92a6-78f3fa1e7ae6) has been successfully created! 2020-06-06 10:06:09.908 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5cd4e3bd-dd14-44e0-92a6-78f3fa1e7ae6' to option 'instance_type'. 2020-06-06 10:06:09.908 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5cd4e3bd-dd14-44e0-92a6-78f3fa1e7ae6 2020-06-06 10:06:09.909 34 INFO rally.task.context [-] Verification 0d01314b-a9fe-4410-b1a5-9c299193fdde | Context tempest@default setup() finished in 1.16 sec 2020-06-06 10:06:09.910 34 INFO rally.task.context [-] Verification 0d01314b-a9fe-4410-b1a5-9c299193fdde | Context testr@default setup() finished in 0.26 msec 2020-06-06 10:06:09.910 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/bc62a1c9-2b96-4c23-be4e-c765098145ec'. 2020-06-06 10:07:39.819 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [77.693s] 2020-06-06 10:09:20.458 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [82.461s] 2020-06-06 10:10:18.262 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [25.761s] 2020-06-06 10:11:50.169 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [75.445s] 2020-06-06 10:12:53.378 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [63.195s] 2020-06-06 10:14:10.631 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [57.733s] 2020-06-06 10:14:30.837 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.988s] 2020-06-06 10:15:40.272 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [56.291s] 2020-06-06 10:16:33.574 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [53.284s] 2020-06-06 10:17:15.460 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [41.858s] 2020-06-06 10:18:00.632 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.164s] 2020-06-06 10:18:41.846 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [41.195s] 2020-06-06 10:19:34.065 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [52.207s] 2020-06-06 10:20:19.364 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [45.282s] 2020-06-06 10:21:00.744 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [41.363s] 2020-06-06 10:22:07.194 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [63.868s] 2020-06-06 10:22:38.916 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [31.705s] 2020-06-06 10:23:39.861 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [60.922s] 2020-06-06 10:24:27.761 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [47.883s] 2020-06-06 10:25:02.572 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [34.795s] 2020-06-06 10:25:58.431 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [55.834s] 2020-06-06 10:26:44.372 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [45.926s] 2020-06-06 10:27:49.423 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [62.626s] 2020-06-06 10:29:06.222 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [76.778s] 2020-06-06 10:30:30.119 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [83.875s] 2020-06-06 10:31:55.062 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [84.922s] 2020-06-06 10:33:15.052 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [79.971s] 2020-06-06 10:34:22.676 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [67.604s] 2020-06-06 10:35:32.018 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [69.321s] 2020-06-06 10:36:36.662 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [64.629s] 2020-06-06 10:36:39.449 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.269s] 2020-06-06 10:37:38.041 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [55.639s] 2020-06-06 10:38:13.216 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [35.163s] 2020-06-06 10:39:04.503 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [51.273s] 2020-06-06 10:39:56.450 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [51.932s] 2020-06-06 10:40:25.480 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.379s] 2020-06-06 10:41:34.376 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [63.505s] 2020-06-06 10:42:17.449 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [43.065s] 2020-06-06 10:43:48.126 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [80.222s] 2020-06-06 10:45:21.458 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [82.026s] 2020-06-06 10:46:09.768 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [35.125s] 2020-06-06 10:46:48.968 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.880s] 2020-06-06 10:48:04.750 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [75.763s] 2020-06-06 10:48:16.906 34 INFO rally.task.context [-] Verification 0d01314b-a9fe-4410-b1a5-9c299193fdde | Context testr@default cleanup() started 2020-06-06 10:48:16.907 34 INFO rally.task.context [-] Verification 0d01314b-a9fe-4410-b1a5-9c299193fdde | Context testr@default cleanup() finished in 0.83 msec 2020-06-06 10:48:16.908 34 INFO rally.task.context [-] Verification 0d01314b-a9fe-4410-b1a5-9c299193fdde | Context tempest@default cleanup() started 2020-06-06 10:48:17.116 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f7a2c22f_ZdAllVyO'. 2020-06-06 10:48:17.292 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f7a2c22f_ZdAllVyO' has been deleted. 2020-06-06 10:48:17.293 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5cd4e3bd-dd14-44e0-92a6-78f3fa1e7ae6' of option 'instance_type' from Tempest config file. 2020-06-06 10:48:17.293 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5cd4e3bd-dd14-44e0-92a6-78f3fa1e7ae6' has been removed. 2020-06-06 10:48:17.299 34 INFO rally.task.context [-] Verification 0d01314b-a9fe-4410-b1a5-9c299193fdde | Context tempest@default cleanup() finished in 0.39 sec 2020-06-06 10:48:17.320 34 INFO rally.api [-] Verification (UUID=f7a2c22f-bfb7-4a80-9635-06931c06e5ac) has been successfully finished for deployment 'opnfv-rally' (UUID=237bb10c-1872-4880-bb1e-7cdb95314931)! 2020-06-06 10:48:19.134 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:48:19.135 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:48:19.135 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:48:20.771 686 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:48:20.771 686 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:48:20.772 686 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:48:22.718 686 INFO rally.api [-] Building 'html' report for the following verification(s): 'f7a2c22f-bfb7-4a80-9635-06931c06e5ac' 2020-06-06 10:48:22.736 686 INFO rally.api [-] The report has been successfully built. 2020-06-06 10:48:24.142 688 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:48:24.142 688 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:48:24.142 688 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:48:26.063 688 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f7a2c22f-bfb7-4a80-9635-06931c06e5ac' 2020-06-06 10:48:26.066 688 INFO rally.api [-] The report has been successfully built.