2020-11-06 17:28:57.731 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:28:57.731 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:28:57.732 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:00.657 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-11-06 17:29:00.657 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:29:00.657 7 ERROR rally.cli.cliutils 2020-11-06 17:29:02.397 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:02.397 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:02.397 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:07.380 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:07.380 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:07.380 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:12.676 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:12.676 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:12.677 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:14.417 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:14.418 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:14.418 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:16.976 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-11-06 17:29:16.976 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:29:16.976 17 ERROR rally.cli.cliutils 2020-11-06 17:29:18.754 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:18.754 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:18.754 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:21.413 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:29:21.485 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-305217ff-42db-4ebe-a7bf-6748196fa9fe/repo. 2020-11-06 17:29:21.776 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-305217ff-42db-4ebe-a7bf-6748196fa9fe/repo'... done. ' 2020-11-06 17:29:21.790 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:29:21.809 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:29:21.875 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:29:22.664 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=305217ff-42db-4ebe-a7bf-6748196fa9fe) has been successfully created! 2020-11-06 17:29:24.522 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:24.522 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:24.523 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:29.690 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:29.691 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:29.691 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:32.433 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=305217ff-42db-4ebe-a7bf-6748196fa9fe) for deployment 'opnfv-rally' (UUID=4c6a8257-f5b1-403c-a8d3-a908b3461eae). 2020-11-06 17:29:33.052 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=305217ff-42db-4ebe-a7bf-6748196fa9fe) has been successfully configured for deployment 'opnfv-rally' (UUID=4c6a8257-f5b1-403c-a8d3-a908b3461eae)! 2020-11-06 17:29:43.516 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:29:43.517 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:29:43.517 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:29:46.427 34 INFO rally.api [-] Starting verification (UUID=c2951694-7ded-4451-acc7-8e6a0f7df352) for deployment 'opnfv-rally' (UUID=4c6a8257-f5b1-403c-a8d3-a908b3461eae) by verifier 'opnfv-tempest' (UUID=305217ff-42db-4ebe-a7bf-6748196fa9fe). 2020-11-06 17:29:47.278 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:29:47.278 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-305217ff-42db-4ebe-a7bf-6748196fa9fe/for-deployment-4c6a8257-f5b1-403c-a8d3-a908b3461eae/tempest.log' to option 'log_file'. 2020-11-06 17:29:47.278 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-305217ff-42db-4ebe-a7bf-6748196fa9fe/for-deployment-4c6a8257-f5b1-403c-a8d3-a908b3461eae/tempest.log 2020-11-06 17:29:47.279 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:29:47.279 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-305217ff-42db-4ebe-a7bf-6748196fa9fe/for-deployment-4c6a8257-f5b1-403c-a8d3-a908b3461eae/lock_files' to option 'lock_path'. 2020-11-06 17:29:47.279 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-305217ff-42db-4ebe-a7bf-6748196fa9fe/for-deployment-4c6a8257-f5b1-403c-a8d3-a908b3461eae/lock_files 2020-11-06 17:29:47.280 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:29:47.280 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-11-06 17:29:47.281 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 886d8440-9368-43b3-b3f7-a358cd9db453 2020-11-06 17:29:47.281 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 301dd458-58f0-43ef-953f-156d6495a935 2020-11-06 17:29:47.282 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8739f86e-cb7c-4301-a319-8b261e804322 2020-11-06 17:29:47.283 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 068070ea-870f-4f2e-b589-fd24aadca788 2020-11-06 17:29:47.505 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:29:47.506 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_75eb3fa1-c659-4fc1-9b83-f5e47a8278c9 2020-11-06 17:29:47.507 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:29:47.610 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:29:47.652 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_537a4cb4_0WuHSevA'. Using flavor 'rally_verify_537a4cb4_0WuHSevA' (ID = ea6df816-58dd-4594-a37f-8a3153937659) for the tests. 2020-11-06 17:29:47.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ea6df816-58dd-4594-a37f-8a3153937659' to option 'instance_type'. 2020-11-06 17:29:47.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ea6df816-58dd-4594-a37f-8a3153937659 2020-11-06 17:29:47.655 34 INFO rally.task.context [-] Verification 305217ff-42db-4ebe-a7bf-6748196fa9fe | Context tempest@default setup() finished in 0.86 sec 2020-11-06 17:29:47.656 34 INFO rally.task.context [-] Verification 305217ff-42db-4ebe-a7bf-6748196fa9fe | Context testr@default setup() finished in 0.41 msec 2020-11-06 17:29:47.656 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/014d4cf5-ca1d-479d-9e82-229cd60325e9'. 2020-11-06 17:29:53.313 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-11-06 17:29:53.314 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-11-06 17:31:31.073 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [90.493s] 2020-11-06 17:33:11.926 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [83.990s] 2020-11-06 17:34:17.693 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [28.943s] 2020-11-06 17:34:30.179 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-11-06 17:34:30.180 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-11-06 17:36:01.033 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [80.082s] 2020-11-06 17:37:09.291 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [68.240s] 2020-11-06 17:38:29.247 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [62.061s] 2020-11-06 17:48:43.685 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [603.120s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-1985968358': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': '204a984b1c2d7d67a0f639ccf2e6ca31',\n 'last_modified': '2020-11-06T17:38:40.565Z',\n 'name': 'tempest-TestSyncObject-1985968358'}}\nactual = {'tempest-TestSyncObject-451981799': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': '7fba4eb294aa9472396c83f59273dea8',\n 'last_modified': '2020-11-06T17:38:40.610Z',\n 'name': 'tempest-TestSyncObject-451981799'}}\n: Different object lists in containers." 2020-11-06 17:48:51.053 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-11-06 17:49:09.463 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.130s] 2020-11-06 17:49:20.813 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-11-06 17:49:20.816 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-11-06 17:50:27.115 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [65.150s] 2020-11-06 17:51:48.404 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [81.256s] 2020-11-06 17:52:38.767 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [50.344s] 2020-11-06 17:53:22.273 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [43.488s] 2020-11-06 17:54:10.972 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [48.681s] 2020-11-06 17:54:58.288 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [47.299s] 2020-11-06 17:55:49.809 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [51.501s] 2020-11-06 17:56:38.364 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [48.530s] 2020-11-06 17:57:26.139 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.753s] 2020-11-06 17:58:49.400 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [80.938s] 2020-11-06 17:59:25.443 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [36.027s] 2020-11-06 18:00:46.423 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [80.958s] 2020-11-06 18:01:38.395 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [51.957s] 2020-11-06 18:02:28.040 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [49.636s] 2020-11-06 18:03:04.179 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [36.127s] 2020-11-06 18:04:12.454 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [68.247s] 2020-11-06 18:05:01.868 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [49.396s] 2020-11-06 18:06:11.708 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [67.120s] 2020-11-06 18:07:34.911 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [83.181s] 2020-11-06 18:08:59.694 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [84.761s] 2020-11-06 18:10:25.273 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [85.559s] 2020-11-06 18:11:52.660 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [87.369s] 2020-11-06 18:13:44.672 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [111.998s] 2020-11-06 18:14:56.323 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [71.636s] 2020-11-06 18:15:58.745 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [62.408s] 2020-11-06 18:16:01.766 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.301s] 2020-11-06 18:16:59.554 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [54.476s] 2020-11-06 18:17:33.560 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [33.991s] 2020-11-06 18:18:25.632 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [52.060s] 2020-11-06 18:19:18.936 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [53.290s] 2020-11-06 18:19:45.566 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.007s] 2020-11-06 18:20:45.544 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [53.995s] 2020-11-06 18:21:27.461 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.907s] 2020-11-06 18:22:57.377 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [78.068s] 2020-11-06 18:24:35.923 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [87.988s] 2020-11-06 18:25:26.006 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [38.805s] 2020-11-06 18:26:07.680 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.590s] 2020-11-06 18:27:29.658 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [81.958s] 2020-11-06 18:27:40.328 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-11-06 18:27:40.838 34 INFO rally.task.context [-] Verification 305217ff-42db-4ebe-a7bf-6748196fa9fe | Context testr@default cleanup() started 2020-11-06 18:27:40.838 34 INFO rally.task.context [-] Verification 305217ff-42db-4ebe-a7bf-6748196fa9fe | Context testr@default cleanup() finished in 0.79 msec 2020-11-06 18:27:40.839 34 INFO rally.task.context [-] Verification 305217ff-42db-4ebe-a7bf-6748196fa9fe | Context tempest@default cleanup() started 2020-11-06 18:27:41.062 34 INFO rally.task.context [-] Verification 305217ff-42db-4ebe-a7bf-6748196fa9fe | Context tempest@default cleanup() finished in 0.22 sec 2020-11-06 18:27:41.089 34 INFO rally.api [-] Verification (UUID=c2951694-7ded-4451-acc7-8e6a0f7df352) has been successfully finished for deployment 'opnfv-rally' (UUID=4c6a8257-f5b1-403c-a8d3-a908b3461eae)! 2020-11-06 18:27:42.854 690 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:27:42.854 690 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:27:42.854 690 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:27:44.372 692 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:27:44.373 692 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:27:44.373 692 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:27:46.553 692 INFO rally.api [-] Building 'html' report for the following verification(s): 'c2951694-7ded-4451-acc7-8e6a0f7df352' 2020-11-06 18:27:46.572 692 INFO rally.api [-] The report has been successfully built. 2020-11-06 18:27:48.147 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:27:48.148 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:27:48.148 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:27:50.320 694 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c2951694-7ded-4451-acc7-8e6a0f7df352' 2020-11-06 18:27:50.325 694 INFO rally.api [-] The report has been successfully built.