2020-07-10 14:09:55.909 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:09:55.910 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:09:55.910 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:09:58.533 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-10 14:09:58.533 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 14:09:58.533 7 ERROR rally.cli.cliutils 2020-07-10 14:10:00.182 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:00.182 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:00.183 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:04.916 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:04.917 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:04.917 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:09.881 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:09.882 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:09.882 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:11.405 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:11.405 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:11.406 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:13.545 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-10 14:10:13.545 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 14:10:13.545 17 ERROR rally.cli.cliutils 2020-07-10 14:10:15.186 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:15.187 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:15.187 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:17.664 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 14:10:17.736 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-45814796-bad2-42e9-98d0-01d2e2d534f0/repo. 2020-07-10 14:10:17.952 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-45814796-bad2-42e9-98d0-01d2e2d534f0/repo'... done. ' 2020-07-10 14:10:17.966 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 14:10:17.990 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 14:10:18.060 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 14:10:18.799 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=45814796-bad2-42e9-98d0-01d2e2d534f0) has been successfully created! 2020-07-10 14:10:20.599 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:20.599 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:20.599 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:25.260 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:25.261 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:25.261 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:28.074 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=45814796-bad2-42e9-98d0-01d2e2d534f0) for deployment 'opnfv-rally' (UUID=789c83f5-20d5-4b9b-bd24-890de98fe9f7). 2020-07-10 14:10:28.566 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=45814796-bad2-42e9-98d0-01d2e2d534f0) has been successfully configured for deployment 'opnfv-rally' (UUID=789c83f5-20d5-4b9b-bd24-890de98fe9f7)! 2020-07-10 14:10:39.966 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:10:39.967 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:10:39.967 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:10:42.594 34 INFO rally.api [-] Starting verification (UUID=1eef502d-ed32-4b12-a130-650e7974cb8c) for deployment 'opnfv-rally' (UUID=789c83f5-20d5-4b9b-bd24-890de98fe9f7) by verifier 'opnfv-tempest' (UUID=45814796-bad2-42e9-98d0-01d2e2d534f0). 2020-07-10 14:10:43.279 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 14:10:43.280 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-45814796-bad2-42e9-98d0-01d2e2d534f0/for-deployment-789c83f5-20d5-4b9b-bd24-890de98fe9f7/tempest.log' to option 'log_file'. 2020-07-10 14:10:43.280 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-45814796-bad2-42e9-98d0-01d2e2d534f0/for-deployment-789c83f5-20d5-4b9b-bd24-890de98fe9f7/tempest.log 2020-07-10 14:10:43.280 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 14:10:43.280 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-45814796-bad2-42e9-98d0-01d2e2d534f0/for-deployment-789c83f5-20d5-4b9b-bd24-890de98fe9f7/lock_files' to option 'lock_path'. 2020-07-10 14:10:43.281 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-45814796-bad2-42e9-98d0-01d2e2d534f0/for-deployment-789c83f5-20d5-4b9b-bd24-890de98fe9f7/lock_files 2020-07-10 14:10:43.281 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 14:10:43.281 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-07-10 14:10:43.282 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ef6a4380-9f65-4805-973a-533d833d0f5a 2020-07-10 14:10:43.282 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5f880721-9a36-4ee8-ab12-b02a6a4b0010 2020-07-10 14:10:43.283 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 272caf94-d2f3-408b-a088-4594c3d511b1 2020-07-10 14:10:43.283 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5227cce6-97ab-4970-93a5-19d8f58e3b01 2020-07-10 14:10:43.509 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 14:10:43.510 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_ae9aa75e-5f25-47a7-8821-13854986a8c4 2020-07-10 14:10:43.511 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 14:10:43.605 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 14:10:43.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 14:10:43.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1eef502d_eiXbFURI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 14:10:43.690 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1eef502d_eiXbFURI' (ID = 5bb374b7-742d-4841-b4f3-e7e457662806) has been successfully created! 2020-07-10 14:10:43.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5bb374b7-742d-4841-b4f3-e7e457662806' to option 'instance_type'. 2020-07-10 14:10:43.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5bb374b7-742d-4841-b4f3-e7e457662806 2020-07-10 14:10:43.692 34 INFO rally.task.context [-] Verification 45814796-bad2-42e9-98d0-01d2e2d534f0 | Context tempest@default setup() finished in 0.85 sec 2020-07-10 14:10:43.693 34 INFO rally.task.context [-] Verification 45814796-bad2-42e9-98d0-01d2e2d534f0 | Context testr@default setup() finished in 0.35 msec 2020-07-10 14:10:43.693 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7d2f51e3-f0cb-4322-99e1-eaad721c4b11'. 2020-07-10 14:12:04.860 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [69.451s] 2020-07-10 14:13:27.123 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [66.216s] 2020-07-10 14:14:21.552 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [24.693s] 2020-07-10 14:15:40.940 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [60.531s] 2020-07-10 14:16:42.142 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [61.185s] 2020-07-10 14:17:53.664 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.948s] 2020-07-10 14:18:12.203 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.165s] 2020-07-10 14:19:21.583 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [55.051s] 2020-07-10 14:20:05.711 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [44.112s] 2020-07-10 14:20:45.479 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [39.745s] 2020-07-10 14:21:27.744 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [42.251s] 2020-07-10 14:22:11.855 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [44.095s] 2020-07-10 14:23:00.967 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [49.092s] 2020-07-10 14:23:45.983 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [45.000s] 2020-07-10 14:24:23.346 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [37.348s] 2020-07-10 14:25:32.293 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [66.436s] 2020-07-10 14:26:02.581 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [30.274s] 2020-07-10 14:27:05.431 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [62.830s] 2020-07-10 14:27:49.114 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [43.667s] 2020-07-10 14:28:22.254 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [33.126s] 2020-07-10 14:29:23.067 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.782s] 2020-07-10 14:30:09.469 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [46.382s] 2020-07-10 14:31:14.482 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [62.311s] 2020-07-10 14:32:26.341 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [71.844s] 2020-07-10 14:33:54.132 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [87.773s] 2020-07-10 14:35:21.410 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [87.255s] 2020-07-10 14:36:40.537 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [79.105s] 2020-07-10 14:37:50.319 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [69.766s] 2020-07-10 14:39:01.322 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [70.985s] 2020-07-10 14:40:02.672 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [61.337s] 2020-07-10 14:40:06.624 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.265s] 2020-07-10 14:41:06.699 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [57.002s] 2020-07-10 14:41:42.594 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [35.887s] 2020-07-10 14:42:33.786 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [51.182s] 2020-07-10 14:43:26.343 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.546s] 2020-07-10 14:43:55.140 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.038s] 2020-07-10 14:44:58.147 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [56.378s] 2020-07-10 14:45:42.591 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [44.434s] 2020-07-10 14:47:11.655 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [78.230s] 2020-07-10 14:48:42.532 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [79.957s] 2020-07-10 14:49:30.830 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [37.838s] 2020-07-10 14:50:12.570 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.671s] 2020-07-10 14:51:32.858 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [80.266s] 2020-07-10 14:51:44.035 34 INFO rally.task.context [-] Verification 45814796-bad2-42e9-98d0-01d2e2d534f0 | Context testr@default cleanup() started 2020-07-10 14:51:44.036 34 INFO rally.task.context [-] Verification 45814796-bad2-42e9-98d0-01d2e2d534f0 | Context testr@default cleanup() finished in 0.78 msec 2020-07-10 14:51:44.036 34 INFO rally.task.context [-] Verification 45814796-bad2-42e9-98d0-01d2e2d534f0 | Context tempest@default cleanup() started 2020-07-10 14:51:44.246 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1eef502d_eiXbFURI'. 2020-07-10 14:51:44.449 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1eef502d_eiXbFURI' has been deleted. 2020-07-10 14:51:44.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5bb374b7-742d-4841-b4f3-e7e457662806' of option 'instance_type' from Tempest config file. 2020-07-10 14:51:44.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5bb374b7-742d-4841-b4f3-e7e457662806' has been removed. 2020-07-10 14:51:44.456 34 INFO rally.task.context [-] Verification 45814796-bad2-42e9-98d0-01d2e2d534f0 | Context tempest@default cleanup() finished in 0.42 sec 2020-07-10 14:51:44.489 34 INFO rally.api [-] Verification (UUID=1eef502d-ed32-4b12-a130-650e7974cb8c) has been successfully finished for deployment 'opnfv-rally' (UUID=789c83f5-20d5-4b9b-bd24-890de98fe9f7)! 2020-07-10 14:51:46.178 683 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:51:46.179 683 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:51:46.179 683 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:51:47.777 685 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:51:47.777 685 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:51:47.777 685 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:51:50.220 685 INFO rally.api [-] Building 'html' report for the following verification(s): '1eef502d-ed32-4b12-a130-650e7974cb8c' 2020-07-10 14:51:50.242 685 INFO rally.api [-] The report has been successfully built. 2020-07-10 14:51:51.850 687 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:51:51.851 687 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:51:51.851 687 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:51:54.193 687 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1eef502d-ed32-4b12-a130-650e7974cb8c' 2020-07-10 14:51:54.197 687 INFO rally.api [-] The report has been successfully built.