2020-07-31 15:18:03.517 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:03.518 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:03.518 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:06.245 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-31 15:18:06.245 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 15:18:06.245 7 ERROR rally.cli.cliutils 2020-07-31 15:18:07.991 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:07.991 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:07.991 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:12.546 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:12.546 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:12.546 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:17.488 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:17.489 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:17.489 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:19.016 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:19.016 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:19.016 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:21.452 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-31 15:18:21.452 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 15:18:21.452 17 ERROR rally.cli.cliutils 2020-07-31 15:18:23.287 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:23.288 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:23.288 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:25.676 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 15:18:25.745 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-633e0153-11a5-4036-918b-03f576c285c8/repo. 2020-07-31 15:18:26.142 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-633e0153-11a5-4036-918b-03f576c285c8/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-31 15:18:26.156 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 15:18:26.167 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 15:18:26.201 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 15:18:26.282 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 15:18:27.110 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=633e0153-11a5-4036-918b-03f576c285c8) has been successfully created! 2020-07-31 15:18:28.805 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:28.805 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:28.806 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:33.570 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:33.571 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:33.571 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:35.998 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=633e0153-11a5-4036-918b-03f576c285c8) for deployment 'opnfv-rally' (UUID=710763e7-b16f-4ccf-b229-43fc5236ecb7). 2020-07-31 15:18:36.515 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=633e0153-11a5-4036-918b-03f576c285c8) has been successfully configured for deployment 'opnfv-rally' (UUID=710763e7-b16f-4ccf-b229-43fc5236ecb7)! 2020-07-31 15:18:48.443 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:48.444 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:48.444 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:50.847 35 INFO rally.api [-] Starting verification (UUID=9420c45f-4d47-472b-9d1e-ee86662503cd) for deployment 'opnfv-rally' (UUID=710763e7-b16f-4ccf-b229-43fc5236ecb7) by verifier 'opnfv-tempest' (UUID=633e0153-11a5-4036-918b-03f576c285c8). 2020-07-31 15:18:51.589 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 15:18:51.590 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-633e0153-11a5-4036-918b-03f576c285c8/for-deployment-710763e7-b16f-4ccf-b229-43fc5236ecb7/tempest.log' to option 'log_file'. 2020-07-31 15:18:51.590 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-633e0153-11a5-4036-918b-03f576c285c8/for-deployment-710763e7-b16f-4ccf-b229-43fc5236ecb7/tempest.log 2020-07-31 15:18:51.591 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 15:18:51.591 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-633e0153-11a5-4036-918b-03f576c285c8/for-deployment-710763e7-b16f-4ccf-b229-43fc5236ecb7/lock_files' to option 'lock_path'. 2020-07-31 15:18:51.592 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-633e0153-11a5-4036-918b-03f576c285c8/for-deployment-710763e7-b16f-4ccf-b229-43fc5236ecb7/lock_files 2020-07-31 15:18:51.592 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-31 15:18:51.592 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-31 15:18:51.593 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4567ae9b-c1d4-401b-a388-f69b3ffc7ebe 2020-07-31 15:18:51.593 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2a9cfbfe-8da4-4bef-b130-04c5bd1f104e 2020-07-31 15:18:51.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 051832b7-ee72-4654-9b6f-8951cceb7a9b 2020-07-31 15:18:51.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ddc10602-ad3c-42d3-a4c0-85a099348208 2020-07-31 15:18:51.841 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 15:18:51.842 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_bd77e145-8288-47fc-b7a7-3b6ce3b3e986 2020-07-31 15:18:51.843 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 15:18:51.949 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 15:18:51.996 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ecc89451_LeZcpgzC'. Using flavor 'rally_verify_ecc89451_LeZcpgzC' (ID = 6c1990c5-cb4b-40da-9072-3f545399049a) for the tests. 2020-07-31 15:18:51.997 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c1990c5-cb4b-40da-9072-3f545399049a' to option 'instance_type'. 2020-07-31 15:18:51.997 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c1990c5-cb4b-40da-9072-3f545399049a 2020-07-31 15:18:51.999 35 INFO rally.task.context [-] Verification 633e0153-11a5-4036-918b-03f576c285c8 | Context tempest@default setup() finished in 0.88 sec 2020-07-31 15:18:52.000 35 INFO rally.task.context [-] Verification 633e0153-11a5-4036-918b-03f576c285c8 | Context testr@default setup() finished in 0.44 msec 2020-07-31 15:18:52.000 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/20692ece-1aa2-4346-b20f-ec30ec308928'. 2020-07-31 15:20:16.971 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [74.267s] 2020-07-31 15:21:56.831 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [80.405s] 2020-07-31 15:23:06.796 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.799s] 2020-07-31 15:24:28.481 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [61.567s] 2020-07-31 15:25:25.605 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [57.109s] 2020-07-31 15:26:30.142 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [51.253s] 2020-07-31 15:26:49.029 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.131s] 2020-07-31 15:28:05.006 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [58.290s] 2020-07-31 15:29:01.596 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [56.573s] 2020-07-31 15:29:38.210 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [36.594s] 2020-07-31 15:30:27.884 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [49.655s] 2020-07-31 15:31:16.740 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [48.839s] 2020-07-31 15:32:17.247 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [60.485s] 2020-07-31 15:32:59.987 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [42.722s] 2020-07-31 15:33:44.793 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [44.792s] 2020-07-31 15:34:55.041 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [67.478s] 2020-07-31 15:35:34.193 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [39.132s] 2020-07-31 15:36:44.262 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [70.051s] 2020-07-31 15:37:29.441 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [45.160s] 2020-07-31 15:38:08.175 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [38.721s] 2020-07-31 15:39:11.191 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [62.991s] 2020-07-31 15:40:01.918 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [50.709s] 2020-07-31 15:41:14.552 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [69.791s] 2020-07-31 15:42:34.690 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [80.123s] 2020-07-31 15:44:05.561 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [90.848s] 2020-07-31 15:45:37.792 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [92.209s] 2020-07-31 15:46:54.280 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [76.469s] 2020-07-31 15:48:10.817 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [76.523s] 2020-07-31 15:49:25.482 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [74.649s] 2020-07-31 15:50:22.508 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [57.014s] 2020-07-31 15:50:25.756 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.348s] 2020-07-31 15:51:23.756 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [54.738s] 2020-07-31 15:52:01.850 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.087s] 2020-07-31 15:52:55.868 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [54.001s] 2020-07-31 15:53:48.877 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.995s] 2020-07-31 15:54:18.986 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.583s] 2020-07-31 15:55:31.161 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [63.915s] 2020-07-31 15:56:12.467 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.299s] 2020-07-31 15:57:36.683 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [74.086s] 2020-07-31 15:59:08.068 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [78.059s] 2020-07-31 15:59:54.339 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [36.537s] 2020-07-31 16:00:40.206 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.539s] 2020-07-31 16:01:56.013 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [75.792s] 2020-07-31 16:02:12.750 35 INFO rally.task.context [-] Verification 633e0153-11a5-4036-918b-03f576c285c8 | Context testr@default cleanup() started 2020-07-31 16:02:12.751 35 INFO rally.task.context [-] Verification 633e0153-11a5-4036-918b-03f576c285c8 | Context testr@default cleanup() finished in 0.71 msec 2020-07-31 16:02:12.751 35 INFO rally.task.context [-] Verification 633e0153-11a5-4036-918b-03f576c285c8 | Context tempest@default cleanup() started 2020-07-31 16:02:12.958 35 INFO rally.task.context [-] Verification 633e0153-11a5-4036-918b-03f576c285c8 | Context tempest@default cleanup() finished in 0.21 sec 2020-07-31 16:02:12.982 35 INFO rally.api [-] Verification (UUID=9420c45f-4d47-472b-9d1e-ee86662503cd) has been successfully finished for deployment 'opnfv-rally' (UUID=710763e7-b16f-4ccf-b229-43fc5236ecb7)! 2020-07-31 16:02:14.646 687 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 16:02:14.646 687 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 16:02:14.646 687 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 16:02:16.149 689 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 16:02:16.149 689 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 16:02:16.149 689 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 16:02:18.152 689 INFO rally.api [-] Building 'html' report for the following verification(s): '9420c45f-4d47-472b-9d1e-ee86662503cd' 2020-07-31 16:02:18.173 689 INFO rally.api [-] The report has been successfully built. 2020-07-31 16:02:19.729 691 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 16:02:19.730 691 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 16:02:19.730 691 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 16:02:21.656 691 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9420c45f-4d47-472b-9d1e-ee86662503cd' 2020-07-31 16:02:21.659 691 INFO rally.api [-] The report has been successfully built.