2020-06-07 10:24:36.487 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:24:36.488 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:24:36.488 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:39.017 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-07 10:24:39.017 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 10:24:39.017 7 ERROR rally.cli.cliutils 2020-06-07 10:24:40.857 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:24:40.857 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:24:40.858 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:45.314 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:24:45.315 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:24:45.315 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:50.184 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:24:50.185 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:24:50.185 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:51.671 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:24:51.671 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:24:51.672 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:53.807 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-07 10:24:53.807 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 10:24:53.807 17 ERROR rally.cli.cliutils 2020-06-07 10:24:55.561 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:24:55.561 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:24:55.562 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:24:57.811 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 10:24:57.894 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215/repo. 2020-06-07 10:24:58.127 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-07 10:24:58.141 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 10:24:58.149 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 10:24:58.177 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 10:24:58.250 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 10:24:59.049 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215) has been successfully created! 2020-06-07 10:25:00.939 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:25:00.940 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:25:00.940 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:25:05.924 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:25:05.924 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:25:05.924 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:25:08.186 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215) for deployment 'opnfv-rally' (UUID=12662514-e4d3-465a-af00-c5ce79f14042). 2020-06-07 10:25:08.662 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215) has been successfully configured for deployment 'opnfv-rally' (UUID=12662514-e4d3-465a-af00-c5ce79f14042)! 2020-06-07 10:25:19.647 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 10:25:19.648 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 10:25:19.648 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 10:25:21.829 35 INFO rally.api [-] Starting verification (UUID=87f71602-42ba-448b-bbda-2566ad2150c5) for deployment 'opnfv-rally' (UUID=12662514-e4d3-465a-af00-c5ce79f14042) by verifier 'opnfv-tempest' (UUID=6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215). 2020-06-07 10:25:22.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 10:25:22.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215/for-deployment-12662514-e4d3-465a-af00-c5ce79f14042/tempest.log' to option 'log_file'. 2020-06-07 10:25:22.562 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215/for-deployment-12662514-e4d3-465a-af00-c5ce79f14042/tempest.log 2020-06-07 10:25:22.562 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 10:25:22.562 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215/for-deployment-12662514-e4d3-465a-af00-c5ce79f14042/lock_files' to option 'lock_path'. 2020-06-07 10:25:22.562 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215/for-deployment-12662514-e4d3-465a-af00-c5ce79f14042/lock_files 2020-06-07 10:25:22.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 10:25:22.563 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-06-07 10:25:22.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 183765ac-206e-41b9-b805-e09ac4f1ef3a 2020-06-07 10:25:22.564 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0a7cec0f-3fdb-4a7e-9c00-85f60c19d408 2020-06-07 10:25:22.564 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ac96fd19-32fc-44a0-be5f-ad1acbf0f9fe 2020-06-07 10:25:22.565 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fbf6309b-5749-4c78-9142-fa30a53b8a07 2020-06-07 10:25:22.742 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 10:25:22.742 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_fb33665c-8d5b-4fab-a42d-45ecf2f1792c 2020-06-07 10:25:22.743 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 10:25:22.817 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 10:25:22.847 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-07 10:25:22.848 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_87f71602_bOiabnFz' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-07 10:25:22.877 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_87f71602_bOiabnFz' (ID = 14536bb8-e5cc-4101-9232-93946ece10f6) has been successfully created! 2020-06-07 10:25:22.877 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '14536bb8-e5cc-4101-9232-93946ece10f6' to option 'instance_type'. 2020-06-07 10:25:22.878 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 14536bb8-e5cc-4101-9232-93946ece10f6 2020-06-07 10:25:22.878 35 INFO rally.task.context [-] Verification 6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215 | Context tempest@default setup() finished in 0.82 sec 2020-06-07 10:25:22.879 35 INFO rally.task.context [-] Verification 6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215 | Context testr@default setup() finished in 0.31 msec 2020-06-07 10:25:22.879 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/245aa9ac-1a86-4787-ae08-33f32cde3479'. 2020-06-07 10:26:48.108 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [74.985s] 2020-06-07 10:28:21.233 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [75.163s] 2020-06-07 10:29:18.924 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [24.928s] 2020-06-07 10:30:42.327 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [61.976s] 2020-06-07 10:31:40.801 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [58.459s] 2020-06-07 10:32:49.097 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.581s] 2020-06-07 10:33:08.942 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.254s] 2020-06-07 10:34:13.377 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [50.315s] 2020-06-07 10:34:58.188 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [44.791s] 2020-06-07 10:35:37.124 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [38.921s] 2020-06-07 10:36:25.091 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [47.951s] 2020-06-07 10:37:08.942 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [43.832s] 2020-06-07 10:37:59.110 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [50.152s] 2020-06-07 10:38:51.160 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [52.032s] 2020-06-07 10:39:33.513 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [42.339s] 2020-06-07 10:40:41.290 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [65.350s] 2020-06-07 10:41:13.221 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [31.915s] 2020-06-07 10:42:13.038 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [59.795s] 2020-06-07 10:42:53.738 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [40.686s] 2020-06-07 10:43:26.936 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [33.185s] 2020-06-07 10:44:23.751 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [56.789s] 2020-06-07 10:45:05.548 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [41.782s] 2020-06-07 10:46:11.888 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [63.673s] 2020-06-07 10:47:27.635 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [75.732s] 2020-06-07 10:48:45.611 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [77.955s] 2020-06-07 10:50:11.132 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [85.503s] 2020-06-07 10:51:24.853 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [73.705s] 2020-06-07 10:52:31.470 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [66.600s] 2020-06-07 10:53:37.557 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [66.073s] 2020-06-07 10:54:40.199 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [62.629s] 2020-06-07 10:54:42.937 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.224s] 2020-06-07 10:55:42.105 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [56.006s] 2020-06-07 10:56:15.948 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [33.833s] 2020-06-07 10:57:05.458 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.498s] 2020-06-07 10:57:55.177 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [49.704s] 2020-06-07 10:58:22.307 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.446s] 2020-06-07 10:59:26.013 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [57.069s] 2020-06-07 11:00:12.843 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [46.825s] 2020-06-07 11:01:26.738 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [63.404s] 2020-06-07 11:03:00.236 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [82.839s] 2020-06-07 11:03:48.899 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [37.160s] 2020-06-07 11:04:27.244 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.755s] 2020-06-07 11:05:44.508 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [77.248s] 2020-06-07 11:05:56.617 35 INFO rally.task.context [-] Verification 6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215 | Context testr@default cleanup() started 2020-06-07 11:05:56.617 35 INFO rally.task.context [-] Verification 6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215 | Context testr@default cleanup() finished in 0.63 msec 2020-06-07 11:05:56.618 35 INFO rally.task.context [-] Verification 6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215 | Context tempest@default cleanup() started 2020-06-07 11:05:56.817 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_87f71602_bOiabnFz'. 2020-06-07 11:05:56.978 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_87f71602_bOiabnFz' has been deleted. 2020-06-07 11:05:56.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '14536bb8-e5cc-4101-9232-93946ece10f6' of option 'instance_type' from Tempest config file. 2020-06-07 11:05:56.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '14536bb8-e5cc-4101-9232-93946ece10f6' has been removed. 2020-06-07 11:05:56.985 35 INFO rally.task.context [-] Verification 6ebd9305-d66b-4dfc-a2e8-28b1dcdf1215 | Context tempest@default cleanup() finished in 0.37 sec 2020-06-07 11:05:57.010 35 INFO rally.api [-] Verification (UUID=87f71602-42ba-448b-bbda-2566ad2150c5) has been successfully finished for deployment 'opnfv-rally' (UUID=12662514-e4d3-465a-af00-c5ce79f14042)! 2020-06-07 11:05:58.661 680 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 11:05:58.662 680 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 11:05:58.662 680 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 11:06:00.182 682 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 11:06:00.182 682 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 11:06:00.183 682 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 11:06:02.322 682 INFO rally.api [-] Building 'html' report for the following verification(s): '87f71602-42ba-448b-bbda-2566ad2150c5' 2020-06-07 11:06:02.345 682 INFO rally.api [-] The report has been successfully built. 2020-06-07 11:06:03.862 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 11:06:03.863 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 11:06:03.863 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 11:06:05.780 684 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '87f71602-42ba-448b-bbda-2566ad2150c5' 2020-06-07 11:06:05.784 684 INFO rally.api [-] The report has been successfully built.