2021-06-01 21:07:51.423 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:07:51.423 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:07:51.423 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 21:07:54.135 8 ERROR rally.cli.cliutils 2021-06-01 21:07:55.951 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:07:55.951 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:07:55.951 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:00.471 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:00.471 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:00.472 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:05.613 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:05.613 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:05.614 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:07.173 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:07.173 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:07.173 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 21:08:09.607 18 ERROR rally.cli.cliutils 2021-06-01 21:08:11.351 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:11.351 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:11.351 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:13.755 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 21:08:13.826 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-113ea4cf-249c-4d66-9274-934330d6ef15/repo. 2021-06-01 21:08:14.112 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-113ea4cf-249c-4d66-9274-934330d6ef15/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 ' 2021-06-01 21:08:14.128 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 21:08:14.137 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 21:08:14.164 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 21:08:14.253 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 21:08:15.131 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=113ea4cf-249c-4d66-9274-934330d6ef15) has been successfully created! 2021-06-01 21:08:17.004 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:17.004 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:17.005 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:22.039 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:22.039 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:22.039 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:24.615 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=113ea4cf-249c-4d66-9274-934330d6ef15) for deployment 'opnfv-rally' (UUID=b7092bff-5121-4676-a54d-5db1ae146cb2). 2021-06-01 21:08:25.111 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=113ea4cf-249c-4d66-9274-934330d6ef15) has been successfully configured for deployment 'opnfv-rally' (UUID=b7092bff-5121-4676-a54d-5db1ae146cb2)! 2021-06-01 21:08:36.862 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:08:36.862 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:08:36.863 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:08:39.641 36 INFO rally.api [-] Starting verification (UUID=1d30a736-a83f-47c1-bd95-25b854f941b2) for deployment 'opnfv-rally' (UUID=b7092bff-5121-4676-a54d-5db1ae146cb2) by verifier 'opnfv-tempest' (UUID=113ea4cf-249c-4d66-9274-934330d6ef15). 2021-06-01 21:08:40.459 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 21:08:40.460 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-113ea4cf-249c-4d66-9274-934330d6ef15/for-deployment-b7092bff-5121-4676-a54d-5db1ae146cb2/tempest.log' to option 'log_file'. 2021-06-01 21:08:40.460 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-113ea4cf-249c-4d66-9274-934330d6ef15/for-deployment-b7092bff-5121-4676-a54d-5db1ae146cb2/tempest.log 2021-06-01 21:08:40.460 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 21:08:40.460 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-113ea4cf-249c-4d66-9274-934330d6ef15/for-deployment-b7092bff-5121-4676-a54d-5db1ae146cb2/lock_files' to option 'lock_path'. 2021-06-01 21:08:40.461 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-113ea4cf-249c-4d66-9274-934330d6ef15/for-deployment-b7092bff-5121-4676-a54d-5db1ae146cb2/lock_files 2021-06-01 21:08:40.461 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 21:08:40.461 36 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 2021-06-01 21:08:40.461 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 40e263b6-42ab-4cf7-812c-ff6e577b4a59 2021-06-01 21:08:40.462 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0542ebb3-992a-4da0-ba21-15962bc0f720 2021-06-01 21:08:40.462 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1b20077e-9dbc-4288-9b47-db4534d66a0b 2021-06-01 21:08:40.462 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 907c2018-db26-485d-914c-279fbebdc1e2 2021-06-01 21:08:40.671 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 21:08:40.671 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_a0c07e2a-2de8-44fb-8ad1-b692bd017d04 2021-06-01 21:08:40.672 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 21:08:40.771 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 21:08:40.814 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_4f6e2a7a_NG176c3t'. Using flavor 'rally_verify_4f6e2a7a_NG176c3t' (ID = 1d6971c9-bdca-452a-907f-abbd825da8a3) for the tests. 2021-06-01 21:08:40.814 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1d6971c9-bdca-452a-907f-abbd825da8a3' to option 'instance_type'. 2021-06-01 21:08:40.814 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1d6971c9-bdca-452a-907f-abbd825da8a3 2021-06-01 21:08:40.815 36 INFO rally.task.context [-] Verification 113ea4cf-249c-4d66-9274-934330d6ef15 | Context tempest@default setup() finished in 0.94 sec 2021-06-01 21:08:40.816 36 INFO rally.task.context [-] Verification 113ea4cf-249c-4d66-9274-934330d6ef15 | Context testr@default setup() finished in 0.37 msec 2021-06-01 21:08:40.816 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/0609db0a-261e-43de-8a37-883d76d3bdf6'. 2021-06-01 21:10:09.615 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [72.606s] 2021-06-01 21:11:36.827 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [68.440s] 2021-06-01 21:12:33.163 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.257s] 2021-06-01 21:13:53.683 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [61.445s] 2021-06-01 21:14:49.323 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [55.626s] 2021-06-01 21:15:54.621 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [50.835s] 2021-06-01 21:16:11.056 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.112s] 2021-06-01 21:17:14.037 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [50.234s] 2021-06-01 21:17:56.079 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [42.023s] 2021-06-01 21:18:35.355 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [39.253s] 2021-06-01 21:19:17.545 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [42.171s] 2021-06-01 21:19:59.751 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [42.191s] 2021-06-01 21:20:46.191 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [46.422s] 2021-06-01 21:21:32.306 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.096s] 2021-06-01 21:22:11.553 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [39.231s] 2021-06-01 21:23:14.501 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [60.438s] 2021-06-01 21:23:48.361 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [33.843s] 2021-06-01 21:24:45.596 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [57.217s] 2021-06-01 21:25:28.731 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [43.121s] 2021-06-01 21:26:16.980 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [48.235s] 2021-06-01 21:27:22.063 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [65.058s] 2021-06-01 21:28:04.973 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [42.884s] 2021-06-01 21:29:20.025 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [71.419s] 2021-06-01 21:30:39.464 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [79.421s] 2021-06-01 21:32:18.194 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [98.712s] 2021-06-01 21:33:45.374 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [87.162s] 2021-06-01 21:35:04.258 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [78.868s] 2021-06-01 21:36:14.652 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [70.380s] 2021-06-01 21:37:23.352 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [68.684s] 2021-06-01 21:38:26.826 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [63.455s] 2021-06-01 21:38:30.292 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.221s] 2021-06-01 21:39:25.397 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [51.778s] 2021-06-01 21:40:00.302 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [34.899s] 2021-06-01 21:40:49.452 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.133s] 2021-06-01 21:41:40.219 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [50.754s] 2021-06-01 21:42:10.216 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [27.048s] 2021-06-01 21:43:16.043 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.520s] 2021-06-01 21:43:57.705 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.657s] 2021-06-01 21:45:37.266 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [88.175s] 2021-06-01 21:47:19.921 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [91.785s] 2021-06-01 21:48:08.913 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [38.438s] 2021-06-01 21:48:48.130 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.529s] 2021-06-01 21:50:04.794 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [76.648s] 2021-06-01 21:50:15.131 36 INFO rally.task.context [-] Verification 113ea4cf-249c-4d66-9274-934330d6ef15 | Context testr@default cleanup() started 2021-06-01 21:50:15.131 36 INFO rally.task.context [-] Verification 113ea4cf-249c-4d66-9274-934330d6ef15 | Context testr@default cleanup() finished in 0.75 msec 2021-06-01 21:50:15.132 36 INFO rally.task.context [-] Verification 113ea4cf-249c-4d66-9274-934330d6ef15 | Context tempest@default cleanup() started 2021-06-01 21:50:15.369 36 INFO rally.task.context [-] Verification 113ea4cf-249c-4d66-9274-934330d6ef15 | Context tempest@default cleanup() finished in 0.24 sec 2021-06-01 21:50:15.395 36 INFO rally.api [-] Verification (UUID=1d30a736-a83f-47c1-bd95-25b854f941b2) has been successfully finished for deployment 'opnfv-rally' (UUID=b7092bff-5121-4676-a54d-5db1ae146cb2)! 2021-06-01 21:50:17.580 692 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:50:17.581 692 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:50:17.581 692 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:50:19.130 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:50:19.131 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:50:19.131 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:50:22.272 694 INFO rally.api [-] Building 'html' report for the following verification(s): '1d30a736-a83f-47c1-bd95-25b854f941b2' 2021-06-01 21:50:22.298 694 INFO rally.api [-] The report has been successfully built. 2021-06-01 21:50:24.041 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 21:50:24.041 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 21:50:24.041 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 21:50:26.568 696 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1d30a736-a83f-47c1-bd95-25b854f941b2' 2021-06-01 21:50:26.572 696 INFO rally.api [-] The report has been successfully built.