2020-06-24 14:14:35.460 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:35.461 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:35.461 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:37.830 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-24 14:14:37.830 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 14:14:37.830 7 ERROR rally.cli.cliutils 2020-06-24 14:14:39.472 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:39.473 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:39.473 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:43.608 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:43.609 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:43.609 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:47.858 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:47.858 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:47.858 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:49.257 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:49.258 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:49.258 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:51.509 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-24 14:14:51.509 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 14:14:51.509 17 ERROR rally.cli.cliutils 2020-06-24 14:14:53.112 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:53.113 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:53.113 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:55.173 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 14:14:55.252 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14/repo. 2020-06-24 14:14:55.443 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-06-24 14:14:55.455 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 14:14:55.464 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 14:14:55.484 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 14:14:55.528 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 14:14:56.183 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14) has been successfully created! 2020-06-24 14:14:57.737 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:57.737 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:57.737 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:15:02.027 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:15:02.028 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:15:02.028 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:15:04.327 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14) for deployment 'opnfv-rally' (UUID=0651876c-50f2-4303-9148-f690d556dcd3). 2020-06-24 14:15:04.690 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14) has been successfully configured for deployment 'opnfv-rally' (UUID=0651876c-50f2-4303-9148-f690d556dcd3)! 2020-06-24 14:15:14.246 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:15:14.246 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:15:14.246 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:15:16.327 35 INFO rally.api [-] Starting verification (UUID=d5868385-82f1-47cb-b955-dd2a34f3e550) for deployment 'opnfv-rally' (UUID=0651876c-50f2-4303-9148-f690d556dcd3) by verifier 'opnfv-tempest' (UUID=dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14). 2020-06-24 14:15:17.112 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 14:15:17.112 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14/for-deployment-0651876c-50f2-4303-9148-f690d556dcd3/tempest.log' to option 'log_file'. 2020-06-24 14:15:17.113 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14/for-deployment-0651876c-50f2-4303-9148-f690d556dcd3/tempest.log 2020-06-24 14:15:17.113 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 14:15:17.114 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14/for-deployment-0651876c-50f2-4303-9148-f690d556dcd3/lock_files' to option 'lock_path'. 2020-06-24 14:15:17.114 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14/for-deployment-0651876c-50f2-4303-9148-f690d556dcd3/lock_files 2020-06-24 14:15:17.114 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 14:15:17.115 35 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-24 14:15:17.115 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 05c0fbf3-5f8d-4366-b4da-b180271735d1 2020-06-24 14:15:17.115 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8afc6577-7154-4440-b9b3-6ea9e440af8e 2020-06-24 14:15:17.116 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2f178d87-75a3-4528-b413-dbe65918c0c2 2020-06-24 14:15:17.117 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b721f14f-9c73-4900-82fb-3ca97acfc3ac 2020-06-24 14:15:17.448 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 14:15:17.448 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_cba18188-203a-48d1-b9f8-4d12433dd801 2020-06-24 14:15:17.449 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 14:15:17.547 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 14:15:17.581 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_733977cc_VLzCx4zq'. Using flavor 'rally_verify_733977cc_VLzCx4zq' (ID = bc3ac3cd-24c4-4316-a016-c4c38448f800) for the tests. 2020-06-24 14:15:17.582 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bc3ac3cd-24c4-4316-a016-c4c38448f800' to option 'instance_type'. 2020-06-24 14:15:17.582 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bc3ac3cd-24c4-4316-a016-c4c38448f800 2020-06-24 14:15:17.583 35 INFO rally.task.context [-] Verification dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14 | Context tempest@default setup() finished in 1.01 sec 2020-06-24 14:15:17.584 35 INFO rally.task.context [-] Verification dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14 | Context testr@default setup() finished in 0.37 msec 2020-06-24 14:15:17.584 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/dcfec7a7-26b1-4fe6-b73d-98420718f155'. 2020-06-24 14:16:45.270 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [78.212s] 2020-06-24 14:18:03.771 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [64.229s] 2020-06-24 14:19:04.348 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [25.218s] 2020-06-24 14:20:29.811 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [61.539s] 2020-06-24 14:21:25.744 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [55.918s] 2020-06-24 14:22:29.761 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [48.236s] 2020-06-24 14:22:53.922 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.044s] 2020-06-24 14:24:05.489 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [59.441s] 2020-06-24 14:24:53.971 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [48.463s] 2020-06-24 14:25:31.181 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [37.189s] 2020-06-24 14:26:20.524 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [49.324s] 2020-06-24 14:27:11.196 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [50.658s] 2020-06-24 14:28:00.174 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.959s] 2020-06-24 14:28:45.878 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [45.683s] 2020-06-24 14:29:31.260 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [45.367s] 2020-06-24 14:30:37.812 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [64.110s] 2020-06-24 14:31:19.198 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [41.372s] 2020-06-24 14:32:26.270 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [67.053s] 2020-06-24 14:33:11.857 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [45.572s] 2020-06-24 14:33:53.335 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [41.462s] 2020-06-24 14:34:53.392 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.034s] 2020-06-24 14:35:45.198 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [51.785s] 2020-06-24 14:36:51.129 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [63.675s] 2020-06-24 14:38:08.276 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [77.129s] 2020-06-24 14:39:34.632 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [86.339s] 2020-06-24 14:41:06.619 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [91.967s] 2020-06-24 14:42:27.475 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [80.838s] 2020-06-24 14:44:50.836 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [143.343s] 2020-06-24 14:46:09.781 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [78.932s] 2020-06-24 14:47:21.386 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [71.592s] 2020-06-24 14:47:24.276 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.177s] 2020-06-24 14:48:31.344 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [64.099s] 2020-06-24 14:49:12.455 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [41.099s] 2020-06-24 14:50:18.331 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [65.868s] 2020-06-24 14:51:16.807 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [58.462s] 2020-06-24 14:51:42.490 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [22.925s] 2020-06-24 14:52:46.832 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.229s] 2020-06-24 14:53:36.714 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [49.873s] 2020-06-24 14:55:27.261 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [92.937s] 2020-06-24 14:57:32.456 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [110.491s] 2020-06-24 14:58:38.847 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [51.190s] 2020-06-24 14:59:30.066 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [29.521s] 2020-06-24 15:01:17.650 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [107.568s] 2020-06-24 15:01:33.684 35 INFO rally.task.context [-] Verification dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14 | Context testr@default cleanup() started 2020-06-24 15:01:33.685 35 INFO rally.task.context [-] Verification dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14 | Context testr@default cleanup() finished in 0.74 msec 2020-06-24 15:01:33.685 35 INFO rally.task.context [-] Verification dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14 | Context tempest@default cleanup() started 2020-06-24 15:01:33.862 35 INFO rally.task.context [-] Verification dc8ced14-5fd6-4ae4-b6b9-25c3a4f57a14 | Context tempest@default cleanup() finished in 0.18 sec 2020-06-24 15:01:33.892 35 INFO rally.api [-] Verification (UUID=d5868385-82f1-47cb-b955-dd2a34f3e550) has been successfully finished for deployment 'opnfv-rally' (UUID=0651876c-50f2-4303-9148-f690d556dcd3)! 2020-06-24 15:01:36.044 692 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 15:01:36.045 692 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 15:01:36.045 692 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 15:01:37.715 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 15:01:37.715 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 15:01:37.716 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 15:01:40.066 694 INFO rally.api [-] Building 'html' report for the following verification(s): 'd5868385-82f1-47cb-b955-dd2a34f3e550' 2020-06-24 15:01:40.089 694 INFO rally.api [-] The report has been successfully built. 2020-06-24 15:01:41.868 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 15:01:41.868 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 15:01:41.869 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 15:01:44.054 696 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd5868385-82f1-47cb-b955-dd2a34f3e550' 2020-06-24 15:01:44.059 696 INFO rally.api [-] The report has been successfully built.