2021-08-16 20:12:31.488 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:31.489 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:31.489 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:34.011 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-08-16 20:12:34.011 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:12:34.011 8 ERROR rally.cli.cliutils 2021-08-16 20:12:35.620 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:35.620 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:35.620 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:40.081 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:40.082 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:40.082 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:45.193 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:45.194 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:45.194 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:46.743 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:46.743 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:46.743 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:49.445 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-08-16 20:12:49.445 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:12:49.445 18 ERROR rally.cli.cliutils 2021-08-16 20:12:51.284 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:51.284 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:51.284 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:54.063 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 20:12:54.110 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/repo. 2021-08-16 20:12:54.438 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 20:12:54.457 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 20:12:54.466 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 20:12:54.480 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 20:12:54.565 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 20:12:55.430 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ec615e8-1d51-4488-99d3-391084e88dea) has been successfully created! 2021-08-16 20:12:57.257 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:57.257 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:57.258 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:13:02.313 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:13:02.314 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:13:02.314 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:13:05.086 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7ec615e8-1d51-4488-99d3-391084e88dea) for deployment 'opnfv-rally' (UUID=0d935e8a-0a7f-48e9-ae01-83b594c985ad). 2021-08-16 20:13:05.494 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ec615e8-1d51-4488-99d3-391084e88dea) has been successfully configured for deployment 'opnfv-rally' (UUID=0d935e8a-0a7f-48e9-ae01-83b594c985ad)! 2021-08-16 20:13:18.838 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:13:18.838 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:13:18.838 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:13:21.572 38 INFO rally.api [-] Starting verification (UUID=d4a883aa-788f-4450-914c-de46c27cdf8a) for deployment 'opnfv-rally' (UUID=0d935e8a-0a7f-48e9-ae01-83b594c985ad) by verifier 'opnfv-tempest' (UUID=7ec615e8-1d51-4488-99d3-391084e88dea). 2021-08-16 20:13:22.170 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 20:13:22.170 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/for-deployment-0d935e8a-0a7f-48e9-ae01-83b594c985ad/tempest.log' to option 'log_file'. 2021-08-16 20:13:22.171 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/for-deployment-0d935e8a-0a7f-48e9-ae01-83b594c985ad/tempest.log 2021-08-16 20:13:22.171 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 20:13:22.171 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/for-deployment-0d935e8a-0a7f-48e9-ae01-83b594c985ad/lock_files' to option 'lock_path'. 2021-08-16 20:13:22.171 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/for-deployment-0d935e8a-0a7f-48e9-ae01-83b594c985ad/lock_files 2021-08-16 20:13:22.172 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 20:13:22.172 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/for-deployment-0d935e8a-0a7f-48e9-ae01-83b594c985ad' to option 'img_dir'. 2021-08-16 20:13:22.172 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-7ec615e8-1d51-4488-99d3-391084e88dea/for-deployment-0d935e8a-0a7f-48e9-ae01-83b594c985ad 2021-08-16 20:13:22.172 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 20:13:22.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 09a224cd-ecb0-4f58-896d-a5dabd45244e 2021-08-16 20:13:22.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bee668e0-de24-4bcc-9c19-8606bdc39d70 2021-08-16 20:13:22.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 83f3a3ae-471d-463b-803d-f8cc7c843795 2021-08-16 20:13:22.174 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f8445b90-5f89-4064-831d-8016b02435ae 2021-08-16 20:13:22.432 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 20:13:22.433 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_200efa5a-1e2e-43f4-b5c3-690d3899e048 2021-08-16 20:13:22.433 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 20:13:22.537 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 20:13:22.568 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6c39c1e0_CcJAp0H1'. Using flavor 'rally_verify_6c39c1e0_CcJAp0H1' (ID = 82ebdafc-2626-4e82-919e-2cb329b7254a) for the tests. 2021-08-16 20:13:22.568 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '82ebdafc-2626-4e82-919e-2cb329b7254a' to option 'instance_type'. 2021-08-16 20:13:22.568 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 82ebdafc-2626-4e82-919e-2cb329b7254a 2021-08-16 20:13:22.569 38 INFO rally.task.context [-] Verification 7ec615e8-1d51-4488-99d3-391084e88dea | Context tempest@default setup() finished in 0.81 sec 2021-08-16 20:13:22.570 38 INFO rally.task.context [-] Verification 7ec615e8-1d51-4488-99d3-391084e88dea | Context testr@default setup() finished in 0.33 msec 2021-08-16 20:13:22.570 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/13755bfb-7345-4070-86cc-6a536963413b'. 2021-08-16 20:14:29.753 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [56.451s] 2021-08-16 20:15:35.082 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [52.308s] 2021-08-16 20:16:33.703 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.825s] 2021-08-16 20:17:43.558 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [54.014s] 2021-08-16 20:18:42.816 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [59.238s] 2021-08-16 20:19:41.710 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [47.050s] 2021-08-16 20:19:57.483 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.918s] 2021-08-16 20:20:52.928 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [46.931s] 2021-08-16 20:21:36.149 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [43.201s] 2021-08-16 20:22:15.039 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [38.863s] 2021-08-16 20:23:02.849 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [47.792s] 2021-08-16 20:23:50.896 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [48.030s] 2021-08-16 20:24:39.224 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.308s] 2021-08-16 20:25:25.713 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.467s] 2021-08-16 20:26:09.386 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [43.662s] 2021-08-16 20:27:32.367 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [80.804s] 2021-08-16 20:28:06.811 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [34.427s] 2021-08-16 20:29:17.362 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [70.530s] 2021-08-16 20:30:00.073 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [42.692s] 2021-08-16 20:30:35.561 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [35.476s] 2021-08-16 20:31:43.743 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [68.159s] 2021-08-16 20:32:24.642 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [40.876s] 2021-08-16 20:34:54.639 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [147.428s] 2021-08-16 20:37:27.769 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [153.108s] 2021-08-16 20:39:48.080 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [140.285s] 2021-08-16 20:41:48.376 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [120.273s] 2021-08-16 20:44:27.628 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [159.230s] 2021-08-16 20:46:39.675 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [132.023s] 2021-08-16 20:49:02.862 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [143.165s] 2021-08-16 20:51:04.841 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [121.965s] 2021-08-16 20:51:07.178 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.257s] 2021-08-16 20:51:57.799 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [47.565s] 2021-08-16 20:52:26.983 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [29.176s] 2021-08-16 20:53:27.458 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [60.462s] 2021-08-16 20:54:29.170 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [61.698s] 2021-08-16 20:54:58.374 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.260s] 2021-08-16 20:56:05.407 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.846s] 2021-08-16 20:56:44.078 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [38.662s] 2021-08-16 20:58:15.446 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [74.723s] 2021-08-16 20:59:48.845 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [75.657s] 2021-08-16 21:00:41.545 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [36.031s] 2021-08-16 21:01:19.567 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [21.730s] 2021-08-16 21:02:28.507 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [68.921s] 2021-08-16 21:02:36.187 38 INFO rally.task.context [-] Verification 7ec615e8-1d51-4488-99d3-391084e88dea | Context testr@default cleanup() started 2021-08-16 21:02:36.188 38 INFO rally.task.context [-] Verification 7ec615e8-1d51-4488-99d3-391084e88dea | Context testr@default cleanup() finished in 0.82 msec 2021-08-16 21:02:36.188 38 INFO rally.task.context [-] Verification 7ec615e8-1d51-4488-99d3-391084e88dea | Context tempest@default cleanup() started 2021-08-16 21:02:36.393 38 INFO rally.task.context [-] Verification 7ec615e8-1d51-4488-99d3-391084e88dea | Context tempest@default cleanup() finished in 0.20 sec 2021-08-16 21:02:36.418 38 INFO rally.api [-] Verification (UUID=d4a883aa-788f-4450-914c-de46c27cdf8a) has been successfully finished for deployment 'opnfv-rally' (UUID=0d935e8a-0a7f-48e9-ae01-83b594c985ad)! 2021-08-16 21:02:38.232 1820 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 21:02:38.232 1820 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 21:02:38.232 1820 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 21:02:39.704 1822 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 21:02:39.704 1822 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 21:02:39.705 1822 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 21:02:42.161 1822 INFO rally.api [-] Building 'html' report for the following verification(s): 'd4a883aa-788f-4450-914c-de46c27cdf8a' 2021-08-16 21:02:42.205 1822 INFO rally.api [-] The report has been successfully built. 2021-08-16 21:02:43.700 1824 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 21:02:43.700 1824 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 21:02:43.700 1824 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 21:02:46.079 1824 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd4a883aa-788f-4450-914c-de46c27cdf8a' 2021-08-16 21:02:46.083 1824 INFO rally.api [-] The report has been successfully built.