2020-06-07 09:03:28.737 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:28.738 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:28.738 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 09:03:31.150 7 ERROR rally.cli.cliutils 2020-06-07 09:03:32.757 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:32.758 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:32.758 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:37.277 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:37.278 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:37.278 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:42.379 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:42.380 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:42.380 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:43.930 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:43.931 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:43.931 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 09:03:46.386 17 ERROR rally.cli.cliutils 2020-06-07 09:03:48.317 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:48.317 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:48.317 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:50.839 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 09:03:50.924 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f4fd59bf-243e-4a67-b93e-3d861b6b2c1c/repo. 2020-06-07 09:03:51.143 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f4fd59bf-243e-4a67-b93e-3d861b6b2c1c/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-06-07 09:03:51.156 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 09:03:51.164 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 09:03:51.184 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 09:03:51.253 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 09:03:52.042 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4fd59bf-243e-4a67-b93e-3d861b6b2c1c) has been successfully created! 2020-06-07 09:03:53.702 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:53.702 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:53.702 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:03:58.623 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:03:58.623 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:03:58.624 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:04:01.111 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f4fd59bf-243e-4a67-b93e-3d861b6b2c1c) for deployment 'opnfv-rally' (UUID=c652623a-81bd-488d-b0b3-6ef1739d3c79). 2020-06-07 09:04:01.569 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4fd59bf-243e-4a67-b93e-3d861b6b2c1c) has been successfully configured for deployment 'opnfv-rally' (UUID=c652623a-81bd-488d-b0b3-6ef1739d3c79)! 2020-06-07 09:04:11.184 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:04:11.185 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:04:11.185 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:04:13.545 35 INFO rally.api [-] Starting verification (UUID=7842c179-2177-4aff-a716-ccb07254eba4) for deployment 'opnfv-rally' (UUID=c652623a-81bd-488d-b0b3-6ef1739d3c79) by verifier 'opnfv-tempest' (UUID=f4fd59bf-243e-4a67-b93e-3d861b6b2c1c). 2020-06-07 09:04:14.185 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 09:04:14.186 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4fd59bf-243e-4a67-b93e-3d861b6b2c1c/for-deployment-c652623a-81bd-488d-b0b3-6ef1739d3c79/tempest.log' to option 'log_file'. 2020-06-07 09:04:14.186 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f4fd59bf-243e-4a67-b93e-3d861b6b2c1c/for-deployment-c652623a-81bd-488d-b0b3-6ef1739d3c79/tempest.log 2020-06-07 09:04:14.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 09:04:14.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4fd59bf-243e-4a67-b93e-3d861b6b2c1c/for-deployment-c652623a-81bd-488d-b0b3-6ef1739d3c79/lock_files' to option 'lock_path'. 2020-06-07 09:04:14.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f4fd59bf-243e-4a67-b93e-3d861b6b2c1c/for-deployment-c652623a-81bd-488d-b0b3-6ef1739d3c79/lock_files 2020-06-07 09:04:14.188 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 09:04:14.188 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-07 09:04:14.188 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d11cefdc-7d8e-4fd6-ade2-07885e4b95e3 2020-06-07 09:04:14.189 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 88e40a0b-41dd-414f-ba2c-6df8b5f76c76 2020-06-07 09:04:14.189 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a535e3a4-8663-48fe-8749-f95dd5edd6ba 2020-06-07 09:04:14.190 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c6f81857-0a97-45ed-831e-a72bb842d5a0 2020-06-07 09:04:14.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 09:04:14.490 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_79989d9d-ffa4-4a43-b1ef-577c5f4b5214 2020-06-07 09:04:14.491 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 09:04:14.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 09:04:14.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8f10da1c_pxhGCf0U'. Using flavor 'rally_verify_8f10da1c_pxhGCf0U' (ID = 0d08090d-425c-41d8-9f5d-d7c96e2a6a07) for the tests. 2020-06-07 09:04:14.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0d08090d-425c-41d8-9f5d-d7c96e2a6a07' to option 'instance_type'. 2020-06-07 09:04:14.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0d08090d-425c-41d8-9f5d-d7c96e2a6a07 2020-06-07 09:04:14.642 35 INFO rally.task.context [-] Verification f4fd59bf-243e-4a67-b93e-3d861b6b2c1c | Context tempest@default setup() finished in 0.88 sec 2020-06-07 09:04:14.643 35 INFO rally.task.context [-] Verification f4fd59bf-243e-4a67-b93e-3d861b6b2c1c | Context testr@default setup() finished in 0.66 msec 2020-06-07 09:04:14.643 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/361a390b-c5c8-469a-bbba-7b35eb19ff0a'. 2020-06-07 09:04:19.636 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-07 09:04:19.637 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-07 09:05:52.968 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [84.232s] 2020-06-07 09:07:33.927 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [78.837s] 2020-06-07 09:09:01.322 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [42.634s] 2020-06-07 09:09:14.889 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-06-07 09:10:34.507 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [71.414s] 2020-06-07 09:11:35.263 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [60.741s] 2020-06-07 09:12:57.012 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.625s] 2020-06-07 09:13:10.543 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-06-07 09:13:21.125 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-06-07 09:13:41.600 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.099s] 2020-06-07 09:13:54.453 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-06-07 09:13:54.455 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-06-07 09:15:02.634 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [66.355s] 2020-06-07 09:15:02.634 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-06-07 09:16:05.241 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [62.584s] 2020-06-07 09:16:47.154 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [41.894s] 2020-06-07 09:17:43.092 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [55.910s] 2020-06-07 09:18:36.734 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [53.633s] 2020-06-07 09:19:28.062 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [51.304s] 2020-06-07 09:20:19.626 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [51.547s] 2020-06-07 09:21:06.947 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.306s] 2020-06-07 09:22:11.734 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [61.861s] 2020-06-07 09:22:51.995 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [40.246s] 2020-06-07 09:24:01.034 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [69.018s] 2020-06-07 09:24:52.772 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [51.729s] 2020-06-07 09:25:37.053 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [44.264s] 2020-06-07 09:26:14.197 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.130s] 2020-06-07 09:27:13.750 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [59.525s] 2020-06-07 09:28:02.875 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [49.110s] 2020-06-07 09:29:14.593 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [69.253s] 2020-06-07 09:30:31.656 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [77.046s] 2020-06-07 09:31:57.005 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [85.331s] 2020-06-07 09:33:21.639 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [84.616s] 2020-06-07 09:34:41.921 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [80.271s] 2020-06-07 09:35:52.133 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [70.199s] 2020-06-07 09:37:04.752 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [72.600s] 2020-06-07 09:38:14.333 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [69.577s] 2020-06-07 09:38:17.191 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.217s] 2020-06-07 09:39:13.626 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [52.416s] 2020-06-07 09:39:51.103 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [37.472s] 2020-06-07 09:40:46.010 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [54.892s] 2020-06-07 09:41:35.171 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [49.146s] 2020-06-07 09:42:00.579 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [22.806s] 2020-06-07 09:43:05.629 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.439s] 2020-06-07 09:43:49.066 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [43.428s] 2020-06-07 09:45:08.391 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [67.663s] 2020-06-07 09:46:40.396 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [80.283s] 2020-06-07 09:47:30.678 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [39.005s] 2020-06-07 09:48:13.552 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.874s] 2020-06-07 09:49:32.760 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [79.185s] 2020-06-07 09:49:45.402 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-06-07 09:49:45.890 35 INFO rally.task.context [-] Verification f4fd59bf-243e-4a67-b93e-3d861b6b2c1c | Context testr@default cleanup() started 2020-06-07 09:49:45.891 35 INFO rally.task.context [-] Verification f4fd59bf-243e-4a67-b93e-3d861b6b2c1c | Context testr@default cleanup() finished in 0.67 msec 2020-06-07 09:49:45.891 35 INFO rally.task.context [-] Verification f4fd59bf-243e-4a67-b93e-3d861b6b2c1c | Context tempest@default cleanup() started 2020-06-07 09:49:46.090 35 INFO rally.task.context [-] Verification f4fd59bf-243e-4a67-b93e-3d861b6b2c1c | Context tempest@default cleanup() finished in 0.20 sec 2020-06-07 09:49:46.115 35 INFO rally.api [-] Verification (UUID=7842c179-2177-4aff-a716-ccb07254eba4) has been successfully finished for deployment 'opnfv-rally' (UUID=c652623a-81bd-488d-b0b3-6ef1739d3c79)! 2020-06-07 09:49:47.985 691 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:49:47.985 691 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:49:47.986 691 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:49:49.475 693 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:49:49.475 693 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:49:49.475 693 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:49:51.597 693 INFO rally.api [-] Building 'html' report for the following verification(s): '7842c179-2177-4aff-a716-ccb07254eba4' 2020-06-07 09:49:51.618 693 INFO rally.api [-] The report has been successfully built. 2020-06-07 09:49:53.274 695 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:49:53.275 695 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:49:53.275 695 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:49:55.298 695 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7842c179-2177-4aff-a716-ccb07254eba4' 2020-06-07 09:49:55.303 695 INFO rally.api [-] The report has been successfully built.