2020-07-31 13:47:29.260 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:29.260 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:29.260 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:31.769 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-07-31 13:47:31.769 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:47:31.769 7 ERROR rally.cli.cliutils 2020-07-31 13:47:33.576 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:33.576 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:33.577 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:38.072 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:38.072 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:38.072 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:43.166 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:43.166 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:43.167 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:44.778 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:44.778 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:44.778 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:47.265 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-07-31 13:47:47.265 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:47:47.265 17 ERROR rally.cli.cliutils 2020-07-31 13:47:49.119 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:49.120 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:49.120 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:51.455 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:47:51.550 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-dd82312f-0a76-4afd-99c1-56c372acf543/repo. 2020-07-31 13:47:51.826 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-dd82312f-0a76-4afd-99c1-56c372acf543/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 13:47:51.840 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:47:51.849 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:47:51.884 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:47:51.938 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:47:52.779 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dd82312f-0a76-4afd-99c1-56c372acf543) has been successfully created! 2020-07-31 13:47:54.694 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:54.695 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:54.695 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:59.773 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:59.773 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:59.773 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:48:02.352 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dd82312f-0a76-4afd-99c1-56c372acf543) for deployment 'opnfv-rally' (UUID=6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7). 2020-07-31 13:48:02.850 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dd82312f-0a76-4afd-99c1-56c372acf543) has been successfully configured for deployment 'opnfv-rally' (UUID=6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7)! 2020-07-31 13:48:12.591 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:48:12.591 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:48:12.591 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:48:14.978 35 INFO rally.api [-] Starting verification (UUID=a890ff51-2f85-414b-b682-cd4a81541b3e) for deployment 'opnfv-rally' (UUID=6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7) by verifier 'opnfv-tempest' (UUID=dd82312f-0a76-4afd-99c1-56c372acf543). 2020-07-31 13:48:15.761 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:48:15.762 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-dd82312f-0a76-4afd-99c1-56c372acf543/for-deployment-6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7/tempest.log' to option 'log_file'. 2020-07-31 13:48:15.762 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-dd82312f-0a76-4afd-99c1-56c372acf543/for-deployment-6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7/tempest.log 2020-07-31 13:48:15.763 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:48:15.763 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-dd82312f-0a76-4afd-99c1-56c372acf543/for-deployment-6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7/lock_files' to option 'lock_path'. 2020-07-31 13:48:15.763 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-dd82312f-0a76-4afd-99c1-56c372acf543/for-deployment-6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7/lock_files 2020-07-31 13:48:15.763 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:48:15.763 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-07-31 13:48:15.764 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4d033588-93eb-49b0-80f1-69578fe3a2b3 2020-07-31 13:48:15.764 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 30e7ab32-093e-4485-9fb6-3b7383630bbe 2020-07-31 13:48:15.764 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7c91bf7f-23aa-4a52-b482-c5f14fb9ae6b 2020-07-31 13:48:15.765 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 15bb0ac9-e524-47c8-a7bb-81f45eeb0b8c 2020-07-31 13:48:16.145 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:48:16.145 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_668c6fb8-e69e-46d1-a919-bc699fc663f2 2020-07-31 13:48:16.146 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:48:16.242 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:48:16.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_abd5194a_Utos3RfX'. Using flavor 'rally_verify_abd5194a_Utos3RfX' (ID = 7c0bd16a-3bb7-4c93-9668-f0c60e0fff91) for the tests. 2020-07-31 13:48:16.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7c0bd16a-3bb7-4c93-9668-f0c60e0fff91' to option 'instance_type'. 2020-07-31 13:48:16.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7c0bd16a-3bb7-4c93-9668-f0c60e0fff91 2020-07-31 13:48:16.304 35 INFO rally.task.context [-] Verification dd82312f-0a76-4afd-99c1-56c372acf543 | Context tempest@default setup() finished in 1.04 sec 2020-07-31 13:48:16.305 35 INFO rally.task.context [-] Verification dd82312f-0a76-4afd-99c1-56c372acf543 | Context testr@default setup() finished in 0.58 msec 2020-07-31 13:48:16.305 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/12c02d08-c470-464c-8f13-7f91d7b33c9a'. 2020-07-31 13:48:21.267 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-31 13:48:21.269 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-31 13:49:53.506 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [86.008s] 2020-07-31 13:51:40.908 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [83.533s] 2020-07-31 13:52:59.717 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [35.784s] 2020-07-31 13:53:16.762 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-07-31 13:54:32.704 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [69.868s] 2020-07-31 13:55:40.048 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [67.328s] 2020-07-31 13:56:55.398 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [56.899s] 2020-07-31 13:57:03.563 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-07-31 13:57:10.847 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-07-31 13:57:30.055 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.211s] 2020-07-31 13:57:44.668 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-07-31 13:57:44.669 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-07-31 13:58:52.274 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [66.414s] 2020-07-31 13:58:52.275 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-07-31 13:59:59.184 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [66.892s] 2020-07-31 14:00:48.315 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [49.113s] 2020-07-31 14:01:34.446 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [46.109s] 2020-07-31 14:02:28.265 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [53.803s] 2020-07-31 14:03:41.427 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [73.139s] 2020-07-31 14:04:44.780 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [63.335s] 2020-07-31 14:06:00.682 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [75.889s] 2020-07-31 14:07:15.426 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [71.926s] 2020-07-31 14:07:57.761 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [42.319s] 2020-07-31 14:09:18.846 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [81.061s] 2020-07-31 14:10:18.215 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [59.355s] 2020-07-31 14:11:15.910 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [57.674s] 2020-07-31 14:11:58.090 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [42.168s] 2020-07-31 14:13:17.144 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [79.020s] 2020-07-31 14:14:27.867 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [70.705s] 2020-07-31 14:15:54.092 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [82.737s] 2020-07-31 14:17:45.769 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [111.657s] 2020-07-31 14:19:31.143 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [105.352s] 2020-07-31 14:21:36.526 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [125.366s] 2020-07-31 14:23:26.689 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [110.142s] 2020-07-31 14:25:22.807 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [116.105s] 2020-07-31 14:26:50.827 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [88.003s] 2020-07-31 14:28:13.045 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [82.204s] 2020-07-31 14:28:16.273 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.297s] 2020-07-31 14:29:39.470 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [78.859s] 2020-07-31 14:30:32.310 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [52.826s] 2020-07-31 14:31:36.835 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [64.511s] 2020-07-31 14:32:54.052 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [77.195s] 2020-07-31 14:33:30.508 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [33.489s] 2020-07-31 14:34:44.337 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [66.427s] 2020-07-31 14:35:32.842 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [48.498s] 2020-07-31 14:37:21.774 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [90.796s] 2020-07-31 14:39:13.560 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [99.367s] 2020-07-31 14:40:11.449 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [46.424s] 2020-07-31 14:40:56.526 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [21.010s] 2020-07-31 14:42:34.781 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [98.237s] 2020-07-31 14:42:49.550 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-07-31 14:42:50.223 35 INFO rally.task.context [-] Verification dd82312f-0a76-4afd-99c1-56c372acf543 | Context testr@default cleanup() started 2020-07-31 14:42:50.224 35 INFO rally.task.context [-] Verification dd82312f-0a76-4afd-99c1-56c372acf543 | Context testr@default cleanup() finished in 0.84 msec 2020-07-31 14:42:50.224 35 INFO rally.task.context [-] Verification dd82312f-0a76-4afd-99c1-56c372acf543 | Context tempest@default cleanup() started 2020-07-31 14:42:50.399 35 INFO rally.task.context [-] Verification dd82312f-0a76-4afd-99c1-56c372acf543 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-31 14:42:50.432 35 INFO rally.api [-] Verification (UUID=a890ff51-2f85-414b-b682-cd4a81541b3e) has been successfully finished for deployment 'opnfv-rally' (UUID=6c3aee5a-58ce-4323-b76e-e95bc7d6f6a7)! 2020-07-31 14:42:52.551 688 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:42:52.551 688 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:42:52.551 688 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:42:54.348 690 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:42:54.349 690 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:42:54.349 690 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:42:57.381 690 INFO rally.api [-] Building 'html' report for the following verification(s): 'a890ff51-2f85-414b-b682-cd4a81541b3e' 2020-07-31 14:42:57.427 690 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:42:59.209 692 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:42:59.209 692 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:42:59.209 692 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:43:01.535 692 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a890ff51-2f85-414b-b682-cd4a81541b3e' 2020-07-31 14:43:01.540 692 INFO rally.api [-] The report has been successfully built.