2021-08-16 19:06:16.848 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:16.849 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:16.849 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:19.536 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-08-16 19:06:19.536 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 19:06:19.536 8 ERROR rally.cli.cliutils 2021-08-16 19:06:21.023 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:21.023 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:21.023 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:25.172 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:25.173 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:25.173 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:30.161 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:30.161 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:30.162 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:31.531 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:31.532 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:31.532 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:34.175 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-08-16 19:06:34.175 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 19:06:34.175 18 ERROR rally.cli.cliutils 2021-08-16 19:06:35.688 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:35.688 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:35.688 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:38.116 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 19:06:38.155 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/repo. 2021-08-16 19:06:38.466 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 19:06:38.481 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 19:06:38.488 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 19:06:38.498 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 19:06:38.559 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 19:06:39.405 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9f1b9886-3e7e-4cbe-ab70-602039621db7) has been successfully created! 2021-08-16 19:06:41.040 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:41.041 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:41.041 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:45.980 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:45.981 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:45.981 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:06:48.765 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9f1b9886-3e7e-4cbe-ab70-602039621db7) for deployment 'opnfv-rally' (UUID=23554195-a37d-46f7-870f-9fd23715d4ee). 2021-08-16 19:06:49.189 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9f1b9886-3e7e-4cbe-ab70-602039621db7) has been successfully configured for deployment 'opnfv-rally' (UUID=23554195-a37d-46f7-870f-9fd23715d4ee)! 2021-08-16 19:06:58.477 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:06:58.478 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:06:58.478 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:07:00.850 38 INFO rally.api [-] Starting verification (UUID=fdd446ee-4e53-478f-99d0-aefac7dbe21c) for deployment 'opnfv-rally' (UUID=23554195-a37d-46f7-870f-9fd23715d4ee) by verifier 'opnfv-tempest' (UUID=9f1b9886-3e7e-4cbe-ab70-602039621db7). 2021-08-16 19:07:01.653 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 19:07:01.654 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/for-deployment-23554195-a37d-46f7-870f-9fd23715d4ee/tempest.log' to option 'log_file'. 2021-08-16 19:07:01.655 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/for-deployment-23554195-a37d-46f7-870f-9fd23715d4ee/tempest.log 2021-08-16 19:07:01.655 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 19:07:01.655 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/for-deployment-23554195-a37d-46f7-870f-9fd23715d4ee/lock_files' to option 'lock_path'. 2021-08-16 19:07:01.656 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/for-deployment-23554195-a37d-46f7-870f-9fd23715d4ee/lock_files 2021-08-16 19:07:01.656 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 19:07:01.656 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/for-deployment-23554195-a37d-46f7-870f-9fd23715d4ee' to option 'img_dir'. 2021-08-16 19:07:01.657 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-9f1b9886-3e7e-4cbe-ab70-602039621db7/for-deployment-23554195-a37d-46f7-870f-9fd23715d4ee 2021-08-16 19:07:01.657 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 2021-08-16 19:07:01.657 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cab42df9-7f81-45e7-b1ba-1e9c5b629e60 2021-08-16 19:07:01.657 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 55a2c22f-9e6e-4cbc-985e-b0e09c3aadd9 2021-08-16 19:07:01.658 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 382a1412-5484-44b7-abfd-79c9eba2cf92 2021-08-16 19:07:01.659 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c82028ce-76a1-4334-8cac-36d0bec91ede 2021-08-16 19:07:01.954 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 19:07:01.954 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_a1b39a4b-d792-43de-b91c-aaf6679508a7 2021-08-16 19:07:01.955 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 19:07:02.051 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 19:07:02.087 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6e7d1d2a_nU2r0qVy'. Using flavor 'rally_verify_6e7d1d2a_nU2r0qVy' (ID = b316cb29-44f5-47c1-b943-ab0950c6d3a7) for the tests. 2021-08-16 19:07:02.087 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b316cb29-44f5-47c1-b943-ab0950c6d3a7' to option 'instance_type'. 2021-08-16 19:07:02.087 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b316cb29-44f5-47c1-b943-ab0950c6d3a7 2021-08-16 19:07:02.089 38 INFO rally.task.context [-] Verification 9f1b9886-3e7e-4cbe-ab70-602039621db7 | Context tempest@default setup() finished in 1.05 sec 2021-08-16 19:07:02.090 38 INFO rally.task.context [-] Verification 9f1b9886-3e7e-4cbe-ab70-602039621db7 | Context testr@default setup() finished in 0.59 msec 2021-08-16 19:07:02.090 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/a1dea78a-b362-4e55-a53a-b6b381e2165d'. 2021-08-16 19:07:06.633 38 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-08-16 19:07:06.634 38 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-08-16 19:08:09.561 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [58.025s] 2021-08-16 19:09:17.867 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [55.297s] 2021-08-16 19:10:17.334 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.973s] 2021-08-16 19:10:27.352 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-08-16 19:10:27.355 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2021-08-16 19:11:31.087 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [58.582s] 2021-08-16 19:12:27.406 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [56.300s] 2021-08-16 19:13:27.592 38 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [48.113s] 2021-08-16 19:23:37.555 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [602.370s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-388237784': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': '9461ac06292365f72fd2aeabc6a67f5d',\n 'last_modified': '2021-08-16T19:13:35.194Z',\n 'name': 'tempest-TestSyncObject-388237784'}}\nactual = {'tempest-TestSyncObject-1132181314': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': '675db927f62e92da990f11ebf509b64c',\n 'last_modified': '2021-08-16T19:13:35.235Z',\n 'name': 'tempest-TestSyncObject-1132181314'}}\n: Different object lists in containers." 2021-08-16 19:23:40.512 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' 2021-08-16 19:23:54.684 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.982s] 2021-08-16 19:24:04.402 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-08-16 19:24:54.023 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [48.541s] 2021-08-16 19:25:54.123 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [60.077s] 2021-08-16 19:26:32.950 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [38.807s] 2021-08-16 19:27:04.326 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [31.362s] 2021-08-16 19:27:45.810 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [41.466s] 2021-08-16 19:28:25.925 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [40.093s] 2021-08-16 19:29:10.268 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [44.319s] 2021-08-16 19:29:51.653 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [41.369s] 2021-08-16 19:30:28.574 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [36.909s] 2021-08-16 19:31:42.850 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [71.868s] 2021-08-16 19:32:12.186 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [29.313s] 2021-08-16 19:33:16.957 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [64.748s] 2021-08-16 19:33:53.867 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [36.893s] 2021-08-16 19:34:28.131 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [34.246s] 2021-08-16 19:35:01.056 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [32.911s] 2021-08-16 19:36:04.680 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [63.598s] 2021-08-16 19:36:40.009 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [35.307s] 2021-08-16 19:37:58.617 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [76.083s] 2021-08-16 19:40:32.746 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [154.113s] 2021-08-16 19:42:44.667 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [131.899s] 2021-08-16 19:45:05.885 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [141.192s] 2021-08-16 19:46:59.208 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [113.301s] 2021-08-16 19:48:59.611 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [120.381s] 2021-08-16 19:50:46.789 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [107.158s] 2021-08-16 19:52:43.654 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [116.854s] 2021-08-16 19:52:46.389 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.284s] 2021-08-16 19:53:35.720 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [46.550s] 2021-08-16 19:54:06.988 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [31.255s] 2021-08-16 19:55:07.302 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [60.298s] 2021-08-16 19:56:09.184 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [61.865s] 2021-08-16 19:56:35.933 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [22.542s] 2021-08-16 19:56:46.717 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance ... skip [0.000s]: b'Shelve migrate not available.' 2021-08-16 19:57:40.649 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [53.914s] 2021-08-16 19:58:20.679 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [40.024s] 2021-08-16 19:59:50.528 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [73.250s] 2021-08-16 20:01:20.302 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [73.099s] 2021-08-16 20:02:08.164 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [31.380s] 2021-08-16 20:02:46.685 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [21.823s] 2021-08-16 20:03:54.836 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [68.136s] 2021-08-16 20:04:02.355 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-08-16 20:04:02.942 38 INFO rally.task.context [-] Verification 9f1b9886-3e7e-4cbe-ab70-602039621db7 | Context testr@default cleanup() started 2021-08-16 20:04:02.943 38 INFO rally.task.context [-] Verification 9f1b9886-3e7e-4cbe-ab70-602039621db7 | Context testr@default cleanup() finished in 0.95 msec 2021-08-16 20:04:02.943 38 INFO rally.task.context [-] Verification 9f1b9886-3e7e-4cbe-ab70-602039621db7 | Context tempest@default cleanup() started 2021-08-16 20:04:03.173 38 INFO rally.task.context [-] Verification 9f1b9886-3e7e-4cbe-ab70-602039621db7 | Context tempest@default cleanup() finished in 0.23 sec 2021-08-16 20:04:03.192 38 INFO rally.api [-] Verification (UUID=fdd446ee-4e53-478f-99d0-aefac7dbe21c) has been successfully finished for deployment 'opnfv-rally' (UUID=23554195-a37d-46f7-870f-9fd23715d4ee)! 2021-08-16 20:04:04.917 1545 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:04.918 1545 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:04.918 1545 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:06.352 1547 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:06.353 1547 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:06.353 1547 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:08.719 1547 INFO rally.api [-] Building 'html' report for the following verification(s): 'fdd446ee-4e53-478f-99d0-aefac7dbe21c' 2021-08-16 20:04:08.739 1547 INFO rally.api [-] The report has been successfully built. 2021-08-16 20:04:10.251 1549 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:10.251 1549 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:10.251 1549 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:12.656 1549 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fdd446ee-4e53-478f-99d0-aefac7dbe21c' 2021-08-16 20:04:12.660 1549 INFO rally.api [-] The report has been successfully built.