2020-12-14 03:14:15.017 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:14:15.023 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:14:15.025 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 03:14:42.808 10 ERROR rally.cli.cliutils 2020-12-14 03:14:57.381 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:14:57.387 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:14:57.388 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:15:43.000 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:15:43.006 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:15:43.007 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:16:29.559 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:16:29.565 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:16:29.566 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:16:44.293 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:16:44.299 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:16:44.301 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 03:17:16.166 61 ERROR rally.cli.cliutils 2020-12-14 03:17:32.367 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:17:32.373 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:17:32.375 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:18:00.388 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 03:18:00.928 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f4b967d8-5666-47af-9587-88f6b3af1743/repo. 2020-12-14 03:18:01.740 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f4b967d8-5666-47af-9587-88f6b3af1743/repo'... done. ' 2020-12-14 03:18:01.829 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 03:18:01.890 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 03:18:02.641 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 03:18:10.376 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4b967d8-5666-47af-9587-88f6b3af1743) has been successfully created! 2020-12-14 03:18:24.616 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:18:24.621 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:18:24.622 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:19:04.570 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:19:04.576 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:19:04.577 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:19:32.199 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f4b967d8-5666-47af-9587-88f6b3af1743) for deployment 'opnfv-rally' (UUID=01944d41-026d-45db-9c0c-207aded88397). 2020-12-14 03:19:33.974 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4b967d8-5666-47af-9587-88f6b3af1743) has been successfully configured for deployment 'opnfv-rally' (UUID=01944d41-026d-45db-9c0c-207aded88397)! 2020-12-14 03:21:23.860 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:21:23.866 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:21:23.868 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:21:52.211 161 INFO rally.api [-] Starting verification (UUID=2d42b7dc-c167-4f91-8482-4634be79032e) for deployment 'opnfv-rally' (UUID=01944d41-026d-45db-9c0c-207aded88397) by verifier 'opnfv-tempest' (UUID=f4b967d8-5666-47af-9587-88f6b3af1743). 2020-12-14 03:21:57.376 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 03:21:57.379 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4b967d8-5666-47af-9587-88f6b3af1743/for-deployment-01944d41-026d-45db-9c0c-207aded88397/tempest.log' to option 'log_file'. 2020-12-14 03:21:57.382 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f4b967d8-5666-47af-9587-88f6b3af1743/for-deployment-01944d41-026d-45db-9c0c-207aded88397/tempest.log 2020-12-14 03:21:57.385 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 03:21:57.387 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4b967d8-5666-47af-9587-88f6b3af1743/for-deployment-01944d41-026d-45db-9c0c-207aded88397/lock_files' to option 'lock_path'. 2020-12-14 03:21:57.389 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f4b967d8-5666-47af-9587-88f6b3af1743/for-deployment-01944d41-026d-45db-9c0c-207aded88397/lock_files 2020-12-14 03:21:57.391 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 03:21:57.393 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-14 03:21:57.395 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9e480467-1726-4658-927a-de0603a3d0a7 2020-12-14 03:21:57.396 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 125083ee-e123-435c-ad1f-5a4e2e965c52 2020-12-14 03:21:57.400 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bf345d19-9aeb-4a5d-8d75-a2634efad48e 2020-12-14 03:21:57.404 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fbd56bed-2ccc-4c28-9424-6f495e1a592c 2020-12-14 03:21:58.208 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 03:21:58.210 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_544f65d0-c1bf-414d-832c-dfd06eedbc12 2020-12-14 03:21:58.213 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 03:21:58.916 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 03:21:59.001 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 03:21:59.004 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2d42b7dc_7TMgFR7T' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 03:21:59.105 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2d42b7dc_7TMgFR7T' (ID = 89c13b86-2bd7-4505-b82e-cdf689e47ea2) has been successfully created! 2020-12-14 03:21:59.108 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89c13b86-2bd7-4505-b82e-cdf689e47ea2' to option 'instance_type'. 2020-12-14 03:21:59.110 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89c13b86-2bd7-4505-b82e-cdf689e47ea2 2020-12-14 03:21:59.118 161 INFO rally.task.context [-] Verification f4b967d8-5666-47af-9587-88f6b3af1743 | Context tempest@default setup() finished in 5.71 sec 2020-12-14 03:21:59.122 161 INFO rally.task.context [-] Verification f4b967d8-5666-47af-9587-88f6b3af1743 | Context testr@default setup() finished in 1.19 msec 2020-12-14 03:21:59.124 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/a32aa0ad-f939-4db9-ad8c-0a42bf144e01'. 2020-12-14 03:24:08.455 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [74.020s] 2020-12-14 03:25:38.473 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [74.080s] 2020-12-14 03:26:45.857 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.245s] 2020-12-14 03:28:07.125 161 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [63.322s] 2020-12-14 03:29:11.364 161 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [64.129s] 2020-12-14 03:30:29.315 161 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.209s] 2020-12-14 03:30:53.740 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.607s] 2020-12-14 03:32:00.894 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [55.095s] 2020-12-14 03:32:58.834 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [57.820s] 2020-12-14 03:33:41.099 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [42.101s] 2020-12-14 03:34:37.377 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [56.160s] 2020-12-14 03:35:20.558 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [43.075s] 2020-12-14 03:36:18.274 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [57.580s] 2020-12-14 03:37:12.725 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [54.337s] 2020-12-14 03:38:00.599 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.787s] 2020-12-14 03:39:16.578 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [68.078s] 2020-12-14 03:39:59.171 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [42.505s] 2020-12-14 03:41:13.167 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [73.824s] 2020-12-14 03:42:12.485 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [59.195s] 2020-12-14 03:42:53.328 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [40.769s] 2020-12-14 03:44:08.797 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [75.259s] 2020-12-14 03:44:56.954 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [48.020s] 2020-12-14 03:46:14.611 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [74.163s] 2020-12-14 03:47:59.494 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [104.769s] 2020-12-14 03:49:33.558 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [93.934s] 2020-12-14 03:51:15.380 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [101.685s] 2020-12-14 03:52:45.390 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [89.885s] 2020-12-14 03:54:10.134 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [84.646s] 2020-12-14 03:56:33.571 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [143.354s] 2020-12-14 03:57:45.383 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [71.718s] 2020-12-14 03:57:49.087 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.524s] 2020-12-14 03:58:53.831 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [60.430s] 2020-12-14 03:59:32.740 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.860s] 2020-12-14 04:00:28.904 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [56.067s] 2020-12-14 04:01:42.426 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [73.421s] 2020-12-14 04:02:15.082 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [29.473s] 2020-12-14 04:03:34.406 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [66.793s] 2020-12-14 04:04:18.972 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [44.526s] 2020-12-14 04:05:55.779 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [80.809s] 2020-12-14 04:07:44.415 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [89.522s] 2020-12-14 04:08:41.518 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [45.954s] 2020-12-14 04:09:25.256 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [27.103s] 2020-12-14 04:10:46.758 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [81.364s] 2020-12-14 04:10:59.998 161 INFO rally.task.context [-] Verification f4b967d8-5666-47af-9587-88f6b3af1743 | Context testr@default cleanup() started 2020-12-14 04:11:00.003 161 INFO rally.task.context [-] Verification f4b967d8-5666-47af-9587-88f6b3af1743 | Context testr@default cleanup() finished in 4.14 msec 2020-12-14 04:11:00.005 161 INFO rally.task.context [-] Verification f4b967d8-5666-47af-9587-88f6b3af1743 | Context tempest@default cleanup() started 2020-12-14 04:11:00.426 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2d42b7dc_7TMgFR7T'. 2020-12-14 04:11:00.662 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2d42b7dc_7TMgFR7T' has been deleted. 2020-12-14 04:11:00.666 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '89c13b86-2bd7-4505-b82e-cdf689e47ea2' of option 'instance_type' from Tempest config file. 2020-12-14 04:11:00.668 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '89c13b86-2bd7-4505-b82e-cdf689e47ea2' has been removed. 2020-12-14 04:11:00.675 161 INFO rally.task.context [-] Verification f4b967d8-5666-47af-9587-88f6b3af1743 | Context tempest@default cleanup() finished in 0.67 sec 2020-12-14 04:11:00.741 161 INFO rally.api [-] Verification (UUID=2d42b7dc-c167-4f91-8482-4634be79032e) has been successfully finished for deployment 'opnfv-rally' (UUID=01944d41-026d-45db-9c0c-207aded88397)! 2020-12-14 04:11:15.248 918 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 04:11:15.253 918 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 04:11:15.255 918 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 04:11:30.126 924 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 04:11:30.136 924 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 04:11:30.138 924 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 04:11:57.318 924 INFO rally.api [-] Building 'html' report for the following verification(s): '2d42b7dc-c167-4f91-8482-4634be79032e' 2020-12-14 04:11:57.555 924 INFO rally.api [-] The report has been successfully built. 2020-12-14 04:12:12.129 937 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 04:12:12.134 937 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 04:12:12.135 937 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 04:12:38.750 937 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2d42b7dc-c167-4f91-8482-4634be79032e' 2020-12-14 04:12:38.799 937 INFO rally.api [-] The report has been successfully built.