2020-07-04 10:12:34.554 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:34.555 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:34.555 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:12:36.980 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-07-04 10:12:36.980 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 10:12:36.980 7 ERROR rally.cli.cliutils 2020-07-04 10:12:38.798 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:38.799 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:38.799 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:12:43.372 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:43.373 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:43.373 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:12:48.280 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:48.281 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:48.281 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:12:49.826 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:49.827 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:49.827 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:12:51.929 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-07-04 10:12:51.929 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 10:12:51.929 17 ERROR rally.cli.cliutils 2020-07-04 10:12:53.753 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:53.753 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:53.753 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:12:56.124 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 10:12:56.202 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a1a42d74-257b-4fa0-a20f-19ec7e06012c/repo. 2020-07-04 10:12:56.491 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a1a42d74-257b-4fa0-a20f-19ec7e06012c/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-07-04 10:12:56.507 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 10:12:56.514 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 10:12:56.533 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 10:12:56.580 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 10:12:57.349 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a1a42d74-257b-4fa0-a20f-19ec7e06012c) has been successfully created! 2020-07-04 10:12:59.036 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:12:59.036 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:12:59.036 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:13:04.034 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:13:04.034 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:13:04.034 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:13:06.420 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a1a42d74-257b-4fa0-a20f-19ec7e06012c) for deployment 'opnfv-rally' (UUID=2aa8838b-3100-48cb-be87-663546a2a9ff). 2020-07-04 10:13:06.937 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a1a42d74-257b-4fa0-a20f-19ec7e06012c) has been successfully configured for deployment 'opnfv-rally' (UUID=2aa8838b-3100-48cb-be87-663546a2a9ff)! 2020-07-04 10:13:18.178 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 10:13:18.178 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 10:13:18.179 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 10:13:20.367 35 INFO rally.api [-] Starting verification (UUID=7ef147b4-f21e-492b-ad75-85c39e214475) for deployment 'opnfv-rally' (UUID=2aa8838b-3100-48cb-be87-663546a2a9ff) by verifier 'opnfv-tempest' (UUID=a1a42d74-257b-4fa0-a20f-19ec7e06012c). 2020-07-04 10:13:21.072 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 10:13:21.073 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a1a42d74-257b-4fa0-a20f-19ec7e06012c/for-deployment-2aa8838b-3100-48cb-be87-663546a2a9ff/tempest.log' to option 'log_file'. 2020-07-04 10:13:21.073 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a1a42d74-257b-4fa0-a20f-19ec7e06012c/for-deployment-2aa8838b-3100-48cb-be87-663546a2a9ff/tempest.log 2020-07-04 10:13:21.074 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 10:13:21.074 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a1a42d74-257b-4fa0-a20f-19ec7e06012c/for-deployment-2aa8838b-3100-48cb-be87-663546a2a9ff/lock_files' to option 'lock_path'. 2020-07-04 10:13:21.074 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a1a42d74-257b-4fa0-a20f-19ec7e06012c/for-deployment-2aa8838b-3100-48cb-be87-663546a2a9ff/lock_files 2020-07-04 10:13:21.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 10:13:21.075 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-07-04 10:13:21.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0a36e33e-369a-4063-8ef8-326572f42238 2020-07-04 10:13:21.076 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5abaea3a-5341-48b5-bb8c-1ff61636b733 2020-07-04 10:13:21.076 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f1ad945b-97f5-42a1-8ab1-f280e13e6c97 2020-07-04 10:13:21.077 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 20cbbf4d-c16a-4bda-b996-77844435f355 2020-07-04 10:13:21.572 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 10:13:21.573 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_240c1a36-e244-49ea-b0ac-9e3a5b86343c 2020-07-04 10:13:21.574 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 10:13:21.651 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 10:13:21.688 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b89e83af_AKSDppOe'. Using flavor 'rally_verify_b89e83af_AKSDppOe' (ID = 565ab086-4b55-4fcd-84b5-07fd7a4bf6e6) for the tests. 2020-07-04 10:13:21.689 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '565ab086-4b55-4fcd-84b5-07fd7a4bf6e6' to option 'instance_type'. 2020-07-04 10:13:21.689 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 565ab086-4b55-4fcd-84b5-07fd7a4bf6e6 2020-07-04 10:13:21.691 35 INFO rally.task.context [-] Verification a1a42d74-257b-4fa0-a20f-19ec7e06012c | Context tempest@default setup() finished in 1.08 sec 2020-07-04 10:13:21.691 35 INFO rally.task.context [-] Verification a1a42d74-257b-4fa0-a20f-19ec7e06012c | Context testr@default setup() finished in 0.37 msec 2020-07-04 10:13:21.692 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/437165a7-60a7-47d4-8950-b08e37d7cd92'. 2020-07-04 10:15:04.432 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [86.374s] 2020-07-04 10:16:38.869 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [76.791s] 2020-07-04 10:17:40.172 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [31.830s] 2020-07-04 10:19:11.137 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [70.225s] 2020-07-04 10:20:16.414 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [65.261s] 2020-07-04 10:21:43.431 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [71.503s] 2020-07-04 10:22:08.846 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.022s] 2020-07-04 10:23:28.325 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [65.968s] 2020-07-04 10:26:27.448 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... fail [179.102s] 2020-07-04 10:27:09.090 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [41.624s] 2020-07-04 10:27:59.157 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [50.052s] 2020-07-04 10:28:46.431 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [47.257s] 2020-07-04 10:29:40.740 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [54.293s] 2020-07-04 10:30:26.949 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.192s] 2020-07-04 10:31:10.422 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [43.455s] 2020-07-04 10:32:16.406 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [63.343s] 2020-07-04 10:32:56.854 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [40.430s] 2020-07-04 10:34:05.307 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.429s] 2020-07-04 10:34:52.567 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [47.245s] 2020-07-04 10:35:25.688 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [33.105s] 2020-07-04 10:36:29.994 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [64.280s] 2020-07-04 10:37:11.668 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [41.652s] 2020-07-04 10:38:25.612 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [71.331s] 2020-07-04 10:39:44.680 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [79.051s] 2020-07-04 10:41:10.938 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [86.236s] 2020-07-04 10:42:47.825 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [96.865s] 2020-07-04 10:44:02.383 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [74.542s] 2020-07-04 10:45:19.866 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [77.467s] 2020-07-04 10:47:39.008 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [139.127s] 2020-07-04 10:48:43.206 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [64.185s] 2020-07-04 10:48:50.348 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.208s] 2020-07-04 10:49:49.576 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [56.389s] 2020-07-04 10:50:28.505 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.920s] 2020-07-04 10:51:24.304 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [55.786s] 2020-07-04 10:52:22.499 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [58.179s] 2020-07-04 10:52:54.065 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [28.599s] 2020-07-04 10:53:55.373 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.575s] 2020-07-04 10:54:38.984 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [43.604s] 2020-07-04 10:55:55.300 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [66.556s] 2020-07-04 10:57:30.454 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [85.486s] 2020-07-04 10:58:20.088 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [39.559s] 2020-07-04 10:59:09.083 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.769s] 2020-07-04 11:00:32.770 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [83.665s] 2020-07-04 11:00:48.056 35 INFO rally.task.context [-] Verification a1a42d74-257b-4fa0-a20f-19ec7e06012c | Context testr@default cleanup() started 2020-07-04 11:00:48.057 35 INFO rally.task.context [-] Verification a1a42d74-257b-4fa0-a20f-19ec7e06012c | Context testr@default cleanup() finished in 0.73 msec 2020-07-04 11:00:48.057 35 INFO rally.task.context [-] Verification a1a42d74-257b-4fa0-a20f-19ec7e06012c | Context tempest@default cleanup() started 2020-07-04 11:00:48.293 35 INFO rally.task.context [-] Verification a1a42d74-257b-4fa0-a20f-19ec7e06012c | Context tempest@default cleanup() finished in 0.24 sec 2020-07-04 11:00:48.317 35 INFO rally.api [-] Verification (UUID=7ef147b4-f21e-492b-ad75-85c39e214475) has been successfully finished for deployment 'opnfv-rally' (UUID=2aa8838b-3100-48cb-be87-663546a2a9ff)! 2020-07-04 11:00:50.025 740 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 11:00:50.025 740 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 11:00:50.025 740 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 11:00:51.522 742 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 11:00:51.522 742 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 11:00:51.522 742 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 11:00:53.911 742 INFO rally.api [-] Building 'html' report for the following verification(s): '7ef147b4-f21e-492b-ad75-85c39e214475' 2020-07-04 11:00:53.931 742 INFO rally.api [-] The report has been successfully built. 2020-07-04 11:00:55.474 744 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 11:00:55.474 744 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 11:00:55.474 744 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 11:00:57.556 744 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7ef147b4-f21e-492b-ad75-85c39e214475' 2020-07-04 11:00:57.560 744 INFO rally.api [-] The report has been successfully built.