2020-05-14 20:01:06.250 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:06.250 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:06.250 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:08.741 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:01:08.741 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:01:08.741 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:01:08.741 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:01:08.741 7 ERROR rally.cli.cliutils 2020-05-14 20:01:10.152 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:10.152 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:10.152 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:14.027 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:14.027 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:14.027 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:18.000 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:18.000 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:18.000 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:19.256 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:19.257 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:19.257 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:21.412 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:01:21.412 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:01:21.412 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:01:21.412 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:01:21.412 17 ERROR rally.cli.cliutils 2020-05-14 20:01:22.959 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:22.959 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:22.959 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:24.926 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:01:25.125 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-95bf333f-07cc-4ae4-a291-89453f59f830/repo. 2020-05-14 20:01:25.447 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-95bf333f-07cc-4ae4-a291-89453f59f830/repo'... done. ' 2020-05-14 20:01:25.460 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-05-14 20:01:25.483 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:01:25.529 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:01:26.216 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=95bf333f-07cc-4ae4-a291-89453f59f830) has been successfully created! 2020-05-14 20:01:27.953 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:27.954 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:27.954 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:32.083 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:32.083 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:32.083 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:34.176 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=95bf333f-07cc-4ae4-a291-89453f59f830) for deployment 'opnfv-rally' (UUID=6bf7b730-0d08-4fee-a9ab-889df7feb0b4). 2020-05-14 20:01:34.561 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=95bf333f-07cc-4ae4-a291-89453f59f830) has been successfully configured for deployment 'opnfv-rally' (UUID=6bf7b730-0d08-4fee-a9ab-889df7feb0b4)! 2020-05-14 20:01:39.778 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:01:39.778 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:01:39.779 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:01:41.870 34 INFO rally.api [-] Starting verification (UUID=ce116a3e-a7e0-4e3f-bca0-38691424f5ee) for deployment 'opnfv-rally' (UUID=6bf7b730-0d08-4fee-a9ab-889df7feb0b4) by verifier 'opnfv-tempest' (UUID=95bf333f-07cc-4ae4-a291-89453f59f830). 2020-05-14 20:01:42.473 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:01:42.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-95bf333f-07cc-4ae4-a291-89453f59f830/for-deployment-6bf7b730-0d08-4fee-a9ab-889df7feb0b4/tempest.log' to option 'log_file'. 2020-05-14 20:01:42.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-95bf333f-07cc-4ae4-a291-89453f59f830/for-deployment-6bf7b730-0d08-4fee-a9ab-889df7feb0b4/tempest.log 2020-05-14 20:01:42.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:01:42.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-95bf333f-07cc-4ae4-a291-89453f59f830/for-deployment-6bf7b730-0d08-4fee-a9ab-889df7feb0b4/lock_files' to option 'lock_path'. 2020-05-14 20:01:42.475 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-95bf333f-07cc-4ae4-a291-89453f59f830/for-deployment-6bf7b730-0d08-4fee-a9ab-889df7feb0b4/lock_files 2020-05-14 20:01:42.475 34 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:01:42.475 34 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:01:42.475 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 137f3ef1-44a4-4e10-9f0c-7c1e0b00896c 2020-05-14 20:01:42.475 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 79fc597d-7aed-477c-8434-ebf1d27b0de5 2020-05-14 20:01:42.476 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a9d1ea5f-113a-4b44-bb5e-22f1e11337c2 2020-05-14 20:01:42.476 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a053f2cd-893c-424a-b2af-135178a4f691 2020-05-14 20:01:42.682 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:01:42.682 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_563f028f-6576-47e3-bc84-d6f6ef4b3aa1 2020-05-14 20:01:42.683 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:01:42.757 34 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:01:42.794 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 20:01:42.795 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ce116a3e_UQrkigk9' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 20:01:42.829 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ce116a3e_UQrkigk9' (ID = cb8af0ac-caa7-4032-abe8-f30c302d9c8f) has been successfully created! 2020-05-14 20:01:42.829 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cb8af0ac-caa7-4032-abe8-f30c302d9c8f' to option 'instance_type'. 2020-05-14 20:01:42.829 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cb8af0ac-caa7-4032-abe8-f30c302d9c8f 2020-05-14 20:01:42.831 34 INFO rally.task.context [-] Verification 95bf333f-07cc-4ae4-a291-89453f59f830 | Context tempest@default setup() finished in 0.78 sec 2020-05-14 20:01:42.831 34 INFO rally.task.context [-] Verification 95bf333f-07cc-4ae4-a291-89453f59f830 | Context testr@default setup() finished in 0.35 msec 2020-05-14 20:01:42.832 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/aac74102-d241-479c-8e63-c5c28e7bcde0'. 2020-05-14 20:01:44.906 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-05-14 20:01:44.908 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-05-14 20:01:45.745 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.163s] 2020-05-14 20:01:45.839 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.094s] 2020-05-14 20:01:46.693 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.247s] 2020-05-14 20:01:50.285 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.268s] 2020-05-14 20:01:51.244 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.705s] 2020-05-14 20:01:52.672 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.428s] 2020-05-14 20:01:53.727 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.376s] 2020-05-14 20:01:56.264 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.148s] 2020-05-14 20:01:58.445 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.374s] 2020-05-14 20:01:59.091 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.643s] 2020-05-14 20:01:59.222 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.131s] 2020-05-14 20:02:01.544 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.089s] 2020-05-14 20:02:17.387 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.226s] 2020-05-14 20:02:21.537 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.148s] 2020-05-14 20:02:22.510 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [27.620s] 2020-05-14 20:02:31.379 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.159s] 2020-05-14 20:02:31.381 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-05-14 20:02:35.275 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.351s] 2020-05-14 20:02:43.524 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.248s] 2020-05-14 20:02:55.875 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [12.351s] 2020-05-14 20:02:58.168 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.174s] 2020-05-14 20:02:58.169 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-05-14 20:03:12.366 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.746s] 2020-05-14 20:03:12.407 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.678s] 2020-05-14 20:03:14.176 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.164s] 2020-05-14 20:03:14.177 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-05-14 20:03:18.133 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.896s] 2020-05-14 20:03:18.315 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.948s] 2020-05-14 20:03:19.977 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.662s] 2020-05-14 20:03:20.055 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.076s] 2020-05-14 20:03:20.117 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.062s] 2020-05-14 20:03:25.045 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.135s] 2020-05-14 20:03:38.274 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [10.314s] 2020-05-14 20:03:39.510 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.268s] 2020-05-14 20:03:53.531 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [15.250s] 2020-05-14 20:03:55.496 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.678s] 2020-05-14 20:03:56.780 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [3.254s] 2020-05-14 20:04:13.139 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-05-14 20:04:27.800 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [23.460s] 2020-05-14 20:04:47.912 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.718s] 2020-05-14 20:05:10.521 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [42.716s] 2020-05-14 20:05:13.655 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [3.139s] 2020-05-14 20:05:43.022 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [21.972s] 2020-05-14 20:05:47.564 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.241s] 2020-05-14 20:05:49.131 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.068s] 2020-05-14 20:05:49.270 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.139s] 2020-05-14 20:05:49.681 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.115s] 2020-05-14 20:05:51.769 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.087s] 2020-05-14 20:05:59.514 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.042s] 2020-05-14 20:05:59.532 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-05-14 20:05:59.550 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2020-05-14 20:05:59.576 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.026s] 2020-05-14 20:06:12.232 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.034s] 2020-05-14 20:06:12.241 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2020-05-14 20:06:14.086 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.068s] 2020-05-14 20:06:20.819 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [122.814s] 2020-05-14 20:06:23.311 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.691s] 2020-05-14 20:06:30.249 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-05-14 20:06:31.010 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2020-05-14 20:06:31.034 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.025s] 2020-05-14 20:06:31.063 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.027s] 2020-05-14 20:06:31.071 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2020-05-14 20:06:41.370 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.461s] 2020-05-14 20:06:41.596 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.226s] 2020-05-14 20:06:41.767 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.170s] 2020-05-14 20:06:41.822 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.054s] 2020-05-14 20:06:41.964 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.143s] 2020-05-14 20:06:42.037 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.073s] 2020-05-14 20:06:43.969 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [8.372s] 2020-05-14 20:06:47.938 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.967s] 2020-05-14 20:06:54.694 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.224s] 2020-05-14 20:06:55.917 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.978s] 2020-05-14 20:06:56.288 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [1.594s] 2020-05-14 20:06:56.450 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.162s] 2020-05-14 20:06:56.514 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2020-05-14 20:06:58.053 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [1.538s] 2020-05-14 20:06:58.151 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.097s] 2020-05-14 20:07:01.508 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2020-05-14 20:07:01.675 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.167s] 2020-05-14 20:07:03.880 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2020-05-14 20:07:03.891 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-05-14 20:07:08.911 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.435s] 2020-05-14 20:07:14.779 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.867s] 2020-05-14 20:07:16.350 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.571s] 2020-05-14 20:07:16.407 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2020-05-14 20:07:16.534 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.126s] 2020-05-14 20:07:36.683 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.767s] 2020-05-14 20:07:46.993 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [22.384s] 2020-05-14 20:07:49.273 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.128s] 2020-05-14 20:07:57.295 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.019s] 2020-05-14 20:08:04.124 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [17.130s] 2020-05-14 20:08:12.844 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [8.719s] 2020-05-14 20:08:25.109 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [12.264s] 2020-05-14 20:09:30.648 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [32.769s] 2020-05-14 20:09:53.542 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [22.894s] 2020-05-14 20:10:02.852 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.311s] 2020-05-14 20:10:08.874 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.019s] 2020-05-14 20:10:37.699 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.109s] 2020-05-14 20:10:37.725 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2020-05-14 20:10:50.508 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.213s] 2020-05-14 20:10:52.588 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.078s] 2020-05-14 20:10:54.649 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.060s] 2020-05-14 20:10:59.286 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-05-14 20:11:06.516 34 INFO rally.task.context [-] Verification 95bf333f-07cc-4ae4-a291-89453f59f830 | Context testr@default cleanup() started 2020-05-14 20:11:06.517 34 INFO rally.task.context [-] Verification 95bf333f-07cc-4ae4-a291-89453f59f830 | Context testr@default cleanup() finished in 0.88 msec 2020-05-14 20:11:06.518 34 INFO rally.task.context [-] Verification 95bf333f-07cc-4ae4-a291-89453f59f830 | Context tempest@default cleanup() started 2020-05-14 20:11:06.663 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ce116a3e_UQrkigk9'. 2020-05-14 20:11:06.882 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ce116a3e_UQrkigk9' has been deleted. 2020-05-14 20:11:06.882 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'cb8af0ac-caa7-4032-abe8-f30c302d9c8f' of option 'instance_type' from Tempest config file. 2020-05-14 20:11:06.882 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'cb8af0ac-caa7-4032-abe8-f30c302d9c8f' has been removed. 2020-05-14 20:11:06.885 34 INFO rally.task.context [-] Verification 95bf333f-07cc-4ae4-a291-89453f59f830 | Context tempest@default cleanup() finished in 0.37 sec 2020-05-14 20:11:06.906 34 INFO rally.api [-] Verification (UUID=ce116a3e-a7e0-4e3f-bca0-38691424f5ee) has been successfully finished for deployment 'opnfv-rally' (UUID=6bf7b730-0d08-4fee-a9ab-889df7feb0b4)! 2020-05-14 20:11:08.502 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:08.502 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:08.502 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:10.084 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:10.085 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:10.085 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:12.284 56 INFO rally.api [-] Building 'html' report for the following verification(s): 'ce116a3e-a7e0-4e3f-bca0-38691424f5ee' 2020-05-14 20:11:12.307 56 INFO rally.api [-] The report has been successfully built. 2020-05-14 20:11:13.822 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:13.823 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:13.823 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:15.766 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ce116a3e-a7e0-4e3f-bca0-38691424f5ee' 2020-05-14 20:11:15.772 58 INFO rally.api [-] The report has been successfully built.