2020-07-28 16:06:27.470 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:27.470 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:27.471 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:29.856 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-28 16:06:29.856 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:06:29.856 7 ERROR rally.cli.cliutils 2020-07-28 16:06:31.566 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:31.566 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:31.567 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:36.026 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:36.026 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:36.026 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:41.161 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:41.161 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:41.161 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:42.841 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:42.841 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:42.841 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:45.051 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-28 16:06:45.051 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:06:45.051 17 ERROR rally.cli.cliutils 2020-07-28 16:06:46.840 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:46.840 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:46.841 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:49.167 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:06:49.236 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3e119b69-cef0-4f97-9d2c-c962e2a74c97/repo. 2020-07-28 16:06:49.494 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3e119b69-cef0-4f97-9d2c-c962e2a74c97/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-28 16:06:49.507 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:06:49.513 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:06:49.531 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:06:49.583 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:06:50.347 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3e119b69-cef0-4f97-9d2c-c962e2a74c97) has been successfully created! 2020-07-28 16:06:52.271 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:52.272 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:52.272 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:57.294 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:57.294 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:57.294 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:59.453 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3e119b69-cef0-4f97-9d2c-c962e2a74c97) for deployment 'opnfv-rally' (UUID=d09a8c53-81d7-4c24-a389-e8a4603888c3). 2020-07-28 16:07:00.050 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3e119b69-cef0-4f97-9d2c-c962e2a74c97) has been successfully configured for deployment 'opnfv-rally' (UUID=d09a8c53-81d7-4c24-a389-e8a4603888c3)! 2020-07-28 16:07:10.350 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:07:10.350 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:07:10.351 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:07:12.584 35 INFO rally.api [-] Starting verification (UUID=70d05984-0603-4505-907f-5c7ae84970f1) for deployment 'opnfv-rally' (UUID=d09a8c53-81d7-4c24-a389-e8a4603888c3) by verifier 'opnfv-tempest' (UUID=3e119b69-cef0-4f97-9d2c-c962e2a74c97). 2020-07-28 16:07:13.325 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:07:13.325 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3e119b69-cef0-4f97-9d2c-c962e2a74c97/for-deployment-d09a8c53-81d7-4c24-a389-e8a4603888c3/tempest.log' to option 'log_file'. 2020-07-28 16:07:13.326 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3e119b69-cef0-4f97-9d2c-c962e2a74c97/for-deployment-d09a8c53-81d7-4c24-a389-e8a4603888c3/tempest.log 2020-07-28 16:07:13.326 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:07:13.326 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3e119b69-cef0-4f97-9d2c-c962e2a74c97/for-deployment-d09a8c53-81d7-4c24-a389-e8a4603888c3/lock_files' to option 'lock_path'. 2020-07-28 16:07:13.327 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3e119b69-cef0-4f97-9d2c-c962e2a74c97/for-deployment-d09a8c53-81d7-4c24-a389-e8a4603888c3/lock_files 2020-07-28 16:07:13.327 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-28 16:07:13.327 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-28 16:07:13.328 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7913f1a5-d70d-4337-9de2-7299c9bfa902 2020-07-28 16:07:13.328 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1d2a1293-42a9-4cea-a2b6-4ff3a2eed9fa 2020-07-28 16:07:13.329 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b702740e-afd4-4f6a-95d3-6a3087f78b5b 2020-07-28 16:07:13.329 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 653553e3-669e-4a6b-880f-8c2c7db2a4e0 2020-07-28 16:07:13.749 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:07:13.749 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_a17ace27-5887-4fe3-9b97-9f06c13f6e86 2020-07-28 16:07:13.750 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:07:13.854 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:07:13.924 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_48b5dc2c_TXvakhpJ'. Using flavor 'rally_verify_48b5dc2c_TXvakhpJ' (ID = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee) for the tests. 2020-07-28 16:07:13.924 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89d23c7a-73f2-46b0-b4f5-a0f5c7572dee' to option 'instance_type'. 2020-07-28 16:07:13.925 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee 2020-07-28 16:07:13.926 35 INFO rally.task.context [-] Verification 3e119b69-cef0-4f97-9d2c-c962e2a74c97 | Context tempest@default setup() finished in 1.12 sec 2020-07-28 16:07:13.926 35 INFO rally.task.context [-] Verification 3e119b69-cef0-4f97-9d2c-c962e2a74c97 | Context testr@default setup() finished in 0.24 msec 2020-07-28 16:07:13.926 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b7bf2969-8ceb-4858-8028-b2b2a2717dd1'. 2020-07-28 16:07:18.917 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-28 16:07:18.918 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-28 16:08:53.842 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [88.635s] 2020-07-28 16:10:30.108 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [78.444s] 2020-07-28 16:11:33.978 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.367s] 2020-07-28 16:11:51.265 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-07-28 16:14:14.196 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [135.227s] 2020-07-28 16:15:21.060 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [66.849s] 2020-07-28 16:16:38.812 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [58.077s] 2020-07-28 16:16:47.967 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-07-28 16:16:55.124 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.002s]: b'Skipped because object extension: container_sync is not enabled' 2020-07-28 16:17:21.632 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.974s] 2020-07-28 16:17:41.066 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-07-28 16:17:41.068 35 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-07-28 16:18:41.876 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [59.649s] 2020-07-28 16:18:41.877 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-07-28 16:19:42.318 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [60.418s] 2020-07-28 16:20:29.529 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [47.193s] 2020-07-28 16:21:26.007 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [56.460s] 2020-07-28 16:22:13.313 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [47.289s] 2020-07-28 16:23:08.449 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [55.117s] 2020-07-28 16:24:04.048 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [55.581s] 2020-07-28 16:24:49.914 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [45.851s] 2020-07-28 16:26:01.022 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [68.438s] 2020-07-28 16:26:38.772 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [37.735s] 2020-07-28 16:27:56.155 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [77.362s] 2020-07-28 16:28:43.825 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [47.656s] 2020-07-28 16:29:33.072 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [49.233s] 2020-07-28 16:30:10.767 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.678s] 2020-07-28 16:31:11.055 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.264s] 2020-07-28 16:32:03.305 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [52.237s] 2020-07-28 16:33:13.635 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [67.642s] 2020-07-28 16:34:48.806 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [95.152s] 2020-07-28 16:36:20.634 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [91.810s] 2020-07-28 16:38:00.551 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [99.897s] 2020-07-28 16:39:28.763 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [88.187s] 2020-07-28 16:40:41.901 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [73.122s] 2020-07-28 16:41:53.699 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [71.787s] 2020-07-28 16:43:02.040 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [68.326s] 2020-07-28 16:43:04.735 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.186s] 2020-07-28 16:44:09.408 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [61.646s] 2020-07-28 16:44:44.886 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [35.466s] 2020-07-28 16:45:33.574 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [48.673s] 2020-07-28 16:46:25.600 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.011s] 2020-07-28 16:46:53.492 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.347s] 2020-07-28 16:47:57.906 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [57.000s] 2020-07-28 16:48:40.675 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [42.755s] 2020-07-28 16:49:57.910 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [64.422s] 2020-07-28 16:51:38.619 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [88.134s] 2020-07-28 16:52:31.258 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [40.165s] 2020-07-28 16:53:12.005 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.932s] 2020-07-28 16:54:28.679 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [76.660s] 2020-07-28 16:54:45.229 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-07-28 16:54:45.731 35 INFO rally.task.context [-] Verification 3e119b69-cef0-4f97-9d2c-c962e2a74c97 | Context testr@default cleanup() started 2020-07-28 16:54:45.731 35 INFO rally.task.context [-] Verification 3e119b69-cef0-4f97-9d2c-c962e2a74c97 | Context testr@default cleanup() finished in 0.73 msec 2020-07-28 16:54:45.732 35 INFO rally.task.context [-] Verification 3e119b69-cef0-4f97-9d2c-c962e2a74c97 | Context tempest@default cleanup() started 2020-07-28 16:54:45.918 35 INFO rally.task.context [-] Verification 3e119b69-cef0-4f97-9d2c-c962e2a74c97 | Context tempest@default cleanup() finished in 0.19 sec 2020-07-28 16:54:45.940 35 INFO rally.api [-] Verification (UUID=70d05984-0603-4505-907f-5c7ae84970f1) has been successfully finished for deployment 'opnfv-rally' (UUID=d09a8c53-81d7-4c24-a389-e8a4603888c3)! 2020-07-28 16:54:47.628 689 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:54:47.629 689 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:54:47.629 689 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:54:49.123 691 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:54:49.124 691 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:54:49.124 691 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:54:51.405 691 INFO rally.api [-] Building 'html' report for the following verification(s): '70d05984-0603-4505-907f-5c7ae84970f1' 2020-07-28 16:54:51.426 691 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:54:52.999 693 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:54:52.999 693 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:54:52.999 693 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:54:54.959 693 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '70d05984-0603-4505-907f-5c7ae84970f1' 2020-07-28 16:54:54.963 693 INFO rally.api [-] The report has been successfully built.