2020-08-10 15:36:58.431 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:36:58.464 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:36:58.466 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:37:22.747 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-08-10 15:37:22.747 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:37:22.747 10 ERROR rally.cli.cliutils 2020-08-10 15:37:38.622 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:37:38.629 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:37:38.630 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:38:20.414 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:38:20.420 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:38:20.422 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:39:05.085 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:39:05.091 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:39:05.093 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:39:21.055 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:39:21.061 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:39:21.063 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:39:46.978 40 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-08-10 15:39:46.978 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:39:46.978 40 ERROR rally.cli.cliutils 2020-08-10 15:40:03.195 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:40:03.201 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:40:03.203 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:40:28.652 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:40:29.135 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-35ca2f22-64e6-4ca4-9e66-746eafe1d3b2/repo. 2020-08-10 15:40:29.858 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-35ca2f22-64e6-4ca4-9e66-746eafe1d3b2/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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 ' 2020-08-10 15:40:29.962 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:40:30.049 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:40:30.097 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:40:30.632 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 15:40:38.760 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35ca2f22-64e6-4ca4-9e66-746eafe1d3b2) has been successfully created! 2020-08-10 15:40:55.148 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:40:55.155 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:40:55.156 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:41:34.675 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:41:34.681 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:41:34.682 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:41:58.038 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=35ca2f22-64e6-4ca4-9e66-746eafe1d3b2) for deployment 'opnfv-rally' (UUID=8ac8208f-eeba-466d-b7a5-a75cd5ec775f). 2020-08-10 15:41:59.694 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35ca2f22-64e6-4ca4-9e66-746eafe1d3b2) has been successfully configured for deployment 'opnfv-rally' (UUID=8ac8208f-eeba-466d-b7a5-a75cd5ec775f)! 2020-08-10 15:43:28.773 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:43:28.779 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:43:28.780 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:43:52.322 97 INFO rally.api [-] Starting verification (UUID=8feda494-3383-48e6-9fa4-6d2bb88a9b55) for deployment 'opnfv-rally' (UUID=8ac8208f-eeba-466d-b7a5-a75cd5ec775f) by verifier 'opnfv-tempest' (UUID=35ca2f22-64e6-4ca4-9e66-746eafe1d3b2). 2020-08-10 15:43:57.047 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 15:43:57.049 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-35ca2f22-64e6-4ca4-9e66-746eafe1d3b2/for-deployment-8ac8208f-eeba-466d-b7a5-a75cd5ec775f/tempest.log' to option 'log_file'. 2020-08-10 15:43:57.050 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-35ca2f22-64e6-4ca4-9e66-746eafe1d3b2/for-deployment-8ac8208f-eeba-466d-b7a5-a75cd5ec775f/tempest.log 2020-08-10 15:43:57.052 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 15:43:57.053 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-35ca2f22-64e6-4ca4-9e66-746eafe1d3b2/for-deployment-8ac8208f-eeba-466d-b7a5-a75cd5ec775f/lock_files' to option 'lock_path'. 2020-08-10 15:43:57.054 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-35ca2f22-64e6-4ca4-9e66-746eafe1d3b2/for-deployment-8ac8208f-eeba-466d-b7a5-a75cd5ec775f/lock_files 2020-08-10 15:43:57.056 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 15:43:57.058 97 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-08-10 15:43:57.059 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3c2de28f-88e0-42da-9d60-1ed185f5da1b 2020-08-10 15:43:57.061 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2cbf2dd8-8332-402d-b33e-8fa5671b2b96 2020-08-10 15:43:57.063 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4e2a50a2-7069-4a33-80b6-867f8cfa8c53 2020-08-10 15:43:57.066 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fdec4cc2-6bc1-472f-9132-875f0a3ebf85 2020-08-10 15:43:57.452 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 15:43:57.455 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_5e4dbc2a-b323-476b-9817-c6f6fb7f74d6 2020-08-10 15:43:57.459 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 15:43:58.324 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 15:43:58.423 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73ffa5e0_JXHL9XFz'. Using flavor 'rally_verify_73ffa5e0_JXHL9XFz' (ID = 42bfa3fa-c331-4bf1-bc53-5676ee14669c) for the tests. 2020-08-10 15:43:58.425 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' to option 'instance_type'. 2020-08-10 15:43:58.427 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42bfa3fa-c331-4bf1-bc53-5676ee14669c 2020-08-10 15:43:58.437 97 INFO rally.task.context [-] Verification 35ca2f22-64e6-4ca4-9e66-746eafe1d3b2 | Context tempest@default setup() finished in 4.86 sec 2020-08-10 15:43:58.440 97 INFO rally.task.context [-] Verification 35ca2f22-64e6-4ca4-9e66-746eafe1d3b2 | Context testr@default setup() finished in 1.37 msec 2020-08-10 15:43:58.442 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/65b89bc7-f9ba-4fb7-b776-728a6cadf1e8'. 2020-08-10 15:44:44.727 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-08-10 15:44:44.733 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-08-10 15:46:25.084 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [88.929s] 2020-08-10 15:48:17.740 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [90.082s] 2020-08-10 15:49:27.428 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.568s] 2020-08-10 15:49:39.248 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-08-10 15:51:00.245 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [69.302s] 2020-08-10 15:51:59.210 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [58.877s] 2020-08-10 15:53:38.972 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [73.365s] 2020-08-10 15:53:48.541 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.006s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-08-10 15:53:56.459 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.011s]: b'Skipped because object extension: container_sync is not enabled' 2020-08-10 15:54:15.899 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.722s] 2020-08-10 15:54:27.937 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-08-10 15:54:27.948 97 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-08-10 15:55:31.632 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [61.647s] 2020-08-10 15:55:31.642 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.006s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-08-10 15:56:29.432 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [57.630s] 2020-08-10 15:57:25.068 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [55.479s] 2020-08-10 15:58:25.293 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [60.120s] 2020-08-10 15:59:20.331 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [54.914s] 2020-08-10 16:00:10.564 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.119s] 2020-08-10 16:00:55.213 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [44.533s] 2020-08-10 16:01:42.227 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [46.912s] 2020-08-10 16:03:01.226 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [75.826s] 2020-08-10 16:03:34.263 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [32.914s] 2020-08-10 16:05:15.349 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [100.920s] 2020-08-10 16:06:30.283 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [74.816s] 2020-08-10 16:07:23.161 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [52.672s] 2020-08-10 16:08:00.465 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.241s] 2020-08-10 16:09:04.995 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [64.337s] 2020-08-10 16:09:59.285 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [54.167s] 2020-08-10 16:11:06.758 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [64.394s] 2020-08-10 16:12:31.660 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [84.770s] 2020-08-10 16:14:06.253 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [94.515s] 2020-08-10 16:15:31.235 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [84.834s] 2020-08-10 16:17:11.771 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [100.426s] 2020-08-10 16:18:46.272 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [94.416s] 2020-08-10 16:21:17.523 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [151.145s] 2020-08-10 16:22:33.408 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [75.792s] 2020-08-10 16:22:37.260 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.474s] 2020-08-10 16:23:55.187 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [73.465s] 2020-08-10 16:24:52.016 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [56.780s] 2020-08-10 16:25:56.729 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [64.587s] 2020-08-10 16:26:53.274 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [56.440s] 2020-08-10 16:27:25.677 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [29.071s] 2020-08-10 16:28:35.501 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [62.587s] 2020-08-10 16:29:25.137 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [49.589s] 2020-08-10 16:30:53.598 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [71.162s] 2020-08-10 16:32:38.424 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [92.821s] 2020-08-10 16:33:38.706 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [42.386s] 2020-08-10 16:34:31.298 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [34.694s] 2020-08-10 16:36:10.814 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [99.364s] 2020-08-10 16:36:25.544 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-08-10 16:36:28.451 97 INFO rally.task.context [-] Verification 35ca2f22-64e6-4ca4-9e66-746eafe1d3b2 | Context testr@default cleanup() started 2020-08-10 16:36:28.455 97 INFO rally.task.context [-] Verification 35ca2f22-64e6-4ca4-9e66-746eafe1d3b2 | Context testr@default cleanup() finished in 4.03 msec 2020-08-10 16:36:28.458 97 INFO rally.task.context [-] Verification 35ca2f22-64e6-4ca4-9e66-746eafe1d3b2 | Context tempest@default cleanup() started 2020-08-10 16:36:28.885 97 INFO rally.task.context [-] Verification 35ca2f22-64e6-4ca4-9e66-746eafe1d3b2 | Context tempest@default cleanup() finished in 0.43 sec 2020-08-10 16:36:28.967 97 INFO rally.api [-] Verification (UUID=8feda494-3383-48e6-9fa4-6d2bb88a9b55) has been successfully finished for deployment 'opnfv-rally' (UUID=8ac8208f-eeba-466d-b7a5-a75cd5ec775f)! 2020-08-10 16:36:44.108 842 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:36:44.114 842 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:36:44.116 842 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:36:59.299 848 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:36:59.305 848 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:36:59.307 848 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:37:21.507 848 INFO rally.api [-] Building 'html' report for the following verification(s): '8feda494-3383-48e6-9fa4-6d2bb88a9b55' 2020-08-10 16:37:21.721 848 INFO rally.api [-] The report has been successfully built. 2020-08-10 16:37:35.375 854 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:37:35.380 854 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:37:35.381 854 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:37:56.740 854 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8feda494-3383-48e6-9fa4-6d2bb88a9b55' 2020-08-10 16:37:56.790 854 INFO rally.api [-] The report has been successfully built.