2020-06-24 13:12:33.313 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:33.314 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:33.314 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:12:35.842 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 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:12:35.842 7 ERROR rally.cli.cliutils 2020-06-24 13:12:37.711 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:37.712 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:37.712 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:12:42.286 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:42.287 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:42.287 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:12:47.176 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:47.177 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:47.177 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:12:48.720 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:48.720 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:48.720 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:12:51.109 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 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:12:51.109 17 ERROR rally.cli.cliutils 2020-06-24 13:12:52.947 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:52.948 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:52.948 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:12:55.158 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 13:12:55.231 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0add6284-a274-412b-b41e-f0e3aed41b38/repo. 2020-06-24 13:12:55.514 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0add6284-a274-412b-b41e-f0e3aed41b38/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-24 13:12:55.529 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 13:12:55.539 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 13:12:55.561 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 13:12:55.622 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 13:12:56.463 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0add6284-a274-412b-b41e-f0e3aed41b38) has been successfully created! 2020-06-24 13:12:58.376 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:12:58.377 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:12:58.377 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:13:02.877 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:13:02.877 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:13:02.877 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:13:05.100 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0add6284-a274-412b-b41e-f0e3aed41b38) for deployment 'opnfv-rally' (UUID=b26d417b-8389-4e89-863e-7668dbd3e298). 2020-06-24 13:13:05.677 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0add6284-a274-412b-b41e-f0e3aed41b38) has been successfully configured for deployment 'opnfv-rally' (UUID=b26d417b-8389-4e89-863e-7668dbd3e298)! 2020-06-24 13:13:15.360 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:13:15.361 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:13:15.361 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:13:17.575 35 INFO rally.api [-] Starting verification (UUID=b8618823-698a-4c03-998b-751c4540577d) for deployment 'opnfv-rally' (UUID=b26d417b-8389-4e89-863e-7668dbd3e298) by verifier 'opnfv-tempest' (UUID=0add6284-a274-412b-b41e-f0e3aed41b38). 2020-06-24 13:13:18.229 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 13:13:18.230 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0add6284-a274-412b-b41e-f0e3aed41b38/for-deployment-b26d417b-8389-4e89-863e-7668dbd3e298/tempest.log' to option 'log_file'. 2020-06-24 13:13:18.230 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0add6284-a274-412b-b41e-f0e3aed41b38/for-deployment-b26d417b-8389-4e89-863e-7668dbd3e298/tempest.log 2020-06-24 13:13:18.230 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 13:13:18.231 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0add6284-a274-412b-b41e-f0e3aed41b38/for-deployment-b26d417b-8389-4e89-863e-7668dbd3e298/lock_files' to option 'lock_path'. 2020-06-24 13:13:18.231 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0add6284-a274-412b-b41e-f0e3aed41b38/for-deployment-b26d417b-8389-4e89-863e-7668dbd3e298/lock_files 2020-06-24 13:13:18.231 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 13:13:18.232 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 2020-06-24 13:13:18.232 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5ccd8fa3-50d5-414b-9476-63fde7b6ddb9 2020-06-24 13:13:18.232 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ab084988-0fa1-4cf7-8a24-a4ab0cb9e34a 2020-06-24 13:13:18.233 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 238eceb5-c32b-4193-80bf-3e7022c71021 2020-06-24 13:13:18.233 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 76c940ff-a9a7-4acb-8be3-f08ae03e5870 2020-06-24 13:13:18.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 13:13:18.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_ac1dad6c-5acc-4dc3-a2a1-14ddc17dcc38 2020-06-24 13:13:18.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 13:13:18.614 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 13:13:18.656 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 13:13:18.656 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b8618823_b3O7w4rJ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 13:13:18.688 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b8618823_b3O7w4rJ' (ID = cec7c3dd-93b0-4d21-b700-8e62cc49daa2) has been successfully created! 2020-06-24 13:13:18.688 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cec7c3dd-93b0-4d21-b700-8e62cc49daa2' to option 'instance_type'. 2020-06-24 13:13:18.688 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cec7c3dd-93b0-4d21-b700-8e62cc49daa2 2020-06-24 13:13:18.690 35 INFO rally.task.context [-] Verification 0add6284-a274-412b-b41e-f0e3aed41b38 | Context tempest@default setup() finished in 0.85 sec 2020-06-24 13:13:18.690 35 INFO rally.task.context [-] Verification 0add6284-a274-412b-b41e-f0e3aed41b38 | Context testr@default setup() finished in 0.37 msec 2020-06-24 13:13:18.691 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/9d322c8d-c3bd-45c4-8a2f-74c9529ce7a1'. 2020-06-24 13:13:23.195 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-24 13:13:23.196 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-24 13:14:52.275 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [83.990s] 2020-06-24 13:16:20.462 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [69.322s] 2020-06-24 13:17:15.919 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [25.346s] 2020-06-24 13:17:25.683 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-06-24 13:18:36.773 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [65.891s] 2020-06-24 13:19:39.221 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [62.429s] 2020-06-24 13:21:08.472 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [61.576s] 2020-06-24 13:21:16.342 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.' 2020-06-24 13:21:23.250 35 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' 2020-06-24 13:21:42.882 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.089s] 2020-06-24 13:21:56.491 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-06-24 13:21:56.493 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.' 2020-06-24 13:22:52.539 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [54.960s] 2020-06-24 13:22:52.539 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.' 2020-06-24 13:24:09.170 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [76.600s] 2020-06-24 13:24:55.048 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [45.857s] 2020-06-24 13:25:42.011 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [46.945s] 2020-06-24 13:26:34.370 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [52.343s] 2020-06-24 13:27:25.339 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.950s] 2020-06-24 13:28:27.988 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [62.631s] 2020-06-24 13:29:16.628 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [48.621s] 2020-06-24 13:30:35.958 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [76.865s] 2020-06-24 13:31:11.274 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [35.302s] 2020-06-24 13:32:32.619 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [81.325s] 2020-06-24 13:33:24.200 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [51.565s] 2020-06-24 13:34:20.481 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [56.258s] 2020-06-24 13:34:53.138 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [32.647s] 2020-06-24 13:36:01.028 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [67.865s] 2020-06-24 13:36:55.427 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [54.383s] 2020-06-24 13:38:39.638 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [91.597s] 2020-06-24 13:40:06.818 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [87.166s] 2020-06-24 13:41:48.105 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [101.264s] 2020-06-24 13:43:32.165 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [104.043s] 2020-06-24 13:44:58.274 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [86.093s] 2020-06-24 13:46:16.908 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [78.618s] 2020-06-24 13:47:38.501 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [81.577s] 2020-06-24 13:48:47.819 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [69.300s] 2020-06-24 13:48:50.614 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.204s] 2020-06-24 13:50:04.393 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [70.755s] 2020-06-24 13:50:40.515 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [36.114s] 2020-06-24 13:51:35.736 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [55.206s] 2020-06-24 13:52:28.417 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.665s] 2020-06-24 13:52:59.928 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [28.405s] 2020-06-24 13:54:06.136 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [59.756s] 2020-06-24 13:55:00.701 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [54.558s] 2020-06-24 13:56:25.967 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [68.548s] 2020-06-24 13:58:10.063 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [93.662s] 2020-06-24 13:59:01.126 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [40.124s] 2020-06-24 13:59:46.094 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.571s] 2020-06-24 14:01:11.867 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [85.758s] 2020-06-24 14:01:24.175 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-06-24 14:01:24.614 35 INFO rally.task.context [-] Verification 0add6284-a274-412b-b41e-f0e3aed41b38 | Context testr@default cleanup() started 2020-06-24 14:01:24.615 35 INFO rally.task.context [-] Verification 0add6284-a274-412b-b41e-f0e3aed41b38 | Context testr@default cleanup() finished in 0.69 msec 2020-06-24 14:01:24.615 35 INFO rally.task.context [-] Verification 0add6284-a274-412b-b41e-f0e3aed41b38 | Context tempest@default cleanup() started 2020-06-24 14:01:24.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b8618823_b3O7w4rJ'. 2020-06-24 14:01:24.911 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b8618823_b3O7w4rJ' has been deleted. 2020-06-24 14:01:24.912 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'cec7c3dd-93b0-4d21-b700-8e62cc49daa2' of option 'instance_type' from Tempest config file. 2020-06-24 14:01:24.912 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'cec7c3dd-93b0-4d21-b700-8e62cc49daa2' has been removed. 2020-06-24 14:01:24.918 35 INFO rally.task.context [-] Verification 0add6284-a274-412b-b41e-f0e3aed41b38 | Context tempest@default cleanup() finished in 0.30 sec 2020-06-24 14:01:24.942 35 INFO rally.api [-] Verification (UUID=b8618823-698a-4c03-998b-751c4540577d) has been successfully finished for deployment 'opnfv-rally' (UUID=b26d417b-8389-4e89-863e-7668dbd3e298)! 2020-06-24 14:01:26.733 692 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:01:26.733 692 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:01:26.733 692 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:01:28.183 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:01:28.183 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:01:28.184 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:01:30.194 694 INFO rally.api [-] Building 'html' report for the following verification(s): 'b8618823-698a-4c03-998b-751c4540577d' 2020-06-24 14:01:30.214 694 INFO rally.api [-] The report has been successfully built. 2020-06-24 14:01:31.728 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:01:31.728 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:01:31.729 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:01:33.675 696 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b8618823-698a-4c03-998b-751c4540577d' 2020-06-24 14:01:33.679 696 INFO rally.api [-] The report has been successfully built.