2020-07-04 07:32:48.561 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:32:48.562 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:32:48.562 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:32:50.529 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-04 07:32:50.529 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 07:32:50.529 7 ERROR rally.cli.cliutils 2020-07-04 07:32:51.977 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:32:51.977 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:32:51.977 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:32:55.936 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:32:55.936 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:32:55.936 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:00.058 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:33:00.059 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:33:00.059 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:01.325 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:33:01.325 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:33:01.326 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:03.110 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-04 07:33:03.110 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 07:33:03.110 17 ERROR rally.cli.cliutils 2020-07-04 07:33:04.577 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:33:04.577 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:33:04.577 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:06.417 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 07:33:06.536 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5de38f5b-67d8-42a6-96bc-50ec344e76ac/repo. 2020-07-04 07:33:06.729 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5de38f5b-67d8-42a6-96bc-50ec344e76ac/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-04 07:33:06.744 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 07:33:06.753 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 07:33:06.775 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 07:33:06.834 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 07:33:07.427 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5de38f5b-67d8-42a6-96bc-50ec344e76ac) has been successfully created! 2020-07-04 07:33:08.903 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:33:08.904 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:33:08.904 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:12.847 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:33:12.847 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:33:12.847 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:14.718 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5de38f5b-67d8-42a6-96bc-50ec344e76ac) for deployment 'opnfv-rally' (UUID=edb66eb8-3cb4-4818-affd-8688f3cd3554). 2020-07-04 07:33:15.187 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5de38f5b-67d8-42a6-96bc-50ec344e76ac) has been successfully configured for deployment 'opnfv-rally' (UUID=edb66eb8-3cb4-4818-affd-8688f3cd3554)! 2020-07-04 07:33:20.608 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:33:20.608 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:33:20.608 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:33:22.560 35 INFO rally.api [-] Starting verification (UUID=5aa2d474-f2db-4270-8fa3-42e25b0beca5) for deployment 'opnfv-rally' (UUID=edb66eb8-3cb4-4818-affd-8688f3cd3554) by verifier 'opnfv-tempest' (UUID=5de38f5b-67d8-42a6-96bc-50ec344e76ac). 2020-07-04 07:33:23.128 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 07:33:23.128 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5de38f5b-67d8-42a6-96bc-50ec344e76ac/for-deployment-edb66eb8-3cb4-4818-affd-8688f3cd3554/tempest.log' to option 'log_file'. 2020-07-04 07:33:23.128 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5de38f5b-67d8-42a6-96bc-50ec344e76ac/for-deployment-edb66eb8-3cb4-4818-affd-8688f3cd3554/tempest.log 2020-07-04 07:33:23.129 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 07:33:23.129 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5de38f5b-67d8-42a6-96bc-50ec344e76ac/for-deployment-edb66eb8-3cb4-4818-affd-8688f3cd3554/lock_files' to option 'lock_path'. 2020-07-04 07:33:23.129 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5de38f5b-67d8-42a6-96bc-50ec344e76ac/for-deployment-edb66eb8-3cb4-4818-affd-8688f3cd3554/lock_files 2020-07-04 07:33:23.130 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-04 07:33:23.130 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-04 07:33:23.130 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7301a1ab-4aa9-4033-b5c4-dc9a3120d028 2020-07-04 07:33:23.130 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1a757094-9e4d-4cfb-bf58-08d707db1a91 2020-07-04 07:33:23.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 572ca122-2a0b-4804-8571-1571fbdcf5c0 2020-07-04 07:33:23.132 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bc1aa9c8-d6e8-4731-bf13-d57180fba639 2020-07-04 07:33:23.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 07:33:23.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_9667049a-2e5c-454f-bc0f-f9f2d96af1f5 2020-07-04 07:33:23.344 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 07:33:23.444 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 07:33:23.481 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 07:33:23.482 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5aa2d474_dSbBvLeg' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 07:33:23.519 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5aa2d474_dSbBvLeg' (ID = 0c200730-453f-4a88-98f2-60226a37622c) has been successfully created! 2020-07-04 07:33:23.520 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0c200730-453f-4a88-98f2-60226a37622c' to option 'instance_type'. 2020-07-04 07:33:23.520 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0c200730-453f-4a88-98f2-60226a37622c 2020-07-04 07:33:23.522 35 INFO rally.task.context [-] Verification 5de38f5b-67d8-42a6-96bc-50ec344e76ac | Context tempest@default setup() finished in 0.79 sec 2020-07-04 07:33:23.522 35 INFO rally.task.context [-] Verification 5de38f5b-67d8-42a6-96bc-50ec344e76ac | Context testr@default setup() finished in 0.49 msec 2020-07-04 07:33:23.523 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c65de470-508d-4d3a-977b-d5e9ffa795bf'. 2020-07-04 07:33:26.749 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.276s] 2020-07-04 07:33:26.817 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.067s] 2020-07-04 07:33:28.958 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.791s] 2020-07-04 07:33:30.540 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.581s] 2020-07-04 07:33:30.600 35 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.563s] 2020-07-04 07:33:34.288 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.216s] 2020-07-04 07:33:38.816 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.697s] 2020-07-04 07:33:49.159 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.524s] 2020-07-04 07:33:50.540 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.169s] 2020-07-04 07:33:50.541 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-04 07:33:51.093 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-07-04 07:34:02.542 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.584s] 2020-07-04 07:34:02.867 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.556s] 2020-07-04 07:34:03.218 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.264s] 2020-07-04 07:34:06.127 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.338s] 2020-07-04 07:34:09.305 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.722s] 2020-07-04 07:34:13.062 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [10.518s] 2020-07-04 07:34:16.744 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.029s] 2020-07-04 07:34:16.753 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-07-04 07:34:17.086 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.998s] 2020-07-04 07:34:17.571 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-04 07:34:17.574 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-04 07:34:18.291 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.033s] 2020-07-04 07:34:19.354 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [39.609s] 2020-07-04 07:34:20.100 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.307s] 2020-07-04 07:34:20.870 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.768s] 2020-07-04 07:34:20.977 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.106s] 2020-07-04 07:34:21.863 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.776s] 2020-07-04 07:34:22.886 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-07-04 07:34:24.111 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.248s] 2020-07-04 07:34:24.199 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.087s] 2020-07-04 07:34:24.261 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.062s] 2020-07-04 07:34:26.657 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.411s] 2020-07-04 07:34:27.909 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.086s] 2020-07-04 07:34:28.073 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.164s] 2020-07-04 07:34:28.195 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.121s] 2020-07-04 07:34:28.259 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2020-07-04 07:34:28.465 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.205s] 2020-07-04 07:34:28.531 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.066s] 2020-07-04 07:34:30.858 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.200s] 2020-07-04 07:34:32.717 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.576s] 2020-07-04 07:34:34.964 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2020-07-04 07:34:34.975 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-07-04 07:34:37.573 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.714s] 2020-07-04 07:34:38.161 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.535s] 2020-07-04 07:34:43.091 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.929s] 2020-07-04 07:34:44.705 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.615s] 2020-07-04 07:34:44.767 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2020-07-04 07:34:44.817 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2020-07-04 07:34:50.875 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.315s] 2020-07-04 07:34:51.791 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.191s] 2020-07-04 07:34:53.913 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.121s] 2020-07-04 07:34:54.849 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.973s] 2020-07-04 07:34:55.983 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.180s] 2020-07-04 07:34:55.985 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-07-04 07:34:56.000 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.087s] 2020-07-04 07:34:57.889 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2020-07-04 07:34:57.906 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-07-04 07:34:57.925 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2020-07-04 07:34:57.948 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.023s] 2020-07-04 07:35:05.219 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.368s] 2020-07-04 07:35:06.901 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.327s] 2020-07-04 07:35:07.978 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.361s] 2020-07-04 07:35:15.628 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.726s] 2020-07-04 07:35:17.258 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.280s] 2020-07-04 07:35:23.030 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.402s] 2020-07-04 07:35:24.400 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.819s] 2020-07-04 07:35:24.615 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.215s] 2020-07-04 07:35:24.805 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.189s] 2020-07-04 07:35:24.894 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.088s] 2020-07-04 07:35:25.003 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.108s] 2020-07-04 07:35:25.056 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2020-07-04 07:35:27.010 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.980s] 2020-07-04 07:35:30.104 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.058s] 2020-07-04 07:35:32.066 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.958s] 2020-07-04 07:35:32.176 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.113s] 2020-07-04 07:35:33.645 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.169s] 2020-07-04 07:35:33.646 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-04 07:35:34.254 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.106s] 2020-07-04 07:35:34.274 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.021s] 2020-07-04 07:35:38.572 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-07-04 07:35:44.584 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.982s] 2020-07-04 07:35:45.173 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.100s] 2020-07-04 07:35:52.457 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.872s] 2020-07-04 07:35:55.649 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.075s] 2020-07-04 07:35:55.798 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.148s] 2020-07-04 07:36:03.338 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.778s] 2020-07-04 07:36:03.731 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.272s] 2020-07-04 07:36:11.101 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.198s] 2020-07-04 07:36:11.390 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [7.659s] 2020-07-04 07:36:13.813 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.131s] 2020-07-04 07:36:14.386 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.085s] 2020-07-04 07:36:16.182 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.793s] 2020-07-04 07:36:16.230 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2020-07-04 07:36:17.360 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.213s] 2020-07-04 07:36:20.515 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.021s] 2020-07-04 07:36:20.532 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.016s] 2020-07-04 07:36:20.550 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.018s] 2020-07-04 07:36:20.558 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-07-04 07:36:22.003 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-07-04 07:36:22.113 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.110s] 2020-07-04 07:36:25.600 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.156s] 2020-07-04 07:36:27.681 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.078s] 2020-07-04 07:36:29.746 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.065s] 2020-07-04 07:36:44.562 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.591s] 2020-07-04 07:36:47.360 35 INFO rally.task.context [-] Verification 5de38f5b-67d8-42a6-96bc-50ec344e76ac | Context testr@default cleanup() started 2020-07-04 07:36:47.361 35 INFO rally.task.context [-] Verification 5de38f5b-67d8-42a6-96bc-50ec344e76ac | Context testr@default cleanup() finished in 0.73 msec 2020-07-04 07:36:47.361 35 INFO rally.task.context [-] Verification 5de38f5b-67d8-42a6-96bc-50ec344e76ac | Context tempest@default cleanup() started 2020-07-04 07:36:47.527 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5aa2d474_dSbBvLeg'. 2020-07-04 07:36:47.679 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5aa2d474_dSbBvLeg' has been deleted. 2020-07-04 07:36:47.679 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0c200730-453f-4a88-98f2-60226a37622c' of option 'instance_type' from Tempest config file. 2020-07-04 07:36:47.680 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0c200730-453f-4a88-98f2-60226a37622c' has been removed. 2020-07-04 07:36:47.687 35 INFO rally.task.context [-] Verification 5de38f5b-67d8-42a6-96bc-50ec344e76ac | Context tempest@default cleanup() finished in 0.33 sec 2020-07-04 07:36:47.712 35 INFO rally.api [-] Verification (UUID=5aa2d474-f2db-4270-8fa3-42e25b0beca5) has been successfully finished for deployment 'opnfv-rally' (UUID=edb66eb8-3cb4-4818-affd-8688f3cd3554)! 2020-07-04 07:36:49.161 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:36:49.161 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:36:49.162 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:36:50.699 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:36:50.699 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:36:50.699 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:36:52.611 60 INFO rally.api [-] Building 'html' report for the following verification(s): '5aa2d474-f2db-4270-8fa3-42e25b0beca5' 2020-07-04 07:36:52.634 60 INFO rally.api [-] The report has been successfully built. 2020-07-04 07:36:53.976 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:36:53.976 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:36:53.976 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:36:55.786 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5aa2d474-f2db-4270-8fa3-42e25b0beca5' 2020-07-04 07:36:55.793 62 INFO rally.api [-] The report has been successfully built.