2020-07-28 17:19:32.576 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:32.576 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:32.577 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:19:35.112 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-28 17:19:35.112 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 17:19:35.112 7 ERROR rally.cli.cliutils 2020-07-28 17:19:37.000 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:37.000 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:37.000 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:19:41.980 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:41.980 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:41.981 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:19:47.179 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:47.180 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:47.180 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:19:48.861 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:48.862 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:48.862 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:19:51.215 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-28 17:19:51.215 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 17:19:51.215 17 ERROR rally.cli.cliutils 2020-07-28 17:19:53.132 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:53.132 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:53.133 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:19:55.521 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 17:19:55.643 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-481087f2-6557-408c-9a93-283aa88eda8d/repo. 2020-07-28 17:19:56.145 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-481087f2-6557-408c-9a93-283aa88eda8d/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-28 17:19:56.161 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 17:19:56.170 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 17:19:56.198 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 17:19:56.277 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 17:19:57.300 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=481087f2-6557-408c-9a93-283aa88eda8d) has been successfully created! 2020-07-28 17:19:59.276 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:19:59.277 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:19:59.277 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:20:04.094 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:20:04.095 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:20:04.095 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:20:06.471 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=481087f2-6557-408c-9a93-283aa88eda8d) for deployment 'opnfv-rally' (UUID=5c74cf55-f4d7-4803-9d44-b6b505f4b06d). 2020-07-28 17:20:07.048 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=481087f2-6557-408c-9a93-283aa88eda8d) has been successfully configured for deployment 'opnfv-rally' (UUID=5c74cf55-f4d7-4803-9d44-b6b505f4b06d)! 2020-07-28 17:20:19.009 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:20:19.010 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:20:19.010 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:20:21.363 35 INFO rally.api [-] Starting verification (UUID=723abab0-df7a-4a64-a757-647cade2be13) for deployment 'opnfv-rally' (UUID=5c74cf55-f4d7-4803-9d44-b6b505f4b06d) by verifier 'opnfv-tempest' (UUID=481087f2-6557-408c-9a93-283aa88eda8d). 2020-07-28 17:20:22.066 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 17:20:22.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-481087f2-6557-408c-9a93-283aa88eda8d/for-deployment-5c74cf55-f4d7-4803-9d44-b6b505f4b06d/tempest.log' to option 'log_file'. 2020-07-28 17:20:22.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-481087f2-6557-408c-9a93-283aa88eda8d/for-deployment-5c74cf55-f4d7-4803-9d44-b6b505f4b06d/tempest.log 2020-07-28 17:20:22.068 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 17:20:22.068 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-481087f2-6557-408c-9a93-283aa88eda8d/for-deployment-5c74cf55-f4d7-4803-9d44-b6b505f4b06d/lock_files' to option 'lock_path'. 2020-07-28 17:20:22.068 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-481087f2-6557-408c-9a93-283aa88eda8d/for-deployment-5c74cf55-f4d7-4803-9d44-b6b505f4b06d/lock_files 2020-07-28 17:20:22.069 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-28 17:20:22.069 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-28 17:20:22.069 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 568928ff-dd4f-45cf-94e4-7667210595b3 2020-07-28 17:20:22.070 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 54bf57cf-115c-4fb9-940b-3fc08fe67903 2020-07-28 17:20:22.070 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d0be48c4-0add-4552-9f25-88f0dfa4622f 2020-07-28 17:20:22.071 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5aa0a61d-5647-42b9-96a4-c9f0d4a6bd6a 2020-07-28 17:20:22.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 17:20:22.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_51ba0125-277c-49dc-b9f7-a39f551b6718 2020-07-28 17:20:22.303 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 17:20:22.419 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 17:20:22.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_74b14b36_l2Vrv5dp'. Using flavor 'rally_verify_74b14b36_l2Vrv5dp' (ID = a1a325f5-01da-4bfd-a8e1-02cd3eec4185) for the tests. 2020-07-28 17:20:22.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a1a325f5-01da-4bfd-a8e1-02cd3eec4185' to option 'instance_type'. 2020-07-28 17:20:22.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a1a325f5-01da-4bfd-a8e1-02cd3eec4185 2020-07-28 17:20:22.471 35 INFO rally.task.context [-] Verification 481087f2-6557-408c-9a93-283aa88eda8d | Context tempest@default setup() finished in 0.86 sec 2020-07-28 17:20:22.471 35 INFO rally.task.context [-] Verification 481087f2-6557-408c-9a93-283aa88eda8d | Context testr@default setup() finished in 0.23 msec 2020-07-28 17:20:22.471 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/bd31ecf0-361f-4eeb-90f9-2f9210a44097'. 2020-07-28 17:21:59.864 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [82.815s] 2020-07-28 17:23:26.675 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [71.713s] 2020-07-28 17:24:25.471 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [28.365s] 2020-07-28 17:25:52.024 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [66.388s] 2020-07-28 17:26:49.482 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [57.446s] 2020-07-28 17:27:59.249 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.677s] 2020-07-28 17:28:20.765 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.259s] 2020-07-28 17:29:23.847 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [49.324s] 2020-07-28 17:30:08.533 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [44.669s] 2020-07-28 17:30:46.076 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [37.520s] 2020-07-28 17:31:31.923 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.833s] 2020-07-28 17:32:10.180 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [38.240s] 2020-07-28 17:32:58.641 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.443s] 2020-07-28 17:33:42.745 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [44.086s] 2020-07-28 17:34:27.529 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [44.770s] 2020-07-28 17:35:37.617 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [67.304s] 2020-07-28 17:36:14.022 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [36.391s] 2020-07-28 17:37:17.926 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [63.888s] 2020-07-28 17:38:07.137 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [49.190s] 2020-07-28 17:38:40.690 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [33.541s] 2020-07-28 17:39:41.301 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.589s] 2020-07-28 17:40:25.125 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [43.807s] 2020-07-28 17:41:32.497 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [64.589s] 2020-07-28 17:42:50.828 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [78.313s] 2020-07-28 17:44:13.398 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [82.545s] 2020-07-28 17:45:38.404 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [84.983s] 2020-07-28 17:46:57.459 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [79.039s] 2020-07-28 17:48:05.341 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [67.869s] 2020-07-28 17:49:20.504 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [75.145s] 2020-07-28 17:50:26.436 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [65.918s] 2020-07-28 17:50:29.739 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.284s] 2020-07-28 17:51:31.955 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [58.919s] 2020-07-28 17:52:09.563 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [37.598s] 2020-07-28 17:53:03.427 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [53.854s] 2020-07-28 17:53:57.233 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [53.791s] 2020-07-28 17:54:29.382 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [29.610s] 2020-07-28 17:55:36.843 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [59.499s] 2020-07-28 17:56:23.054 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [46.199s] 2020-07-28 17:57:38.976 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [64.020s] 2020-07-28 17:59:09.784 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [80.989s] 2020-07-28 17:59:56.928 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.888s] 2020-07-28 18:00:41.283 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.541s] 2020-07-28 18:01:57.851 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [76.555s] 2020-07-28 18:02:10.592 35 INFO rally.task.context [-] Verification 481087f2-6557-408c-9a93-283aa88eda8d | Context testr@default cleanup() started 2020-07-28 18:02:10.593 35 INFO rally.task.context [-] Verification 481087f2-6557-408c-9a93-283aa88eda8d | Context testr@default cleanup() finished in 0.74 msec 2020-07-28 18:02:10.593 35 INFO rally.task.context [-] Verification 481087f2-6557-408c-9a93-283aa88eda8d | Context tempest@default cleanup() started 2020-07-28 18:02:10.817 35 INFO rally.task.context [-] Verification 481087f2-6557-408c-9a93-283aa88eda8d | Context tempest@default cleanup() finished in 0.22 sec 2020-07-28 18:02:10.838 35 INFO rally.api [-] Verification (UUID=723abab0-df7a-4a64-a757-647cade2be13) has been successfully finished for deployment 'opnfv-rally' (UUID=5c74cf55-f4d7-4803-9d44-b6b505f4b06d)! 2020-07-28 18:02:12.499 680 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 18:02:12.499 680 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 18:02:12.499 680 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 18:02:13.995 682 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 18:02:13.995 682 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 18:02:13.995 682 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 18:02:16.033 682 INFO rally.api [-] Building 'html' report for the following verification(s): '723abab0-df7a-4a64-a757-647cade2be13' 2020-07-28 18:02:16.052 682 INFO rally.api [-] The report has been successfully built. 2020-07-28 18:02:17.574 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 18:02:17.574 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 18:02:17.574 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 18:02:19.600 684 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '723abab0-df7a-4a64-a757-647cade2be13' 2020-07-28 18:02:19.603 684 INFO rally.api [-] The report has been successfully built.