2020-12-09 13:10:52.905 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:10:52.905 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:10:52.905 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:10:55.463 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-12-09 13:10:55.463 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 13:10:55.463 7 ERROR rally.cli.cliutils 2020-12-09 13:10:57.356 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:10:57.356 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:10:57.356 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:01.873 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:01.873 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:01.873 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:06.704 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:06.705 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:06.705 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:08.307 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:08.307 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:08.307 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:10.781 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-12-09 13:11:10.781 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 13:11:10.781 17 ERROR rally.cli.cliutils 2020-12-09 13:11:12.673 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:12.673 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:12.673 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:15.086 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 13:11:15.156 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-aec2b0af-e3e1-453a-8968-e860fc87edaa/repo. 2020-12-09 13:11:15.424 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-aec2b0af-e3e1-453a-8968-e860fc87edaa/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 13:11:15.438 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 13:11:15.445 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 13:11:15.465 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 13:11:15.526 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 13:11:16.312 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aec2b0af-e3e1-453a-8968-e860fc87edaa) has been successfully created! 2020-12-09 13:11:18.089 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:18.089 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:18.089 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:22.748 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:22.748 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:22.749 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:25.045 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aec2b0af-e3e1-453a-8968-e860fc87edaa) for deployment 'opnfv-rally' (UUID=8733d4a3-7133-4e66-8aa6-bc02aa2aec15). 2020-12-09 13:11:25.524 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aec2b0af-e3e1-453a-8968-e860fc87edaa) has been successfully configured for deployment 'opnfv-rally' (UUID=8733d4a3-7133-4e66-8aa6-bc02aa2aec15)! 2020-12-09 13:11:36.611 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:11:36.611 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:11:36.612 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:11:38.894 35 INFO rally.api [-] Starting verification (UUID=bd4d9655-7740-4f6c-b0b0-48db3b85da23) for deployment 'opnfv-rally' (UUID=8733d4a3-7133-4e66-8aa6-bc02aa2aec15) by verifier 'opnfv-tempest' (UUID=aec2b0af-e3e1-453a-8968-e860fc87edaa). 2020-12-09 13:11:39.627 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 13:11:39.627 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aec2b0af-e3e1-453a-8968-e860fc87edaa/for-deployment-8733d4a3-7133-4e66-8aa6-bc02aa2aec15/tempest.log' to option 'log_file'. 2020-12-09 13:11:39.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-aec2b0af-e3e1-453a-8968-e860fc87edaa/for-deployment-8733d4a3-7133-4e66-8aa6-bc02aa2aec15/tempest.log 2020-12-09 13:11:39.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 13:11:39.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-aec2b0af-e3e1-453a-8968-e860fc87edaa/for-deployment-8733d4a3-7133-4e66-8aa6-bc02aa2aec15/lock_files' to option 'lock_path'. 2020-12-09 13:11:39.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-aec2b0af-e3e1-453a-8968-e860fc87edaa/for-deployment-8733d4a3-7133-4e66-8aa6-bc02aa2aec15/lock_files 2020-12-09 13:11:39.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 13:11:39.629 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-12-09 13:11:39.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 65447cc2-a643-4f36-b5bb-305f68a7b919 2020-12-09 13:11:39.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2392b8d1-c5a6-4537-b501-d35014d3ac13 2020-12-09 13:11:39.630 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = da92ec73-6f2d-4065-87e4-a33fc39be1b6 2020-12-09 13:11:39.630 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2814ca45-e39e-41ea-af06-582daf8d1778 2020-12-09 13:11:39.891 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 13:11:39.891 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_f2d4d7a6-36ac-4bbc-b455-740c6e336870 2020-12-09 13:11:39.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 13:11:39.969 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 13:11:40.011 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 13:11:40.012 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bd4d9655_F6OuNTBv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 13:11:40.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bd4d9655_F6OuNTBv' (ID = a7499ebe-a97b-4ff7-9680-c03d79070d63) has been successfully created! 2020-12-09 13:11:40.053 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a7499ebe-a97b-4ff7-9680-c03d79070d63' to option 'instance_type'. 2020-12-09 13:11:40.053 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a7499ebe-a97b-4ff7-9680-c03d79070d63 2020-12-09 13:11:40.055 35 INFO rally.task.context [-] Verification aec2b0af-e3e1-453a-8968-e860fc87edaa | Context tempest@default setup() finished in 0.93 sec 2020-12-09 13:11:40.056 35 INFO rally.task.context [-] Verification aec2b0af-e3e1-453a-8968-e860fc87edaa | Context testr@default setup() finished in 0.61 msec 2020-12-09 13:11:40.057 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/8a0db48e-fef3-4043-81d4-31b1ccace9a4'. 2020-12-09 13:13:05.885 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [74.626s] 2020-12-09 13:14:39.220 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [76.045s] 2020-12-09 13:15:40.678 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [27.860s] 2020-12-09 13:17:01.625 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [62.265s] 2020-12-09 13:18:04.205 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [62.564s] 2020-12-09 13:19:12.940 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.207s] 2020-12-09 13:19:32.529 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.302s] 2020-12-09 13:20:35.520 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [50.356s] 2020-12-09 13:21:17.159 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [41.621s] 2020-12-09 13:21:56.288 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [39.109s] 2020-12-09 13:22:41.682 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.377s] 2020-12-09 13:23:24.649 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [42.956s] 2020-12-09 13:24:13.524 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.854s] 2020-12-09 13:25:00.982 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [47.440s] 2020-12-09 13:25:42.230 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [41.235s] 2020-12-09 13:26:48.841 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [64.216s] 2020-12-09 13:27:21.372 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [32.519s] 2020-12-09 13:28:30.527 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [69.132s] 2020-12-09 13:29:16.414 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [45.869s] 2020-12-09 13:29:51.890 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [35.462s] 2020-12-09 13:30:49.196 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [57.283s] 2020-12-09 13:31:34.149 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [44.939s] 2020-12-09 13:32:40.713 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [64.012s] 2020-12-09 13:33:59.387 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [78.655s] 2020-12-09 13:35:23.914 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [84.510s] 2020-12-09 13:36:46.134 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [82.203s] 2020-12-09 13:38:00.393 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [74.244s] 2020-12-09 13:39:09.142 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [68.733s] 2020-12-09 13:40:18.309 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [69.150s] 2020-12-09 13:41:16.637 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [58.315s] 2020-12-09 13:41:20.267 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.196s] 2020-12-09 13:42:17.455 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [53.956s] 2020-12-09 13:42:50.640 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [33.173s] 2020-12-09 13:43:42.368 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [51.720s] 2020-12-09 13:44:29.311 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [46.927s] 2020-12-09 13:44:56.824 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.403s] 2020-12-09 13:45:56.447 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [53.905s] 2020-12-09 13:46:41.518 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.060s] 2020-12-09 13:47:52.767 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [60.588s] 2020-12-09 13:49:27.367 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [83.262s] 2020-12-09 13:50:14.479 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [35.139s] 2020-12-09 13:50:56.301 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.650s] 2020-12-09 13:52:05.389 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [69.069s] 2020-12-09 13:52:16.926 35 INFO rally.task.context [-] Verification aec2b0af-e3e1-453a-8968-e860fc87edaa | Context testr@default cleanup() started 2020-12-09 13:52:16.927 35 INFO rally.task.context [-] Verification aec2b0af-e3e1-453a-8968-e860fc87edaa | Context testr@default cleanup() finished in 0.80 msec 2020-12-09 13:52:16.928 35 INFO rally.task.context [-] Verification aec2b0af-e3e1-453a-8968-e860fc87edaa | Context tempest@default cleanup() started 2020-12-09 13:52:17.102 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bd4d9655_F6OuNTBv'. 2020-12-09 13:52:17.276 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bd4d9655_F6OuNTBv' has been deleted. 2020-12-09 13:52:17.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a7499ebe-a97b-4ff7-9680-c03d79070d63' of option 'instance_type' from Tempest config file. 2020-12-09 13:52:17.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a7499ebe-a97b-4ff7-9680-c03d79070d63' has been removed. 2020-12-09 13:52:17.283 35 INFO rally.task.context [-] Verification aec2b0af-e3e1-453a-8968-e860fc87edaa | Context tempest@default cleanup() finished in 0.36 sec 2020-12-09 13:52:17.314 35 INFO rally.api [-] Verification (UUID=bd4d9655-7740-4f6c-b0b0-48db3b85da23) has been successfully finished for deployment 'opnfv-rally' (UUID=8733d4a3-7133-4e66-8aa6-bc02aa2aec15)! 2020-12-09 13:52:19.154 680 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:52:19.154 680 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:52:19.155 680 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:52:20.594 682 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:52:20.595 682 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:52:20.595 682 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:52:22.703 682 INFO rally.api [-] Building 'html' report for the following verification(s): 'bd4d9655-7740-4f6c-b0b0-48db3b85da23' 2020-12-09 13:52:22.722 682 INFO rally.api [-] The report has been successfully built. 2020-12-09 13:52:24.183 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:52:24.184 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:52:24.184 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:52:26.198 684 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bd4d9655-7740-4f6c-b0b0-48db3b85da23' 2020-12-09 13:52:26.201 684 INFO rally.api [-] The report has been successfully built.