2023-03-26 01:52:27.742 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:27.743 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:27.743 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:30.738 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 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:52:30.738 8 ERROR rally.cli.cliutils 2023-03-26 01:52:32.520 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:32.521 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:32.521 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:37.634 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:37.634 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:37.634 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:43.519 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:43.519 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:43.519 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:45.241 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:45.241 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:45.242 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:48.006 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 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:52:48.006 18 ERROR rally.cli.cliutils 2023-03-26 01:52:49.863 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:49.863 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:49.863 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:52:52.576 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:52:52.623 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/repo. 2023-03-26 01:52:52.959 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-03-26 01:52:52.976 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:52:52.983 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:52:52.992 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:52:53.051 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:52:53.935 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9373549e-2e0d-40ec-9e90-49fd0a498a91) has been successfully created! 2023-03-26 01:52:55.687 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:52:55.687 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:52:55.687 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:53:00.922 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:53:00.922 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:53:00.923 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:53:03.812 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9373549e-2e0d-40ec-9e90-49fd0a498a91) for deployment 'opnfv-rally' (UUID=a8fc2fe0-5abc-4322-9856-c800761d0511). 2023-03-26 01:53:04.376 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9373549e-2e0d-40ec-9e90-49fd0a498a91) has been successfully configured for deployment 'opnfv-rally' (UUID=a8fc2fe0-5abc-4322-9856-c800761d0511)! 2023-03-26 01:53:15.422 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:53:15.423 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:53:15.423 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:53:18.502 38 INFO rally.api [-] Starting verification (UUID=8b141c30-0f82-4b7b-900a-f5ebbf125fc9) for deployment 'opnfv-rally' (UUID=a8fc2fe0-5abc-4322-9856-c800761d0511) by verifier 'opnfv-tempest' (UUID=9373549e-2e0d-40ec-9e90-49fd0a498a91). 2023-03-26 01:53:19.320 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:53:19.321 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/for-deployment-a8fc2fe0-5abc-4322-9856-c800761d0511/tempest.log' to option 'log_file'. 2023-03-26 01:53:19.321 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/for-deployment-a8fc2fe0-5abc-4322-9856-c800761d0511/tempest.log 2023-03-26 01:53:19.322 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:53:19.322 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/for-deployment-a8fc2fe0-5abc-4322-9856-c800761d0511/lock_files' to option 'lock_path'. 2023-03-26 01:53:19.322 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/for-deployment-a8fc2fe0-5abc-4322-9856-c800761d0511/lock_files 2023-03-26 01:53:19.323 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:53:19.323 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/for-deployment-a8fc2fe0-5abc-4322-9856-c800761d0511' to option 'img_dir'. 2023-03-26 01:53:19.323 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-9373549e-2e0d-40ec-9e90-49fd0a498a91/for-deployment-a8fc2fe0-5abc-4322-9856-c800761d0511 2023-03-26 01:53:19.324 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-03-26 01:53:19.324 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3aeb00d6-1b1f-4d26-a2a1-001d599348bd 2023-03-26 01:53:19.324 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a8569fa0-1507-4e20-8684-bf07544336e9 2023-03-26 01:53:19.325 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 995b8874-b5df-455d-bc22-c23ca231c3d2 2023-03-26 01:53:19.326 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4f4bd732-b4ba-4828-b4bc-0442be42a186 2023-03-26 01:53:19.590 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:53:19.590 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_be29e87c-3698-4aa8-8a75-096ebe8d6150 2023-03-26 01:53:19.590 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:53:19.693 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 01:53:19.722 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_70fce36d_I46izZr5'. Using flavor 'rally_verify_70fce36d_I46izZr5' (ID = 78e4f174-69bd-40c5-9db1-d8b60ee76df3) for the tests. 2023-03-26 01:53:19.723 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '78e4f174-69bd-40c5-9db1-d8b60ee76df3' to option 'instance_type'. 2023-03-26 01:53:19.723 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 78e4f174-69bd-40c5-9db1-d8b60ee76df3 2023-03-26 01:53:19.725 38 INFO rally.task.context [-] Verification 9373549e-2e0d-40ec-9e90-49fd0a498a91 | Context tempest@default setup() finished in 1.00 sec 2023-03-26 01:53:19.727 38 INFO rally.task.context [-] Verification 9373549e-2e0d-40ec-9e90-49fd0a498a91 | Context testr@default setup() finished in 1.06 msec 2023-03-26 01:53:19.728 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/8849d3c4-6220-4fc6-a1ec-03521cf9e2aa'. 2023-03-26 01:53:25.632 38 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2023-03-26 01:53:25.633 38 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2023-03-26 01:54:42.867 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [70.781s] 2023-03-26 01:55:53.586 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [58.048s] 2023-03-26 01:56:51.901 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [28.377s] 2023-03-26 01:57:02.159 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2023-03-26 01:57:02.161 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2023-03-26 01:58:10.048 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [62.564s] 2023-03-26 01:59:03.086 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [53.018s] 2023-03-26 02:00:05.431 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [48.425s] 2023-03-26 02:10:14.694 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [602.507s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-767044970': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': '29d615acf1e82f7594488e3c6eb1bd3a',\n 'last_modified': '2023-03-26T02:00:12.186Z',\n 'name': 'tempest-TestSyncObject-767044970'}}\nactual = {'tempest-TestSyncObject-201376709': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': 'b2cec8cf66f1c245455fafea08fff52f',\n 'last_modified': '2023-03-26T02:00:12.235Z',\n 'name': 'tempest-TestSyncObject-201376709'}}\n: Different object lists in containers." 2023-03-26 02:10:18.294 38 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' 2023-03-26 02:10:31.351 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.905s] 2023-03-26 02:10:40.787 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2023-03-26 02:11:30.050 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [47.963s] 2023-03-26 02:12:32.670 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [62.593s] 2023-03-26 02:13:12.724 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [40.034s] 2023-03-26 02:13:48.169 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [35.426s] 2023-03-26 02:14:31.058 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [42.863s] 2023-03-26 02:15:12.408 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [41.342s] 2023-03-26 02:15:57.088 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [44.658s] 2023-03-26 02:16:40.317 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [43.211s] 2023-03-26 02:17:18.980 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [38.646s] 2023-03-26 02:18:30.079 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [68.854s] 2023-03-26 02:18:57.794 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [27.695s] 2023-03-26 02:20:11.002 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [73.182s] 2023-03-26 02:20:51.255 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [40.238s] 2023-03-26 02:21:27.383 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [36.105s] 2023-03-26 02:22:01.080 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [33.681s] 2023-03-26 02:23:01.681 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.577s] 2023-03-26 02:23:43.410 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [41.702s] 2023-03-26 02:25:56.296 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [130.347s] 2023-03-26 02:28:13.726 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [137.403s] 2023-03-26 02:29:59.954 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [106.201s] 2023-03-26 02:32:07.700 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [127.720s] 2023-03-26 02:33:55.280 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [107.558s] 2023-03-26 02:35:49.193 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [113.893s] 2023-03-26 02:37:19.416 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [90.200s] 2023-03-26 02:39:25.084 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [125.641s] 2023-03-26 02:39:27.825 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.291s] 2023-03-26 02:40:21.555 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [50.791s] 2023-03-26 02:40:52.382 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [30.814s] 2023-03-26 02:41:54.346 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [61.949s] 2023-03-26 02:42:55.726 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [61.359s] 2023-03-26 02:43:21.619 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [22.175s] 2023-03-26 02:43:32.661 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance ... skip [0.000s]: b'Shelve migrate not available.' 2023-03-26 02:44:23.458 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [50.777s] 2023-03-26 02:45:02.345 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [38.875s] 2023-03-26 02:46:31.091 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [73.540s] 2023-03-26 02:48:02.779 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [75.723s] 2023-03-26 02:48:53.462 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.566s] 2023-03-26 02:49:31.982 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.701s] 2023-03-26 02:50:40.121 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [68.118s] 2023-03-26 02:50:47.183 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2023-03-26 02:50:47.795 38 INFO rally.task.context [-] Verification 9373549e-2e0d-40ec-9e90-49fd0a498a91 | Context testr@default cleanup() started 2023-03-26 02:50:47.795 38 INFO rally.task.context [-] Verification 9373549e-2e0d-40ec-9e90-49fd0a498a91 | Context testr@default cleanup() finished in 0.74 msec 2023-03-26 02:50:47.796 38 INFO rally.task.context [-] Verification 9373549e-2e0d-40ec-9e90-49fd0a498a91 | Context tempest@default cleanup() started 2023-03-26 02:50:47.956 38 INFO rally.task.context [-] Verification 9373549e-2e0d-40ec-9e90-49fd0a498a91 | Context tempest@default cleanup() finished in 0.16 sec 2023-03-26 02:50:47.972 38 INFO rally.api [-] Verification (UUID=8b141c30-0f82-4b7b-900a-f5ebbf125fc9) has been successfully finished for deployment 'opnfv-rally' (UUID=a8fc2fe0-5abc-4322-9856-c800761d0511)! 2023-03-26 02:50:49.727 1470 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:50:49.727 1470 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:50:49.727 1470 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:50:51.219 1472 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:50:51.220 1472 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:50:51.220 1472 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:50:53.605 1472 INFO rally.api [-] Building 'html' report for the following verification(s): '8b141c30-0f82-4b7b-900a-f5ebbf125fc9' 2023-03-26 02:50:53.625 1472 INFO rally.api [-] The report has been successfully built. 2023-03-26 02:50:55.173 1474 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:50:55.173 1474 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:50:55.173 1474 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:50:57.469 1474 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8b141c30-0f82-4b7b-900a-f5ebbf125fc9' 2023-03-26 02:50:57.473 1474 INFO rally.api [-] The report has been successfully built.