2021-02-13 20:18:02.657 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:02.657 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:02.657 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:05.087 7 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-13 20:18:05.087 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:18:05.087 7 ERROR rally.cli.cliutils 2021-02-13 20:18:06.854 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:06.855 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:06.855 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:11.379 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:11.379 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:11.380 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:16.541 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:16.541 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:16.541 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:18.109 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:18.110 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:18.110 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:20.328 17 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-13 20:18:20.328 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:18:20.328 17 ERROR rally.cli.cliutils 2021-02-13 20:18:22.043 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:22.044 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:22.044 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:24.313 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:18:24.387 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a209862b-7e1f-461b-a295-386dde0ea015/repo. 2021-02-13 20:18:24.740 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a209862b-7e1f-461b-a295-386dde0ea015/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-13 20:18:24.753 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:18:24.763 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:18:24.786 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:18:24.842 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:18:25.683 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a209862b-7e1f-461b-a295-386dde0ea015) has been successfully created! 2021-02-13 20:18:27.459 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:27.459 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:27.460 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:32.060 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:32.061 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:32.061 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:34.423 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a209862b-7e1f-461b-a295-386dde0ea015) for deployment 'opnfv-rally' (UUID=1d5547ee-1bed-4550-8a92-4652fa77351b). 2021-02-13 20:18:34.917 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a209862b-7e1f-461b-a295-386dde0ea015) has been successfully configured for deployment 'opnfv-rally' (UUID=1d5547ee-1bed-4550-8a92-4652fa77351b)! 2021-02-13 20:18:44.997 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:18:44.998 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:18:44.998 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:18:47.378 35 INFO rally.api [-] Starting verification (UUID=37d10dbd-2a77-4562-a785-60843528a15a) for deployment 'opnfv-rally' (UUID=1d5547ee-1bed-4550-8a92-4652fa77351b) by verifier 'opnfv-tempest' (UUID=a209862b-7e1f-461b-a295-386dde0ea015). 2021-02-13 20:18:48.034 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:18:48.035 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a209862b-7e1f-461b-a295-386dde0ea015/for-deployment-1d5547ee-1bed-4550-8a92-4652fa77351b/tempest.log' to option 'log_file'. 2021-02-13 20:18:48.035 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a209862b-7e1f-461b-a295-386dde0ea015/for-deployment-1d5547ee-1bed-4550-8a92-4652fa77351b/tempest.log 2021-02-13 20:18:48.035 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:18:48.036 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a209862b-7e1f-461b-a295-386dde0ea015/for-deployment-1d5547ee-1bed-4550-8a92-4652fa77351b/lock_files' to option 'lock_path'. 2021-02-13 20:18:48.036 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a209862b-7e1f-461b-a295-386dde0ea015/for-deployment-1d5547ee-1bed-4550-8a92-4652fa77351b/lock_files 2021-02-13 20:18:48.036 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:18:48.036 35 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-13 20:18:48.037 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ad63eca7-d6d2-4e85-8cf0-d0c8add12d05 2021-02-13 20:18:48.037 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 379356f1-ebcf-4136-9c54-66a4e801ad0e 2021-02-13 20:18:48.037 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ac9587b2-27a5-4871-93c2-c633f1156036 2021-02-13 20:18:48.038 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1c7ad987-e6e3-4232-83a8-79e501113feb 2021-02-13 20:18:48.282 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:18:48.283 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_9d79218b-0db3-42a1-b73c-8c8c64555edf 2021-02-13 20:18:48.283 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:18:48.390 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:18:48.433 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6ae3e408_0lzkkdo2'. Using flavor 'rally_verify_6ae3e408_0lzkkdo2' (ID = 2defb4ff-0290-4df9-a068-a3de13464574) for the tests. 2021-02-13 20:18:48.433 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2defb4ff-0290-4df9-a068-a3de13464574' to option 'instance_type'. 2021-02-13 20:18:48.434 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2defb4ff-0290-4df9-a068-a3de13464574 2021-02-13 20:18:48.436 35 INFO rally.task.context [-] Verification a209862b-7e1f-461b-a295-386dde0ea015 | Context tempest@default setup() finished in 0.90 sec 2021-02-13 20:18:48.436 35 INFO rally.task.context [-] Verification a209862b-7e1f-461b-a295-386dde0ea015 | Context testr@default setup() finished in 0.43 msec 2021-02-13 20:18:48.437 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/25ddfcd3-4aac-4c2a-ab97-70e68fdb9e75'. 2021-02-13 20:18:53.268 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-02-13 20:18:53.269 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-02-13 20:20:16.189 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [75.492s] 2021-02-13 20:22:00.047 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [86.692s] 2021-02-13 20:23:07.453 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [27.199s] 2021-02-13 20:23:24.018 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-02-13 20:24:36.240 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [66.032s] 2021-02-13 20:25:40.998 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [64.741s] 2021-02-13 20:26:55.479 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.275s] 2021-02-13 20:27:08.167 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2021-02-13 20:27:16.317 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.001s]: b'Skipped because object extension: container_sync is not enabled' 2021-02-13 20:27:40.449 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.033s] 2021-02-13 20:27:57.549 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-02-13 20:27:57.550 35 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-13 20:29:01.624 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [62.895s] 2021-02-13 20:29:01.625 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2021-02-13 20:29:58.623 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [56.977s] 2021-02-13 20:30:49.574 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [50.930s] 2021-02-13 20:32:01.731 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [72.141s] 2021-02-13 20:32:54.238 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [52.489s] 2021-02-13 20:33:52.306 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [58.048s] 2021-02-13 20:34:44.709 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [52.384s] 2021-02-13 20:35:29.701 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [44.977s] 2021-02-13 20:36:42.058 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [69.445s] 2021-02-13 20:37:22.116 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [40.046s] 2021-02-13 20:38:32.633 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [70.496s] 2021-02-13 20:39:21.079 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [48.436s] 2021-02-13 20:40:04.983 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [43.884s] 2021-02-13 20:40:37.995 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [32.999s] 2021-02-13 20:41:38.544 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.525s] 2021-02-13 20:42:22.388 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [43.829s] 2021-02-13 20:42:41.163 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... fail [16.180s] 2021-02-13 20:42:55.566 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... fail [14.403s] 2021-02-13 20:43:10.452 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... fail [14.880s] 2021-02-13 20:43:25.254 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [14.801s] 2021-02-13 20:43:40.728 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... fail [15.475s] 2021-02-13 20:43:55.029 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... fail [14.294s] 2021-02-13 20:44:08.826 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... fail [13.792s] 2021-02-13 20:44:25.059 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... fail [16.232s] 2021-02-13 20:44:27.634 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.238s] 2021-02-13 20:45:22.917 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [52.298s] 2021-02-13 20:45:59.176 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [36.249s] 2021-02-13 20:46:48.557 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.364s] 2021-02-13 20:47:35.978 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [47.406s] 2021-02-13 20:48:02.459 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [23.886s] 2021-02-13 20:49:04.844 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.795s] 2021-02-13 20:49:45.391 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [40.538s] 2021-02-13 20:51:01.563 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [64.933s] 2021-02-13 20:52:32.735 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [79.876s] 2021-02-13 20:53:18.325 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.891s] 2021-02-13 20:54:00.225 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.328s] 2021-02-13 20:55:12.425 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [72.188s] 2021-02-13 20:55:23.920 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-02-13 20:55:24.411 35 INFO rally.task.context [-] Verification a209862b-7e1f-461b-a295-386dde0ea015 | Context testr@default cleanup() started 2021-02-13 20:55:24.412 35 INFO rally.task.context [-] Verification a209862b-7e1f-461b-a295-386dde0ea015 | Context testr@default cleanup() finished in 0.78 msec 2021-02-13 20:55:24.412 35 INFO rally.task.context [-] Verification a209862b-7e1f-461b-a295-386dde0ea015 | Context tempest@default cleanup() started 2021-02-13 20:55:24.579 35 INFO rally.task.context [-] Verification a209862b-7e1f-461b-a295-386dde0ea015 | Context tempest@default cleanup() finished in 0.17 sec 2021-02-13 20:55:24.601 35 INFO rally.api [-] Verification (UUID=37d10dbd-2a77-4562-a785-60843528a15a) has been successfully finished for deployment 'opnfv-rally' (UUID=1d5547ee-1bed-4550-8a92-4652fa77351b)! 2021-02-13 20:55:26.236 387 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:55:26.236 387 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:55:26.237 387 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:55:27.732 389 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:55:27.732 389 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:55:27.732 389 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:55:29.598 389 INFO rally.api [-] Building 'html' report for the following verification(s): '37d10dbd-2a77-4562-a785-60843528a15a' 2021-02-13 20:55:29.617 389 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:55:31.044 391 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:55:31.045 391 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:55:31.045 391 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:55:33.001 391 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '37d10dbd-2a77-4562-a785-60843528a15a' 2021-02-13 20:55:33.005 391 INFO rally.api [-] The report has been successfully built.