2020-12-14 01:19:48.916 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:19:48.922 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:19:48.924 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 01:20:18.132 10 ERROR rally.cli.cliutils 2020-12-14 01:20:33.655 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:20:33.661 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:20:33.663 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:21:19.934 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:21:19.939 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:21:19.941 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:22:08.629 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:22:08.635 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:22:08.636 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:22:24.012 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:22:24.018 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:22:24.019 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 01:22:52.295 61 ERROR rally.cli.cliutils 2020-12-14 01:23:08.332 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:23:08.338 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:23:08.339 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:23:36.354 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 01:23:36.887 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f58a9e8b-8d0c-449d-a02d-21a8306c6020/repo. 2020-12-14 01:23:37.813 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f58a9e8b-8d0c-449d-a02d-21a8306c6020/repo'... done. ' 2020-12-14 01:23:37.888 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 01:23:37.969 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 01:23:38.794 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 01:23:47.208 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f58a9e8b-8d0c-449d-a02d-21a8306c6020) has been successfully created! 2020-12-14 01:24:03.144 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:24:03.152 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:24:03.154 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:24:47.822 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:24:47.828 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:24:47.829 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:25:15.573 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f58a9e8b-8d0c-449d-a02d-21a8306c6020) for deployment 'opnfv-rally' (UUID=9f25de5f-ec58-402e-a3e0-6b3d65027140). 2020-12-14 01:25:17.619 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f58a9e8b-8d0c-449d-a02d-21a8306c6020) has been successfully configured for deployment 'opnfv-rally' (UUID=9f25de5f-ec58-402e-a3e0-6b3d65027140)! 2020-12-14 01:26:55.514 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:26:55.520 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:26:55.521 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:27:24.579 161 INFO rally.api [-] Starting verification (UUID=15cc7f8c-fcb8-484a-be56-048f8acd938d) for deployment 'opnfv-rally' (UUID=9f25de5f-ec58-402e-a3e0-6b3d65027140) by verifier 'opnfv-tempest' (UUID=f58a9e8b-8d0c-449d-a02d-21a8306c6020). 2020-12-14 01:27:29.767 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 01:27:29.769 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f58a9e8b-8d0c-449d-a02d-21a8306c6020/for-deployment-9f25de5f-ec58-402e-a3e0-6b3d65027140/tempest.log' to option 'log_file'. 2020-12-14 01:27:29.771 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f58a9e8b-8d0c-449d-a02d-21a8306c6020/for-deployment-9f25de5f-ec58-402e-a3e0-6b3d65027140/tempest.log 2020-12-14 01:27:29.773 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 01:27:29.774 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f58a9e8b-8d0c-449d-a02d-21a8306c6020/for-deployment-9f25de5f-ec58-402e-a3e0-6b3d65027140/lock_files' to option 'lock_path'. 2020-12-14 01:27:29.776 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f58a9e8b-8d0c-449d-a02d-21a8306c6020/for-deployment-9f25de5f-ec58-402e-a3e0-6b3d65027140/lock_files 2020-12-14 01:27:29.778 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 01:27:29.780 161 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 2020-12-14 01:27:29.782 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 376dbc58-0ba1-441a-afe9-cf0b703c7011 2020-12-14 01:27:29.783 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = dce7d4a7-fb50-428d-8d25-2165b4fadf07 2020-12-14 01:27:29.787 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d26caef2-25c6-4210-b3eb-833b2e732bdc 2020-12-14 01:27:29.790 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 57736f0d-49e2-4bcf-b9bb-f31f61a00f48 2020-12-14 01:27:30.490 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 01:27:30.493 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_85214e35-2aab-4294-9a48-45b27036dd9f 2020-12-14 01:27:30.496 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 01:27:31.378 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 01:27:31.603 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_eb22c75d_bObQWAdZ'. Using flavor 'rally_verify_eb22c75d_bObQWAdZ' (ID = cdad8710-7950-47f7-9ffa-2d92c2d7e88e) for the tests. 2020-12-14 01:27:31.607 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cdad8710-7950-47f7-9ffa-2d92c2d7e88e' to option 'instance_type'. 2020-12-14 01:27:31.610 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cdad8710-7950-47f7-9ffa-2d92c2d7e88e 2020-12-14 01:27:31.620 161 INFO rally.task.context [-] Verification f58a9e8b-8d0c-449d-a02d-21a8306c6020 | Context tempest@default setup() finished in 5.82 sec 2020-12-14 01:27:31.624 161 INFO rally.task.context [-] Verification f58a9e8b-8d0c-449d-a02d-21a8306c6020 | Context testr@default setup() finished in 1.34 msec 2020-12-14 01:27:31.625 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/804edf1e-5363-4ab0-b49e-70cce32f8c3f'. 2020-12-14 01:28:17.347 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-14 01:28:17.357 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-14 01:29:49.210 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [84.589s] 2020-12-14 01:31:44.891 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [98.341s] 2020-12-14 01:32:55.278 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.580s] 2020-12-14 01:33:12.654 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-12-14 01:33:12.664 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-12-14 01:34:39.074 161 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [79.605s] 2020-12-14 01:35:52.618 161 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [73.431s] 2020-12-14 01:37:19.391 161 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [70.506s] 2020-12-14 01:47:37.938 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [608.913s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-1057962548': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': 'c526bd30f2a1e246a7cc104e5b8b1c42',\n 'last_modified': '2020-12-14T01:37:28.793Z',\n 'name': 'tempest-TestSyncObject-1057962548'}}\nactual = {'tempest-TestSyncObject-1354760086': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': 'f91230b4f1e49f3ceb497b3de41c6290',\n 'last_modified': '2020-12-14T01:37:28.907Z',\n 'name': 'tempest-TestSyncObject-1354760086'}}\n: Different object lists in containers." 2020-12-14 01:47:45.989 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.013s]: b'Skipped because object extension: container_sync is not enabled' 2020-12-14 01:48:04.608 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.521s] 2020-12-14 01:48:14.881 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-12-14 01:48:14.890 161 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.' 2020-12-14 01:49:32.259 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [75.607s] 2020-12-14 01:50:45.699 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [73.248s] 2020-12-14 01:51:36.899 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [51.056s] 2020-12-14 01:52:27.147 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [50.098s] 2020-12-14 01:53:15.591 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [48.333s] 2020-12-14 01:54:01.270 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [45.590s] 2020-12-14 01:54:54.867 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [53.475s] 2020-12-14 01:55:48.964 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [53.967s] 2020-12-14 01:56:46.253 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [57.168s] 2020-12-14 01:58:18.938 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [89.144s] 2020-12-14 01:59:05.496 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [46.483s] 2020-12-14 02:00:35.840 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [90.164s] 2020-12-14 02:01:29.362 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [53.411s] 2020-12-14 02:02:27.770 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [58.251s] 2020-12-14 02:03:06.237 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [38.383s] 2020-12-14 02:04:22.373 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [75.910s] 2020-12-14 02:05:19.650 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [57.134s] 2020-12-14 02:07:33.914 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [126.593s] 2020-12-14 02:09:14.161 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [100.102s] 2020-12-14 02:11:03.433 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [109.136s] 2020-12-14 02:12:48.785 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [105.212s] 2020-12-14 02:14:13.542 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [84.636s] 2020-12-14 02:16:02.734 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [109.074s] 2020-12-14 02:17:28.842 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [86.010s] 2020-12-14 02:19:49.630 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [140.705s] 2020-12-14 02:19:53.490 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.524s] 2020-12-14 02:21:03.119 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [65.247s] 2020-12-14 02:21:41.482 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.305s] 2020-12-14 02:22:46.917 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [65.338s] 2020-12-14 02:23:47.047 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [60.054s] 2020-12-14 02:24:14.756 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.360s] 2020-12-14 02:24:26.893 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance ... skip [0.001s]: b'Shelve migrate not available.' 2020-12-14 02:25:30.433 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [63.438s] 2020-12-14 02:26:15.936 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.490s] 2020-12-14 02:28:18.292 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [101.869s] 2020-12-14 02:30:54.963 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [142.239s] 2020-12-14 02:31:59.380 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [48.577s] 2020-12-14 02:32:42.968 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [27.739s] 2020-12-14 02:34:08.957 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [85.842s] 2020-12-14 02:34:19.248 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-12-14 02:34:22.561 161 INFO rally.task.context [-] Verification f58a9e8b-8d0c-449d-a02d-21a8306c6020 | Context testr@default cleanup() started 2020-12-14 02:34:22.565 161 INFO rally.task.context [-] Verification f58a9e8b-8d0c-449d-a02d-21a8306c6020 | Context testr@default cleanup() finished in 4.05 msec 2020-12-14 02:34:22.568 161 INFO rally.task.context [-] Verification f58a9e8b-8d0c-449d-a02d-21a8306c6020 | Context tempest@default cleanup() started 2020-12-14 02:34:23.001 161 INFO rally.task.context [-] Verification f58a9e8b-8d0c-449d-a02d-21a8306c6020 | Context tempest@default cleanup() finished in 0.43 sec 2020-12-14 02:34:23.086 161 INFO rally.api [-] Verification (UUID=15cc7f8c-fcb8-484a-be56-048f8acd938d) has been successfully finished for deployment 'opnfv-rally' (UUID=9f25de5f-ec58-402e-a3e0-6b3d65027140)! 2020-12-14 02:34:37.469 944 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:34:37.474 944 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:34:37.476 944 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:34:52.922 950 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:34:52.927 950 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:34:52.929 950 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:35:20.006 950 INFO rally.api [-] Building 'html' report for the following verification(s): '15cc7f8c-fcb8-484a-be56-048f8acd938d' 2020-12-14 02:35:20.264 950 INFO rally.api [-] The report has been successfully built. 2020-12-14 02:35:33.557 963 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:35:33.563 963 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:35:33.564 963 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:35:58.000 963 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '15cc7f8c-fcb8-484a-be56-048f8acd938d' 2020-12-14 02:35:58.060 963 INFO rally.api [-] The report has been successfully built.