2023-02-19 01:52:28.066 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:28.067 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:28.067 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:52:31.030 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-02-19 01:52:31.030 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:52:31.030 8 ERROR rally.cli.cliutils 2023-02-19 01:52:32.980 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:32.980 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:32.980 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:52:38.139 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:38.140 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:38.140 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:52:44.145 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:44.146 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:44.146 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:52:45.816 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:45.817 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:45.817 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:52:48.899 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-02-19 01:52:48.899 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:52:48.899 18 ERROR rally.cli.cliutils 2023-02-19 01:52:50.907 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:50.907 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:50.908 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:52:53.639 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:52:53.683 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/repo. 2023-02-19 01:52:54.008 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/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-02-19 01:52:54.023 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:52:54.030 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:52:54.039 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:52:54.104 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:52:54.983 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bfce419f-295b-4695-b795-c070d3b6b89b) has been successfully created! 2023-02-19 01:52:56.800 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:52:56.800 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:52:56.801 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:53:02.593 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:53:02.594 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:53:02.594 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:53:05.576 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bfce419f-295b-4695-b795-c070d3b6b89b) for deployment 'opnfv-rally' (UUID=22cdfeaf-c3ab-455a-af4c-6d735e5c08ab). 2023-02-19 01:53:06.107 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bfce419f-295b-4695-b795-c070d3b6b89b) has been successfully configured for deployment 'opnfv-rally' (UUID=22cdfeaf-c3ab-455a-af4c-6d735e5c08ab)! 2023-02-19 01:53:17.398 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:53:17.398 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:53:17.398 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:53:20.315 38 INFO rally.api [-] Starting verification (UUID=78804e9c-e585-4e1d-bfe1-bb87d94d37a9) for deployment 'opnfv-rally' (UUID=22cdfeaf-c3ab-455a-af4c-6d735e5c08ab) by verifier 'opnfv-tempest' (UUID=bfce419f-295b-4695-b795-c070d3b6b89b). 2023-02-19 01:53:21.145 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:53:21.146 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/for-deployment-22cdfeaf-c3ab-455a-af4c-6d735e5c08ab/tempest.log' to option 'log_file'. 2023-02-19 01:53:21.146 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/for-deployment-22cdfeaf-c3ab-455a-af4c-6d735e5c08ab/tempest.log 2023-02-19 01:53:21.147 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:53:21.147 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/for-deployment-22cdfeaf-c3ab-455a-af4c-6d735e5c08ab/lock_files' to option 'lock_path'. 2023-02-19 01:53:21.147 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/for-deployment-22cdfeaf-c3ab-455a-af4c-6d735e5c08ab/lock_files 2023-02-19 01:53:21.147 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:53:21.148 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/for-deployment-22cdfeaf-c3ab-455a-af4c-6d735e5c08ab' to option 'img_dir'. 2023-02-19 01:53:21.148 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-bfce419f-295b-4695-b795-c070d3b6b89b/for-deployment-22cdfeaf-c3ab-455a-af4c-6d735e5c08ab 2023-02-19 01:53:21.148 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-02-19 01:53:21.148 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8b978b32-a66c-4484-80f7-4486a9714907 2023-02-19 01:53:21.149 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1e4589ba-ff46-4c1c-bd2a-7aea653cdac7 2023-02-19 01:53:21.149 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0963f13b-f56d-4b51-99d7-33e185180d04 2023-02-19 01:53:21.150 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 482b1440-cb7c-4f83-b55f-ca8b215d8b47 2023-02-19 01:53:21.454 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:53:21.455 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_dbbe8113-7797-461d-9018-82fec788ad9e 2023-02-19 01:53:21.455 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:53:21.554 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:53:21.601 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_1d749cc2_Gf2HvNJ4'. Using flavor 'rally_verify_1d749cc2_Gf2HvNJ4' (ID = 08e63c3f-c922-46c8-bf90-89ec707273ad) for the tests. 2023-02-19 01:53:21.601 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08e63c3f-c922-46c8-bf90-89ec707273ad' to option 'instance_type'. 2023-02-19 01:53:21.602 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08e63c3f-c922-46c8-bf90-89ec707273ad 2023-02-19 01:53:21.603 38 INFO rally.task.context [-] Verification bfce419f-295b-4695-b795-c070d3b6b89b | Context tempest@default setup() finished in 1.07 sec 2023-02-19 01:53:21.604 38 INFO rally.task.context [-] Verification bfce419f-295b-4695-b795-c070d3b6b89b | Context testr@default setup() finished in 0.38 msec 2023-02-19 01:53:21.604 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/5afd8dbf-85ec-4c6e-aeb8-9fa371828a1c'. 2023-02-19 01:53:26.971 38 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2023-02-19 01:53:26.972 38 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2023-02-19 01:54:34.856 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [61.909s] 2023-02-19 01:55:50.763 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [61.140s] 2023-02-19 01:56:52.596 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.639s] 2023-02-19 01:57:03.645 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2023-02-19 01:57:03.647 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2023-02-19 01:58:09.595 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [60.385s] 2023-02-19 01:59:11.226 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [61.613s] 2023-02-19 02:00:15.588 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [51.744s] 2023-02-19 02:10:25.643 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [602.439s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-426031785': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': 'de2f855b0e654e69f469f9c2bdfbac62',\n 'last_modified': '2023-02-19T02:00:23.206Z',\n 'name': 'tempest-TestSyncObject-426031785'}}\nactual = {'tempest-TestSyncObject-615415039': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': '4bcefa11e748d8bf0e71000b2733a3ff',\n 'last_modified': '2023-02-19T02:00:23.247Z',\n 'name': 'tempest-TestSyncObject-615415039'}}\n: Different object lists in containers." 2023-02-19 02:10:28.396 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-02-19 02:10:43.093 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.203s] 2023-02-19 02:10:51.411 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2023-02-19 02:11:42.604 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [50.208s] 2023-02-19 02:12:38.876 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [56.253s] 2023-02-19 02:13:19.900 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [41.007s] 2023-02-19 02:13:53.632 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [33.706s] 2023-02-19 02:14:33.666 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [40.017s] 2023-02-19 02:15:15.106 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [41.416s] 2023-02-19 02:16:03.399 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.273s] 2023-02-19 02:16:49.777 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.362s] 2023-02-19 02:17:29.501 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [39.705s] 2023-02-19 02:18:43.901 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [72.162s] 2023-02-19 02:19:13.421 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [29.501s] 2023-02-19 02:20:26.070 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [72.622s] 2023-02-19 02:21:03.059 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [36.972s] 2023-02-19 02:21:38.408 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [35.324s] 2023-02-19 02:22:09.895 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [31.479s] 2023-02-19 02:23:07.214 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [57.299s] 2023-02-19 02:23:49.940 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [42.708s] 2023-02-19 02:25:04.391 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [72.056s] 2023-02-19 02:26:54.677 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [110.263s] 2023-02-19 02:28:37.146 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [102.450s] 2023-02-19 02:30:31.564 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [114.401s] 2023-02-19 02:32:36.233 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [124.647s] 2023-02-19 02:34:03.492 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [87.240s] 2023-02-19 02:35:28.947 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [85.434s] 2023-02-19 02:37:40.541 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [131.573s] 2023-02-19 02:37:42.994 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.253s] 2023-02-19 02:38:33.645 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [47.994s] 2023-02-19 02:39:04.482 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [30.824s] 2023-02-19 02:40:03.273 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [58.773s] 2023-02-19 02:41:05.217 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [61.929s] 2023-02-19 02:41:35.049 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.819s] 2023-02-19 02:41:45.834 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-02-19 02:42:38.155 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [52.301s] 2023-02-19 02:43:19.485 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.319s] 2023-02-19 02:45:01.033 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [85.165s] 2023-02-19 02:46:39.680 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [81.356s] 2023-02-19 02:47:34.004 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [37.358s] 2023-02-19 02:48:12.983 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.404s] 2023-02-19 02:49:24.947 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [71.948s] 2023-02-19 02:49:32.024 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2023-02-19 02:49:32.711 38 INFO rally.task.context [-] Verification bfce419f-295b-4695-b795-c070d3b6b89b | Context testr@default cleanup() started 2023-02-19 02:49:32.712 38 INFO rally.task.context [-] Verification bfce419f-295b-4695-b795-c070d3b6b89b | Context testr@default cleanup() finished in 0.82 msec 2023-02-19 02:49:32.712 38 INFO rally.task.context [-] Verification bfce419f-295b-4695-b795-c070d3b6b89b | Context tempest@default cleanup() started 2023-02-19 02:49:32.912 38 INFO rally.task.context [-] Verification bfce419f-295b-4695-b795-c070d3b6b89b | Context tempest@default cleanup() finished in 0.20 sec 2023-02-19 02:49:32.929 38 INFO rally.api [-] Verification (UUID=78804e9c-e585-4e1d-bfe1-bb87d94d37a9) has been successfully finished for deployment 'opnfv-rally' (UUID=22cdfeaf-c3ab-455a-af4c-6d735e5c08ab)! 2023-02-19 02:49:34.691 1284 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:49:34.691 1284 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:49:34.691 1284 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:49:36.120 1286 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:49:36.120 1286 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:49:36.120 1286 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:49:38.488 1286 INFO rally.api [-] Building 'html' report for the following verification(s): '78804e9c-e585-4e1d-bfe1-bb87d94d37a9' 2023-02-19 02:49:38.507 1286 INFO rally.api [-] The report has been successfully built. 2023-02-19 02:49:39.920 1288 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:49:39.920 1288 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:49:39.920 1288 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:49:42.243 1288 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '78804e9c-e585-4e1d-bfe1-bb87d94d37a9' 2023-02-19 02:49:42.247 1288 INFO rally.api [-] The report has been successfully built.