2021-09-22 17:52:44.374 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:52:44.375 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:52:44.375 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:52:47.286 8 ERROR rally.cli.cliutils 2021-09-22 17:52:49.324 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:52:49.325 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:52:49.325 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:52:54.139 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:52:54.139 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:52:54.140 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:52:58.993 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:52:58.993 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:52:58.994 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:53:00.679 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:53:00.680 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:53:00.680 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:53:03.415 18 ERROR rally.cli.cliutils 2021-09-22 17:53:05.297 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:53:05.298 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:53:05.298 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:53:08.044 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:53:08.111 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a8feaf16-a5a2-4c59-9fb7-5ca57e6311be/repo. 2021-09-22 17:53:08.417 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a8feaf16-a5a2-4c59-9fb7-5ca57e6311be/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-09-22 17:53:08.467 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:53:08.477 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:53:08.485 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:53:08.568 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:53:09.410 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a8feaf16-a5a2-4c59-9fb7-5ca57e6311be) has been successfully created! 2021-09-22 17:53:11.284 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:53:11.285 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:53:11.285 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:53:18.003 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:53:18.003 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:53:18.004 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:53:20.805 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a8feaf16-a5a2-4c59-9fb7-5ca57e6311be) for deployment 'opnfv-rally' (UUID=7e9839e7-17bd-4b2b-80e6-98dd39f49fca). 2021-09-22 17:53:21.334 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a8feaf16-a5a2-4c59-9fb7-5ca57e6311be) has been successfully configured for deployment 'opnfv-rally' (UUID=7e9839e7-17bd-4b2b-80e6-98dd39f49fca)! 2021-09-22 17:53:30.941 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:53:30.941 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:53:30.941 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:53:33.700 36 INFO rally.api [-] Starting verification (UUID=811efa0c-67e3-4d6a-81e2-42a9a959d7a1) for deployment 'opnfv-rally' (UUID=7e9839e7-17bd-4b2b-80e6-98dd39f49fca) by verifier 'opnfv-tempest' (UUID=a8feaf16-a5a2-4c59-9fb7-5ca57e6311be). 2021-09-22 17:53:34.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:53:34.453 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a8feaf16-a5a2-4c59-9fb7-5ca57e6311be/for-deployment-7e9839e7-17bd-4b2b-80e6-98dd39f49fca/tempest.log' to option 'log_file'. 2021-09-22 17:53:34.454 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a8feaf16-a5a2-4c59-9fb7-5ca57e6311be/for-deployment-7e9839e7-17bd-4b2b-80e6-98dd39f49fca/tempest.log 2021-09-22 17:53:34.454 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:53:34.454 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a8feaf16-a5a2-4c59-9fb7-5ca57e6311be/for-deployment-7e9839e7-17bd-4b2b-80e6-98dd39f49fca/lock_files' to option 'lock_path'. 2021-09-22 17:53:34.455 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a8feaf16-a5a2-4c59-9fb7-5ca57e6311be/for-deployment-7e9839e7-17bd-4b2b-80e6-98dd39f49fca/lock_files 2021-09-22 17:53:34.455 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:53:34.455 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-09-22 17:53:34.456 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 219e62f5-9c6b-4fb7-84da-d9e7ca65fbba 2021-09-22 17:53:34.456 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1c91cce5-c08c-4437-9bf2-952a0b6b0329 2021-09-22 17:53:34.457 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c0b49ef4-7571-42f9-8151-c6bdc5dcf436 2021-09-22 17:53:34.458 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c24e7ee2-72e2-47e0-ad52-7e5cb45d046a 2021-09-22 17:53:34.686 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:53:34.686 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_eb4a68c1-946a-4bd6-b22a-e6af0b5bb8bb 2021-09-22 17:53:34.687 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:53:34.786 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:53:34.818 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-09-22 17:53:34.818 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_811efa0c_NZJDWuv2' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-09-22 17:53:34.853 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_811efa0c_NZJDWuv2' (ID = e5cde9fa-f629-45ab-b39f-e2f32e283480) has been successfully created! 2021-09-22 17:53:34.853 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e5cde9fa-f629-45ab-b39f-e2f32e283480' to option 'instance_type'. 2021-09-22 17:53:34.853 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e5cde9fa-f629-45ab-b39f-e2f32e283480 2021-09-22 17:53:34.855 36 INFO rally.task.context [-] Verification a8feaf16-a5a2-4c59-9fb7-5ca57e6311be | Context tempest@default setup() finished in 0.96 sec 2021-09-22 17:53:34.856 36 INFO rally.task.context [-] Verification a8feaf16-a5a2-4c59-9fb7-5ca57e6311be | Context testr@default setup() finished in 0.36 msec 2021-09-22 17:53:34.856 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7a8ea03b-04ad-4d0e-a231-798cbc96cc1d'. 2021-09-22 17:53:39.864 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-09-22 17:53:39.866 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-09-22 17:55:25.500 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [96.875s] 2021-09-22 17:57:02.513 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [81.679s] 2021-09-22 17:58:44.785 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [73.113s] 2021-09-22 17:58:56.035 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-09-22 17:58:56.037 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2021-09-22 18:00:47.823 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [104.689s] 2021-09-22 18:01:55.877 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [68.038s] 2021-09-22 18:03:22.988 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [71.306s] 2021-09-22 18:13:33.080 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [602.353s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-864216104': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': 'a84190cb0a1f4f4e4b6190ff84ea9845',\n 'last_modified': '2021-09-22T18:03:30.721Z',\n 'name': 'tempest-TestSyncObject-864216104'}}\nactual = {'tempest-TestSyncObject-453350408': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': '5259fa0f8b37aa02f636ab4eba83ba73',\n 'last_modified': '2021-09-22T18:03:30.762Z',\n 'name': 'tempest-TestSyncObject-453350408'}}\n: Different object lists in containers." 2021-09-22 18:13:39.908 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.003s]: b'Skipped because object extension: container_sync is not enabled' 2021-09-22 18:13:55.098 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.953s] 2021-09-22 18:14:05.734 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-09-22 18:14:05.737 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b'Skipped as no physnet is available in config for placement based QoS allocation.' 2021-09-22 18:15:03.300 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [56.507s] 2021-09-22 18:16:03.311 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [59.988s] 2021-09-22 18:16:59.843 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [56.511s] 2021-09-22 18:18:02.934 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [63.068s] 2021-09-22 18:23:47.475 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [344.489s] 2021-09-22 18:25:12.619 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [85.124s] 2021-09-22 18:27:44.299 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [151.648s] 2021-09-22 18:28:33.123 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [48.805s] 2021-09-22 18:29:16.676 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [43.541s] 2021-09-22 18:30:20.266 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [61.371s] 2021-09-22 18:30:56.495 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [36.212s] 2021-09-22 18:32:01.013 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [64.497s] 2021-09-22 18:32:39.356 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [38.327s] 2021-09-22 18:33:41.663 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [62.286s] 2021-09-22 18:34:18.113 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [36.434s] 2021-09-22 18:35:23.269 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [65.132s] 2021-09-22 18:36:12.094 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [48.804s] 2021-09-22 18:38:33.378 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [138.838s] 2021-09-22 18:42:37.524 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... fail [244.115s] 2021-09-22 18:43:56.064 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [78.521s] 2021-09-22 18:45:11.654 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [75.568s] 2021-09-22 18:46:58.730 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [107.057s] 2021-09-22 18:48:00.776 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [62.029s] 2021-09-22 18:49:03.162 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [62.371s] 2021-09-22 18:51:56.837 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [173.651s] 2021-09-22 18:51:59.448 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.304s] 2021-09-22 18:52:56.387 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [54.184s] 2021-09-22 18:53:36.618 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [40.219s] 2021-09-22 18:54:24.322 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [47.690s] 2021-09-22 18:55:13.490 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [49.154s] 2021-09-22 18:55:40.729 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.104s] 2021-09-22 18:56:44.277 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.294s] 2021-09-22 18:57:22.519 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [38.237s] 2021-09-22 18:58:58.700 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [87.905s] 2021-09-22 19:00:30.212 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [82.377s] 2021-09-22 19:01:11.279 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [33.132s] 2021-09-22 19:01:47.299 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.561s] 2021-09-22 19:02:56.165 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [68.849s] 2021-09-22 19:03:04.671 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-09-22 19:03:05.231 36 INFO rally.task.context [-] Verification a8feaf16-a5a2-4c59-9fb7-5ca57e6311be | Context testr@default cleanup() started 2021-09-22 19:03:05.232 36 INFO rally.task.context [-] Verification a8feaf16-a5a2-4c59-9fb7-5ca57e6311be | Context testr@default cleanup() finished in 0.74 msec 2021-09-22 19:03:05.232 36 INFO rally.task.context [-] Verification a8feaf16-a5a2-4c59-9fb7-5ca57e6311be | Context tempest@default cleanup() started 2021-09-22 19:03:05.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_811efa0c_NZJDWuv2'. 2021-09-22 19:03:05.596 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_811efa0c_NZJDWuv2' has been deleted. 2021-09-22 19:03:05.598 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e5cde9fa-f629-45ab-b39f-e2f32e283480' of option 'instance_type' from Tempest config file. 2021-09-22 19:03:05.598 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e5cde9fa-f629-45ab-b39f-e2f32e283480' has been removed. 2021-09-22 19:03:05.600 36 INFO rally.task.context [-] Verification a8feaf16-a5a2-4c59-9fb7-5ca57e6311be | Context tempest@default cleanup() finished in 0.37 sec 2021-09-22 19:03:05.628 36 INFO rally.api [-] Verification (UUID=811efa0c-67e3-4d6a-81e2-42a9a959d7a1) has been successfully finished for deployment 'opnfv-rally' (UUID=7e9839e7-17bd-4b2b-80e6-98dd39f49fca)! 2021-09-22 19:03:07.411 1116 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 19:03:07.411 1116 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 19:03:07.411 1116 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 19:03:08.926 1118 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 19:03:08.926 1118 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 19:03:08.926 1118 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 19:03:11.127 1118 INFO rally.api [-] Building 'html' report for the following verification(s): '811efa0c-67e3-4d6a-81e2-42a9a959d7a1' 2021-09-22 19:03:11.147 1118 INFO rally.api [-] The report has been successfully built. 2021-09-22 19:03:12.627 1120 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 19:03:12.627 1120 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 19:03:12.628 1120 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 19:03:14.810 1120 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '811efa0c-67e3-4d6a-81e2-42a9a959d7a1' 2021-09-22 19:03:14.815 1120 INFO rally.api [-] The report has been successfully built.