2020-05-14 20:02:30.905 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:30.906 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:30.906 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:33.273 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-05-14 20:02:33.273 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 20:02:33.273 7 ERROR rally.cli.cliutils 2020-05-14 20:02:34.755 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:34.756 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:34.756 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:38.835 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:38.836 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:38.836 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:43.058 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:43.058 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:43.058 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:44.453 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:44.454 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:44.454 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:46.455 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-05-14 20:02:46.455 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 20:02:46.455 17 ERROR rally.cli.cliutils 2020-05-14 20:02:47.877 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:47.877 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:47.878 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:49.783 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:02:49.898 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4e430bdb-43e4-4599-85fd-6b99edefb945/repo. 2020-05-14 20:02:50.142 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4e430bdb-43e4-4599-85fd-6b99edefb945/repo'... done. ' 2020-05-14 20:02:50.155 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 20:02:50.165 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 20:02:50.188 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:02:50.229 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:02:50.843 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4e430bdb-43e4-4599-85fd-6b99edefb945) has been successfully created! 2020-05-14 20:02:52.470 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:52.470 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:52.470 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:56.664 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:56.664 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:56.664 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:58.673 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4e430bdb-43e4-4599-85fd-6b99edefb945) for deployment 'opnfv-rally' (UUID=32c1cfa4-e344-4518-8b7e-a9f536e5f08f). 2020-05-14 20:02:59.096 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4e430bdb-43e4-4599-85fd-6b99edefb945) has been successfully configured for deployment 'opnfv-rally' (UUID=32c1cfa4-e344-4518-8b7e-a9f536e5f08f)! 2020-05-14 20:03:04.529 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:04.530 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:04.530 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:06.500 35 INFO rally.api [-] Starting verification (UUID=b1587742-5ef8-4556-b4bc-b617313cb009) for deployment 'opnfv-rally' (UUID=32c1cfa4-e344-4518-8b7e-a9f536e5f08f) by verifier 'opnfv-tempest' (UUID=4e430bdb-43e4-4599-85fd-6b99edefb945). 2020-05-14 20:03:07.122 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:03:07.122 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4e430bdb-43e4-4599-85fd-6b99edefb945/for-deployment-32c1cfa4-e344-4518-8b7e-a9f536e5f08f/tempest.log' to option 'log_file'. 2020-05-14 20:03:07.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4e430bdb-43e4-4599-85fd-6b99edefb945/for-deployment-32c1cfa4-e344-4518-8b7e-a9f536e5f08f/tempest.log 2020-05-14 20:03:07.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:03:07.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4e430bdb-43e4-4599-85fd-6b99edefb945/for-deployment-32c1cfa4-e344-4518-8b7e-a9f536e5f08f/lock_files' to option 'lock_path'. 2020-05-14 20:03:07.124 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4e430bdb-43e4-4599-85fd-6b99edefb945/for-deployment-32c1cfa4-e344-4518-8b7e-a9f536e5f08f/lock_files 2020-05-14 20:03:07.124 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 20:03:07.124 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-05-14 20:03:07.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ff3447e0-539e-479c-bb4a-1a581a5e86c6 2020-05-14 20:03:07.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3fb53415-82d2-4438-9e10-af32a5e72b8f 2020-05-14 20:03:07.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4632f3d1-e909-4178-abc3-ef7307c713de 2020-05-14 20:03:07.126 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0f9d0a8f-c32e-476f-af71-b0abe4d1414a 2020-05-14 20:03:07.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:03:07.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_371a022b-ba9e-4fe9-89ef-404ffe016fae 2020-05-14 20:03:07.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:03:07.446 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 20:03:07.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 20:03:07.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b1587742_c9gmZ48w' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 20:03:07.545 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b1587742_c9gmZ48w' (ID = da93ccc8-e12c-45f3-a44d-34dea562c6d6) has been successfully created! 2020-05-14 20:03:07.545 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'da93ccc8-e12c-45f3-a44d-34dea562c6d6' to option 'instance_type'. 2020-05-14 20:03:07.546 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = da93ccc8-e12c-45f3-a44d-34dea562c6d6 2020-05-14 20:03:07.547 35 INFO rally.task.context [-] Verification 4e430bdb-43e4-4599-85fd-6b99edefb945 | Context tempest@default setup() finished in 0.88 sec 2020-05-14 20:03:07.548 35 INFO rally.task.context [-] Verification 4e430bdb-43e4-4599-85fd-6b99edefb945 | Context testr@default setup() finished in 0.49 msec 2020-05-14 20:03:07.549 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/2020bf53-548d-4b54-a8b5-f898781940fa'. 2020-05-14 20:03:10.746 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.237s] 2020-05-14 20:03:10.819 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.073s] 2020-05-14 20:03:15.584 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.716s] 2020-05-14 20:03:16.818 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.232s] 2020-05-14 20:03:21.828 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.070s] 2020-05-14 20:03:21.982 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.153s] 2020-05-14 20:03:24.197 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.356s] 2020-05-14 20:03:27.424 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-05-14 20:03:29.138 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.215s] 2020-05-14 20:03:33.146 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.632s] 2020-05-14 20:03:37.978 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.338s] 2020-05-14 20:03:41.116 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.456s] 2020-05-14 20:03:45.694 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.823s] 2020-05-14 20:03:48.904 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.160s] 2020-05-14 20:03:48.906 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-05-14 20:03:49.289 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.333s] 2020-05-14 20:03:49.970 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.679s] 2020-05-14 20:03:50.103 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.134s] 2020-05-14 20:03:50.741 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [32.761s] 2020-05-14 20:03:52.146 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-05-14 20:03:55.643 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.960s] 2020-05-14 20:04:03.862 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.690s] 2020-05-14 20:04:09.271 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.408s] 2020-05-14 20:04:10.733 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.461s] 2020-05-14 20:04:10.805 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.071s] 2020-05-14 20:04:10.872 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.067s] 2020-05-14 20:04:24.884 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.177s] 2020-05-14 20:04:24.885 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-05-14 20:04:30.470 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.929s] 2020-05-14 20:04:40.695 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.225s] 2020-05-14 20:04:41.693 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.063s] 2020-05-14 20:04:49.758 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.062s] 2020-05-14 20:04:54.700 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.941s] 2020-05-14 20:04:56.935 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.037s] 2020-05-14 20:04:56.943 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-05-14 20:04:57.767 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-05-14 20:04:59.341 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.153s] 2020-05-14 20:04:59.642 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.082s] 2020-05-14 20:05:01.109 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.160s] 2020-05-14 20:05:01.110 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-05-14 20:05:01.664 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.015s] 2020-05-14 20:05:01.743 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.085s] 2020-05-14 20:05:03.264 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.360s] 2020-05-14 20:05:03.550 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.037s] 2020-05-14 20:05:03.568 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-05-14 20:05:03.586 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2020-05-14 20:05:03.611 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.025s] 2020-05-14 20:05:06.913 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.086s] 2020-05-14 20:05:08.025 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-05-14 20:05:14.482 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.061s] 2020-05-14 20:05:14.649 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.635s] 2020-05-14 20:05:20.364 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.877s] 2020-05-14 20:05:20.708 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.487s] 2020-05-14 20:05:22.199 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-05-14 20:05:22.985 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2020-05-14 20:05:23.010 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.024s] 2020-05-14 20:05:23.034 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-05-14 20:05:23.043 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2020-05-14 20:05:26.924 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.215s] 2020-05-14 20:05:33.990 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.315s] 2020-05-14 20:05:35.063 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [1.072s] 2020-05-14 20:05:35.172 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.108s] 2020-05-14 20:05:35.230 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.057s] 2020-05-14 20:05:35.354 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.123s] 2020-05-14 20:05:35.415 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.060s] 2020-05-14 20:05:39.382 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.239s] 2020-05-14 20:05:42.165 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.782s] 2020-05-14 20:05:49.014 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.849s] 2020-05-14 20:05:54.752 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.150s] 2020-05-14 20:05:57.417 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.344s] 2020-05-14 20:05:59.961 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.544s] 2020-05-14 20:06:04.157 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.195s] 2020-05-14 20:06:04.755 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.003s] 2020-05-14 20:06:12.567 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.813s] 2020-05-14 20:06:16.045 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.815s] 2020-05-14 20:06:16.236 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.191s] 2020-05-14 20:06:16.348 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.111s] 2020-05-14 20:06:16.402 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2020-05-14 20:06:16.496 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.094s] 2020-05-14 20:06:16.547 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2020-05-14 20:06:17.157 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.590s] 2020-05-14 20:06:21.301 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.020s] 2020-05-14 20:06:22.889 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.584s] 2020-05-14 20:06:22.923 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.037s] 2020-05-14 20:06:24.934 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.585s] 2020-05-14 20:06:25.685 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.830s] 2020-05-14 20:06:27.524 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.088s] 2020-05-14 20:06:27.547 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.024s] 2020-05-14 20:06:31.726 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.040s] 2020-05-14 20:06:32.414 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2020-05-14 20:06:32.425 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-05-14 20:06:33.172 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.445s] 2020-05-14 20:06:33.258 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.086s] 2020-05-14 20:06:33.325 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.067s] 2020-05-14 20:06:36.274 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.021s] 2020-05-14 20:06:36.400 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.125s] 2020-05-14 20:06:48.716 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.222s] 2020-05-14 20:06:50.860 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.142s] 2020-05-14 20:06:52.932 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.373s] 2020-05-14 20:06:52.945 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.085s] 2020-05-14 20:06:56.552 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.151s] 2020-05-14 20:06:58.629 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.074s] 2020-05-14 20:07:00.694 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.066s] 2020-05-14 20:07:08.089 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.923s] 2020-05-14 20:07:16.098 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.007s] 2020-05-14 20:07:17.181 35 INFO rally.task.context [-] Verification 4e430bdb-43e4-4599-85fd-6b99edefb945 | Context testr@default cleanup() started 2020-05-14 20:07:17.182 35 INFO rally.task.context [-] Verification 4e430bdb-43e4-4599-85fd-6b99edefb945 | Context testr@default cleanup() finished in 0.76 msec 2020-05-14 20:07:17.182 35 INFO rally.task.context [-] Verification 4e430bdb-43e4-4599-85fd-6b99edefb945 | Context tempest@default cleanup() started 2020-05-14 20:07:17.360 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b1587742_c9gmZ48w'. 2020-05-14 20:07:17.585 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b1587742_c9gmZ48w' has been deleted. 2020-05-14 20:07:17.585 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'da93ccc8-e12c-45f3-a44d-34dea562c6d6' of option 'instance_type' from Tempest config file. 2020-05-14 20:07:17.585 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'da93ccc8-e12c-45f3-a44d-34dea562c6d6' has been removed. 2020-05-14 20:07:17.589 35 INFO rally.task.context [-] Verification 4e430bdb-43e4-4599-85fd-6b99edefb945 | Context tempest@default cleanup() finished in 0.41 sec 2020-05-14 20:07:17.619 35 INFO rally.api [-] Verification (UUID=b1587742-5ef8-4556-b4bc-b617313cb009) has been successfully finished for deployment 'opnfv-rally' (UUID=32c1cfa4-e344-4518-8b7e-a9f536e5f08f)! 2020-05-14 20:07:19.233 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:07:19.233 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:07:19.233 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:07:20.699 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:07:20.700 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:07:20.700 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:07:22.594 57 INFO rally.api [-] Building 'html' report for the following verification(s): 'b1587742-5ef8-4556-b4bc-b617313cb009' 2020-05-14 20:07:22.615 57 INFO rally.api [-] The report has been successfully built. 2020-05-14 20:07:24.097 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:07:24.097 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:07:24.097 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:07:25.987 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b1587742-5ef8-4556-b4bc-b617313cb009' 2020-05-14 20:07:25.993 59 INFO rally.api [-] The report has been successfully built.