2021-06-08 09:04:15.453 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:15.453 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:15.454 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:17.658 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 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:04:17.658 7 ERROR rally.cli.cliutils 2021-06-08 09:04:19.073 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:19.073 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:19.073 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:23.090 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:23.090 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:23.091 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:26.998 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:26.998 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:26.999 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:28.427 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:28.428 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:28.428 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:30.423 16 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-08 09:04:30.423 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils force=force) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:04:30.423 16 ERROR rally.cli.cliutils 2021-06-08 09:04:31.837 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:31.837 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:31.838 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:33.808 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 09:04:33.890 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b161924f-bf68-420e-a481-cf35a40c2484/repo. 2021-06-08 09:04:34.195 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b161924f-bf68-420e-a481-cf35a40c2484/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2021-06-08 09:04:34.208 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 09:04:34.215 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 09:04:34.235 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 09:04:34.285 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 09:04:34.854 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b161924f-bf68-420e-a481-cf35a40c2484) has been successfully created! 2021-06-08 09:04:36.317 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:36.318 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:36.318 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:40.407 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:40.407 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:40.407 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:42.423 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b161924f-bf68-420e-a481-cf35a40c2484) for deployment 'opnfv-rally' (UUID=e8dc8a1b-8862-4d6f-806b-57ec8d122f8d). 2021-06-08 09:04:42.765 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b161924f-bf68-420e-a481-cf35a40c2484) has been successfully configured for deployment 'opnfv-rally' (UUID=e8dc8a1b-8862-4d6f-806b-57ec8d122f8d)! 2021-06-08 09:04:51.808 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:04:51.809 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:04:51.809 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:04:53.750 33 INFO rally.api [-] Starting verification (UUID=ee880284-24e5-41dc-831b-e6d67834d2a8) for deployment 'opnfv-rally' (UUID=e8dc8a1b-8862-4d6f-806b-57ec8d122f8d) by verifier 'opnfv-tempest' (UUID=b161924f-bf68-420e-a481-cf35a40c2484). 2021-06-08 09:04:54.340 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 09:04:54.340 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b161924f-bf68-420e-a481-cf35a40c2484/for-deployment-e8dc8a1b-8862-4d6f-806b-57ec8d122f8d/tempest.log' to option 'log_file'. 2021-06-08 09:04:54.341 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b161924f-bf68-420e-a481-cf35a40c2484/for-deployment-e8dc8a1b-8862-4d6f-806b-57ec8d122f8d/tempest.log 2021-06-08 09:04:54.341 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 09:04:54.341 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b161924f-bf68-420e-a481-cf35a40c2484/for-deployment-e8dc8a1b-8862-4d6f-806b-57ec8d122f8d/lock_files' to option 'lock_path'. 2021-06-08 09:04:54.341 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b161924f-bf68-420e-a481-cf35a40c2484/for-deployment-e8dc8a1b-8862-4d6f-806b-57ec8d122f8d/lock_files 2021-06-08 09:04:54.341 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 09:04:54.341 33 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-08 09:04:54.342 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6128b667-8ec0-4e59-9c18-5fa329ff4fa2 2021-06-08 09:04:54.342 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3f60da21-7dc4-4b97-bacb-f34262760b24 2021-06-08 09:04:54.342 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 627dc001-8592-47f0-a047-4e7e78538f71 2021-06-08 09:04:54.343 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = df757b6a-f8e7-4da4-ac3c-d69a6ff0c0ed 2021-06-08 09:04:54.533 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 09:04:54.533 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_c73c5d68-bc40-49c0-9d7e-bc637c89ce91 2021-06-08 09:04:54.534 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 09:04:54.606 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 09:04:54.638 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_28db3bfa_TMv9dQYY'. Using flavor 'rally_verify_28db3bfa_TMv9dQYY' (ID = 4f98a57c-27a1-46a9-bdca-c8f6551e0999) for the tests. 2021-06-08 09:04:54.638 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4f98a57c-27a1-46a9-bdca-c8f6551e0999' to option 'instance_type'. 2021-06-08 09:04:54.639 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4f98a57c-27a1-46a9-bdca-c8f6551e0999 2021-06-08 09:04:54.640 33 INFO rally.task.context [-] Verification b161924f-bf68-420e-a481-cf35a40c2484 | Context tempest@default setup() finished in 0.71 sec 2021-06-08 09:04:54.641 33 INFO rally.task.context [-] Verification b161924f-bf68-420e-a481-cf35a40c2484 | Context testr@default setup() finished in 0.33 msec 2021-06-08 09:04:54.641 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/36ef75e8-7c64-4109-a0e4-bb4e367a965c'. 2021-06-08 09:06:19.543 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [75.697s] 2021-06-08 09:07:47.586 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [70.688s] 2021-06-08 09:08:44.777 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.503s] 2021-06-08 09:10:10.997 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [62.968s] 2021-06-08 09:11:14.126 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [63.113s] 2021-06-08 09:12:22.590 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [54.075s] 2021-06-08 09:12:41.884 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.082s] 2021-06-08 09:13:48.245 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [52.543s] 2021-06-08 09:14:31.761 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [43.497s] 2021-06-08 09:15:09.820 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [38.039s] 2021-06-08 09:15:52.088 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [42.258s] 2021-06-08 09:16:41.689 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [49.583s] 2021-06-08 09:17:32.491 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.787s] 2021-06-08 09:18:19.925 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [47.416s] 2021-06-08 09:19:01.019 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [41.078s] 2021-06-08 09:20:09.601 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [65.965s] 2021-06-08 09:20:43.377 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [33.757s] 2021-06-08 09:21:50.330 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [66.934s] 2021-06-08 09:22:32.609 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [42.266s] 2021-06-08 09:23:08.901 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [36.278s] 2021-06-08 09:24:08.909 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [59.987s] 2021-06-08 09:24:50.455 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [41.524s] 2021-06-08 09:25:58.318 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [65.436s] 2021-06-08 09:27:22.195 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [83.859s] 2021-06-08 09:28:47.412 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [85.198s] 2021-06-08 09:30:20.690 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [93.258s] 2021-06-08 09:31:50.217 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [89.510s] 2021-06-08 09:33:14.965 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [84.731s] 2021-06-08 09:34:47.189 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [92.202s] 2021-06-08 09:36:10.785 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [83.586s] 2021-06-08 09:36:13.571 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.247s] 2021-06-08 09:37:26.362 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [69.793s] 2021-06-08 09:38:07.599 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [41.229s] 2021-06-08 09:39:21.478 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [73.865s] 2021-06-08 09:40:20.016 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [58.527s] 2021-06-08 09:40:52.785 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [29.864s] 2021-06-08 09:42:14.523 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [72.668s] 2021-06-08 09:42:59.587 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.058s] 2021-06-08 09:44:34.200 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [81.245s] 2021-06-08 09:46:15.393 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [87.845s] 2021-06-08 09:47:08.102 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [40.394s] 2021-06-08 09:47:49.775 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.198s] 2021-06-08 09:49:10.065 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [80.282s] 2021-06-08 09:49:23.017 33 INFO rally.task.context [-] Verification b161924f-bf68-420e-a481-cf35a40c2484 | Context testr@default cleanup() started 2021-06-08 09:49:23.018 33 INFO rally.task.context [-] Verification b161924f-bf68-420e-a481-cf35a40c2484 | Context testr@default cleanup() finished in 0.84 msec 2021-06-08 09:49:23.019 33 INFO rally.task.context [-] Verification b161924f-bf68-420e-a481-cf35a40c2484 | Context tempest@default cleanup() started 2021-06-08 09:49:23.203 33 INFO rally.task.context [-] Verification b161924f-bf68-420e-a481-cf35a40c2484 | Context tempest@default cleanup() finished in 0.18 sec 2021-06-08 09:49:23.232 33 INFO rally.api [-] Verification (UUID=ee880284-24e5-41dc-831b-e6d67834d2a8) has been successfully finished for deployment 'opnfv-rally' (UUID=e8dc8a1b-8862-4d6f-806b-57ec8d122f8d)! 2021-06-08 09:49:25.316 668 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:49:25.317 668 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:49:25.317 668 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:49:26.820 669 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:49:26.820 669 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:49:26.820 669 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:49:29.302 669 INFO rally.api [-] Building 'html' report for the following verification(s): 'ee880284-24e5-41dc-831b-e6d67834d2a8' 2021-06-08 09:49:29.327 669 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:49:30.758 671 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:49:30.758 671 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:49:30.759 671 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:49:32.935 671 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ee880284-24e5-41dc-831b-e6d67834d2a8' 2021-06-08 09:49:32.942 671 INFO rally.api [-] The report has been successfully built.