2020-09-19 08:11:15.073 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:11:15.079 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:11:15.080 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:11:35.848 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-09-19 08:11:35.848 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 08:11:35.848 7 ERROR rally.cli.cliutils 2020-09-19 08:11:49.190 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:11:49.195 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:11:49.197 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:12:26.395 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:12:26.401 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:12:26.402 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:13:04.178 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:13:04.184 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:13:04.185 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:13:17.939 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:13:17.945 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:13:17.946 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:13:37.273 37 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-09-19 08:13:37.273 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils force=force) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 08:13:37.273 37 ERROR rally.cli.cliutils 2020-09-19 08:13:50.770 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:13:50.775 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:13:50.777 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:14:10.591 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 08:14:11.067 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2a64c5a4-1236-4771-bb3a-01182e03a8fd/repo. 2020-09-19 08:14:11.938 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2a64c5a4-1236-4771-bb3a-01182e03a8fd/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 ' 2020-09-19 08:14:12.036 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 08:14:12.093 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 08:14:12.178 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 08:14:12.728 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 08:14:18.560 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2a64c5a4-1236-4771-bb3a-01182e03a8fd) has been successfully created! 2020-09-19 08:14:32.313 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:14:32.319 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:14:32.321 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:15:06.339 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:15:06.345 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:15:06.346 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:15:26.659 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2a64c5a4-1236-4771-bb3a-01182e03a8fd) for deployment 'opnfv-rally' (UUID=151c0706-8d8e-4df7-8153-95a1a2ad5aa0). 2020-09-19 08:15:28.080 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2a64c5a4-1236-4771-bb3a-01182e03a8fd) has been successfully configured for deployment 'opnfv-rally' (UUID=151c0706-8d8e-4df7-8153-95a1a2ad5aa0)! 2020-09-19 08:16:49.210 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:16:49.216 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:16:49.217 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:17:10.775 95 INFO rally.api [-] Starting verification (UUID=e15a0436-bfda-488e-9eb1-c181ef421cd2) for deployment 'opnfv-rally' (UUID=151c0706-8d8e-4df7-8153-95a1a2ad5aa0) by verifier 'opnfv-tempest' (UUID=2a64c5a4-1236-4771-bb3a-01182e03a8fd). 2020-09-19 08:17:15.581 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 08:17:15.584 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2a64c5a4-1236-4771-bb3a-01182e03a8fd/for-deployment-151c0706-8d8e-4df7-8153-95a1a2ad5aa0/tempest.log' to option 'log_file'. 2020-09-19 08:17:15.585 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2a64c5a4-1236-4771-bb3a-01182e03a8fd/for-deployment-151c0706-8d8e-4df7-8153-95a1a2ad5aa0/tempest.log 2020-09-19 08:17:15.587 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 08:17:15.588 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2a64c5a4-1236-4771-bb3a-01182e03a8fd/for-deployment-151c0706-8d8e-4df7-8153-95a1a2ad5aa0/lock_files' to option 'lock_path'. 2020-09-19 08:17:15.590 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2a64c5a4-1236-4771-bb3a-01182e03a8fd/for-deployment-151c0706-8d8e-4df7-8153-95a1a2ad5aa0/lock_files 2020-09-19 08:17:15.592 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 08:17:15.593 95 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-09-19 08:17:15.595 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f003c845-f99d-499e-8300-3fe54c607f49 2020-09-19 08:17:15.597 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 79080312-f2c1-4d7d-a8ee-3a162f113cfa 2020-09-19 08:17:15.600 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8035f852-ffbf-4904-8c6d-4de5c8342058 2020-09-19 08:17:15.604 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 33f0ba6a-12a3-48f3-88a5-77c3a43a5c03 2020-09-19 08:17:16.289 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 08:17:16.292 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_b8a2ec16-b123-45b9-913a-0fdda851fb7b 2020-09-19 08:17:16.296 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 08:17:17.139 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 08:17:17.294 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_88f1159e_uU7L7d0q'. Using flavor 'rally_verify_88f1159e_uU7L7d0q' (ID = d2b52041-9172-4484-8b0e-dc7a9ca883c3) for the tests. 2020-09-19 08:17:17.296 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd2b52041-9172-4484-8b0e-dc7a9ca883c3' to option 'instance_type'. 2020-09-19 08:17:17.298 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d2b52041-9172-4484-8b0e-dc7a9ca883c3 2020-09-19 08:17:17.308 95 INFO rally.task.context [-] Verification 2a64c5a4-1236-4771-bb3a-01182e03a8fd | Context tempest@default setup() finished in 5.30 sec 2020-09-19 08:17:17.314 95 INFO rally.task.context [-] Verification 2a64c5a4-1236-4771-bb3a-01182e03a8fd | Context testr@default setup() finished in 3.37 msec 2020-09-19 08:17:17.315 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/c027319b-09a8-45dc-a144-8edd7accd4dc'. 2020-09-19 08:18:00.865 95 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-09-19 08:18:00.870 95 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-09-19 08:19:40.480 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [92.774s] 2020-09-19 08:21:43.927 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [99.200s] 2020-09-19 08:22:53.408 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [31.333s] 2020-09-19 08:23:15.315 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2020-09-19 08:24:23.885 95 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [62.151s] 2020-09-19 08:25:22.737 95 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [58.792s] 2020-09-19 08:26:41.586 95 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [64.027s] 2020-09-19 08:27:01.438 95 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-09-19 08:27:13.860 95 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.011s]: b'Skipped because object extension: container_sync is not enabled' 2020-09-19 08:27:40.694 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.520s] 2020-09-19 08:27:54.088 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2020-09-19 08:27:54.105 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b"('Skipped as no physnet is available in config for placement based QoS allocation.',)" 2020-09-19 08:29:02.510 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [66.370s] 2020-09-19 08:29:02.521 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.006s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-09-19 08:29:56.177 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [53.562s] 2020-09-19 08:30:37.716 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [41.402s] 2020-09-19 08:31:23.770 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [46.023s] 2020-09-19 08:32:10.780 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [46.904s] 2020-09-19 08:33:02.715 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [51.828s] 2020-09-19 08:33:54.746 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [51.925s] 2020-09-19 08:34:41.938 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.121s] 2020-09-19 08:35:54.418 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [68.394s] 2020-09-19 08:36:31.679 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [37.162s] 2020-09-19 08:37:48.361 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [76.574s] 2020-09-19 08:39:03.196 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [74.737s] 2020-09-19 08:40:09.448 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [66.091s] 2020-09-19 08:40:59.561 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [50.037s] 2020-09-19 08:42:17.464 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [77.734s] 2020-09-19 08:43:27.392 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [69.803s] 2020-09-19 08:44:45.562 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [74.307s] 2020-09-19 08:46:23.678 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [98.003s] 2020-09-19 08:48:10.769 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [106.968s] 2020-09-19 08:49:50.389 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [99.491s] 2020-09-19 08:51:33.300 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [102.797s] 2020-09-19 08:54:10.709 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [157.301s] 2020-09-19 08:55:53.068 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [102.260s] 2020-09-19 08:58:23.283 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [150.128s] 2020-09-19 08:58:28.010 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.707s] 2020-09-19 08:59:49.910 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [76.769s] 2020-09-19 09:00:29.219 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [39.266s] 2020-09-19 09:01:29.200 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [59.884s] 2020-09-19 09:02:33.451 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [64.153s] 2020-09-19 09:03:14.511 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [36.535s] 2020-09-19 09:04:33.084 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [66.079s] 2020-09-19 09:05:32.179 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [59.053s] 2020-09-19 09:07:04.296 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [77.017s] 2020-09-19 09:09:03.355 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [101.748s] 2020-09-19 09:10:03.972 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [47.808s] 2020-09-19 09:10:55.104 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [27.761s] 2020-09-19 09:12:31.049 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [95.817s] 2020-09-19 09:12:47.432 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2020-09-19 09:12:50.534 95 INFO rally.task.context [-] Verification 2a64c5a4-1236-4771-bb3a-01182e03a8fd | Context testr@default cleanup() started 2020-09-19 09:12:50.536 95 INFO rally.task.context [-] Verification 2a64c5a4-1236-4771-bb3a-01182e03a8fd | Context testr@default cleanup() finished in 2.09 msec 2020-09-19 09:12:50.537 95 INFO rally.task.context [-] Verification 2a64c5a4-1236-4771-bb3a-01182e03a8fd | Context tempest@default cleanup() started 2020-09-19 09:12:50.977 95 INFO rally.task.context [-] Verification 2a64c5a4-1236-4771-bb3a-01182e03a8fd | Context tempest@default cleanup() finished in 0.44 sec 2020-09-19 09:12:51.054 95 INFO rally.api [-] Verification (UUID=e15a0436-bfda-488e-9eb1-c181ef421cd2) has been successfully finished for deployment 'opnfv-rally' (UUID=151c0706-8d8e-4df7-8153-95a1a2ad5aa0)! 2020-09-19 09:13:03.192 832 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:13:03.196 832 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:13:03.198 832 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:13:15.673 835 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:13:15.678 835 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:13:15.680 835 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:13:32.582 835 INFO rally.api [-] Building 'html' report for the following verification(s): 'e15a0436-bfda-488e-9eb1-c181ef421cd2' 2020-09-19 09:13:32.787 835 INFO rally.api [-] The report has been successfully built. 2020-09-19 09:13:43.718 842 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:13:43.723 842 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:13:43.724 842 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:00.439 842 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e15a0436-bfda-488e-9eb1-c181ef421cd2' 2020-09-19 09:14:00.484 842 INFO rally.api [-] The report has been successfully built.