2020-06-04 20:21:50.853 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:21:50.854 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:21:50.854 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 20:21:53.239 7 ERROR rally.cli.cliutils 2020-06-04 20:21:54.958 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:21:54.958 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:21:54.958 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:21:59.434 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:21:59.435 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:21:59.435 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:04.050 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:22:04.050 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:22:04.050 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:05.609 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:22:05.610 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:22:05.610 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 20:22:07.989 17 ERROR rally.cli.cliutils 2020-06-04 20:22:09.647 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:22:09.647 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:22:09.647 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:11.739 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 20:22:11.823 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-41202b4a-937e-4517-9adc-67013e39efe6/repo. 2020-06-04 20:22:12.072 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-41202b4a-937e-4517-9adc-67013e39efe6/repo'... done. ' 2020-06-04 20:22:12.084 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 20:22:12.103 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 20:22:12.177 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 20:22:12.986 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41202b4a-937e-4517-9adc-67013e39efe6) has been successfully created! 2020-06-04 20:22:14.689 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:22:14.689 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:22:14.689 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:19.111 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:22:19.111 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:22:19.111 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:21.273 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=41202b4a-937e-4517-9adc-67013e39efe6) for deployment 'opnfv-rally' (UUID=dabfbe5a-c8d6-4bae-a72e-689d987cd5f9). 2020-06-04 20:22:21.756 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41202b4a-937e-4517-9adc-67013e39efe6) has been successfully configured for deployment 'opnfv-rally' (UUID=dabfbe5a-c8d6-4bae-a72e-689d987cd5f9)! 2020-06-04 20:22:32.891 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:22:32.891 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:22:32.892 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:22:35.383 34 INFO rally.api [-] Starting verification (UUID=a9b6d26a-064a-4fe9-9bf8-8f01b799ade7) for deployment 'opnfv-rally' (UUID=dabfbe5a-c8d6-4bae-a72e-689d987cd5f9) by verifier 'opnfv-tempest' (UUID=41202b4a-937e-4517-9adc-67013e39efe6). 2020-06-04 20:22:36.037 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 20:22:36.037 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-41202b4a-937e-4517-9adc-67013e39efe6/for-deployment-dabfbe5a-c8d6-4bae-a72e-689d987cd5f9/tempest.log' to option 'log_file'. 2020-06-04 20:22:36.038 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-41202b4a-937e-4517-9adc-67013e39efe6/for-deployment-dabfbe5a-c8d6-4bae-a72e-689d987cd5f9/tempest.log 2020-06-04 20:22:36.038 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 20:22:36.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-41202b4a-937e-4517-9adc-67013e39efe6/for-deployment-dabfbe5a-c8d6-4bae-a72e-689d987cd5f9/lock_files' to option 'lock_path'. 2020-06-04 20:22:36.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-41202b4a-937e-4517-9adc-67013e39efe6/for-deployment-dabfbe5a-c8d6-4bae-a72e-689d987cd5f9/lock_files 2020-06-04 20:22:36.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 20:22:36.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-04 20:22:36.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6f348f91-bfa0-4c3a-b0b4-379572f70f8c 2020-06-04 20:22:36.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1ee4c504-ab78-45fd-b69b-b591d00330fe 2020-06-04 20:22:36.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ca6769e1-d901-4505-a0c0-6939621f3e8b 2020-06-04 20:22:36.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2c06fc0d-bbd2-44f3-a6c0-bca8e5082383 2020-06-04 20:22:36.292 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 20:22:36.293 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_7a22d76f-0a29-428f-874f-0000bf50f376 2020-06-04 20:22:36.294 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 20:22:36.389 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 20:22:36.443 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 20:22:36.443 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a9b6d26a_mPFphuBa' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 20:22:36.485 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a9b6d26a_mPFphuBa' (ID = de2851e4-690e-4e64-aa28-7bd0f5871859) has been successfully created! 2020-06-04 20:22:36.485 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'de2851e4-690e-4e64-aa28-7bd0f5871859' to option 'instance_type'. 2020-06-04 20:22:36.485 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = de2851e4-690e-4e64-aa28-7bd0f5871859 2020-06-04 20:22:36.486 34 INFO rally.task.context [-] Verification 41202b4a-937e-4517-9adc-67013e39efe6 | Context tempest@default setup() finished in 0.94 sec 2020-06-04 20:22:36.487 34 INFO rally.task.context [-] Verification 41202b4a-937e-4517-9adc-67013e39efe6 | Context testr@default setup() finished in 0.33 msec 2020-06-04 20:22:36.487 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/9b12fc35-01e4-4c09-a537-a76766304edc'. 2020-06-04 20:24:00.853 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [72.937s] 2020-06-04 20:25:37.619 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [80.112s] 2020-06-04 20:26:47.666 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [38.535s] 2020-06-04 20:28:21.910 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [70.990s] 2020-06-04 20:29:23.374 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [61.449s] 2020-06-04 20:30:35.296 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [56.858s] 2020-06-04 20:30:57.785 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.122s] 2020-06-04 20:32:21.540 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [67.397s] 2020-06-04 20:33:12.605 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [51.036s] 2020-06-04 20:33:51.986 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [39.363s] 2020-06-04 20:34:42.352 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [50.351s] 2020-06-04 20:35:36.013 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [53.640s] 2020-06-04 20:36:26.931 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.901s] 2020-06-04 20:37:20.015 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [53.061s] 2020-06-04 20:38:04.337 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [44.306s] 2020-06-04 20:39:21.185 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [74.145s] 2020-06-04 20:40:01.566 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [40.368s] 2020-06-04 20:41:10.613 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [69.027s] 2020-06-04 20:41:56.827 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [46.197s] 2020-06-04 20:42:27.752 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [30.911s] 2020-06-04 20:43:28.751 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.970s] 2020-06-04 20:44:14.829 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [46.052s] 2020-06-04 20:45:19.521 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [62.369s] 2020-06-04 20:46:38.828 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [79.290s] 2020-06-04 20:48:03.024 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [84.179s] 2020-06-04 20:49:24.938 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [81.899s] 2020-06-04 20:50:41.394 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [76.439s] 2020-06-04 20:51:52.775 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [71.365s] 2020-06-04 20:53:04.253 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [71.460s] 2020-06-04 20:54:10.558 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [66.291s] 2020-06-04 20:54:13.296 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.268s] 2020-06-04 20:55:12.774 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [56.225s] 2020-06-04 20:55:47.888 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [35.102s] 2020-06-04 20:56:38.018 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [50.116s] 2020-06-04 20:57:26.302 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [48.268s] 2020-06-04 20:57:54.967 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.944s] 2020-06-04 20:58:58.243 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [56.680s] 2020-06-04 20:59:39.249 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.004s] 2020-06-04 21:01:07.380 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [77.015s] 2020-06-04 21:02:40.204 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [82.580s] 2020-06-04 21:03:28.653 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [37.867s] 2020-06-04 21:04:08.700 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.059s] 2020-06-04 21:05:25.304 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [76.586s] 2020-06-04 21:05:37.202 34 INFO rally.task.context [-] Verification 41202b4a-937e-4517-9adc-67013e39efe6 | Context testr@default cleanup() started 2020-06-04 21:05:37.202 34 INFO rally.task.context [-] Verification 41202b4a-937e-4517-9adc-67013e39efe6 | Context testr@default cleanup() finished in 0.77 msec 2020-06-04 21:05:37.203 34 INFO rally.task.context [-] Verification 41202b4a-937e-4517-9adc-67013e39efe6 | Context tempest@default cleanup() started 2020-06-04 21:05:37.406 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a9b6d26a_mPFphuBa'. 2020-06-04 21:05:37.552 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a9b6d26a_mPFphuBa' has been deleted. 2020-06-04 21:05:37.553 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'de2851e4-690e-4e64-aa28-7bd0f5871859' of option 'instance_type' from Tempest config file. 2020-06-04 21:05:37.553 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'de2851e4-690e-4e64-aa28-7bd0f5871859' has been removed. 2020-06-04 21:05:37.559 34 INFO rally.task.context [-] Verification 41202b4a-937e-4517-9adc-67013e39efe6 | Context tempest@default cleanup() finished in 0.36 sec 2020-06-04 21:05:37.582 34 INFO rally.api [-] Verification (UUID=a9b6d26a-064a-4fe9-9bf8-8f01b799ade7) has been successfully finished for deployment 'opnfv-rally' (UUID=dabfbe5a-c8d6-4bae-a72e-689d987cd5f9)! 2020-06-04 21:05:39.340 682 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 21:05:39.340 682 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 21:05:39.340 682 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 21:05:40.793 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 21:05:40.793 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 21:05:40.793 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 21:05:42.875 684 INFO rally.api [-] Building 'html' report for the following verification(s): 'a9b6d26a-064a-4fe9-9bf8-8f01b799ade7' 2020-06-04 21:05:42.896 684 INFO rally.api [-] The report has been successfully built. 2020-06-04 21:05:44.466 686 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 21:05:44.467 686 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 21:05:44.467 686 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 21:05:46.512 686 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a9b6d26a-064a-4fe9-9bf8-8f01b799ade7' 2020-06-04 21:05:46.515 686 INFO rally.api [-] The report has been successfully built.