2020-06-16 09:19:53.321 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:19:53.322 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:19:53.322 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:19:56.593 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-16 09:19:56.593 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:19:56.593 7 ERROR rally.cli.cliutils 2020-06-16 09:19:58.360 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:19:58.360 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:19:58.360 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:03.018 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:03.019 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:03.019 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:08.008 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:08.008 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:08.009 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:09.504 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:09.505 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:09.505 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:12.063 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-16 09:20:12.063 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:20:12.063 17 ERROR rally.cli.cliutils 2020-06-16 09:20:13.806 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:13.806 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:13.806 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:16.213 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:20:16.281 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2ae12324-bdf6-4c9c-87a2-d40c42fb8727/repo. 2020-06-16 09:20:16.592 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2ae12324-bdf6-4c9c-87a2-d40c42fb8727/repo'... done. ' 2020-06-16 09:20:16.608 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:20:16.633 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:20:16.715 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:20:17.621 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ae12324-bdf6-4c9c-87a2-d40c42fb8727) has been successfully created! 2020-06-16 09:20:19.356 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:19.356 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:19.356 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:24.203 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:24.204 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:24.204 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:26.525 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2ae12324-bdf6-4c9c-87a2-d40c42fb8727) for deployment 'opnfv-rally' (UUID=2627ce01-fe83-4c71-9d2d-6a3d640c5103). 2020-06-16 09:20:27.109 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ae12324-bdf6-4c9c-87a2-d40c42fb8727) has been successfully configured for deployment 'opnfv-rally' (UUID=2627ce01-fe83-4c71-9d2d-6a3d640c5103)! 2020-06-16 09:20:37.376 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:20:37.377 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:20:37.377 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:20:39.857 34 INFO rally.api [-] Starting verification (UUID=a7067560-22ff-4ee8-b160-3230f1246f90) for deployment 'opnfv-rally' (UUID=2627ce01-fe83-4c71-9d2d-6a3d640c5103) by verifier 'opnfv-tempest' (UUID=2ae12324-bdf6-4c9c-87a2-d40c42fb8727). 2020-06-16 09:20:40.551 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:20:40.552 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2ae12324-bdf6-4c9c-87a2-d40c42fb8727/for-deployment-2627ce01-fe83-4c71-9d2d-6a3d640c5103/tempest.log' to option 'log_file'. 2020-06-16 09:20:40.552 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2ae12324-bdf6-4c9c-87a2-d40c42fb8727/for-deployment-2627ce01-fe83-4c71-9d2d-6a3d640c5103/tempest.log 2020-06-16 09:20:40.553 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:20:40.553 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2ae12324-bdf6-4c9c-87a2-d40c42fb8727/for-deployment-2627ce01-fe83-4c71-9d2d-6a3d640c5103/lock_files' to option 'lock_path'. 2020-06-16 09:20:40.553 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2ae12324-bdf6-4c9c-87a2-d40c42fb8727/for-deployment-2627ce01-fe83-4c71-9d2d-6a3d640c5103/lock_files 2020-06-16 09:20:40.554 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 09:20:40.554 34 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-16 09:20:40.554 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8355f389-ad42-4d2f-9633-1f8df4b078e6 2020-06-16 09:20:40.554 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 25a45bd0-28ae-44d3-8315-30202cbe170d 2020-06-16 09:20:40.555 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9aaed243-2ab8-45d8-a2a3-dcdca9d2fefd 2020-06-16 09:20:40.556 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 25c84d7f-f5db-4340-b1de-7dee76d85ce7 2020-06-16 09:20:40.928 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:20:40.928 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_b9b393a3-e773-40b2-84b5-d7c285da9a3f 2020-06-16 09:20:40.929 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:20:41.054 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:20:41.095 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-16 09:20:41.096 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a7067560_RYauRRFv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-16 09:20:41.130 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a7067560_RYauRRFv' (ID = d19db21d-5319-4188-82ec-d81f4a8005c3) has been successfully created! 2020-06-16 09:20:41.130 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd19db21d-5319-4188-82ec-d81f4a8005c3' to option 'instance_type'. 2020-06-16 09:20:41.131 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d19db21d-5319-4188-82ec-d81f4a8005c3 2020-06-16 09:20:41.132 34 INFO rally.task.context [-] Verification 2ae12324-bdf6-4c9c-87a2-d40c42fb8727 | Context tempest@default setup() finished in 1.02 sec 2020-06-16 09:20:41.133 34 INFO rally.task.context [-] Verification 2ae12324-bdf6-4c9c-87a2-d40c42fb8727 | Context testr@default setup() finished in 0.45 msec 2020-06-16 09:20:41.133 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/9f4ffd79-2782-4dc0-b41b-a3310eab33f3'. 2020-06-16 09:20:46.035 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-16 09:20:46.035 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-16 09:22:23.755 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [88.698s] 2020-06-16 09:24:08.901 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [84.196s] 2020-06-16 09:25:23.142 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.881s] 2020-06-16 09:25:36.407 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-06-16 09:25:36.409 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-06-16 09:27:03.396 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [80.701s] 2020-06-16 09:28:22.958 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [79.545s] 2020-06-16 09:29:41.400 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.809s] 2020-06-16 09:29:52.635 34 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-06-16 09:29:59.885 34 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-16 09:30:18.547 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.270s] 2020-06-16 09:30:30.892 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-06-16 09:30:30.893 34 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-16 09:31:56.444 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [84.339s] 2020-06-16 09:31:56.445 34 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-16 09:33:27.729 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [91.261s] 2020-06-16 09:34:14.898 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [47.147s] 2020-06-16 09:35:11.641 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [56.727s] 2020-06-16 09:36:19.010 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [67.350s] 2020-06-16 09:37:17.661 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [58.633s] 2020-06-16 09:38:16.818 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [59.139s] 2020-06-16 09:39:01.574 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [44.742s] 2020-06-16 09:40:29.600 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [85.412s] 2020-06-16 09:41:12.594 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [42.977s] 2020-06-16 09:42:27.972 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [75.358s] 2020-06-16 09:43:23.149 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [55.164s] 2020-06-16 09:44:12.913 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [49.742s] 2020-06-16 09:45:00.951 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [48.027s] 2020-06-16 09:46:13.689 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [72.712s] 2020-06-16 09:47:00.103 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [46.389s] 2020-06-16 09:48:10.308 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [67.637s] 2020-06-16 09:49:40.153 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [89.824s] 2020-06-16 09:51:07.958 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [87.788s] 2020-06-16 09:52:56.717 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [108.737s] 2020-06-16 09:54:17.739 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [81.004s] 2020-06-16 09:55:54.728 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [96.974s] 2020-06-16 09:57:20.109 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [85.363s] 2020-06-16 09:58:31.229 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [71.107s] 2020-06-16 09:58:34.021 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.259s] 2020-06-16 09:59:43.925 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [66.554s] 2020-06-16 10:00:27.718 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [43.781s] 2020-06-16 10:01:23.232 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [55.501s] 2020-06-16 10:02:27.290 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [64.040s] 2020-06-16 10:02:58.743 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [28.856s] 2020-06-16 10:04:14.721 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [69.225s] 2020-06-16 10:05:04.546 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [49.812s] 2020-06-16 10:06:41.812 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [85.611s] 2020-06-16 10:08:18.432 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [86.999s] 2020-06-16 10:09:11.708 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [38.618s] 2020-06-16 10:09:57.387 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [28.201s] 2020-06-16 10:11:22.382 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [84.973s] 2020-06-16 10:11:32.371 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-06-16 10:11:32.827 34 INFO rally.task.context [-] Verification 2ae12324-bdf6-4c9c-87a2-d40c42fb8727 | Context testr@default cleanup() started 2020-06-16 10:11:32.828 34 INFO rally.task.context [-] Verification 2ae12324-bdf6-4c9c-87a2-d40c42fb8727 | Context testr@default cleanup() finished in 0.78 msec 2020-06-16 10:11:32.828 34 INFO rally.task.context [-] Verification 2ae12324-bdf6-4c9c-87a2-d40c42fb8727 | Context tempest@default cleanup() started 2020-06-16 10:11:32.975 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a7067560_RYauRRFv'. 2020-06-16 10:11:33.116 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a7067560_RYauRRFv' has been deleted. 2020-06-16 10:11:33.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd19db21d-5319-4188-82ec-d81f4a8005c3' of option 'instance_type' from Tempest config file. 2020-06-16 10:11:33.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd19db21d-5319-4188-82ec-d81f4a8005c3' has been removed. 2020-06-16 10:11:33.121 34 INFO rally.task.context [-] Verification 2ae12324-bdf6-4c9c-87a2-d40c42fb8727 | Context tempest@default cleanup() finished in 0.29 sec 2020-06-16 10:11:33.144 34 INFO rally.api [-] Verification (UUID=a7067560-22ff-4ee8-b160-3230f1246f90) has been successfully finished for deployment 'opnfv-rally' (UUID=2627ce01-fe83-4c71-9d2d-6a3d640c5103)! 2020-06-16 10:11:34.754 691 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 10:11:34.755 691 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 10:11:34.755 691 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 10:11:36.197 693 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 10:11:36.198 693 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 10:11:36.198 693 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 10:11:38.383 693 INFO rally.api [-] Building 'html' report for the following verification(s): 'a7067560-22ff-4ee8-b160-3230f1246f90' 2020-06-16 10:11:38.403 693 INFO rally.api [-] The report has been successfully built. 2020-06-16 10:11:39.878 695 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 10:11:39.878 695 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 10:11:39.879 695 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 10:11:41.968 695 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a7067560-22ff-4ee8-b160-3230f1246f90' 2020-06-16 10:11:41.973 695 INFO rally.api [-] The report has been successfully built.