2020-05-14 22:13:59.897 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:13:59.898 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:13:59.898 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:02.447 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 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 22:14:02.447 8 ERROR rally.cli.cliutils 2020-05-14 22:14:04.189 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:04.189 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:04.189 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:08.490 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:08.491 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:08.491 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:13.207 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:13.207 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:13.208 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:14.755 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:14.756 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:14.756 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:16.905 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 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 22:14:16.905 18 ERROR rally.cli.cliutils 2020-05-14 22:14:18.612 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:18.612 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:18.613 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:20.752 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 22:14:20.818 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b616b30f-eff9-4b9e-b88c-982424bac134/repo. 2020-05-14 22:14:21.034 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b616b30f-eff9-4b9e-b88c-982424bac134/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-14 22:14:21.047 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 22:14:21.065 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 22:14:21.087 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 22:14:21.133 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 22:14:21.895 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b616b30f-eff9-4b9e-b88c-982424bac134) has been successfully created! 2020-05-14 22:14:23.612 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:23.613 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:23.613 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:27.951 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:27.951 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:27.951 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:30.141 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b616b30f-eff9-4b9e-b88c-982424bac134) for deployment 'opnfv-rally' (UUID=29a1f6f7-1f6c-4081-b302-99ae0c0d22a3). 2020-05-14 22:14:33.713 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b616b30f-eff9-4b9e-b88c-982424bac134) has been successfully configured for deployment 'opnfv-rally' (UUID=29a1f6f7-1f6c-4081-b302-99ae0c0d22a3)! 2020-05-14 22:14:43.028 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:14:43.028 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:14:43.029 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:14:45.243 36 INFO rally.api [-] Starting verification (UUID=d202f951-7d73-45ee-b3af-5aa567913ed0) for deployment 'opnfv-rally' (UUID=29a1f6f7-1f6c-4081-b302-99ae0c0d22a3) by verifier 'opnfv-tempest' (UUID=b616b30f-eff9-4b9e-b88c-982424bac134). 2020-05-14 22:14:45.898 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 22:14:45.899 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b616b30f-eff9-4b9e-b88c-982424bac134/for-deployment-29a1f6f7-1f6c-4081-b302-99ae0c0d22a3/tempest.log' to option 'log_file'. 2020-05-14 22:14:45.899 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b616b30f-eff9-4b9e-b88c-982424bac134/for-deployment-29a1f6f7-1f6c-4081-b302-99ae0c0d22a3/tempest.log 2020-05-14 22:14:45.900 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 22:14:45.900 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b616b30f-eff9-4b9e-b88c-982424bac134/for-deployment-29a1f6f7-1f6c-4081-b302-99ae0c0d22a3/lock_files' to option 'lock_path'. 2020-05-14 22:14:45.900 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b616b30f-eff9-4b9e-b88c-982424bac134/for-deployment-29a1f6f7-1f6c-4081-b302-99ae0c0d22a3/lock_files 2020-05-14 22:14:45.900 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 22:14:45.901 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 2020-05-14 22:14:45.901 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1746b5aa-8a24-4604-bfe3-7d26ba32ab75 2020-05-14 22:14:45.901 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 86b288f4-5c76-4ef9-9a53-5de15f17eece 2020-05-14 22:14:45.902 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 551ef547-1052-4666-aa0a-0ab03be3504f 2020-05-14 22:14:45.902 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3e5bc115-6054-4b8b-b8cb-b3b0bd072e89 2020-05-14 22:14:49.239 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 22:14:49.239 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_53a89b71-03ed-4bd2-842f-55708de5a136 2020-05-14 22:14:49.240 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 22:14:49.334 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 22:14:49.509 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_80fd3df3_wiynCI1O'. Using flavor 'rally_verify_80fd3df3_wiynCI1O' (ID = a7e8a1c1-d90a-4df0-ab5c-5240f8e1e1df) for the tests. 2020-05-14 22:14:49.509 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a7e8a1c1-d90a-4df0-ab5c-5240f8e1e1df' to option 'instance_type'. 2020-05-14 22:14:49.509 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a7e8a1c1-d90a-4df0-ab5c-5240f8e1e1df 2020-05-14 22:14:49.510 36 INFO rally.task.context [-] Verification b616b30f-eff9-4b9e-b88c-982424bac134 | Context tempest@default setup() finished in 4.07 sec 2020-05-14 22:14:49.511 36 INFO rally.task.context [-] Verification b616b30f-eff9-4b9e-b88c-982424bac134 | Context testr@default setup() finished in 0.27 msec 2020-05-14 22:14:49.511 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/12586685-b35d-4b44-9d7d-0631f323c88c'. 2020-05-14 22:14:54.257 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-05-14 22:14:54.258 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-05-14 22:17:58.992 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [162.866s] 2020-05-14 22:21:12.697 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [141.954s] 2020-05-14 22:23:14.890 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [31.114s] 2020-05-14 22:23:51.281 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-05-14 22:26:00.621 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [110.124s] 2020-05-14 22:27:38.846 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [98.208s] 2020-05-14 22:29:46.151 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [80.202s] 2020-05-14 22:30:13.714 36 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-05-14 22:30:40.833 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' 2020-05-14 22:31:40.587 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [4.177s] 2020-05-14 22:32:31.036 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-05-14 22:32:31.038 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.' 2020-05-14 22:35:00.776 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [148.512s] 2020-05-14 22:35:00.777 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.' 2020-05-14 22:37:39.167 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [158.367s] 2020-05-14 22:39:45.489 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [126.303s] 2020-05-14 22:41:55.969 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [130.463s] 2020-05-14 22:44:00.166 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [124.179s] 2020-05-14 22:46:20.662 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [140.475s] 2020-05-14 22:48:30.037 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [129.358s] 2020-05-14 22:50:55.544 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [145.492s] 2020-05-14 22:54:53.747 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [223.456s] 2020-05-14 22:56:50.814 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [117.052s] 2020-05-14 23:00:59.197 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [248.362s] 2020-05-14 23:04:20.103 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [200.888s] 2020-05-14 23:06:44.347 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [144.225s] 2020-05-14 23:08:42.654 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [118.291s] 2020-05-14 23:12:13.666 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [210.983s] 2020-05-14 23:14:39.036 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [145.352s] 2020-05-14 23:17:56.929 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [183.099s] 2020-05-14 23:21:31.013 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [214.065s] 2020-05-14 23:25:28.223 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [237.190s] 2020-05-14 23:29:39.987 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [251.744s] 2020-05-14 23:33:11.165 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [211.161s] 2020-05-14 23:36:34.717 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [203.534s] 2020-05-14 23:40:40.924 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [246.189s] 2020-05-14 23:44:02.491 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [201.555s] 2020-05-14 23:44:24.927 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.257s] 2020-05-14 23:48:08.606 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [204.594s] 2020-05-14 23:50:29.276 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [140.656s] 2020-05-14 23:53:31.913 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [182.624s] 2020-05-14 23:56:20.460 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [168.535s] 2020-05-14 23:57:20.013 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [36.849s] 2020-05-14 23:59:31.494 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [103.127s] 2020-05-15 00:00:53.446 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [81.942s] 2020-05-15 00:03:25.389 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [107.174s] 2020-05-15 00:06:13.750 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [123.989s] 2020-05-15 00:07:55.154 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [51.405s] 2020-05-15 00:09:32.540 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [28.803s] 2020-05-15 00:12:18.692 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [166.134s] 2020-05-15 00:13:09.886 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-05-15 00:13:10.436 36 INFO rally.task.context [-] Verification b616b30f-eff9-4b9e-b88c-982424bac134 | Context testr@default cleanup() started 2020-05-15 00:13:10.437 36 INFO rally.task.context [-] Verification b616b30f-eff9-4b9e-b88c-982424bac134 | Context testr@default cleanup() finished in 0.78 msec 2020-05-15 00:13:10.438 36 INFO rally.task.context [-] Verification b616b30f-eff9-4b9e-b88c-982424bac134 | Context tempest@default cleanup() started 2020-05-15 00:13:10.597 36 INFO rally.task.context [-] Verification b616b30f-eff9-4b9e-b88c-982424bac134 | Context tempest@default cleanup() finished in 0.16 sec 2020-05-15 00:13:10.628 36 INFO rally.api [-] Verification (UUID=d202f951-7d73-45ee-b3af-5aa567913ed0) has been successfully finished for deployment 'opnfv-rally' (UUID=29a1f6f7-1f6c-4081-b302-99ae0c0d22a3)! 2020-05-15 00:13:12.900 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-15 00:13:12.900 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-15 00:13:12.900 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-15 00:13:14.588 698 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-15 00:13:14.588 698 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-15 00:13:14.588 698 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-15 00:13:18.699 698 INFO rally.api [-] Building 'html' report for the following verification(s): 'd202f951-7d73-45ee-b3af-5aa567913ed0' 2020-05-15 00:13:18.738 698 INFO rally.api [-] The report has been successfully built. 2020-05-15 00:13:20.438 700 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-15 00:13:20.439 700 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-15 00:13:20.439 700 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-15 00:13:22.590 700 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd202f951-7d73-45ee-b3af-5aa567913ed0' 2020-05-15 00:13:22.595 700 INFO rally.api [-] The report has been successfully built.