2020-07-10 12:08:12.389 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:12.389 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:12.389 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:14.867 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-10 12:08:14.867 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 12:08:14.867 7 ERROR rally.cli.cliutils 2020-07-10 12:08:16.668 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:16.668 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:16.668 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:21.236 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:21.237 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:21.237 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:26.391 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:26.391 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:26.391 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:28.001 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:28.001 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:28.002 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:30.798 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-10 12:08:30.798 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 12:08:30.798 17 ERROR rally.cli.cliutils 2020-07-10 12:08:32.633 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:32.633 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:32.633 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:35.178 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 12:08:35.250 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a0bc5974-e5a3-4cc7-8f9e-525b79251f50/repo. 2020-07-10 12:08:35.476 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a0bc5974-e5a3-4cc7-8f9e-525b79251f50/repo'... done. ' 2020-07-10 12:08:35.491 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 12:08:35.512 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 12:08:35.602 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 12:08:36.436 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0bc5974-e5a3-4cc7-8f9e-525b79251f50) has been successfully created! 2020-07-10 12:08:38.245 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:38.246 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:38.246 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:43.203 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:43.203 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:43.203 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:45.827 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a0bc5974-e5a3-4cc7-8f9e-525b79251f50) for deployment 'opnfv-rally' (UUID=a097b55a-9443-4df9-bb64-6c30d67de8af). 2020-07-10 12:08:46.341 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0bc5974-e5a3-4cc7-8f9e-525b79251f50) has been successfully configured for deployment 'opnfv-rally' (UUID=a097b55a-9443-4df9-bb64-6c30d67de8af)! 2020-07-10 12:08:55.614 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:08:55.614 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:08:55.615 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:08:58.202 34 INFO rally.api [-] Starting verification (UUID=e5f27f78-f3d7-4d96-a63a-99d3c91ed97f) for deployment 'opnfv-rally' (UUID=a097b55a-9443-4df9-bb64-6c30d67de8af) by verifier 'opnfv-tempest' (UUID=a0bc5974-e5a3-4cc7-8f9e-525b79251f50). 2020-07-10 12:08:59.010 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 12:08:59.011 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0bc5974-e5a3-4cc7-8f9e-525b79251f50/for-deployment-a097b55a-9443-4df9-bb64-6c30d67de8af/tempest.log' to option 'log_file'. 2020-07-10 12:08:59.011 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a0bc5974-e5a3-4cc7-8f9e-525b79251f50/for-deployment-a097b55a-9443-4df9-bb64-6c30d67de8af/tempest.log 2020-07-10 12:08:59.011 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 12:08:59.011 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0bc5974-e5a3-4cc7-8f9e-525b79251f50/for-deployment-a097b55a-9443-4df9-bb64-6c30d67de8af/lock_files' to option 'lock_path'. 2020-07-10 12:08:59.012 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a0bc5974-e5a3-4cc7-8f9e-525b79251f50/for-deployment-a097b55a-9443-4df9-bb64-6c30d67de8af/lock_files 2020-07-10 12:08:59.012 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 12:08:59.012 34 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-10 12:08:59.013 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ef4df268-ea35-497d-8502-715e36f929a0 2020-07-10 12:08:59.013 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8873b82b-ac1c-4a73-ae25-9543aae8126c 2020-07-10 12:08:59.014 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8db1886e-b446-4217-9d98-a6fa917ed3f9 2020-07-10 12:08:59.014 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d2db7f7d-e9da-4d7b-8eac-c5dd229a7e30 2020-07-10 12:08:59.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 12:08:59.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_e069e248-49b0-47b4-910d-6f67f271e932 2020-07-10 12:08:59.368 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 12:08:59.443 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 12:08:59.473 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5049f959_bOKUcLbJ'. Using flavor 'rally_verify_5049f959_bOKUcLbJ' (ID = c1c8c685-6425-4510-a65b-c4f1f05af1ee) for the tests. 2020-07-10 12:08:59.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c1c8c685-6425-4510-a65b-c4f1f05af1ee' to option 'instance_type'. 2020-07-10 12:08:59.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c1c8c685-6425-4510-a65b-c4f1f05af1ee 2020-07-10 12:08:59.475 34 INFO rally.task.context [-] Verification a0bc5974-e5a3-4cc7-8f9e-525b79251f50 | Context tempest@default setup() finished in 0.99 sec 2020-07-10 12:08:59.476 34 INFO rally.task.context [-] Verification a0bc5974-e5a3-4cc7-8f9e-525b79251f50 | Context testr@default setup() finished in 0.35 msec 2020-07-10 12:08:59.477 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b615499b-1b13-4b17-80d5-4e815f144f53'. 2020-07-10 12:09:04.168 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-10 12:09:04.169 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-10 12:10:22.933 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [71.691s] 2020-07-10 12:11:52.007 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [69.930s] 2020-07-10 12:12:52.182 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.806s] 2020-07-10 12:13:07.944 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-07-10 12:13:07.945 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-07-10 12:14:20.046 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [64.145s] 2020-07-10 12:15:19.631 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [59.572s] 2020-07-10 12:16:25.528 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [50.540s] 2020-07-10 12:26:38.395 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [603.389s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-1027377399': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': '7a1aeff144daf66bf51a9d2d4f976144',\n 'last_modified': '2020-07-10T12:16:35.004Z',\n 'name': 'tempest-TestSyncObject-1027377399'}}\nactual = {'tempest-TestSyncObject-1420609084': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': '0e8c87f723da1a2178ac1d446d498570',\n 'last_modified': '2020-07-10T12:16:35.060Z',\n 'name': 'tempest-TestSyncObject-1420609084'}}\n: Different object lists in containers." 2020-07-10 12:26:46.000 34 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-10 12:27:07.290 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.086s] 2020-07-10 12:27:22.603 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-07-10 12:27:22.606 34 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-10 12:28:25.291 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [61.415s] 2020-07-10 12:28:25.293 34 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-10 12:29:16.427 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [51.115s] 2020-07-10 12:29:59.463 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [43.010s] 2020-07-10 12:30:45.138 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.659s] 2020-07-10 12:31:27.707 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [42.552s] 2020-07-10 12:32:18.470 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.744s] 2020-07-10 12:33:06.747 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [48.260s] 2020-07-10 12:33:52.309 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [45.550s] 2020-07-10 12:35:08.598 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [73.703s] 2020-07-10 12:35:52.943 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [44.328s] 2020-07-10 12:37:01.638 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.674s] 2020-07-10 12:37:47.299 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [45.640s] 2020-07-10 12:38:29.862 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [42.549s] 2020-07-10 12:39:02.801 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [32.923s] 2020-07-10 12:40:07.677 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [64.852s] 2020-07-10 12:40:59.170 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [51.469s] 2020-07-10 12:42:15.756 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [73.789s] 2020-07-10 12:43:32.426 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [76.655s] 2020-07-10 12:45:04.456 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [92.012s] 2020-07-10 12:46:41.432 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [96.957s] 2020-07-10 12:48:23.104 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [101.651s] 2020-07-10 12:49:40.403 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [77.285s] 2020-07-10 12:50:54.869 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [74.450s] 2020-07-10 12:51:55.162 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [60.285s] 2020-07-10 12:51:58.840 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.301s] 2020-07-10 12:52:58.779 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [56.900s] 2020-07-10 12:53:39.289 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [40.499s] 2020-07-10 12:54:34.977 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [55.675s] 2020-07-10 12:55:27.354 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.356s] 2020-07-10 12:55:56.221 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.230s] 2020-07-10 12:56:57.880 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.589s] 2020-07-10 12:57:45.729 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [47.845s] 2020-07-10 12:59:20.976 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [82.400s] 2020-07-10 13:00:56.054 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [81.702s] 2020-07-10 13:01:47.168 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [39.762s] 2020-07-10 13:02:31.471 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.713s] 2020-07-10 13:03:57.658 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [86.174s] 2020-07-10 13:04:09.893 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-07-10 13:04:10.380 34 INFO rally.task.context [-] Verification a0bc5974-e5a3-4cc7-8f9e-525b79251f50 | Context testr@default cleanup() started 2020-07-10 13:04:10.381 34 INFO rally.task.context [-] Verification a0bc5974-e5a3-4cc7-8f9e-525b79251f50 | Context testr@default cleanup() finished in 0.85 msec 2020-07-10 13:04:10.382 34 INFO rally.task.context [-] Verification a0bc5974-e5a3-4cc7-8f9e-525b79251f50 | Context tempest@default cleanup() started 2020-07-10 13:04:10.572 34 INFO rally.task.context [-] Verification a0bc5974-e5a3-4cc7-8f9e-525b79251f50 | Context tempest@default cleanup() finished in 0.19 sec 2020-07-10 13:04:10.594 34 INFO rally.api [-] Verification (UUID=e5f27f78-f3d7-4d96-a63a-99d3c91ed97f) has been successfully finished for deployment 'opnfv-rally' (UUID=a097b55a-9443-4df9-bb64-6c30d67de8af)! 2020-07-10 13:04:12.479 689 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:04:12.480 689 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:04:12.480 689 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:04:14.062 691 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:04:14.063 691 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:04:14.063 691 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:04:16.701 691 INFO rally.api [-] Building 'html' report for the following verification(s): 'e5f27f78-f3d7-4d96-a63a-99d3c91ed97f' 2020-07-10 13:04:16.722 691 INFO rally.api [-] The report has been successfully built. 2020-07-10 13:04:18.323 693 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:04:18.324 693 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:04:18.324 693 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:04:20.780 693 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e5f27f78-f3d7-4d96-a63a-99d3c91ed97f' 2020-07-10 13:04:20.784 693 INFO rally.api [-] The report has been successfully built.