2021-06-01 18:50:18.377 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:18.378 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:18.378 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:50:21.113 8 ERROR rally.cli.cliutils 2021-06-01 18:50:22.941 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:22.941 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:22.941 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:27.703 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:27.703 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:27.703 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:32.830 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:32.830 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:32.830 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:34.424 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:34.424 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:34.424 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:50:36.949 18 ERROR rally.cli.cliutils 2021-06-01 18:50:38.642 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:38.642 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:38.642 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:41.170 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:50:41.247 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0998b7f8-42ca-40b8-8829-6bb414d9d4cf/repo. 2021-06-01 18:50:41.524 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0998b7f8-42ca-40b8-8829-6bb414d9d4cf/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-06-01 18:50:41.538 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:50:41.547 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:50:41.569 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:50:41.661 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:50:42.428 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0998b7f8-42ca-40b8-8829-6bb414d9d4cf) has been successfully created! 2021-06-01 18:50:44.236 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:44.236 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:44.237 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:49.368 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:50:49.368 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:50:49.368 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:50:51.910 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0998b7f8-42ca-40b8-8829-6bb414d9d4cf) for deployment 'opnfv-rally' (UUID=2fc6e533-a1c8-4fb0-8a49-24885cf3d386). 2021-06-01 18:50:52.398 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0998b7f8-42ca-40b8-8829-6bb414d9d4cf) has been successfully configured for deployment 'opnfv-rally' (UUID=2fc6e533-a1c8-4fb0-8a49-24885cf3d386)! 2021-06-01 18:51:01.540 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:51:01.541 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:51:01.541 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:51:04.109 36 INFO rally.api [-] Starting verification (UUID=dcd40d39-1a51-4a5c-aa2a-341b6ef497a3) for deployment 'opnfv-rally' (UUID=2fc6e533-a1c8-4fb0-8a49-24885cf3d386) by verifier 'opnfv-tempest' (UUID=0998b7f8-42ca-40b8-8829-6bb414d9d4cf). 2021-06-01 18:51:04.886 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:51:04.886 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0998b7f8-42ca-40b8-8829-6bb414d9d4cf/for-deployment-2fc6e533-a1c8-4fb0-8a49-24885cf3d386/tempest.log' to option 'log_file'. 2021-06-01 18:51:04.887 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0998b7f8-42ca-40b8-8829-6bb414d9d4cf/for-deployment-2fc6e533-a1c8-4fb0-8a49-24885cf3d386/tempest.log 2021-06-01 18:51:04.887 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:51:04.887 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0998b7f8-42ca-40b8-8829-6bb414d9d4cf/for-deployment-2fc6e533-a1c8-4fb0-8a49-24885cf3d386/lock_files' to option 'lock_path'. 2021-06-01 18:51:04.888 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0998b7f8-42ca-40b8-8829-6bb414d9d4cf/for-deployment-2fc6e533-a1c8-4fb0-8a49-24885cf3d386/lock_files 2021-06-01 18:51:04.888 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:51:04.888 36 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 2021-06-01 18:51:04.889 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4db4553b-5445-4e9e-8f05-88bc54f8fe1a 2021-06-01 18:51:04.889 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 40b53621-848f-424d-a1b9-07f17fd81b00 2021-06-01 18:51:04.890 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b367f2fe-071e-4aea-b3f5-fce326fdf4b1 2021-06-01 18:51:04.891 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 84a23397-fff8-438c-88a2-1f9d2f821d98 2021-06-01 18:51:05.749 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:51:05.749 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_a73eef6f-c14f-4323-8970-513ccbcdb875 2021-06-01 18:51:05.750 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:51:05.859 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:51:05.904 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_aebaf200_c33hyZqP'. Using flavor 'rally_verify_aebaf200_c33hyZqP' (ID = 57a47822-4901-4e6f-aac1-7b405d8db05e) for the tests. 2021-06-01 18:51:05.905 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '57a47822-4901-4e6f-aac1-7b405d8db05e' to option 'instance_type'. 2021-06-01 18:51:05.905 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 57a47822-4901-4e6f-aac1-7b405d8db05e 2021-06-01 18:51:05.907 36 INFO rally.task.context [-] Verification 0998b7f8-42ca-40b8-8829-6bb414d9d4cf | Context tempest@default setup() finished in 1.54 sec 2021-06-01 18:51:05.910 36 INFO rally.task.context [-] Verification 0998b7f8-42ca-40b8-8829-6bb414d9d4cf | Context testr@default setup() finished in 0.45 msec 2021-06-01 18:51:05.910 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7d696bdf-4fc7-461c-a99c-e92c3894ead2'. 2021-06-01 18:51:10.377 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-06-01 18:51:10.378 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-06-01 18:52:26.452 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [70.974s] 2021-06-01 18:53:51.794 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [66.139s] 2021-06-01 18:54:46.288 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.996s] 2021-06-01 18:54:58.840 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-06-01 18:56:17.826 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [73.726s] 2021-06-01 18:57:19.217 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [61.373s] 2021-06-01 18:58:25.126 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.034s] 2021-06-01 18:58:34.162 36 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.' 2021-06-01 18:58:42.024 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.003s]: b'Skipped because object extension: container_sync is not enabled' 2021-06-01 18:59:01.387 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.260s] 2021-06-01 18:59:13.226 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-06-01 18:59:13.227 36 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.' 2021-06-01 19:00:06.544 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [51.865s] 2021-06-01 19:00:06.545 36 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.' 2021-06-01 19:00:50.804 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [44.242s] 2021-06-01 19:01:29.450 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [38.626s] 2021-06-01 19:02:12.058 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [42.596s] 2021-06-01 19:02:53.422 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [41.345s] 2021-06-01 19:03:43.695 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.255s] 2021-06-01 19:04:28.175 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [44.461s] 2021-06-01 19:05:05.544 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [37.353s] 2021-06-01 19:06:10.705 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [62.328s] 2021-06-01 19:06:40.175 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [29.447s] 2021-06-01 19:07:39.401 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [59.210s] 2021-06-01 19:08:20.207 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [40.796s] 2021-06-01 19:09:05.866 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [45.645s] 2021-06-01 19:09:41.586 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [35.707s] 2021-06-01 19:10:39.965 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [58.353s] 2021-06-01 19:11:22.653 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [42.670s] 2021-06-01 19:13:02.916 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [97.508s] 2021-06-01 19:14:14.998 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [72.064s] 2021-06-01 19:15:37.676 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [82.660s] 2021-06-01 19:17:09.434 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [91.720s] 2021-06-01 19:18:37.007 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [87.583s] 2021-06-01 19:19:52.897 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [75.872s] 2021-06-01 19:21:01.258 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [68.353s] 2021-06-01 19:22:01.719 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [60.445s] 2021-06-01 19:22:04.467 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.250s] 2021-06-01 19:23:00.333 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [52.548s] 2021-06-01 19:23:35.669 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [35.323s] 2021-06-01 19:24:26.511 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [50.829s] 2021-06-01 19:25:19.871 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [53.345s] 2021-06-01 19:25:46.182 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [23.355s] 2021-06-01 19:26:50.438 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [57.286s] 2021-06-01 19:27:34.844 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [44.453s] 2021-06-01 19:28:52.348 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [67.035s] 2021-06-01 19:30:19.816 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [77.788s] 2021-06-01 19:31:05.262 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.824s] 2021-06-01 19:31:43.361 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.983s] 2021-06-01 19:32:59.506 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [76.129s] 2021-06-01 19:33:10.217 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-06-01 19:33:10.754 36 INFO rally.task.context [-] Verification 0998b7f8-42ca-40b8-8829-6bb414d9d4cf | Context testr@default cleanup() started 2021-06-01 19:33:10.755 36 INFO rally.task.context [-] Verification 0998b7f8-42ca-40b8-8829-6bb414d9d4cf | Context testr@default cleanup() finished in 0.42 msec 2021-06-01 19:33:10.755 36 INFO rally.task.context [-] Verification 0998b7f8-42ca-40b8-8829-6bb414d9d4cf | Context tempest@default cleanup() started 2021-06-01 19:33:10.974 36 INFO rally.task.context [-] Verification 0998b7f8-42ca-40b8-8829-6bb414d9d4cf | Context tempest@default cleanup() finished in 0.22 sec 2021-06-01 19:33:11.007 36 INFO rally.api [-] Verification (UUID=dcd40d39-1a51-4a5c-aa2a-341b6ef497a3) has been successfully finished for deployment 'opnfv-rally' (UUID=2fc6e533-a1c8-4fb0-8a49-24885cf3d386)! 2021-06-01 19:33:13.435 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:33:13.435 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:33:13.435 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:33:15.053 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:33:15.053 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:33:15.054 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:33:17.978 696 INFO rally.api [-] Building 'html' report for the following verification(s): 'dcd40d39-1a51-4a5c-aa2a-341b6ef497a3' 2021-06-01 19:33:18.001 696 INFO rally.api [-] The report has been successfully built. 2021-06-01 19:33:19.783 698 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 19:33:19.784 698 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 19:33:19.784 698 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 19:33:22.274 698 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dcd40d39-1a51-4a5c-aa2a-341b6ef497a3' 2021-06-01 19:33:22.279 698 INFO rally.api [-] The report has been successfully built.