2020-06-17 11:01:40.333 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:01:40.334 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:01:40.334 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:01:42.992 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-17 11:01:42.992 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 11:01:42.992 7 ERROR rally.cli.cliutils 2020-06-17 11:01:44.833 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:01:44.834 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:01:44.834 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:01:49.330 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:01:49.330 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:01:49.330 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:01:54.448 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:01:54.449 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:01:54.449 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:01:56.020 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:01:56.020 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:01:56.020 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:01:58.420 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-17 11:01:58.420 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 11:01:58.420 17 ERROR rally.cli.cliutils 2020-06-17 11:02:00.191 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:02:00.192 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:02:00.192 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:02:02.818 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 11:02:02.907 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ef49ff0c-a45d-47b5-a039-de4c14024c0d/repo. 2020-06-17 11:02:03.369 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ef49ff0c-a45d-47b5-a039-de4c14024c0d/repo'... done. ' 2020-06-17 11:02:03.384 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 11:02:03.410 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 11:02:03.515 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 11:02:04.618 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef49ff0c-a45d-47b5-a039-de4c14024c0d) has been successfully created! 2020-06-17 11:02:06.580 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:02:06.580 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:02:06.580 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:02:11.566 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:02:11.567 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:02:11.567 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:02:14.136 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ef49ff0c-a45d-47b5-a039-de4c14024c0d) for deployment 'opnfv-rally' (UUID=ffd0c021-8d38-4551-a048-e48769649912). 2020-06-17 11:02:15.262 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef49ff0c-a45d-47b5-a039-de4c14024c0d) has been successfully configured for deployment 'opnfv-rally' (UUID=ffd0c021-8d38-4551-a048-e48769649912)! 2020-06-17 11:02:25.649 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:02:25.649 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:02:25.649 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:02:29.068 34 INFO rally.api [-] Starting verification (UUID=36f85315-d174-4a21-a66b-38b68ada10e3) for deployment 'opnfv-rally' (UUID=ffd0c021-8d38-4551-a048-e48769649912) by verifier 'opnfv-tempest' (UUID=ef49ff0c-a45d-47b5-a039-de4c14024c0d). 2020-06-17 11:02:30.671 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 11:02:30.671 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ef49ff0c-a45d-47b5-a039-de4c14024c0d/for-deployment-ffd0c021-8d38-4551-a048-e48769649912/tempest.log' to option 'log_file'. 2020-06-17 11:02:30.671 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ef49ff0c-a45d-47b5-a039-de4c14024c0d/for-deployment-ffd0c021-8d38-4551-a048-e48769649912/tempest.log 2020-06-17 11:02:30.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 11:02:30.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ef49ff0c-a45d-47b5-a039-de4c14024c0d/for-deployment-ffd0c021-8d38-4551-a048-e48769649912/lock_files' to option 'lock_path'. 2020-06-17 11:02:30.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ef49ff0c-a45d-47b5-a039-de4c14024c0d/for-deployment-ffd0c021-8d38-4551-a048-e48769649912/lock_files 2020-06-17 11:02:30.673 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-17 11:02:30.673 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-17 11:02:30.673 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0c7966aa-3b38-41b3-b65f-becffb30d3b4 2020-06-17 11:02:30.674 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 28d8b37a-cc13-4e36-8da3-f2b7e19b509b 2020-06-17 11:02:30.674 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 174b0cdb-4464-4eb9-aadf-bf15f7b5f151 2020-06-17 11:02:30.675 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3c2af6db-45e2-43a8-a18a-e8c940866fe3 2020-06-17 11:02:31.337 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 11:02:31.338 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_9429e430-b2f8-4799-807d-d6f830e5954d 2020-06-17 11:02:31.338 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 11:02:31.575 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 11:02:31.732 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 11:02:31.732 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_36f85315_2IuvrgfK' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 11:02:32.049 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_36f85315_2IuvrgfK' (ID = 7ef92676-ccd6-46b3-a4cc-31b780532976) has been successfully created! 2020-06-17 11:02:32.049 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7ef92676-ccd6-46b3-a4cc-31b780532976' to option 'instance_type'. 2020-06-17 11:02:32.050 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7ef92676-ccd6-46b3-a4cc-31b780532976 2020-06-17 11:02:32.050 34 INFO rally.task.context [-] Verification ef49ff0c-a45d-47b5-a039-de4c14024c0d | Context tempest@default setup() finished in 1.92 sec 2020-06-17 11:02:32.051 34 INFO rally.task.context [-] Verification ef49ff0c-a45d-47b5-a039-de4c14024c0d | Context testr@default setup() finished in 0.21 msec 2020-06-17 11:02:32.051 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/d8b9c17c-44e0-41b3-9a70-a518d2b9794c'. 2020-06-17 11:02:36.876 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-17 11:02:36.877 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-17 11:03:58.172 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [75.056s] 2020-06-17 11:05:26.697 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [71.472s] 2020-06-17 11:06:30.011 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.214s] 2020-06-17 11:06:44.171 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-06-17 11:06:44.174 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-06-17 11:07:56.216 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [66.468s] 2020-06-17 11:08:54.745 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [58.514s] 2020-06-17 11:10:01.462 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.199s] 2020-06-17 11:10:10.528 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-17 11:10:17.419 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.001s]: b'Skipped because object extension: container_sync is not enabled' 2020-06-17 11:10:35.004 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.039s] 2020-06-17 11:10:47.752 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-06-17 11:10:47.754 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-17 11:11:43.344 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [54.529s] 2020-06-17 11:11:43.345 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-17 11:13:35.635 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [112.267s] 2020-06-17 11:14:14.877 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [39.230s] 2020-06-17 11:14:58.674 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [43.781s] 2020-06-17 11:15:45.164 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [46.475s] 2020-06-17 11:16:37.514 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [52.333s] 2020-06-17 11:17:28.214 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [50.686s] 2020-06-17 11:18:17.365 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [49.138s] 2020-06-17 11:19:41.498 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [76.046s] 2020-06-17 11:20:16.676 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [35.159s] 2020-06-17 11:21:25.291 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.597s] 2020-06-17 11:22:16.851 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [51.544s] 2020-06-17 11:23:48.926 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [92.049s] 2020-06-17 11:24:25.615 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [36.678s] 2020-06-17 11:25:27.668 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [62.033s] 2020-06-17 11:26:17.775 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [50.085s] 2020-06-17 11:27:26.169 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [65.275s] 2020-06-17 11:28:49.608 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [83.420s] 2020-06-17 11:30:23.258 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [93.633s] 2020-06-17 11:31:53.418 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [90.146s] 2020-06-17 11:33:14.456 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [81.020s] 2020-06-17 11:34:29.117 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [74.644s] 2020-06-17 11:35:47.127 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [77.993s] 2020-06-17 11:36:50.933 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [63.797s] 2020-06-17 11:36:54.249 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.234s] 2020-06-17 11:37:59.861 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [62.498s] 2020-06-17 11:38:39.350 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [39.478s] 2020-06-17 11:39:36.241 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [56.871s] 2020-06-17 11:40:29.997 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [53.741s] 2020-06-17 11:41:00.206 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [27.448s] 2020-06-17 11:42:08.597 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [60.391s] 2020-06-17 11:42:53.941 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.333s] 2020-06-17 11:44:23.132 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [77.711s] 2020-06-17 11:46:04.004 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [88.198s] 2020-06-17 11:46:54.684 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [38.299s] 2020-06-17 11:47:36.372 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.439s] 2020-06-17 11:48:55.956 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [79.567s] 2020-06-17 11:49:07.818 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-06-17 11:49:08.357 34 INFO rally.task.context [-] Verification ef49ff0c-a45d-47b5-a039-de4c14024c0d | Context testr@default cleanup() started 2020-06-17 11:49:08.358 34 INFO rally.task.context [-] Verification ef49ff0c-a45d-47b5-a039-de4c14024c0d | Context testr@default cleanup() finished in 0.72 msec 2020-06-17 11:49:08.358 34 INFO rally.task.context [-] Verification ef49ff0c-a45d-47b5-a039-de4c14024c0d | Context tempest@default cleanup() started 2020-06-17 11:49:08.534 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_36f85315_2IuvrgfK'. 2020-06-17 11:49:08.660 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_36f85315_2IuvrgfK' has been deleted. 2020-06-17 11:49:08.661 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7ef92676-ccd6-46b3-a4cc-31b780532976' of option 'instance_type' from Tempest config file. 2020-06-17 11:49:08.661 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7ef92676-ccd6-46b3-a4cc-31b780532976' has been removed. 2020-06-17 11:49:08.667 34 INFO rally.task.context [-] Verification ef49ff0c-a45d-47b5-a039-de4c14024c0d | Context tempest@default cleanup() finished in 0.31 sec 2020-06-17 11:49:08.691 34 INFO rally.api [-] Verification (UUID=36f85315-d174-4a21-a66b-38b68ada10e3) has been successfully finished for deployment 'opnfv-rally' (UUID=ffd0c021-8d38-4551-a048-e48769649912)! 2020-06-17 11:49:10.438 716 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:49:10.438 716 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:49:10.439 716 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:49:11.966 718 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:49:11.967 718 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:49:11.967 718 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:49:14.183 718 INFO rally.api [-] Building 'html' report for the following verification(s): '36f85315-d174-4a21-a66b-38b68ada10e3' 2020-06-17 11:49:14.204 718 INFO rally.api [-] The report has been successfully built. 2020-06-17 11:49:15.794 720 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:49:15.795 720 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:49:15.795 720 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:49:17.986 720 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '36f85315-d174-4a21-a66b-38b68ada10e3' 2020-06-17 11:49:17.990 720 INFO rally.api [-] The report has been successfully built.