2021-05-16 12:31:48.470 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:31:48.470 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:31:48.470 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:31:51.333 8 ERROR rally.cli.cliutils 2021-05-16 12:31:53.152 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:31:53.153 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:31:53.153 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:31:58.044 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:31:58.045 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:31:58.045 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:03.032 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:32:03.033 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:32:03.033 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:04.781 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:32:04.782 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:32:04.782 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:32:07.321 18 ERROR rally.cli.cliutils 2021-05-16 12:32:09.162 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:32:09.162 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:32:09.162 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:11.702 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:32:11.771 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508/repo. 2021-05-16 12:32:12.043 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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-05-16 12:32:12.059 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:32:12.070 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:32:12.093 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:32:12.155 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:32:13.020 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508) has been successfully created! 2021-05-16 12:32:14.912 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:32:14.913 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:32:14.913 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:19.968 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:32:19.969 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:32:19.969 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:22.590 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508) for deployment 'opnfv-rally' (UUID=9e305688-6cc7-4106-8c65-3f9907166b0d). 2021-05-16 12:32:23.059 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508) has been successfully configured for deployment 'opnfv-rally' (UUID=9e305688-6cc7-4106-8c65-3f9907166b0d)! 2021-05-16 12:32:32.797 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:32:32.797 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:32:32.798 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:32:35.452 36 INFO rally.api [-] Starting verification (UUID=ef1eeac7-dd42-483b-9ccd-214b09285d60) for deployment 'opnfv-rally' (UUID=9e305688-6cc7-4106-8c65-3f9907166b0d) by verifier 'opnfv-tempest' (UUID=5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508). 2021-05-16 12:32:36.253 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:32:36.253 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508/for-deployment-9e305688-6cc7-4106-8c65-3f9907166b0d/tempest.log' to option 'log_file'. 2021-05-16 12:32:36.254 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508/for-deployment-9e305688-6cc7-4106-8c65-3f9907166b0d/tempest.log 2021-05-16 12:32:36.254 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:32:36.254 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508/for-deployment-9e305688-6cc7-4106-8c65-3f9907166b0d/lock_files' to option 'lock_path'. 2021-05-16 12:32:36.255 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508/for-deployment-9e305688-6cc7-4106-8c65-3f9907166b0d/lock_files 2021-05-16 12:32:36.255 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:32:36.255 36 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-05-16 12:32:36.256 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2b683a18-5577-4fb3-8bf1-713ec7c81fa6 2021-05-16 12:32:36.256 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8c797ad6-0bff-45b8-95ac-d43e2c86c454 2021-05-16 12:32:36.257 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e1316666-0815-47df-a49a-e166db2fc717 2021-05-16 12:32:36.257 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b74152d3-5ac1-422d-b1f9-d9e6f56ea829 2021-05-16 12:32:36.528 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:32:36.528 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_11938f28-b143-4e99-a47c-e43f0d1bbcab 2021-05-16 12:32:36.529 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:32:36.610 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:32:36.650 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-16 12:32:36.650 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ef1eeac7_93LwTiZa' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-16 12:32:36.691 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ef1eeac7_93LwTiZa' (ID = a306415f-b91c-489f-a3a9-658df2edd211) has been successfully created! 2021-05-16 12:32:36.692 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a306415f-b91c-489f-a3a9-658df2edd211' to option 'instance_type'. 2021-05-16 12:32:36.692 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a306415f-b91c-489f-a3a9-658df2edd211 2021-05-16 12:32:36.693 36 INFO rally.task.context [-] Verification 5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508 | Context tempest@default setup() finished in 0.93 sec 2021-05-16 12:32:36.694 36 INFO rally.task.context [-] Verification 5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508 | Context testr@default setup() finished in 0.44 msec 2021-05-16 12:32:36.694 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/6096a18d-daaa-4343-93a7-d285e6ef4ddf'. 2021-05-16 12:32:41.500 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-05-16 12:32:41.501 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-05-16 12:33:57.287 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [69.862s] 2021-05-16 12:35:16.485 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [64.479s] 2021-05-16 12:36:11.310 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [24.843s] 2021-05-16 12:36:24.410 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-05-16 12:37:36.827 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [66.742s] 2021-05-16 12:38:28.489 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [51.647s] 2021-05-16 12:39:35.013 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [50.649s] 2021-05-16 12:39:43.263 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.003s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2021-05-16 12:39:50.539 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.002s]: b'Skipped because object extension: container_sync is not enabled' 2021-05-16 12:40:11.992 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.277s] 2021-05-16 12:40:25.131 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-05-16 12:40:25.133 36 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-05-16 12:41:17.579 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [51.043s] 2021-05-16 12:41:17.580 36 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-05-16 12:42:01.693 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [44.089s] 2021-05-16 12:42:40.175 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [38.470s] 2021-05-16 12:43:23.021 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [42.829s] 2021-05-16 12:44:03.411 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [40.370s] 2021-05-16 12:44:48.505 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [45.080s] 2021-05-16 12:45:36.716 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [48.190s] 2021-05-16 12:46:14.147 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [37.414s] 2021-05-16 12:47:13.464 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [56.469s] 2021-05-16 12:47:43.264 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [29.781s] 2021-05-16 12:48:41.114 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [57.825s] 2021-05-16 12:49:25.304 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [44.174s] 2021-05-16 12:50:10.538 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [45.213s] 2021-05-16 12:50:42.705 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [32.150s] 2021-05-16 12:51:42.319 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [59.591s] 2021-05-16 12:52:27.761 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [45.424s] 2021-05-16 12:52:44.984 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... fail [14.646s] 2021-05-16 12:52:58.232 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... fail [13.244s] 2021-05-16 12:53:11.875 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... fail [13.641s] 2021-05-16 12:53:24.267 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [12.388s] 2021-05-16 12:53:37.372 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... fail [13.104s] 2021-05-16 12:53:49.898 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... fail [12.522s] 2021-05-16 12:54:02.012 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... fail [12.111s] 2021-05-16 12:54:13.496 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... fail [11.480s] 2021-05-16 12:54:16.551 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.273s] 2021-05-16 12:55:09.060 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [49.088s] 2021-05-16 12:55:40.791 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [31.727s] 2021-05-16 12:56:27.742 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [46.937s] 2021-05-16 12:57:12.757 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [45.001s] 2021-05-16 12:57:41.123 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.828s] 2021-05-16 12:58:45.452 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.489s] 2021-05-16 12:59:26.123 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [40.660s] 2021-05-16 13:00:36.901 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [61.628s] 2021-05-16 13:02:04.719 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [78.289s] 2021-05-16 13:02:48.513 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.315s] 2021-05-16 13:03:22.558 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [20.700s] 2021-05-16 13:04:33.841 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [71.263s] 2021-05-16 13:04:42.908 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-05-16 13:04:43.434 36 INFO rally.task.context [-] Verification 5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508 | Context testr@default cleanup() started 2021-05-16 13:04:43.435 36 INFO rally.task.context [-] Verification 5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508 | Context testr@default cleanup() finished in 0.84 msec 2021-05-16 13:04:43.436 36 INFO rally.task.context [-] Verification 5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508 | Context tempest@default cleanup() started 2021-05-16 13:04:43.635 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ef1eeac7_93LwTiZa'. 2021-05-16 13:04:43.871 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ef1eeac7_93LwTiZa' has been deleted. 2021-05-16 13:04:43.873 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a306415f-b91c-489f-a3a9-658df2edd211' of option 'instance_type' from Tempest config file. 2021-05-16 13:04:43.873 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a306415f-b91c-489f-a3a9-658df2edd211' has been removed. 2021-05-16 13:04:43.879 36 INFO rally.task.context [-] Verification 5fd9bbd8-3f3d-4b07-a789-97e6cd9b5508 | Context tempest@default cleanup() finished in 0.44 sec 2021-05-16 13:04:43.913 36 INFO rally.api [-] Verification (UUID=ef1eeac7-dd42-483b-9ccd-214b09285d60) has been successfully finished for deployment 'opnfv-rally' (UUID=9e305688-6cc7-4106-8c65-3f9907166b0d)! 2021-05-16 13:04:45.587 389 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 13:04:45.588 389 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 13:04:45.588 389 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 13:04:47.112 391 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 13:04:47.112 391 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 13:04:47.112 391 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 13:04:49.371 391 INFO rally.api [-] Building 'html' report for the following verification(s): 'ef1eeac7-dd42-483b-9ccd-214b09285d60' 2021-05-16 13:04:49.392 391 INFO rally.api [-] The report has been successfully built. 2021-05-16 13:04:50.923 393 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 13:04:50.923 393 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 13:04:50.923 393 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 13:04:53.054 393 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ef1eeac7-dd42-483b-9ccd-214b09285d60' 2021-05-16 13:04:53.059 393 INFO rally.api [-] The report has been successfully built.