2022-04-19 08:29:58.768 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:29:58.768 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:29:58.769 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:01.400 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-04-19 08:30:01.400 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:30:01.400 7 ERROR rally.cli.cliutils 2022-04-19 08:30:03.055 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:03.055 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:03.055 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:07.287 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:07.288 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:07.288 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:12.426 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:12.426 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:12.426 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:14.224 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:14.224 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:14.225 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:16.696 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-04-19 08:30:16.696 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:30:16.696 16 ERROR rally.cli.cliutils 2022-04-19 08:30:18.300 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:18.301 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:18.301 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:20.619 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:30:20.697 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8f1c2612-630a-4736-bb45-1a4cbb0e0795/repo. 2022-04-19 08:30:21.246 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8f1c2612-630a-4736-bb45-1a4cbb0e0795/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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-04-19 08:30:21.261 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:30:21.270 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:30:21.293 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:30:21.352 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:30:22.029 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f1c2612-630a-4736-bb45-1a4cbb0e0795) has been successfully created! 2022-04-19 08:30:23.902 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:23.902 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:23.902 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:28.650 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:28.651 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:28.652 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:31.024 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8f1c2612-630a-4736-bb45-1a4cbb0e0795) for deployment 'opnfv-rally' (UUID=b5ac779f-d649-4e5c-907b-6cb0b7d91d49). 2022-04-19 08:30:31.496 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f1c2612-630a-4736-bb45-1a4cbb0e0795) has been successfully configured for deployment 'opnfv-rally' (UUID=b5ac779f-d649-4e5c-907b-6cb0b7d91d49)! 2022-04-19 08:30:40.149 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:30:40.150 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:30:40.150 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:30:42.633 33 INFO rally.api [-] Starting verification (UUID=03a33823-e008-4439-923b-5765d8235f4c) for deployment 'opnfv-rally' (UUID=b5ac779f-d649-4e5c-907b-6cb0b7d91d49) by verifier 'opnfv-tempest' (UUID=8f1c2612-630a-4736-bb45-1a4cbb0e0795). 2022-04-19 08:30:43.311 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:30:43.312 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f1c2612-630a-4736-bb45-1a4cbb0e0795/for-deployment-b5ac779f-d649-4e5c-907b-6cb0b7d91d49/tempest.log' to option 'log_file'. 2022-04-19 08:30:43.312 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8f1c2612-630a-4736-bb45-1a4cbb0e0795/for-deployment-b5ac779f-d649-4e5c-907b-6cb0b7d91d49/tempest.log 2022-04-19 08:30:43.313 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:30:43.313 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f1c2612-630a-4736-bb45-1a4cbb0e0795/for-deployment-b5ac779f-d649-4e5c-907b-6cb0b7d91d49/lock_files' to option 'lock_path'. 2022-04-19 08:30:43.313 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8f1c2612-630a-4736-bb45-1a4cbb0e0795/for-deployment-b5ac779f-d649-4e5c-907b-6cb0b7d91d49/lock_files 2022-04-19 08:30:43.314 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:30:43.314 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-04-19 08:30:43.314 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 79b25e2f-0e8a-4c7f-bf84-e784fa34800e 2022-04-19 08:30:43.315 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 12305d23-7408-4520-bef4-ccbfdef63744 2022-04-19 08:30:43.315 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c2e94064-3f39-44a7-b8db-8e7fdc6d6af5 2022-04-19 08:30:43.316 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2ff54214-270a-441e-a799-417585743de2 2022-04-19 08:30:43.544 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:30:43.545 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_6d6c984f-46bb-4377-884f-ef76b80cfc1c 2022-04-19 08:30:43.546 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:30:43.640 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:30:43.691 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f580aec0_Z36t61S9'. Using flavor 'rally_verify_f580aec0_Z36t61S9' (ID = c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e) for the tests. 2022-04-19 08:30:43.691 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e' to option 'instance_type'. 2022-04-19 08:30:43.692 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e 2022-04-19 08:30:43.693 33 INFO rally.task.context [-] Verification 8f1c2612-630a-4736-bb45-1a4cbb0e0795 | Context tempest@default setup() finished in 0.79 sec 2022-04-19 08:30:43.694 33 INFO rally.task.context [-] Verification 8f1c2612-630a-4736-bb45-1a4cbb0e0795 | Context testr@default setup() finished in 0.43 msec 2022-04-19 08:30:43.695 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/55dac34f-a8bd-4d3d-9b39-cc533d9b0eb1'. 2022-04-19 08:30:48.338 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2022-04-19 08:30:48.349 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2022-04-19 08:32:23.706 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [89.465s] 2022-04-19 08:34:29.304 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [97.196s] 2022-04-19 08:35:42.787 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [44.128s] 2022-04-19 08:35:55.785 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2022-04-19 08:37:28.721 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [86.576s] 2022-04-19 08:38:34.781 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [66.044s] 2022-04-19 08:39:57.917 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [69.170s] 2022-04-19 08:40:06.282 33 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.' 2022-04-19 08:40:13.346 33 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' 2022-04-19 08:40:30.732 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.214s] 2022-04-19 08:40:41.854 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2022-04-19 08:40:41.856 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-04-19 08:42:00.665 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [77.498s] 2022-04-19 08:42:00.675 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-04-19 08:43:10.699 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [70.032s] 2022-04-19 08:43:54.371 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [43.654s] 2022-04-19 08:44:55.145 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [60.748s] 2022-04-19 08:45:53.259 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [58.100s] 2022-04-19 08:47:11.143 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [77.864s] 2022-04-19 08:48:40.491 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [89.329s] 2022-04-19 08:49:25.785 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [45.279s] 2022-04-19 08:50:32.702 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [63.857s] 2022-04-19 08:51:21.990 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [49.267s] 2022-04-19 08:52:34.902 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [72.893s] 2022-04-19 08:53:29.904 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [54.983s] 2022-04-19 08:54:15.823 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [45.902s] 2022-04-19 08:54:50.040 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [34.203s] 2022-04-19 08:56:01.144 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [71.080s] 2022-04-19 08:56:49.029 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [47.865s] 2022-04-19 08:58:03.236 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [71.472s] 2022-04-19 08:59:22.421 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [79.166s] 2022-04-19 09:00:53.296 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [90.856s] 2022-04-19 09:02:31.248 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [97.935s] 2022-04-19 09:03:50.294 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [79.029s] 2022-04-19 09:05:09.256 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [78.943s] 2022-04-19 09:06:21.180 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [71.909s] 2022-04-19 09:07:26.933 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [65.734s] 2022-04-19 09:07:30.098 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.376s] 2022-04-19 09:08:41.270 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [67.554s] 2022-04-19 09:09:13.854 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [32.578s] 2022-04-19 09:10:12.625 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [58.752s] 2022-04-19 09:10:57.526 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [44.887s] 2022-04-19 09:11:33.419 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [33.341s] 2022-04-19 09:12:39.520 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [60.668s] 2022-04-19 09:13:24.387 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [44.858s] 2022-04-19 09:14:45.303 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [71.523s] 2022-04-19 09:16:17.517 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [83.239s] 2022-04-19 09:17:01.474 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.361s] 2022-04-19 09:17:41.519 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.223s] 2022-04-19 09:19:08.651 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [87.112s] 2022-04-19 09:19:17.994 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2022-04-19 09:19:18.501 33 INFO rally.task.context [-] Verification 8f1c2612-630a-4736-bb45-1a4cbb0e0795 | Context testr@default cleanup() started 2022-04-19 09:19:18.502 33 INFO rally.task.context [-] Verification 8f1c2612-630a-4736-bb45-1a4cbb0e0795 | Context testr@default cleanup() finished in 0.78 msec 2022-04-19 09:19:18.502 33 INFO rally.task.context [-] Verification 8f1c2612-630a-4736-bb45-1a4cbb0e0795 | Context tempest@default cleanup() started 2022-04-19 09:19:18.725 33 INFO rally.task.context [-] Verification 8f1c2612-630a-4736-bb45-1a4cbb0e0795 | Context tempest@default cleanup() finished in 0.22 sec 2022-04-19 09:19:18.768 33 INFO rally.api [-] Verification (UUID=03a33823-e008-4439-923b-5765d8235f4c) has been successfully finished for deployment 'opnfv-rally' (UUID=b5ac779f-d649-4e5c-907b-6cb0b7d91d49)! 2022-04-19 09:19:20.815 677 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 09:19:20.816 677 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 09:19:20.816 677 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 09:19:22.285 678 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 09:19:22.285 678 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 09:19:22.285 678 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 09:19:24.918 678 INFO rally.api [-] Building 'html' report for the following verification(s): '03a33823-e008-4439-923b-5765d8235f4c' 2022-04-19 09:19:24.947 678 INFO rally.api [-] The report has been successfully built. 2022-04-19 09:19:26.364 680 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 09:19:26.364 680 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 09:19:26.365 680 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 09:19:28.380 680 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '03a33823-e008-4439-923b-5765d8235f4c' 2022-04-19 09:19:28.386 680 INFO rally.api [-] The report has been successfully built.