2020-05-03 13:09:51.509 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:09:51.509 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:09:51.509 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:09:53.753 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-05-03 13:09:53.753 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 13:09:53.753 7 ERROR rally.cli.cliutils 2020-05-03 13:09:55.574 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:09:55.575 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:09:55.575 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:00.248 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:00.249 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:00.249 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:05.144 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:05.144 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:05.145 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:06.634 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:06.635 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:06.635 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:09.050 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-05-03 13:10:09.050 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 13:10:09.050 17 ERROR rally.cli.cliutils 2020-05-03 13:10:10.944 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:10.945 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:10.945 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:13.273 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 13:10:13.348 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8f053daa-968e-4c10-bc75-2d8e30cc8ccb/repo. 2020-05-03 13:10:13.646 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8f053daa-968e-4c10-bc75-2d8e30cc8ccb/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-05-03 13:10:13.659 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 13:10:13.667 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 13:10:13.686 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 13:10:13.747 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 13:10:14.557 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f053daa-968e-4c10-bc75-2d8e30cc8ccb) has been successfully created! 2020-05-03 13:10:16.326 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:16.327 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:16.327 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:20.753 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:20.753 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:20.753 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:23.191 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8f053daa-968e-4c10-bc75-2d8e30cc8ccb) for deployment 'opnfv-rally' (UUID=a5f43643-6274-470e-8deb-709dab6392b5). 2020-05-03 13:10:23.693 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f053daa-968e-4c10-bc75-2d8e30cc8ccb) has been successfully configured for deployment 'opnfv-rally' (UUID=a5f43643-6274-470e-8deb-709dab6392b5)! 2020-05-03 13:10:33.482 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:10:33.483 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:10:33.483 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:10:35.825 35 INFO rally.api [-] Starting verification (UUID=8dd2d5f2-bf2b-4c3e-b9ee-e9d769c3e2d9) for deployment 'opnfv-rally' (UUID=a5f43643-6274-470e-8deb-709dab6392b5) by verifier 'opnfv-tempest' (UUID=8f053daa-968e-4c10-bc75-2d8e30cc8ccb). 2020-05-03 13:10:36.602 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2020-05-03 13:10:36.657 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 13:10:36.657 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f053daa-968e-4c10-bc75-2d8e30cc8ccb/for-deployment-a5f43643-6274-470e-8deb-709dab6392b5/tempest.log' to option 'log_file'. 2020-05-03 13:10:36.658 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8f053daa-968e-4c10-bc75-2d8e30cc8ccb/for-deployment-a5f43643-6274-470e-8deb-709dab6392b5/tempest.log 2020-05-03 13:10:36.658 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 13:10:36.658 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f053daa-968e-4c10-bc75-2d8e30cc8ccb/for-deployment-a5f43643-6274-470e-8deb-709dab6392b5/lock_files' to option 'lock_path'. 2020-05-03 13:10:36.659 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8f053daa-968e-4c10-bc75-2d8e30cc8ccb/for-deployment-a5f43643-6274-470e-8deb-709dab6392b5/lock_files 2020-05-03 13:10:36.659 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 13:10:36.659 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-05-03 13:10:36.660 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 83e09aef-0d42-466e-87bf-b0f7330fe6e2 2020-05-03 13:10:36.660 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c30bc7b9-7dcf-46f1-8434-0bee4a0fd7b1 2020-05-03 13:10:36.660 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2f427653-d00e-46ca-8708-8e61bf437df9 2020-05-03 13:10:36.661 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b7c0d616-5731-447e-877d-ebeb22775f03 2020-05-03 13:10:36.878 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 13:10:36.879 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_ecf68bfa-d847-4205-bd1d-366010898090 2020-05-03 13:10:36.880 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 13:10:37.030 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 13:10:37.071 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 13:10:37.072 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_8dd2d5f2_VbQQ6kO7' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 13:10:37.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8dd2d5f2_VbQQ6kO7' (ID = fa1388b7-2d72-4010-8f62-af49e65abb70) has been successfully created! 2020-05-03 13:10:37.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fa1388b7-2d72-4010-8f62-af49e65abb70' to option 'instance_type'. 2020-05-03 13:10:37.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fa1388b7-2d72-4010-8f62-af49e65abb70 2020-05-03 13:10:37.108 35 INFO rally.task.context [-] Verification 8f053daa-968e-4c10-bc75-2d8e30cc8ccb | Context tempest@default setup() finished in 1.02 sec 2020-05-03 13:10:37.108 35 INFO rally.task.context [-] Verification 8f053daa-968e-4c10-bc75-2d8e30cc8ccb | Context testr@default setup() finished in 0.30 msec 2020-05-03 13:10:37.109 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/d874489d-be1f-4882-96fd-600921f2d753'. 2020-05-03 13:10:42.237 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-05-03 13:10:42.238 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-05-03 13:12:01.214 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [72.490s] 2020-05-03 13:13:33.224 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [73.196s] 2020-05-03 13:14:29.616 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [24.842s] 2020-05-03 13:14:42.374 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-05-03 13:15:55.177 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [66.170s] 2020-05-03 13:17:02.850 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [67.660s] 2020-05-03 13:18:18.426 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [58.343s] 2020-05-03 13:18:28.712 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-05-03 13:18:36.089 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-05-03 13:18:57.470 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.035s] 2020-05-03 13:19:16.475 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-05-03 13:19:16.477 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-05-03 13:20:26.549 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [68.887s] 2020-05-03 13:20:26.550 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-05-03 13:21:14.213 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [47.644s] 2020-05-03 13:21:54.365 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [40.133s] 2020-05-03 13:22:46.256 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [51.873s] 2020-05-03 13:23:30.908 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [44.636s] 2020-05-03 13:24:32.206 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [61.278s] 2020-05-03 13:25:27.245 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [55.021s] 2020-05-03 13:26:20.619 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [53.360s] 2020-05-03 13:27:31.244 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [68.005s] 2020-05-03 13:28:08.910 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [37.648s] 2020-05-03 13:29:17.380 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.449s] 2020-05-03 13:30:04.756 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [47.357s] 2020-05-03 13:30:51.627 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [46.849s] 2020-05-03 13:31:27.207 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [35.564s] 2020-05-03 13:32:28.306 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [61.068s] 2020-05-03 13:33:27.683 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [59.363s] 2020-05-03 13:34:35.502 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [65.230s] 2020-05-03 13:36:13.736 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [98.217s] 2020-05-03 13:38:26.092 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [132.336s] 2020-05-03 13:39:55.689 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [89.587s] 2020-05-03 13:41:16.840 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [81.132s] 2020-05-03 13:42:30.450 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [73.596s] 2020-05-03 13:43:40.045 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [69.581s] 2020-05-03 13:44:47.260 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [67.204s] 2020-05-03 13:44:50.966 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.325s] 2020-05-03 13:45:54.711 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [60.293s] 2020-05-03 13:46:35.493 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [40.775s] 2020-05-03 13:47:28.647 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [53.138s] 2020-05-03 13:48:21.530 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.867s] 2020-05-03 13:48:57.710 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [33.436s] 2020-05-03 13:50:08.223 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [62.733s] 2020-05-03 13:50:59.354 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [51.120s] 2020-05-03 13:52:27.574 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [72.566s] 2020-05-03 13:54:31.989 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [111.889s] 2020-05-03 13:55:21.764 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [38.237s] 2020-05-03 13:56:05.428 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.778s] 2020-05-03 13:57:23.786 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [78.342s] 2020-05-03 13:57:36.061 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-05-03 13:57:36.634 35 INFO rally.task.context [-] Verification 8f053daa-968e-4c10-bc75-2d8e30cc8ccb | Context testr@default cleanup() started 2020-05-03 13:57:36.635 35 INFO rally.task.context [-] Verification 8f053daa-968e-4c10-bc75-2d8e30cc8ccb | Context testr@default cleanup() finished in 1.14 msec 2020-05-03 13:57:36.635 35 INFO rally.task.context [-] Verification 8f053daa-968e-4c10-bc75-2d8e30cc8ccb | Context tempest@default cleanup() started 2020-05-03 13:57:36.776 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2020-05-03 13:57:36.877 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2020-05-03 13:57:36.908 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_8dd2d5f2_VbQQ6kO7'. 2020-05-03 13:57:37.178 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8dd2d5f2_VbQQ6kO7' has been deleted. 2020-05-03 13:57:37.179 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'fa1388b7-2d72-4010-8f62-af49e65abb70' of option 'instance_type' from Tempest config file. 2020-05-03 13:57:37.180 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'fa1388b7-2d72-4010-8f62-af49e65abb70' has been removed. 2020-05-03 13:57:37.186 35 INFO rally.task.context [-] Verification 8f053daa-968e-4c10-bc75-2d8e30cc8ccb | Context tempest@default cleanup() finished in 0.55 sec 2020-05-03 13:57:37.215 35 INFO rally.api [-] Verification (UUID=8dd2d5f2-bf2b-4c3e-b9ee-e9d769c3e2d9) has been successfully finished for deployment 'opnfv-rally' (UUID=a5f43643-6274-470e-8deb-709dab6392b5)! 2020-05-03 13:57:38.996 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:57:38.996 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:57:38.997 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:57:40.501 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:57:40.502 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:57:40.502 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:57:42.994 696 INFO rally.api [-] Building 'html' report for the following verification(s): '8dd2d5f2-bf2b-4c3e-b9ee-e9d769c3e2d9' 2020-05-03 13:57:43.019 696 INFO rally.api [-] The report has been successfully built. 2020-05-03 13:57:44.579 698 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:57:44.579 698 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:57:44.580 698 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:57:46.618 698 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8dd2d5f2-bf2b-4c3e-b9ee-e9d769c3e2d9' 2020-05-03 13:57:46.622 698 INFO rally.api [-] The report has been successfully built.