2020-07-15 00:05:14.333 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:14.334 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:14.334 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:16.639 6 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-15 00:05:16.639 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-15 00:05:16.639 6 ERROR rally.cli.cliutils 2020-07-15 00:05:18.317 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:18.318 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:18.318 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:22.450 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:22.451 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:22.451 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:27.118 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:27.119 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:27.119 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:28.583 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:28.583 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:28.584 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:30.915 15 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-15 00:05:30.915 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils force=force) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-15 00:05:30.915 15 ERROR rally.cli.cliutils 2020-07-15 00:05:32.655 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:32.656 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:32.656 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:34.742 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-15 00:05:34.797 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7c59ed40-d6a1-42dd-8aaf-5222c1c61da8/repo. 2020-07-15 00:05:35.134 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7c59ed40-d6a1-42dd-8aaf-5222c1c61da8/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-15 00:05:35.150 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-15 00:05:35.160 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-15 00:05:35.180 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-15 00:05:35.241 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-15 00:05:35.895 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7c59ed40-d6a1-42dd-8aaf-5222c1c61da8) has been successfully created! 2020-07-15 00:05:37.602 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:37.603 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:37.603 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:42.171 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:42.171 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:42.171 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:44.256 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7c59ed40-d6a1-42dd-8aaf-5222c1c61da8) for deployment 'opnfv-rally' (UUID=0d5cbef5-9b79-4ea6-8535-3d9918394f19). 2020-07-15 00:05:44.796 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7c59ed40-d6a1-42dd-8aaf-5222c1c61da8) has been successfully configured for deployment 'opnfv-rally' (UUID=0d5cbef5-9b79-4ea6-8535-3d9918394f19)! 2020-07-15 00:05:54.053 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:05:54.053 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:05:54.053 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:05:57.999 32 INFO rally.api [-] Starting verification (UUID=98dc0df6-3068-4949-b03a-89bb85997dbe) for deployment 'opnfv-rally' (UUID=0d5cbef5-9b79-4ea6-8535-3d9918394f19) by verifier 'opnfv-tempest' (UUID=7c59ed40-d6a1-42dd-8aaf-5222c1c61da8). 2020-07-15 00:05:58.821 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-15 00:05:58.821 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7c59ed40-d6a1-42dd-8aaf-5222c1c61da8/for-deployment-0d5cbef5-9b79-4ea6-8535-3d9918394f19/tempest.log' to option 'log_file'. 2020-07-15 00:05:58.821 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7c59ed40-d6a1-42dd-8aaf-5222c1c61da8/for-deployment-0d5cbef5-9b79-4ea6-8535-3d9918394f19/tempest.log 2020-07-15 00:05:58.822 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-15 00:05:58.822 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7c59ed40-d6a1-42dd-8aaf-5222c1c61da8/for-deployment-0d5cbef5-9b79-4ea6-8535-3d9918394f19/lock_files' to option 'lock_path'. 2020-07-15 00:05:58.822 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7c59ed40-d6a1-42dd-8aaf-5222c1c61da8/for-deployment-0d5cbef5-9b79-4ea6-8535-3d9918394f19/lock_files 2020-07-15 00:05:58.823 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-15 00:05:58.823 32 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-15 00:05:58.824 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fc94d0d8-cbff-4087-8c89-7c7ae123bbd2 2020-07-15 00:05:58.824 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 181b2589-4fda-403a-a524-b96f5c26741c 2020-07-15 00:05:58.825 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cdfadb69-3ada-406e-80cf-8659c07dee92 2020-07-15 00:05:58.825 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3199a958-908c-435e-8435-1fd022d78d34 2020-07-15 00:05:59.080 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-15 00:05:59.080 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_f03f692e-34ae-46c0-a4e7-870f86e1a147 2020-07-15 00:05:59.081 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-15 00:05:59.422 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-15 00:05:59.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_342f8bc1_gefH4OHf'. Using flavor 'rally_verify_342f8bc1_gefH4OHf' (ID = 45aec958-c42f-445c-a842-31bd1cdbe237) for the tests. 2020-07-15 00:05:59.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '45aec958-c42f-445c-a842-31bd1cdbe237' to option 'instance_type'. 2020-07-15 00:05:59.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 45aec958-c42f-445c-a842-31bd1cdbe237 2020-07-15 00:05:59.460 32 INFO rally.task.context [-] Verification 7c59ed40-d6a1-42dd-8aaf-5222c1c61da8 | Context tempest@default setup() finished in 1.22 sec 2020-07-15 00:05:59.461 32 INFO rally.task.context [-] Verification 7c59ed40-d6a1-42dd-8aaf-5222c1c61da8 | Context testr@default setup() finished in 0.40 msec 2020-07-15 00:05:59.462 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/22e5aafb-335c-4c70-b0c4-b1a12f814025'. 2020-07-15 00:06:04.461 32 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-07-15 00:06:04.462 32 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-07-15 00:07:44.519 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [94.466s] 2020-07-15 00:09:16.166 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [74.527s] 2020-07-15 00:10:22.192 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.656s] 2020-07-15 00:10:35.493 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2020-07-15 00:11:52.057 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [70.854s] 2020-07-15 00:13:03.517 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [71.443s] 2020-07-15 00:14:26.713 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.490s] 2020-07-15 00:14:40.729 32 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-15 00:14:48.000 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.003s]: b'Skipped because object extension: container_sync is not enabled' 2020-07-15 00:15:05.695 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.874s] 2020-07-15 00:15:19.790 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2020-07-15 00:15:19.792 32 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-15 00:16:19.271 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [58.167s] 2020-07-15 00:16:19.272 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-07-15 00:17:19.976 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [60.687s] 2020-07-15 00:17:55.051 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [35.054s] 2020-07-15 00:18:49.810 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [54.743s] 2020-07-15 00:19:36.477 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [46.651s] 2020-07-15 00:20:35.116 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [58.622s] 2020-07-15 00:21:19.310 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [44.180s] 2020-07-15 00:22:17.763 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [58.441s] 2020-07-15 00:23:43.925 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [83.479s] 2020-07-15 00:24:25.700 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [41.758s] 2020-07-15 00:26:10.262 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [104.537s] 2020-07-15 00:27:01.910 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [51.632s] 2020-07-15 00:27:56.039 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [54.109s] 2020-07-15 00:28:46.082 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [50.031s] 2020-07-15 00:29:56.774 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [70.670s] 2020-07-15 00:30:58.220 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [61.421s] 2020-07-15 00:32:00.157 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [59.209s] 2020-07-15 00:33:24.636 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [84.462s] 2020-07-15 00:35:07.901 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [103.245s] 2020-07-15 00:36:54.457 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [106.534s] 2020-07-15 00:38:27.906 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [93.428s] 2020-07-15 00:39:48.569 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [80.651s] 2020-07-15 00:41:19.509 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [90.925s] 2020-07-15 00:42:42.054 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [82.530s] 2020-07-15 00:42:45.054 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.211s] 2020-07-15 00:43:52.118 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [63.565s] 2020-07-15 00:44:40.399 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [48.269s] 2020-07-15 00:45:41.165 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [60.747s] 2020-07-15 00:46:50.441 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [69.260s] 2020-07-15 00:47:17.955 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.810s] 2020-07-15 00:48:39.158 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [68.887s] 2020-07-15 00:49:29.447 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [50.281s] 2020-07-15 00:50:51.216 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [70.732s] 2020-07-15 00:52:54.004 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [99.754s] 2020-07-15 00:53:51.757 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [42.024s] 2020-07-15 00:54:35.306 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.627s] 2020-07-15 00:56:02.836 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [87.514s] 2020-07-15 00:56:20.500 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2020-07-15 00:56:20.989 32 INFO rally.task.context [-] Verification 7c59ed40-d6a1-42dd-8aaf-5222c1c61da8 | Context testr@default cleanup() started 2020-07-15 00:56:20.989 32 INFO rally.task.context [-] Verification 7c59ed40-d6a1-42dd-8aaf-5222c1c61da8 | Context testr@default cleanup() finished in 0.73 msec 2020-07-15 00:56:20.990 32 INFO rally.task.context [-] Verification 7c59ed40-d6a1-42dd-8aaf-5222c1c61da8 | Context tempest@default cleanup() started 2020-07-15 00:56:21.163 32 INFO rally.task.context [-] Verification 7c59ed40-d6a1-42dd-8aaf-5222c1c61da8 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-15 00:56:21.197 32 INFO rally.api [-] Verification (UUID=98dc0df6-3068-4949-b03a-89bb85997dbe) has been successfully finished for deployment 'opnfv-rally' (UUID=0d5cbef5-9b79-4ea6-8535-3d9918394f19)! 2020-07-15 00:56:22.944 681 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:56:22.944 681 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:56:22.944 681 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:56:24.452 682 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:56:24.452 682 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:56:24.452 682 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:56:26.455 682 INFO rally.api [-] Building 'html' report for the following verification(s): '98dc0df6-3068-4949-b03a-89bb85997dbe' 2020-07-15 00:56:26.482 682 INFO rally.api [-] The report has been successfully built. 2020-07-15 00:56:27.907 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:56:27.907 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:56:27.907 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:56:29.990 684 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '98dc0df6-3068-4949-b03a-89bb85997dbe' 2020-07-15 00:56:29.998 684 INFO rally.api [-] The report has been successfully built.