2020-06-06 08:50:20.743 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:20.743 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:20.743 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:23.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-06 08:50:23.150 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:50:23.150 7 ERROR rally.cli.cliutils 2020-06-06 08:50:24.864 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:24.865 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:24.865 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:29.116 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:29.116 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:29.117 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:34.088 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:34.089 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:34.090 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:35.711 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:35.711 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:35.711 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:38.092 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-06 08:50:38.092 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:50:38.092 17 ERROR rally.cli.cliutils 2020-06-06 08:50:39.918 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:39.919 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:39.919 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:42.287 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:50:42.365 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2ccc7988-003f-405f-bc70-147d3ffee290/repo. 2020-06-06 08:50:42.566 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2ccc7988-003f-405f-bc70-147d3ffee290/repo'... done. ' 2020-06-06 08:50:42.579 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:50:42.604 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:50:42.650 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:50:43.464 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ccc7988-003f-405f-bc70-147d3ffee290) has been successfully created! 2020-06-06 08:50:45.338 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:45.338 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:45.339 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:51.596 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:50:51.597 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:50:51.597 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:50:53.974 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2ccc7988-003f-405f-bc70-147d3ffee290) for deployment 'opnfv-rally' (UUID=341ff356-16f6-42c9-8228-c76d7b40420e). 2020-06-06 08:50:54.604 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ccc7988-003f-405f-bc70-147d3ffee290) has been successfully configured for deployment 'opnfv-rally' (UUID=341ff356-16f6-42c9-8228-c76d7b40420e)! 2020-06-06 08:51:04.300 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:51:04.300 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:51:04.300 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:51:06.505 34 INFO rally.api [-] Starting verification (UUID=8914d0b8-5738-4842-9bcd-6bf0c43137f9) for deployment 'opnfv-rally' (UUID=341ff356-16f6-42c9-8228-c76d7b40420e) by verifier 'opnfv-tempest' (UUID=2ccc7988-003f-405f-bc70-147d3ffee290). 2020-06-06 08:51:07.209 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:51:07.209 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2ccc7988-003f-405f-bc70-147d3ffee290/for-deployment-341ff356-16f6-42c9-8228-c76d7b40420e/tempest.log' to option 'log_file'. 2020-06-06 08:51:07.210 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2ccc7988-003f-405f-bc70-147d3ffee290/for-deployment-341ff356-16f6-42c9-8228-c76d7b40420e/tempest.log 2020-06-06 08:51:07.210 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:51:07.210 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2ccc7988-003f-405f-bc70-147d3ffee290/for-deployment-341ff356-16f6-42c9-8228-c76d7b40420e/lock_files' to option 'lock_path'. 2020-06-06 08:51:07.211 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2ccc7988-003f-405f-bc70-147d3ffee290/for-deployment-341ff356-16f6-42c9-8228-c76d7b40420e/lock_files 2020-06-06 08:51:07.211 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:51:07.211 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-06-06 08:51:07.212 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d6f0327f-91b4-40fb-8ec1-f0292140a968 2020-06-06 08:51:07.212 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a9104bdf-a0ab-4876-a923-9517bd4af91e 2020-06-06 08:51:07.213 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 519e7fe6-6ad7-446e-b0cf-e9e522af300a 2020-06-06 08:51:07.214 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fe176fb5-ce80-462f-9278-74b16cccd466 2020-06-06 08:51:07.494 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:51:07.494 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_584ec504-c022-4905-93d2-961c36887066 2020-06-06 08:51:07.495 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:51:07.573 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:51:07.902 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 08:51:07.903 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_8914d0b8_htnBPvtd' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 08:51:08.277 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8914d0b8_htnBPvtd' (ID = a9395e2d-79a3-4521-a605-36ddbda1e2b5) has been successfully created! 2020-06-06 08:51:08.277 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a9395e2d-79a3-4521-a605-36ddbda1e2b5' to option 'instance_type'. 2020-06-06 08:51:08.278 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a9395e2d-79a3-4521-a605-36ddbda1e2b5 2020-06-06 08:51:08.279 34 INFO rally.task.context [-] Verification 2ccc7988-003f-405f-bc70-147d3ffee290 | Context tempest@default setup() finished in 1.53 sec 2020-06-06 08:51:08.280 34 INFO rally.task.context [-] Verification 2ccc7988-003f-405f-bc70-147d3ffee290 | Context testr@default setup() finished in 0.49 msec 2020-06-06 08:51:08.281 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ee074188-c4ac-40a7-a136-ab2a96ba3a7b'. 2020-06-06 08:51:12.863 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-06 08:51:12.864 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-06 08:52:43.990 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [84.250s] 2020-06-06 08:54:19.779 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [80.122s] 2020-06-06 08:55:45.716 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [33.138s] 2020-06-06 08:55:58.793 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-06-06 08:55:58.795 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-06-06 08:57:17.551 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [72.597s] 2020-06-06 08:58:22.870 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [65.308s] 2020-06-06 09:00:20.207 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [93.072s] 2020-06-06 09:00:33.156 34 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-06-06 09:00:41.366 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-06-06 09:00:59.971 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.166s] 2020-06-06 09:01:22.130 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-06-06 09:01:22.132 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-06-06 09:02:22.142 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [58.907s] 2020-06-06 09:02:22.143 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-06-06 09:03:18.424 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [56.262s] 2020-06-06 09:04:05.996 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [47.549s] 2020-06-06 09:05:00.217 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [54.204s] 2020-06-06 09:05:53.881 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [53.646s] 2020-06-06 09:06:50.393 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [56.493s] 2020-06-06 09:07:42.872 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [52.459s] 2020-06-06 09:08:32.644 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [49.756s] 2020-06-06 09:09:44.327 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [67.919s] 2020-06-06 09:10:19.610 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [35.267s] 2020-06-06 09:11:33.405 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [73.771s] 2020-06-06 09:12:25.884 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [52.460s] 2020-06-06 09:13:13.817 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [47.905s] 2020-06-06 09:13:48.593 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [34.763s] 2020-06-06 09:14:53.452 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [64.836s] 2020-06-06 09:15:43.379 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [49.909s] 2020-06-06 09:16:54.101 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [67.973s] 2020-06-06 09:18:20.564 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [86.446s] 2020-06-06 09:19:52.022 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [91.443s] 2020-06-06 09:21:19.397 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [87.355s] 2020-06-06 09:22:40.944 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [81.530s] 2020-06-06 09:23:51.065 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [70.106s] 2020-06-06 09:25:10.343 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [79.259s] 2020-06-06 09:26:22.310 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [71.953s] 2020-06-06 09:26:25.261 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.263s] 2020-06-06 09:27:30.038 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [61.521s] 2020-06-06 09:28:07.575 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [37.527s] 2020-06-06 09:29:02.859 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [55.271s] 2020-06-06 09:29:57.638 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [54.764s] 2020-06-06 09:30:28.416 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.498s] 2020-06-06 09:31:38.339 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [62.314s] 2020-06-06 09:32:23.867 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.517s] 2020-06-06 09:33:54.594 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [80.264s] 2020-06-06 09:35:29.403 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [84.124s] 2020-06-06 09:36:22.895 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [42.705s] 2020-06-06 09:37:04.963 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.486s] 2020-06-06 09:38:32.356 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [87.378s] 2020-06-06 09:38:46.196 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-06-06 09:38:46.702 34 INFO rally.task.context [-] Verification 2ccc7988-003f-405f-bc70-147d3ffee290 | Context testr@default cleanup() started 2020-06-06 09:38:46.703 34 INFO rally.task.context [-] Verification 2ccc7988-003f-405f-bc70-147d3ffee290 | Context testr@default cleanup() finished in 0.83 msec 2020-06-06 09:38:46.703 34 INFO rally.task.context [-] Verification 2ccc7988-003f-405f-bc70-147d3ffee290 | Context tempest@default cleanup() started 2020-06-06 09:38:46.868 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_8914d0b8_htnBPvtd'. 2020-06-06 09:38:47.017 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8914d0b8_htnBPvtd' has been deleted. 2020-06-06 09:38:47.017 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a9395e2d-79a3-4521-a605-36ddbda1e2b5' of option 'instance_type' from Tempest config file. 2020-06-06 09:38:47.018 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a9395e2d-79a3-4521-a605-36ddbda1e2b5' has been removed. 2020-06-06 09:38:47.022 34 INFO rally.task.context [-] Verification 2ccc7988-003f-405f-bc70-147d3ffee290 | Context tempest@default cleanup() finished in 0.32 sec 2020-06-06 09:38:47.046 34 INFO rally.api [-] Verification (UUID=8914d0b8-5738-4842-9bcd-6bf0c43137f9) has been successfully finished for deployment 'opnfv-rally' (UUID=341ff356-16f6-42c9-8228-c76d7b40420e)! 2020-06-06 09:38:48.779 686 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:38:48.779 686 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:38:48.779 686 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:38:50.270 688 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:38:50.271 688 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:38:50.271 688 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:38:52.307 688 INFO rally.api [-] Building 'html' report for the following verification(s): '8914d0b8-5738-4842-9bcd-6bf0c43137f9' 2020-06-06 09:38:52.327 688 INFO rally.api [-] The report has been successfully built. 2020-06-06 09:38:53.763 690 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:38:53.763 690 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:38:53.763 690 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:38:55.660 690 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8914d0b8-5738-4842-9bcd-6bf0c43137f9' 2020-06-06 09:38:55.664 690 INFO rally.api [-] The report has been successfully built.