2020-06-17 09:56:49.010 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:56:49.010 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:56:49.010 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:56:51.507 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-06-17 09:56:51.507 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 09:56:51.507 7 ERROR rally.cli.cliutils 2020-06-17 09:56:53.053 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:56:53.053 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:56:53.053 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:56:57.155 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:56:57.155 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:56:57.155 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:01.336 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:01.337 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:01.337 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:02.673 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:02.674 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:02.674 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:04.836 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-06-17 09:57:04.836 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 09:57:04.836 17 ERROR rally.cli.cliutils 2020-06-17 09:57:06.350 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:06.351 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:06.351 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:08.676 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 09:57:08.785 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-13478d91-bb28-4f68-a07f-2b3259ea0797/repo. 2020-06-17 09:57:09.066 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-13478d91-bb28-4f68-a07f-2b3259ea0797/repo'... done. ' 2020-06-17 09:57:09.079 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 09:57:09.100 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 09:57:09.163 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 09:57:09.833 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13478d91-bb28-4f68-a07f-2b3259ea0797) has been successfully created! 2020-06-17 09:57:11.324 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:11.324 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:11.324 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:15.400 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:15.401 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:15.401 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:17.388 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=13478d91-bb28-4f68-a07f-2b3259ea0797) for deployment 'opnfv-rally' (UUID=00e6f6be-0d56-4f1d-8522-f120e1bf1c11). 2020-06-17 09:57:17.862 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13478d91-bb28-4f68-a07f-2b3259ea0797) has been successfully configured for deployment 'opnfv-rally' (UUID=00e6f6be-0d56-4f1d-8522-f120e1bf1c11)! 2020-06-17 09:57:23.501 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:23.501 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:23.501 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:25.669 34 INFO rally.api [-] Starting verification (UUID=a1dba2d3-0cc6-414f-8fe9-a02787b79bed) for deployment 'opnfv-rally' (UUID=00e6f6be-0d56-4f1d-8522-f120e1bf1c11) by verifier 'opnfv-tempest' (UUID=13478d91-bb28-4f68-a07f-2b3259ea0797). 2020-06-17 09:57:26.355 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 09:57:26.355 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-13478d91-bb28-4f68-a07f-2b3259ea0797/for-deployment-00e6f6be-0d56-4f1d-8522-f120e1bf1c11/tempest.log' to option 'log_file'. 2020-06-17 09:57:26.356 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-13478d91-bb28-4f68-a07f-2b3259ea0797/for-deployment-00e6f6be-0d56-4f1d-8522-f120e1bf1c11/tempest.log 2020-06-17 09:57:26.356 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 09:57:26.357 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-13478d91-bb28-4f68-a07f-2b3259ea0797/for-deployment-00e6f6be-0d56-4f1d-8522-f120e1bf1c11/lock_files' to option 'lock_path'. 2020-06-17 09:57:26.357 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-13478d91-bb28-4f68-a07f-2b3259ea0797/for-deployment-00e6f6be-0d56-4f1d-8522-f120e1bf1c11/lock_files 2020-06-17 09:57:26.357 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 09:57:26.358 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-06-17 09:57:26.358 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 93b74531-d4d3-477a-8ead-c950a0c47714 2020-06-17 09:57:26.358 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a6b81545-bede-4fd4-a685-499dbdca2305 2020-06-17 09:57:26.359 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6f89fc9f-703e-437e-a178-989200325a8a 2020-06-17 09:57:26.360 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f1defef2-9d09-4896-859a-561e59f7334f 2020-06-17 09:57:26.586 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 09:57:26.586 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_01127a6c-9404-4fd8-be00-9def3c5fc92e 2020-06-17 09:57:26.587 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 09:57:26.691 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 09:57:26.727 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 09:57:26.728 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a1dba2d3_j51sKAy4' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 09:57:26.768 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a1dba2d3_j51sKAy4' (ID = 03e490d9-a5e9-4717-96a9-1400935d149f) has been successfully created! 2020-06-17 09:57:26.768 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '03e490d9-a5e9-4717-96a9-1400935d149f' to option 'instance_type'. 2020-06-17 09:57:26.769 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 03e490d9-a5e9-4717-96a9-1400935d149f 2020-06-17 09:57:26.770 34 INFO rally.task.context [-] Verification 13478d91-bb28-4f68-a07f-2b3259ea0797 | Context tempest@default setup() finished in 0.84 sec 2020-06-17 09:57:26.771 34 INFO rally.task.context [-] Verification 13478d91-bb28-4f68-a07f-2b3259ea0797 | Context testr@default setup() finished in 0.40 msec 2020-06-17 09:57:26.771 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4a7f12d3-ad9c-4bc7-b8fe-776c38aab8d7'. 2020-06-17 09:57:30.144 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.156s] 2020-06-17 09:57:30.217 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.073s] 2020-06-17 09:57:31.465 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.780s] 2020-06-17 09:57:32.319 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.853s] 2020-06-17 09:57:34.361 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.978s] 2020-06-17 09:57:38.388 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.192s] 2020-06-17 09:57:42.378 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.649s] 2020-06-17 09:57:47.190 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.310s] 2020-06-17 09:57:51.401 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.045s] 2020-06-17 09:57:55.381 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.436s] 2020-06-17 09:57:58.281 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.900s] 2020-06-17 09:57:58.932 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.160s] 2020-06-17 09:57:58.934 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-17 09:58:00.335 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.154s] 2020-06-17 09:58:00.337 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-06-17 09:58:06.739 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.457s] 2020-06-17 09:58:11.857 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [35.640s] 2020-06-17 09:58:12.023 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.037s] 2020-06-17 09:58:12.032 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-06-17 09:58:14.293 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.137s] 2020-06-17 09:58:14.701 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.567s] 2020-06-17 09:58:17.404 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.273s] 2020-06-17 09:58:17.763 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.063s] 2020-06-17 09:58:19.164 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-06-17 09:58:19.824 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.018s] 2020-06-17 09:58:19.844 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2020-06-17 09:58:19.864 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2020-06-17 09:58:19.872 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-06-17 09:58:21.348 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.585s] 2020-06-17 09:58:22.787 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.029s] 2020-06-17 09:58:24.657 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.864s] 2020-06-17 09:58:24.699 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2020-06-17 09:58:24.844 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.064s] 2020-06-17 09:58:24.981 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.138s] 2020-06-17 09:58:27.194 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.046s] 2020-06-17 09:58:27.214 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.020s] 2020-06-17 09:58:30.984 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-17 09:58:30.987 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-17 09:58:32.675 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.470s] 2020-06-17 09:58:34.011 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.966s] 2020-06-17 09:58:37.091 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.415s] 2020-06-17 09:58:39.227 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.177s] 2020-06-17 09:58:39.228 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-17 09:58:39.287 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.724s] 2020-06-17 09:58:39.382 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.290s] 2020-06-17 09:58:39.444 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2020-06-17 09:58:39.504 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.060s] 2020-06-17 09:58:42.530 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.322s] 2020-06-17 09:58:43.115 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.583s] 2020-06-17 09:58:43.261 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.147s] 2020-06-17 09:58:44.806 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.335s] 2020-06-17 09:58:47.023 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.215s] 2020-06-17 09:58:48.494 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.411s] 2020-06-17 09:58:49.164 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.141s] 2020-06-17 09:58:52.877 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.196s] 2020-06-17 09:58:53.895 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.399s] 2020-06-17 09:58:54.871 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.930s] 2020-06-17 09:58:55.003 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.123s] 2020-06-17 09:58:55.087 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.216s] 2020-06-17 09:58:55.233 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.144s] 2020-06-17 09:58:55.304 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.069s] 2020-06-17 09:58:55.507 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.204s] 2020-06-17 09:58:55.561 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2020-06-17 09:58:55.820 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.925s] 2020-06-17 09:58:55.877 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2020-06-17 09:58:55.928 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2020-06-17 09:58:57.093 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.091s] 2020-06-17 09:58:59.335 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.055s] 2020-06-17 09:58:59.361 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.027s] 2020-06-17 09:58:59.386 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.025s] 2020-06-17 09:58:59.432 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.046s] 2020-06-17 09:59:00.434 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.641s] 2020-06-17 09:59:01.878 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2020-06-17 09:59:09.242 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.092s] 2020-06-17 09:59:15.117 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.275s] 2020-06-17 09:59:22.966 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.251s] 2020-06-17 09:59:24.304 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.186s] 2020-06-17 09:59:29.995 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.052s] 2020-06-17 09:59:31.910 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.606s] 2020-06-17 09:59:36.423 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.513s] 2020-06-17 09:59:39.209 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.116s] 2020-06-17 09:59:39.254 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.045s] 2020-06-17 09:59:45.007 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.639s] 2020-06-17 09:59:47.961 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.192s] 2020-06-17 09:59:50.314 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.150s] 2020-06-17 09:59:50.476 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-06-17 09:59:52.859 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.905s] 2020-06-17 09:59:59.562 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.246s] 2020-06-17 10:00:04.753 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.708s] 2020-06-17 10:00:11.298 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.544s] 2020-06-17 10:00:24.900 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.168s] 2020-06-17 10:00:25.070 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.169s] 2020-06-17 10:00:25.230 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.159s] 2020-06-17 10:00:25.304 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2020-06-17 10:00:25.404 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2020-06-17 10:00:25.488 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.084s] 2020-06-17 10:00:42.973 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.352s] 2020-06-17 10:00:51.587 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.613s] 2020-06-17 10:01:00.639 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.051s] 2020-06-17 10:01:04.416 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.777s] 2020-06-17 10:01:07.413 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.017s] 2020-06-17 10:01:08.855 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.435s] 2020-06-17 10:01:08.885 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.037s] 2020-06-17 10:01:10.283 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.018s] 2020-06-17 10:01:10.409 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.126s] 2020-06-17 10:01:11.744 34 INFO rally.task.context [-] Verification 13478d91-bb28-4f68-a07f-2b3259ea0797 | Context testr@default cleanup() started 2020-06-17 10:01:11.745 34 INFO rally.task.context [-] Verification 13478d91-bb28-4f68-a07f-2b3259ea0797 | Context testr@default cleanup() finished in 0.66 msec 2020-06-17 10:01:11.745 34 INFO rally.task.context [-] Verification 13478d91-bb28-4f68-a07f-2b3259ea0797 | Context tempest@default cleanup() started 2020-06-17 10:01:11.902 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a1dba2d3_j51sKAy4'. 2020-06-17 10:01:12.064 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a1dba2d3_j51sKAy4' has been deleted. 2020-06-17 10:01:12.065 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '03e490d9-a5e9-4717-96a9-1400935d149f' of option 'instance_type' from Tempest config file. 2020-06-17 10:01:12.065 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '03e490d9-a5e9-4717-96a9-1400935d149f' has been removed. 2020-06-17 10:01:12.069 34 INFO rally.task.context [-] Verification 13478d91-bb28-4f68-a07f-2b3259ea0797 | Context tempest@default cleanup() finished in 0.32 sec 2020-06-17 10:01:12.094 34 INFO rally.api [-] Verification (UUID=a1dba2d3-0cc6-414f-8fe9-a02787b79bed) has been successfully finished for deployment 'opnfv-rally' (UUID=00e6f6be-0d56-4f1d-8522-f120e1bf1c11)! 2020-06-17 10:01:13.731 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:01:13.732 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:01:13.732 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:01:15.291 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:01:15.292 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:01:15.292 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:01:17.363 59 INFO rally.api [-] Building 'html' report for the following verification(s): 'a1dba2d3-0cc6-414f-8fe9-a02787b79bed' 2020-06-17 10:01:17.384 59 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:01:18.983 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:01:18.984 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:01:18.984 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:01:21.402 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a1dba2d3-0cc6-414f-8fe9-a02787b79bed' 2020-06-17 10:01:21.408 61 INFO rally.api [-] The report has been successfully built.