2021-02-06 00:56:12.965 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:12.966 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:12.966 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:15.639 24 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-02-06 00:56:15.639 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-06 00:56:15.639 24 ERROR rally.cli.cliutils 2021-02-06 00:56:17.445 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:17.446 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:17.446 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:22.380 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:22.380 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:22.381 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:29.011 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:29.012 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:29.012 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:30.707 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:30.708 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:30.708 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:33.540 34 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-02-06 00:56:33.540 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-06 00:56:33.540 34 ERROR rally.cli.cliutils 2021-02-06 00:56:35.580 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:35.580 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:35.581 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:38.270 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-06 00:56:38.318 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-84e91b3b-a09c-4ed2-b9ca-fd905aee94b9/repo. 2021-02-06 00:56:38.611 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-84e91b3b-a09c-4ed2-b9ca-fd905aee94b9/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-06 00:56:38.655 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-06 00:56:38.665 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-06 00:56:38.689 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-06 00:56:38.786 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-06 00:56:39.700 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84e91b3b-a09c-4ed2-b9ca-fd905aee94b9) has been successfully created! 2021-02-06 00:56:41.710 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:41.710 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:41.711 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:48.244 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:56:48.245 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:56:48.245 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:56:51.070 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=84e91b3b-a09c-4ed2-b9ca-fd905aee94b9) for deployment 'opnfv-rally' (UUID=a93659dd-19c3-4128-9cac-ec82f29d28e7). 2021-02-06 00:56:51.972 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84e91b3b-a09c-4ed2-b9ca-fd905aee94b9) has been successfully configured for deployment 'opnfv-rally' (UUID=a93659dd-19c3-4128-9cac-ec82f29d28e7)! 2021-02-06 00:57:02.497 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:57:02.498 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:57:02.498 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:57:05.751 52 INFO rally.api [-] Starting verification (UUID=86c4aeb1-df77-45ea-9b3b-6696e8478b7c) for deployment 'opnfv-rally' (UUID=a93659dd-19c3-4128-9cac-ec82f29d28e7) by verifier 'opnfv-tempest' (UUID=84e91b3b-a09c-4ed2-b9ca-fd905aee94b9). 2021-02-06 00:57:06.705 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-06 00:57:06.762 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-06 00:57:06.763 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-84e91b3b-a09c-4ed2-b9ca-fd905aee94b9/for-deployment-a93659dd-19c3-4128-9cac-ec82f29d28e7/tempest.log' to option 'log_file'. 2021-02-06 00:57:06.763 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-84e91b3b-a09c-4ed2-b9ca-fd905aee94b9/for-deployment-a93659dd-19c3-4128-9cac-ec82f29d28e7/tempest.log 2021-02-06 00:57:06.763 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-06 00:57:06.763 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-84e91b3b-a09c-4ed2-b9ca-fd905aee94b9/for-deployment-a93659dd-19c3-4128-9cac-ec82f29d28e7/lock_files' to option 'lock_path'. 2021-02-06 00:57:06.763 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-84e91b3b-a09c-4ed2-b9ca-fd905aee94b9/for-deployment-a93659dd-19c3-4128-9cac-ec82f29d28e7/lock_files 2021-02-06 00:57:06.764 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-06 00:57:06.764 52 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-02-06 00:57:06.764 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 46e4f076-7356-4b95-9fbc-4ab2b0efab61 2021-02-06 00:57:06.764 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e4f5d035-23fb-49d1-a53c-880826106e11 2021-02-06 00:57:06.764 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b188cc89-eaae-4a63-a4ff-6ee338b95c06 2021-02-06 00:57:06.765 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8627b947-112f-4a5f-ba82-2f300cca7aa7 2021-02-06 00:57:07.199 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-06 00:57:07.199 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_81e9b1b6-e7d1-486f-bf9e-99412e87dc96 2021-02-06 00:57:07.200 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-06 00:57:07.280 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-06 00:57:07.318 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-06 00:57:07.318 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_86c4aeb1_WalkFFei' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-06 00:57:07.365 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_86c4aeb1_WalkFFei' (ID = cc52d99d-2f45-4007-bd83-87c3cc9751f9) has been successfully created! 2021-02-06 00:57:07.365 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cc52d99d-2f45-4007-bd83-87c3cc9751f9' to option 'instance_type'. 2021-02-06 00:57:07.366 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cc52d99d-2f45-4007-bd83-87c3cc9751f9 2021-02-06 00:57:07.367 52 INFO rally.task.context [-] Verification 84e91b3b-a09c-4ed2-b9ca-fd905aee94b9 | Context tempest@default setup() finished in 1.06 sec 2021-02-06 00:57:07.368 52 INFO rally.task.context [-] Verification 84e91b3b-a09c-4ed2-b9ca-fd905aee94b9 | Context testr@default setup() finished in 0.47 msec 2021-02-06 00:57:07.369 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/a5d873f5-ac54-4aa0-840b-cbd8ac211f2c'. 2021-02-06 00:57:12.838 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-02-06 00:57:12.839 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-02-06 00:58:46.546 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [83.960s] 2021-02-06 01:00:37.165 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [86.323s] 2021-02-06 01:02:00.130 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [45.666s] 2021-02-06 01:02:16.927 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-02-06 01:02:16.932 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2021-02-06 01:04:01.616 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [95.387s] 2021-02-06 01:05:35.673 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [94.028s] 2021-02-06 01:07:00.773 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [64.599s] 2021-02-06 01:07:12.068 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest ... skip: b'ContainerSyncTest skipped as swift is not available' 2021-02-06 01:07:12.075 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest ... skip: b'ContainerSyncMiddlewareTest skipped as swift is not available' 2021-02-06 01:07:29.639 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.108s] 2021-02-06 01:07:46.020 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-02-06 01:07:46.025 52 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-02-06 01:08:50.763 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [61.001s] 2021-02-06 01:10:03.409 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [72.604s] 2021-02-06 01:10:57.508 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [54.062s] 2021-02-06 01:11:41.805 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [44.274s] 2021-02-06 01:12:32.524 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [50.703s] 2021-02-06 01:13:25.973 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [53.414s] 2021-02-06 01:14:23.947 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [57.938s] 2021-02-06 01:15:17.601 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [53.628s] 2021-02-06 01:16:04.160 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [46.539s] 2021-02-06 01:17:29.093 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [79.240s] 2021-02-06 01:20:10.459 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... fail [161.334s] 2021-02-06 01:22:02.327 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [111.834s] 2021-02-06 01:22:58.834 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [56.496s] 2021-02-06 01:23:56.423 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [57.562s] 2021-02-06 01:24:44.335 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [47.892s] 2021-02-06 01:25:58.634 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [74.263s] 2021-02-06 01:26:51.118 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [52.457s] 2021-02-06 01:28:15.886 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [79.084s] 2021-02-06 01:29:48.043 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [92.130s] 2021-02-06 01:31:35.495 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [107.422s] 2021-02-06 01:33:23.133 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [107.612s] 2021-02-06 01:34:58.801 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [95.639s] 2021-02-06 01:36:29.277 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [90.464s] 2021-02-06 01:37:58.929 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [89.629s] 2021-02-06 01:39:25.921 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [86.968s] 2021-02-06 01:39:27.940 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: b'TestObjectStorageBasicOps skipped as swift is not available' 2021-02-06 01:40:47.829 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [74.821s] 2021-02-06 01:41:38.353 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [50.509s] 2021-02-06 01:42:46.725 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [68.350s] 2021-02-06 01:43:51.615 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... fail [64.871s] 2021-02-06 01:44:33.001 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [36.187s] 2021-02-06 01:46:33.716 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [110.645s] 2021-02-06 01:47:28.409 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [54.681s] 2021-02-06 01:50:15.567 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [150.638s] 2021-02-06 01:52:37.646 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [124.230s] 2021-02-06 01:53:39.411 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [45.000s] 2021-02-06 01:54:36.421 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [31.915s] 2021-02-06 01:56:04.493 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [88.053s] 2021-02-06 01:56:23.397 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-02-06 01:56:24.019 52 INFO rally.task.context [-] Verification 84e91b3b-a09c-4ed2-b9ca-fd905aee94b9 | Context testr@default cleanup() started 2021-02-06 01:56:24.019 52 INFO rally.task.context [-] Verification 84e91b3b-a09c-4ed2-b9ca-fd905aee94b9 | Context testr@default cleanup() finished in 0.63 msec 2021-02-06 01:56:24.020 52 INFO rally.task.context [-] Verification 84e91b3b-a09c-4ed2-b9ca-fd905aee94b9 | Context tempest@default cleanup() started 2021-02-06 01:56:24.575 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-06 01:56:24.704 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-06 01:56:24.741 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_86c4aeb1_WalkFFei'. 2021-02-06 01:56:24.992 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_86c4aeb1_WalkFFei' has been deleted. 2021-02-06 01:56:24.994 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'cc52d99d-2f45-4007-bd83-87c3cc9751f9' of option 'instance_type' from Tempest config file. 2021-02-06 01:56:24.994 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'cc52d99d-2f45-4007-bd83-87c3cc9751f9' has been removed. 2021-02-06 01:56:24.996 52 INFO rally.task.context [-] Verification 84e91b3b-a09c-4ed2-b9ca-fd905aee94b9 | Context tempest@default cleanup() finished in 0.98 sec 2021-02-06 01:56:25.024 52 INFO rally.api [-] Verification (UUID=86c4aeb1-df77-45ea-9b3b-6696e8478b7c) has been successfully finished for deployment 'opnfv-rally' (UUID=a93659dd-19c3-4128-9cac-ec82f29d28e7)! 2021-02-06 01:56:27.382 814 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:56:27.383 814 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:56:27.383 814 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:56:29.203 816 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:56:29.204 816 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:56:29.204 816 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:56:32.026 816 INFO rally.api [-] Building 'html' report for the following verification(s): '86c4aeb1-df77-45ea-9b3b-6696e8478b7c' 2021-02-06 01:56:32.046 816 INFO rally.api [-] The report has been successfully built. 2021-02-06 01:56:33.954 818 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 01:56:33.955 818 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 01:56:33.955 818 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 01:56:36.648 818 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '86c4aeb1-df77-45ea-9b3b-6696e8478b7c' 2021-02-06 01:56:36.652 818 INFO rally.api [-] The report has been successfully built.