2021-04-05 22:28:17.006 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:17.006 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:17.007 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-04-05 22:28:20.077 25 ERROR rally.cli.cliutils 2021-04-05 22:28:21.779 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:21.779 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:21.779 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:25.773 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:25.773 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:25.774 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:31.386 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:31.387 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:31.387 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:32.949 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:32.949 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:32.949 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-04-05 22:28:35.311 35 ERROR rally.cli.cliutils 2021-04-05 22:28:37.085 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:37.086 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:37.086 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:39.306 37 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-04-05 22:28:39.410 37 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3436552a-2024-43c6-89f5-e746bd6d60c5/repo. 2021-04-05 22:28:39.752 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3436552a-2024-43c6-89f5-e746bd6d60c5/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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 ' 2021-04-05 22:28:39.795 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-04-05 22:28:39.806 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-04-05 22:28:39.826 37 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-04-05 22:28:39.915 37 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-04-05 22:28:40.849 37 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3436552a-2024-43c6-89f5-e746bd6d60c5) has been successfully created! 2021-04-05 22:28:42.705 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:42.705 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:42.705 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:48.580 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:48.580 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:48.580 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:28:50.820 48 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3436552a-2024-43c6-89f5-e746bd6d60c5) for deployment 'opnfv-rally' (UUID=dbf6614e-be6a-4632-8cd2-97f07ec740e4). 2021-04-05 22:28:51.866 48 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3436552a-2024-43c6-89f5-e746bd6d60c5) has been successfully configured for deployment 'opnfv-rally' (UUID=dbf6614e-be6a-4632-8cd2-97f07ec740e4)! 2021-04-05 22:28:57.931 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:28:57.932 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:28:57.932 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:29:00.221 53 INFO rally.api [-] Starting verification (UUID=3a45b526-deaa-46c4-b23e-afe09aec1fbd) for deployment 'opnfv-rally' (UUID=dbf6614e-be6a-4632-8cd2-97f07ec740e4) by verifier 'opnfv-tempest' (UUID=3436552a-2024-43c6-89f5-e746bd6d60c5). 2021-04-05 22:29:01.118 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-04-05 22:29:01.194 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-04-05 22:29:01.194 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3436552a-2024-43c6-89f5-e746bd6d60c5/for-deployment-dbf6614e-be6a-4632-8cd2-97f07ec740e4/tempest.log' to option 'log_file'. 2021-04-05 22:29:01.195 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3436552a-2024-43c6-89f5-e746bd6d60c5/for-deployment-dbf6614e-be6a-4632-8cd2-97f07ec740e4/tempest.log 2021-04-05 22:29:01.196 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-04-05 22:29:01.196 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3436552a-2024-43c6-89f5-e746bd6d60c5/for-deployment-dbf6614e-be6a-4632-8cd2-97f07ec740e4/lock_files' to option 'lock_path'. 2021-04-05 22:29:01.197 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3436552a-2024-43c6-89f5-e746bd6d60c5/for-deployment-dbf6614e-be6a-4632-8cd2-97f07ec740e4/lock_files 2021-04-05 22:29:01.197 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-04-05 22:29:01.197 53 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 2021-04-05 22:29:01.198 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 42b4ea0a-d65b-49cc-864b-00f3de229bda 2021-04-05 22:29:01.199 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 766640ea-394d-492a-a098-624bb9da3294 2021-04-05 22:29:01.199 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 56e58eb4-8269-4566-924c-706d5c067eae 2021-04-05 22:29:01.200 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 257f1e04-2dd7-4f2c-842b-e548af10c51b 2021-04-05 22:29:01.449 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-04-05 22:29:01.449 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_05ce44f2-eb15-4433-80cd-b05888926576 2021-04-05 22:29:01.452 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-04-05 22:29:01.567 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-04-05 22:29:01.610 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-04-05 22:29:01.611 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_3a45b526_JGvSQ62l' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-04-05 22:29:01.654 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3a45b526_JGvSQ62l' (ID = 0b3655be-5c99-4370-ad94-962f43f8cb1d) has been successfully created! 2021-04-05 22:29:01.655 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0b3655be-5c99-4370-ad94-962f43f8cb1d' to option 'instance_type'. 2021-04-05 22:29:01.655 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0b3655be-5c99-4370-ad94-962f43f8cb1d 2021-04-05 22:29:01.657 53 INFO rally.task.context [-] Verification 3436552a-2024-43c6-89f5-e746bd6d60c5 | Context tempest@default setup() finished in 0.93 sec 2021-04-05 22:29:01.658 53 INFO rally.task.context [-] Verification 3436552a-2024-43c6-89f5-e746bd6d60c5 | Context testr@default setup() finished in 0.76 msec 2021-04-05 22:29:01.659 53 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f2bb7a90-1166-4105-a698-2a34b9799d40'. 2021-04-05 22:29:09.541 53 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.251s] 2021-04-05 22:29:09.755 53 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.214s] 2021-04-05 22:29:11.732 53 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.642s] 2021-04-05 22:29:13.161 53 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.428s] 2021-04-05 22:29:18.982 53 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.356s] 2021-04-05 22:29:37.344 53 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.212s] 2021-04-05 22:29:37.350 53 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.003s] 2021-04-05 22:29:49.207 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.149s] 2021-04-05 22:29:55.537 53 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-04-05 22:29:56.641 53 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.190s] 2021-04-05 22:29:56.644 53 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.004s] 2021-04-05 22:29:59.633 53 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.250s] 2021-04-05 22:30:08.360 53 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.433s] 2021-04-05 22:30:08.851 53 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [40.219s] 2021-04-05 22:30:12.734 53 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-04-05 22:30:15.300 53 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.114s] 2021-04-05 22:30:20.220 53 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.032s] 2021-04-05 22:30:20.233 53 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2021-04-05 22:30:20.337 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.089s] 2021-04-05 22:30:20.501 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.159s] 2021-04-05 22:30:21.769 53 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-04-05 22:30:26.432 53 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.375s] 2021-04-05 22:30:32.896 53 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.859s] 2021-04-05 22:30:34.283 53 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.976s] 2021-04-05 22:30:39.040 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [7.427s] 2021-04-05 22:30:40.522 53 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2021-04-05 22:30:42.403 53 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.161s] 2021-04-05 22:30:42.406 53 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.003s] 2021-04-05 22:30:44.554 53 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.988s] 2021-04-05 22:30:46.094 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.057s] 2021-04-05 22:30:48.456 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [9.413s] 2021-04-05 22:30:50.409 53 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.501s] 2021-04-05 22:30:51.877 53 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.460s] 2021-04-05 22:30:52.023 53 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.141s] 2021-04-05 22:31:00.856 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.028s] 2021-04-05 22:31:03.005 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.421s] 2021-04-05 22:31:03.310 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.300s] 2021-04-05 22:31:03.537 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.222s] 2021-04-05 22:31:03.629 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.088s] 2021-04-05 22:31:03.688 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.459s] 2021-04-05 22:31:03.779 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.147s] 2021-04-05 22:31:03.886 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.104s] 2021-04-05 22:31:04.771 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.910s] 2021-04-05 22:31:07.528 53 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-04-05 22:31:07.534 53 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-04-05 22:31:09.446 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.792s] 2021-04-05 22:31:10.458 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.631s] 2021-04-05 22:31:10.914 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.137s] 2021-04-05 22:31:16.003 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.553s] 2021-04-05 22:31:19.146 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.142s] 2021-04-05 22:31:19.265 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.115s] 2021-04-05 22:31:19.346 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.081s] 2021-04-05 22:31:21.110 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.253s] 2021-04-05 22:31:26.658 53 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.106s] 2021-04-05 22:31:26.689 53 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.031s] 2021-04-05 22:31:26.786 53 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.097s] 2021-04-05 22:31:26.799 53 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.012s] 2021-04-05 22:31:27.920 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.580s] 2021-04-05 22:31:28.259 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.338s] 2021-04-05 22:31:28.544 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.285s] 2021-04-05 22:31:28.628 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.083s] 2021-04-05 22:31:29.073 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.445s] 2021-04-05 22:31:29.184 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.107s] 2021-04-05 22:31:33.065 53 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.253s] 2021-04-05 22:31:34.690 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.926s] 2021-04-05 22:31:34.835 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.474s] 2021-04-05 22:31:38.865 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.173s] 2021-04-05 22:31:42.549 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.714s] 2021-04-05 22:31:44.900 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.349s] 2021-04-05 22:31:45.026 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.123s] 2021-04-05 22:31:45.138 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.105s] 2021-04-05 22:31:45.964 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.098s] 2021-04-05 22:31:49.572 53 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-04-05 22:31:51.941 53 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2021-04-05 22:31:58.632 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.932s] 2021-04-05 22:32:05.666 53 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.960s] 2021-04-05 22:32:12.181 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.549s] 2021-04-05 22:32:18.277 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [22.017s] 2021-04-05 22:32:22.132 53 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.457s] 2021-04-05 22:32:24.669 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.485s] 2021-04-05 22:32:30.287 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.616s] 2021-04-05 22:32:31.885 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.610s] 2021-04-05 22:32:35.707 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.090s] 2021-04-05 22:32:37.619 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.900s] 2021-04-05 22:32:37.676 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.056s] 2021-04-05 22:32:39.018 53 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-04-05 22:32:39.021 53 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-04-05 22:32:43.110 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.219s] 2021-04-05 22:32:46.923 53 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.108s] 2021-04-05 22:32:50.019 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.910s] 2021-04-05 22:32:55.520 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.054s] 2021-04-05 22:32:57.943 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.414s] 2021-04-05 22:32:58.005 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.067s] 2021-04-05 22:33:02.066 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.539s] 2021-04-05 22:33:05.834 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-04-05 22:33:06.124 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.290s] 2021-04-05 22:33:07.714 53 INFO rally.task.context [-] Verification 3436552a-2024-43c6-89f5-e746bd6d60c5 | Context testr@default cleanup() started 2021-04-05 22:33:07.715 53 INFO rally.task.context [-] Verification 3436552a-2024-43c6-89f5-e746bd6d60c5 | Context testr@default cleanup() finished in 1.06 msec 2021-04-05 22:33:07.715 53 INFO rally.task.context [-] Verification 3436552a-2024-43c6-89f5-e746bd6d60c5 | Context tempest@default cleanup() started 2021-04-05 22:33:08.261 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-04-05 22:33:08.363 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-04-05 22:33:08.416 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_3a45b526_JGvSQ62l'. 2021-04-05 22:33:08.692 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3a45b526_JGvSQ62l' has been deleted. 2021-04-05 22:33:08.693 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0b3655be-5c99-4370-ad94-962f43f8cb1d' of option 'instance_type' from Tempest config file. 2021-04-05 22:33:08.694 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0b3655be-5c99-4370-ad94-962f43f8cb1d' has been removed. 2021-04-05 22:33:08.696 53 INFO rally.task.context [-] Verification 3436552a-2024-43c6-89f5-e746bd6d60c5 | Context tempest@default cleanup() finished in 0.98 sec 2021-04-05 22:33:08.723 53 INFO rally.api [-] Verification (UUID=3a45b526-deaa-46c4-b23e-afe09aec1fbd) has been successfully finished for deployment 'opnfv-rally' (UUID=dbf6614e-be6a-4632-8cd2-97f07ec740e4)! 2021-04-05 22:33:10.669 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:33:10.669 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:33:10.669 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:33:12.407 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:33:12.408 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:33:12.408 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:33:14.780 78 INFO rally.api [-] Building 'html' report for the following verification(s): '3a45b526-deaa-46c4-b23e-afe09aec1fbd' 2021-04-05 22:33:14.801 78 INFO rally.api [-] The report has been successfully built. 2021-04-05 22:33:16.516 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-04-05 22:33:16.516 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-04-05 22:33:16.517 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-04-05 22:33:18.657 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3a45b526-deaa-46c4-b23e-afe09aec1fbd' 2021-04-05 22:33:18.662 80 INFO rally.api [-] The report has been successfully built.