2020-07-02 15:53:35.320 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:35.320 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:35.320 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:37.695 6 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-02 15:53:37.695 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 15:53:37.695 6 ERROR rally.cli.cliutils 2020-07-02 15:53:39.057 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:39.058 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:39.058 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:42.598 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:42.599 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:42.599 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:46.442 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:46.442 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:46.443 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:47.817 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:47.817 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:47.818 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:49.614 15 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-02 15:53:49.614 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils force=force) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 15:53:49.614 15 ERROR rally.cli.cliutils 2020-07-02 15:53:50.911 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:50.911 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:50.911 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:52.729 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 15:53:52.806 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef/repo. 2020-07-02 15:53:53.300 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 15:53:53.316 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 15:53:53.326 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 15:53:53.349 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 15:53:53.401 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 15:53:54.008 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef) has been successfully created! 2020-07-02 15:53:55.423 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:55.424 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:55.424 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:53:59.180 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:53:59.180 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:53:59.180 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:54:01.081 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef) for deployment 'opnfv-rally' (UUID=57a93353-62fb-4b10-8dec-3fa016f33ab9). 2020-07-02 15:54:01.466 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef) has been successfully configured for deployment 'opnfv-rally' (UUID=57a93353-62fb-4b10-8dec-3fa016f33ab9)! 2020-07-02 15:54:06.351 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:54:06.351 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:54:06.351 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:54:08.139 32 INFO rally.api [-] Starting verification (UUID=866af7a2-bb2b-4978-9217-4888a91df02e) for deployment 'opnfv-rally' (UUID=57a93353-62fb-4b10-8dec-3fa016f33ab9) by verifier 'opnfv-tempest' (UUID=b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef). 2020-07-02 15:54:08.686 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 15:54:08.687 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef/for-deployment-57a93353-62fb-4b10-8dec-3fa016f33ab9/tempest.log' to option 'log_file'. 2020-07-02 15:54:08.688 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef/for-deployment-57a93353-62fb-4b10-8dec-3fa016f33ab9/tempest.log 2020-07-02 15:54:08.688 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 15:54:08.688 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef/for-deployment-57a93353-62fb-4b10-8dec-3fa016f33ab9/lock_files' to option 'lock_path'. 2020-07-02 15:54:08.688 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef/for-deployment-57a93353-62fb-4b10-8dec-3fa016f33ab9/lock_files 2020-07-02 15:54:08.689 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 15:54:08.689 32 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-02 15:54:08.689 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b4165e30-4a9f-49d2-86dd-3b938dd531aa 2020-07-02 15:54:08.689 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6ecacfea-ed19-4961-898a-c5d29c52b56b 2020-07-02 15:54:08.690 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d27f03be-3809-48c6-a158-6661f9a16d94 2020-07-02 15:54:08.691 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f67929ee-b3d3-480a-8fb9-a9636e9b9c10 2020-07-02 15:54:08.893 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 15:54:08.894 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_b61e0222-082a-4b56-a74e-f787eb0c50f1 2020-07-02 15:54:08.895 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 15:54:09.085 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 15:54:09.128 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-02 15:54:09.129 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_866af7a2_deUxvBih' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-02 15:54:09.160 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_866af7a2_deUxvBih' (ID = e02949ce-8dc5-4256-be6e-ff227d2c1591) has been successfully created! 2020-07-02 15:54:09.160 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e02949ce-8dc5-4256-be6e-ff227d2c1591' to option 'instance_type'. 2020-07-02 15:54:09.160 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e02949ce-8dc5-4256-be6e-ff227d2c1591 2020-07-02 15:54:09.162 32 INFO rally.task.context [-] Verification b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef | Context tempest@default setup() finished in 0.85 sec 2020-07-02 15:54:09.163 32 INFO rally.task.context [-] Verification b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef | Context testr@default setup() finished in 0.34 msec 2020-07-02 15:54:09.163 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d67c5003-d1d7-453e-af42-09fc18b5b9bd'. 2020-07-02 15:54:12.192 32 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.235s] 2020-07-02 15:54:12.273 32 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.081s] 2020-07-02 15:54:15.099 32 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.882s] 2020-07-02 15:54:16.780 32 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.680s] 2020-07-02 15:54:17.605 32 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.932s] 2020-07-02 15:54:35.476 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.068s] 2020-07-02 15:54:35.679 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.203s] 2020-07-02 15:54:40.901 32 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.189s] 2020-07-02 15:54:40.909 32 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-07-02 15:54:43.522 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.244s] 2020-07-02 15:54:45.613 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.166s] 2020-07-02 15:54:45.614 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-02 15:54:47.497 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.315s] 2020-07-02 15:54:52.110 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.344s] 2020-07-02 15:54:54.288 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.022s] 2020-07-02 15:54:54.313 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.025s] 2020-07-02 15:54:54.337 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-07-02 15:54:54.348 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2020-07-02 15:54:57.805 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [37.278s] 2020-07-02 15:54:58.158 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.725s] 2020-07-02 15:55:08.278 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.672s] 2020-07-02 15:55:11.875 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-07-02 15:55:14.407 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.127s] 2020-07-02 15:55:14.654 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.936s] 2020-07-02 15:55:16.083 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.675s] 2020-07-02 15:55:16.145 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2020-07-02 15:55:16.202 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.057s] 2020-07-02 15:55:21.169 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.169s] 2020-07-02 15:55:23.469 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2020-07-02 15:55:25.080 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.174s] 2020-07-02 15:55:25.082 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2020-07-02 15:55:25.098 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.913s] 2020-07-02 15:55:27.915 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.900s] 2020-07-02 15:55:30.789 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.302s] 2020-07-02 15:55:30.789 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-07-02 15:55:38.464 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.549s] 2020-07-02 15:55:40.155 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.690s] 2020-07-02 15:55:40.210 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2020-07-02 15:55:40.317 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.107s] 2020-07-02 15:55:40.920 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.476s] 2020-07-02 15:55:44.374 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.967s] 2020-07-02 15:55:44.670 32 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.595s] 2020-07-02 15:55:45.482 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [4.563s] 2020-07-02 15:55:45.621 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-07-02 15:55:45.670 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.186s] 2020-07-02 15:55:45.743 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.073s] 2020-07-02 15:55:45.871 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.128s] 2020-07-02 15:55:45.950 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.078s] 2020-07-02 15:55:46.191 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.813s] 2020-07-02 15:55:46.224 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.038s] 2020-07-02 15:55:47.496 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.567s] 2020-07-02 15:55:47.803 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.043s] 2020-07-02 15:55:49.277 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.727s] 2020-07-02 15:55:49.991 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.309s] 2020-07-02 15:55:50.760 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.768s] 2020-07-02 15:55:51.559 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.799s] 2020-07-02 15:55:51.677 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.148s] 2020-07-02 15:55:54.382 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-07-02 15:55:56.558 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.720s] 2020-07-02 15:55:56.997 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.093s] 2020-07-02 15:56:03.153 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.470s] 2020-07-02 15:56:08.661 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.508s] 2020-07-02 15:56:09.222 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.167s] 2020-07-02 15:56:09.619 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.911s] 2020-07-02 15:56:13.443 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.780s] 2020-07-02 15:56:15.893 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.272s] 2020-07-02 15:56:19.120 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.897s] 2020-07-02 15:56:26.639 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.284s] 2020-07-02 15:56:27.482 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.362s] 2020-07-02 15:56:29.335 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.695s] 2020-07-02 15:56:40.066 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [12.584s] 2020-07-02 15:56:41.982 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2020-07-02 15:56:42.139 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.157s] 2020-07-02 15:56:43.074 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [24.140s] 2020-07-02 15:56:44.357 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.026s] 2020-07-02 15:56:44.367 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-07-02 15:56:46.265 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [16.929s] 2020-07-02 15:56:52.108 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.035s] 2020-07-02 15:56:57.346 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.008s] 2020-07-02 15:56:57.506 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.160s] 2020-07-02 15:56:57.685 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.179s] 2020-07-02 15:56:57.780 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.094s] 2020-07-02 15:56:57.888 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.108s] 2020-07-02 15:56:57.953 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2020-07-02 15:56:59.794 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.686s] 2020-07-02 15:57:01.038 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.164s] 2020-07-02 15:57:02.006 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.105s] 2020-07-02 15:57:02.033 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.027s] 2020-07-02 15:57:03.124 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.085s] 2020-07-02 15:57:03.382 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.586s] 2020-07-02 15:57:05.191 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.066s] 2020-07-02 15:57:06.722 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.034s] 2020-07-02 15:57:06.741 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2020-07-02 15:57:06.765 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.024s] 2020-07-02 15:57:06.793 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.028s] 2020-07-02 15:57:10.500 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.919s] 2020-07-02 15:57:10.664 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-07-02 15:57:12.247 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.742s] 2020-07-02 15:57:12.345 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.102s] 2020-07-02 15:57:15.985 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.176s] 2020-07-02 15:57:18.114 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2020-07-02 15:57:20.221 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.107s] 2020-07-02 15:57:24.559 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.174s] 2020-07-02 15:57:28.131 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.228s] 2020-07-02 15:57:37.586 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.453s] 2020-07-02 15:57:38.716 32 INFO rally.task.context [-] Verification b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef | Context testr@default cleanup() started 2020-07-02 15:57:38.717 32 INFO rally.task.context [-] Verification b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef | Context testr@default cleanup() finished in 0.68 msec 2020-07-02 15:57:38.717 32 INFO rally.task.context [-] Verification b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef | Context tempest@default cleanup() started 2020-07-02 15:57:38.884 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_866af7a2_deUxvBih'. 2020-07-02 15:57:39.061 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_866af7a2_deUxvBih' has been deleted. 2020-07-02 15:57:39.062 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e02949ce-8dc5-4256-be6e-ff227d2c1591' of option 'instance_type' from Tempest config file. 2020-07-02 15:57:39.062 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e02949ce-8dc5-4256-be6e-ff227d2c1591' has been removed. 2020-07-02 15:57:39.069 32 INFO rally.task.context [-] Verification b2cc28e2-b4a7-4d7a-9b93-cb565ac356ef | Context tempest@default cleanup() finished in 0.35 sec 2020-07-02 15:57:39.095 32 INFO rally.api [-] Verification (UUID=866af7a2-bb2b-4978-9217-4888a91df02e) has been successfully finished for deployment 'opnfv-rally' (UUID=57a93353-62fb-4b10-8dec-3fa016f33ab9)! 2020-07-02 15:57:40.630 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:57:40.631 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:57:40.631 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:57:41.945 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:57:41.945 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:57:41.945 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:57:43.812 52 INFO rally.api [-] Building 'html' report for the following verification(s): '866af7a2-bb2b-4978-9217-4888a91df02e' 2020-07-02 15:57:43.833 52 INFO rally.api [-] The report has been successfully built. 2020-07-02 15:57:45.229 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:57:45.229 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:57:45.230 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:57:46.982 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '866af7a2-bb2b-4978-9217-4888a91df02e' 2020-07-02 15:57:46.988 54 INFO rally.api [-] The report has been successfully built.