2020-09-29 09:36:16.632 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:16.633 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:16.633 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:19.704 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-09-29 09:36:19.704 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 09:36:19.704 6 ERROR rally.cli.cliutils 2020-09-29 09:36:21.379 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:21.380 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:21.380 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:25.438 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:25.438 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:25.438 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:29.419 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:29.419 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:29.420 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:30.766 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:30.767 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:30.767 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:32.870 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-09-29 09:36:32.870 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils force=force) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 09:36:32.870 15 ERROR rally.cli.cliutils 2020-09-29 09:36:34.384 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:34.385 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:34.385 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:36.296 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 09:36:36.394 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ddc89043-e6e5-4e99-8b42-ce294ccb29e7/repo. 2020-09-29 09:36:36.982 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ddc89043-e6e5-4e99-8b42-ce294ccb29e7/repo'... done. Note: checking out 'b0d516cd07ff9bd7c6c1371736de3c30dd647636'. 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-09-29 09:36:36.998 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-29 09:36:37.008 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-29 09:36:37.028 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 09:36:37.091 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 09:36:37.698 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ddc89043-e6e5-4e99-8b42-ce294ccb29e7) has been successfully created! 2020-09-29 09:36:39.273 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:39.273 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:39.273 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:43.493 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:43.493 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:43.493 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:45.640 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ddc89043-e6e5-4e99-8b42-ce294ccb29e7) for deployment 'opnfv-rally' (UUID=d1b9818e-9f5b-42fe-8f27-3d7febcf34d3). 2020-09-29 09:36:46.109 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ddc89043-e6e5-4e99-8b42-ce294ccb29e7) has been successfully configured for deployment 'opnfv-rally' (UUID=d1b9818e-9f5b-42fe-8f27-3d7febcf34d3)! 2020-09-29 09:36:55.709 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:36:55.709 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:36:55.709 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:36:57.639 32 INFO rally.api [-] Starting verification (UUID=36fae506-5dc7-4d4d-ba21-a1dcf8590914) for deployment 'opnfv-rally' (UUID=d1b9818e-9f5b-42fe-8f27-3d7febcf34d3) by verifier 'opnfv-tempest' (UUID=ddc89043-e6e5-4e99-8b42-ce294ccb29e7). 2020-09-29 09:36:58.355 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 09:36:58.355 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ddc89043-e6e5-4e99-8b42-ce294ccb29e7/for-deployment-d1b9818e-9f5b-42fe-8f27-3d7febcf34d3/tempest.log' to option 'log_file'. 2020-09-29 09:36:58.356 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ddc89043-e6e5-4e99-8b42-ce294ccb29e7/for-deployment-d1b9818e-9f5b-42fe-8f27-3d7febcf34d3/tempest.log 2020-09-29 09:36:58.356 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 09:36:58.356 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ddc89043-e6e5-4e99-8b42-ce294ccb29e7/for-deployment-d1b9818e-9f5b-42fe-8f27-3d7febcf34d3/lock_files' to option 'lock_path'. 2020-09-29 09:36:58.357 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ddc89043-e6e5-4e99-8b42-ce294ccb29e7/for-deployment-d1b9818e-9f5b-42fe-8f27-3d7febcf34d3/lock_files 2020-09-29 09:36:58.357 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 09:36:58.357 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-09-29 09:36:58.358 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7db071da-a008-43a8-ae1b-9b975caacdc1 2020-09-29 09:36:58.358 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 94f311eb-682d-4836-9fc8-215641302272 2020-09-29 09:36:58.358 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f9704a9f-e587-4cf7-9a53-196b06725d85 2020-09-29 09:36:58.359 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = dea5e017-1f13-48d3-a08d-d7fc59d159ec 2020-09-29 09:37:03.049 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 09:37:03.050 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_98e91b9e-14c9-451c-a984-cf15d4330bfe 2020-09-29 09:37:03.051 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 09:37:03.150 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 09:37:03.190 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-29 09:37:03.191 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_36fae506_bK5YVHrR' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-29 09:37:03.227 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_36fae506_bK5YVHrR' (ID = 0198a25e-3369-4ca6-8744-29224a90db85) has been successfully created! 2020-09-29 09:37:03.228 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0198a25e-3369-4ca6-8744-29224a90db85' to option 'instance_type'. 2020-09-29 09:37:03.228 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0198a25e-3369-4ca6-8744-29224a90db85 2020-09-29 09:37:03.230 32 INFO rally.task.context [-] Verification ddc89043-e6e5-4e99-8b42-ce294ccb29e7 | Context tempest@default setup() finished in 5.35 sec 2020-09-29 09:37:03.231 32 INFO rally.task.context [-] Verification ddc89043-e6e5-4e99-8b42-ce294ccb29e7 | Context testr@default setup() finished in 0.51 msec 2020-09-29 09:37:03.231 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/dd784f04-03b0-450b-81e8-918248ba64ae'. 2020-09-29 09:38:49.529 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [96.678s] 2020-09-29 09:40:41.443 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [85.692s] 2020-09-29 09:41:59.456 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.721s] 2020-09-29 09:43:33.965 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [73.920s] 2020-09-29 09:44:40.656 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [66.676s] 2020-09-29 09:45:56.599 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [58.885s] 2020-09-29 09:46:17.066 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.245s] 2020-09-29 09:47:45.854 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [68.865s] 2020-09-29 09:48:40.703 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [54.831s] 2020-09-29 09:49:23.102 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [42.380s] 2020-09-29 09:50:24.973 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [61.852s] 2020-09-29 09:51:23.320 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [58.328s] 2020-09-29 09:52:31.916 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [68.578s] 2020-09-29 09:53:19.007 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [47.077s] 2020-09-29 09:54:06.829 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.809s] 2020-09-29 09:55:28.701 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [78.525s] 2020-09-29 09:56:22.069 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [53.360s] 2020-09-29 09:58:04.994 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [102.905s] 2020-09-29 09:59:14.057 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [69.049s] 2020-09-29 10:00:11.721 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [57.651s] 2020-09-29 10:01:31.714 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [79.975s] 2020-09-29 10:02:41.953 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [70.217s] 2020-09-29 10:04:13.426 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [88.299s] 2020-09-29 10:05:57.873 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [104.428s] 2020-09-29 10:08:01.441 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [123.553s] 2020-09-29 10:10:11.469 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [130.012s] 2020-09-29 10:12:27.455 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [135.974s] 2020-09-29 10:14:04.522 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [97.048s] 2020-09-29 10:15:38.354 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [93.815s] 2020-09-29 10:17:08.026 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [89.651s] 2020-09-29 10:17:13.886 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.780s] 2020-09-29 10:18:37.642 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [79.082s] 2020-09-29 10:19:35.759 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [58.107s] 2020-09-29 10:20:38.333 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [62.558s] 2020-09-29 10:21:48.120 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [69.771s] 2020-09-29 10:22:34.081 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [37.952s] 2020-09-29 10:23:54.888 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [68.907s] 2020-09-29 10:24:49.216 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [54.317s] 2020-09-29 10:26:38.558 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [84.890s] 2020-09-29 10:28:32.331 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [96.610s] 2020-09-29 10:29:31.154 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [42.731s] 2020-09-29 10:30:17.151 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.777s] 2020-09-29 10:31:55.535 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [98.365s] 2020-09-29 10:32:07.587 32 INFO rally.task.context [-] Verification ddc89043-e6e5-4e99-8b42-ce294ccb29e7 | Context testr@default cleanup() started 2020-09-29 10:32:07.588 32 INFO rally.task.context [-] Verification ddc89043-e6e5-4e99-8b42-ce294ccb29e7 | Context testr@default cleanup() finished in 0.86 msec 2020-09-29 10:32:07.588 32 INFO rally.task.context [-] Verification ddc89043-e6e5-4e99-8b42-ce294ccb29e7 | Context tempest@default cleanup() started 2020-09-29 10:32:07.765 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_36fae506_bK5YVHrR'. 2020-09-29 10:32:07.974 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_36fae506_bK5YVHrR' has been deleted. 2020-09-29 10:32:07.976 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0198a25e-3369-4ca6-8744-29224a90db85' of option 'instance_type' from Tempest config file. 2020-09-29 10:32:07.976 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0198a25e-3369-4ca6-8744-29224a90db85' has been removed. 2020-09-29 10:32:07.987 32 INFO rally.task.context [-] Verification ddc89043-e6e5-4e99-8b42-ce294ccb29e7 | Context tempest@default cleanup() finished in 0.40 sec 2020-09-29 10:32:08.009 32 INFO rally.api [-] Verification (UUID=36fae506-5dc7-4d4d-ba21-a1dcf8590914) has been successfully finished for deployment 'opnfv-rally' (UUID=d1b9818e-9f5b-42fe-8f27-3d7febcf34d3)! 2020-09-29 10:32:09.585 667 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:32:09.586 667 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:32:09.586 667 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:32:10.983 668 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:32:10.983 668 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:32:10.984 668 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:32:13.081 668 INFO rally.api [-] Building 'html' report for the following verification(s): '36fae506-5dc7-4d4d-ba21-a1dcf8590914' 2020-09-29 10:32:13.108 668 INFO rally.api [-] The report has been successfully built. 2020-09-29 10:32:14.530 670 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:32:14.531 670 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:32:14.531 670 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:32:16.473 670 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '36fae506-5dc7-4d4d-ba21-a1dcf8590914' 2020-09-29 10:32:16.479 670 INFO rally.api [-] The report has been successfully built.