2022-02-19 16:43:17.162 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:17.162 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:17.162 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:19.825 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 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:43:19.825 7 ERROR rally.cli.cliutils 2022-02-19 16:43:21.376 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:21.377 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:21.377 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:25.488 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:25.489 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:25.489 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:29.932 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:29.933 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:29.933 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:31.418 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:31.419 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:31.419 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:43:33.662 16 ERROR rally.cli.cliutils 2022-02-19 16:43:35.237 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:35.237 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:35.237 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:37.127 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:43:37.224 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-972614bc-cc35-41d4-ba85-ade0f847dc01/repo. 2022-02-19 16:43:37.599 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-972614bc-cc35-41d4-ba85-ade0f847dc01/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-02-19 16:43:37.614 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:43:37.621 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:43:37.641 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:43:37.709 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:43:38.412 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=972614bc-cc35-41d4-ba85-ade0f847dc01) has been successfully created! 2022-02-19 16:43:39.914 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:39.915 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:39.915 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:44.117 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:44.117 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:44.117 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:46.092 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=972614bc-cc35-41d4-ba85-ade0f847dc01) for deployment 'opnfv-rally' (UUID=984d09c7-52f0-4c6b-918a-426a4376f888). 2022-02-19 16:43:46.432 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=972614bc-cc35-41d4-ba85-ade0f847dc01) has been successfully configured for deployment 'opnfv-rally' (UUID=984d09c7-52f0-4c6b-918a-426a4376f888)! 2022-02-19 16:43:54.780 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:43:54.781 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:43:54.781 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:43:56.879 33 INFO rally.api [-] Starting verification (UUID=eacf6103-039f-4a12-a442-1a4d07268b96) for deployment 'opnfv-rally' (UUID=984d09c7-52f0-4c6b-918a-426a4376f888) by verifier 'opnfv-tempest' (UUID=972614bc-cc35-41d4-ba85-ade0f847dc01). 2022-02-19 16:43:57.517 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:43:57.518 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-972614bc-cc35-41d4-ba85-ade0f847dc01/for-deployment-984d09c7-52f0-4c6b-918a-426a4376f888/tempest.log' to option 'log_file'. 2022-02-19 16:43:57.518 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-972614bc-cc35-41d4-ba85-ade0f847dc01/for-deployment-984d09c7-52f0-4c6b-918a-426a4376f888/tempest.log 2022-02-19 16:43:57.518 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:43:57.519 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-972614bc-cc35-41d4-ba85-ade0f847dc01/for-deployment-984d09c7-52f0-4c6b-918a-426a4376f888/lock_files' to option 'lock_path'. 2022-02-19 16:43:57.519 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-972614bc-cc35-41d4-ba85-ade0f847dc01/for-deployment-984d09c7-52f0-4c6b-918a-426a4376f888/lock_files 2022-02-19 16:43:57.520 33 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 2022-02-19 16:43:57.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = aa6d8911-19b9-47ff-b26f-94f6889f6459 2022-02-19 16:43:57.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6e4c93f8-e820-4a37-89b1-2a00850cdfb3 2022-02-19 16:43:57.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4d891d65-04d9-4cbc-874a-31ed4ba152df 2022-02-19 16:43:57.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 01770611-516d-4835-824b-346bfe3b1d66 2022-02-19 16:43:57.753 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:43:57.754 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_bc7912f0-223d-41b4-8d1b-ec31f0ed813c 2022-02-19 16:43:57.755 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:43:57.842 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:43:57.882 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2008a33c_RJV29mgY'. Using flavor 'rally_verify_2008a33c_RJV29mgY' (ID = 6c98aa47-e058-4e2a-b407-efeadfe444ea) for the tests. 2022-02-19 16:43:57.883 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c98aa47-e058-4e2a-b407-efeadfe444ea' to option 'instance_type'. 2022-02-19 16:43:57.883 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c98aa47-e058-4e2a-b407-efeadfe444ea 2022-02-19 16:43:57.885 33 INFO rally.task.context [-] Verification 972614bc-cc35-41d4-ba85-ade0f847dc01 | Context tempest@default setup() finished in 0.77 sec 2022-02-19 16:43:57.886 33 INFO rally.task.context [-] Verification 972614bc-cc35-41d4-ba85-ade0f847dc01 | Context testr@default setup() finished in 0.53 msec 2022-02-19 16:43:57.886 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/313623ad-f871-44f0-b311-828d9af30f1c'. 2022-02-19 16:44:02.263 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2022-02-19 16:44:02.264 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2022-02-19 16:45:22.927 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [70.612s] 2022-02-19 16:46:57.180 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [81.046s] 2022-02-19 16:48:17.215 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [31.795s] 2022-02-19 16:48:29.935 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2022-02-19 16:49:45.672 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [70.578s] 2022-02-19 16:50:45.363 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [59.678s] 2022-02-19 16:52:21.307 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [83.018s] 2022-02-19 16:52:28.815 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2022-02-19 16:52:35.838 33 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' 2022-02-19 16:53:00.891 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.927s] 2022-02-19 16:53:15.213 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2022-02-19 16:53:15.215 33 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.',)" 2022-02-19 16:54:08.848 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [52.474s] 2022-02-19 16:54:08.849 33 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.' 2022-02-19 16:55:00.454 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [51.586s] 2022-02-19 16:55:41.419 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [40.945s] 2022-02-19 16:56:26.583 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.147s] 2022-02-19 16:57:24.369 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [57.774s] 2022-02-19 16:58:09.849 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [45.461s] 2022-02-19 16:59:06.593 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [56.730s] 2022-02-19 16:59:45.228 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [38.626s] 2022-02-19 17:00:52.450 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [64.729s] 2022-02-19 17:01:29.397 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [36.932s] 2022-02-19 17:02:27.982 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [58.556s] 2022-02-19 17:03:09.908 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [41.911s] 2022-02-19 17:04:07.235 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [57.309s] 2022-02-19 17:04:49.448 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [42.200s] 2022-02-19 17:05:53.449 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [63.982s] 2022-02-19 17:06:44.805 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [51.326s] 2022-02-19 17:07:56.247 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [68.675s] 2022-02-19 17:09:19.114 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [82.850s] 2022-02-19 17:10:45.531 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [86.399s] 2022-02-19 17:12:18.365 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [92.809s] 2022-02-19 17:13:41.291 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [82.910s] 2022-02-19 17:14:57.298 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [75.993s] 2022-02-19 17:16:13.216 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [75.906s] 2022-02-19 17:17:23.361 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [70.133s] 2022-02-19 17:17:26.528 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.249s] 2022-02-19 17:18:37.931 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [68.314s] 2022-02-19 17:19:19.417 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [41.481s] 2022-02-19 17:20:09.816 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [50.386s] 2022-02-19 17:21:05.598 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [55.763s] 2022-02-19 17:21:31.621 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [23.395s] 2022-02-19 17:22:42.458 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [65.224s] 2022-02-19 17:23:24.046 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.580s] 2022-02-19 17:24:45.179 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [72.167s] 2022-02-19 17:26:31.078 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [92.307s] 2022-02-19 17:27:31.240 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [46.438s] 2022-02-19 17:28:10.828 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.508s] 2022-02-19 17:29:40.068 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [89.224s] 2022-02-19 17:29:49.314 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2022-02-19 17:29:49.932 33 INFO rally.task.context [-] Verification 972614bc-cc35-41d4-ba85-ade0f847dc01 | Context testr@default cleanup() started 2022-02-19 17:29:49.933 33 INFO rally.task.context [-] Verification 972614bc-cc35-41d4-ba85-ade0f847dc01 | Context testr@default cleanup() finished in 1.10 msec 2022-02-19 17:29:49.933 33 INFO rally.task.context [-] Verification 972614bc-cc35-41d4-ba85-ade0f847dc01 | Context tempest@default cleanup() started 2022-02-19 17:29:50.122 33 INFO rally.task.context [-] Verification 972614bc-cc35-41d4-ba85-ade0f847dc01 | Context tempest@default cleanup() finished in 0.19 sec 2022-02-19 17:29:50.151 33 INFO rally.api [-] Verification (UUID=eacf6103-039f-4a12-a442-1a4d07268b96) has been successfully finished for deployment 'opnfv-rally' (UUID=984d09c7-52f0-4c6b-918a-426a4376f888)! 2022-02-19 17:29:52.183 682 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 17:29:52.184 682 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 17:29:52.184 682 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 17:29:53.626 683 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 17:29:53.627 683 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 17:29:53.627 683 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 17:29:56.052 683 INFO rally.api [-] Building 'html' report for the following verification(s): 'eacf6103-039f-4a12-a442-1a4d07268b96' 2022-02-19 17:29:56.082 683 INFO rally.api [-] The report has been successfully built. 2022-02-19 17:29:57.432 685 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 17:29:57.433 685 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 17:29:57.433 685 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 17:29:59.504 685 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'eacf6103-039f-4a12-a442-1a4d07268b96' 2022-02-19 17:29:59.511 685 INFO rally.api [-] The report has been successfully built.