2021-08-17 09:51:03.730 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:03.731 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:03.731 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:51:05.887 8 ERROR rally.cli.cliutils 2021-08-17 09:51:07.431 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:07.431 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:07.431 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:11.335 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:11.335 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:11.335 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:15.621 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:15.621 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:15.621 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:17.062 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:17.062 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:17.062 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:51:19.296 18 ERROR rally.cli.cliutils 2021-08-17 09:51:20.852 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:20.853 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:20.853 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:23.029 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:51:23.070 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-89be1eaa-b09d-4769-b666-4b7c0b8cbe97/repo. 2021-08-17 09:51:23.431 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-89be1eaa-b09d-4769-b666-4b7c0b8cbe97/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-17 09:51:23.474 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:51:23.482 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:51:23.496 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:51:23.606 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:51:24.226 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89be1eaa-b09d-4769-b666-4b7c0b8cbe97) has been successfully created! 2021-08-17 09:51:25.707 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:25.707 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:25.707 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:30.172 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:30.173 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:30.173 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:32.271 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=89be1eaa-b09d-4769-b666-4b7c0b8cbe97) for deployment 'opnfv-rally' (UUID=8f57699d-c199-445b-91f8-73f4343b119d). 2021-08-17 09:51:32.642 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89be1eaa-b09d-4769-b666-4b7c0b8cbe97) has been successfully configured for deployment 'opnfv-rally' (UUID=8f57699d-c199-445b-91f8-73f4343b119d)! 2021-08-17 09:51:37.728 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:37.728 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:37.728 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:39.815 36 INFO rally.api [-] Starting verification (UUID=eabb43ab-ec0d-4176-8ecb-cf4564e369dc) for deployment 'opnfv-rally' (UUID=8f57699d-c199-445b-91f8-73f4343b119d) by verifier 'opnfv-tempest' (UUID=89be1eaa-b09d-4769-b666-4b7c0b8cbe97). 2021-08-17 09:51:40.346 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:51:40.346 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-89be1eaa-b09d-4769-b666-4b7c0b8cbe97/for-deployment-8f57699d-c199-445b-91f8-73f4343b119d/tempest.log' to option 'log_file'. 2021-08-17 09:51:40.346 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-89be1eaa-b09d-4769-b666-4b7c0b8cbe97/for-deployment-8f57699d-c199-445b-91f8-73f4343b119d/tempest.log 2021-08-17 09:51:40.347 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:51:40.347 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-89be1eaa-b09d-4769-b666-4b7c0b8cbe97/for-deployment-8f57699d-c199-445b-91f8-73f4343b119d/lock_files' to option 'lock_path'. 2021-08-17 09:51:40.347 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-89be1eaa-b09d-4769-b666-4b7c0b8cbe97/for-deployment-8f57699d-c199-445b-91f8-73f4343b119d/lock_files 2021-08-17 09:51:40.348 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:51:40.348 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-08-17 09:51:40.348 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 25e4ef42-b8ce-4c2c-a1ea-1cc9510b205f 2021-08-17 09:51:40.349 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 57905dbc-a603-46ef-8386-7ce96fb3cae5 2021-08-17 09:51:40.349 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cbdca169-0e4f-4be4-922e-cef9003993cc 2021-08-17 09:51:40.350 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 853d461d-4849-4fd2-bf1f-e71048fb7780 2021-08-17 09:51:40.546 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:51:40.546 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_f7cd492e-45d3-49f0-a025-103aa91901c0 2021-08-17 09:51:40.546 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:51:40.612 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:51:40.646 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02f7aa5b_WTRAKrgT'. Using flavor 'rally_verify_02f7aa5b_WTRAKrgT' (ID = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8) for the tests. 2021-08-17 09:51:40.646 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8746b876-9c2c-4a6c-9b73-0302e8c4ede8' to option 'instance_type'. 2021-08-17 09:51:40.647 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8 2021-08-17 09:51:40.648 36 INFO rally.task.context [-] Verification 89be1eaa-b09d-4769-b666-4b7c0b8cbe97 | Context tempest@default setup() finished in 0.71 sec 2021-08-17 09:51:40.649 36 INFO rally.task.context [-] Verification 89be1eaa-b09d-4769-b666-4b7c0b8cbe97 | Context testr@default setup() finished in 0.40 msec 2021-08-17 09:51:40.649 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/33cc84ba-da0a-470c-95a4-288096935066'. 2021-08-17 09:51:43.570 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.174s] 2021-08-17 09:51:43.651 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.081s] 2021-08-17 09:51:45.790 36 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.832s] 2021-08-17 09:51:46.834 36 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.043s] 2021-08-17 09:51:48.621 36 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.441s] 2021-08-17 09:52:04.403 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.157s] 2021-08-17 09:52:04.404 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-08-17 09:52:07.770 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.157s] 2021-08-17 09:52:07.771 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-08-17 09:52:17.734 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-08-17 09:52:19.312 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.181s] 2021-08-17 09:52:23.118 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.541s] 2021-08-17 09:52:26.624 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.426s] 2021-08-17 09:52:28.191 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-08-17 09:52:29.726 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.128s] 2021-08-17 09:52:29.727 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-08-17 09:52:30.171 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.352s] 2021-08-17 09:52:32.725 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.553s] 2021-08-17 09:52:37.577 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.851s] 2021-08-17 09:52:41.493 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.901s] 2021-08-17 09:52:42.873 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2021-08-17 09:52:43.033 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.160s] 2021-08-17 09:52:45.094 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.088s] 2021-08-17 09:52:45.122 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.029s] 2021-08-17 09:52:49.956 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.071s] 2021-08-17 09:52:50.109 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.152s] 2021-08-17 09:52:54.518 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2021-08-17 09:52:57.035 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.973s] 2021-08-17 09:53:00.348 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.348s] 2021-08-17 09:53:03.379 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.138s] 2021-08-17 09:53:07.491 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.918s] 2021-08-17 09:53:10.233 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.742s] 2021-08-17 09:53:12.118 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [1.883s] 2021-08-17 09:53:18.348 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.393s] 2021-08-17 09:53:18.497 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.149s] 2021-08-17 09:53:18.691 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.193s] 2021-08-17 09:53:18.732 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.041s] 2021-08-17 09:53:18.810 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.077s] 2021-08-17 09:53:18.849 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.038s] 2021-08-17 09:53:23.424 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.289s] 2021-08-17 09:53:25.593 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.167s] 2021-08-17 09:53:27.717 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.122s] 2021-08-17 09:53:29.288 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2021-08-17 09:53:40.237 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [97.942s] 2021-08-17 09:53:43.724 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [109.039s] 2021-08-17 09:53:44.101 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.944s] 2021-08-17 09:53:49.291 36 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.030s] 2021-08-17 09:53:49.300 36 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2021-08-17 09:53:50.218 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-08-17 09:53:52.518 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.691s] 2021-08-17 09:53:52.837 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.890s] 2021-08-17 09:53:52.958 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.354s] 2021-08-17 09:53:56.815 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2021-08-17 09:53:56.946 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.131s] 2021-08-17 09:53:57.018 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2021-08-17 09:53:57.028 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2021-08-17 09:53:58.099 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.684s] 2021-08-17 09:53:58.974 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.361s] 2021-08-17 09:53:59.607 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.632s] 2021-08-17 09:53:59.720 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.112s] 2021-08-17 09:54:00.549 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2021-08-17 09:54:00.823 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.983s] 2021-08-17 09:54:01.694 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2021-08-17 09:54:02.784 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.703s] 2021-08-17 09:54:12.345 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.846s] 2021-08-17 09:54:15.369 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.125s] 2021-08-17 09:54:17.513 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.165s] 2021-08-17 09:54:22.048 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.679s] 2021-08-17 09:54:28.084 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.036s] 2021-08-17 09:54:30.570 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.010s] 2021-08-17 09:54:30.689 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.119s] 2021-08-17 09:54:30.950 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.260s] 2021-08-17 09:54:30.996 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.046s] 2021-08-17 09:54:31.086 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.089s] 2021-08-17 09:54:31.130 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.045s] 2021-08-17 09:54:31.445 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.361s] 2021-08-17 09:54:37.855 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.997s] 2021-08-17 09:54:40.527 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.670s] 2021-08-17 09:54:42.088 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.560s] 2021-08-17 09:54:42.140 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.052s] 2021-08-17 09:54:42.190 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.049s] 2021-08-17 09:54:47.125 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.670s] 2021-08-17 09:54:48.528 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.944s] 2021-08-17 09:54:52.877 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.349s] 2021-08-17 09:54:54.006 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.128s] 2021-08-17 09:54:54.105 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.099s] 2021-08-17 09:54:54.190 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.084s] 2021-08-17 09:54:54.553 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.429s] 2021-08-17 09:54:57.429 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.909s] 2021-08-17 09:54:58.775 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.339s] 2021-08-17 09:54:58.832 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.063s] 2021-08-17 09:55:00.480 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.926s] 2021-08-17 09:55:01.066 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.033s] 2021-08-17 09:55:01.078 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2021-08-17 09:55:04.005 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.523s] 2021-08-17 09:55:06.423 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.771s] 2021-08-17 09:55:07.515 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.085s] 2021-08-17 09:55:07.542 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.032s] 2021-08-17 09:55:11.216 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.238s] 2021-08-17 09:55:13.321 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.102s] 2021-08-17 09:55:15.406 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.086s] 2021-08-17 09:55:15.462 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.041s] 2021-08-17 09:55:15.481 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2021-08-17 09:55:15.505 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.024s] 2021-08-17 09:55:15.531 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.025s] 2021-08-17 09:55:18.601 36 INFO rally.task.context [-] Verification 89be1eaa-b09d-4769-b666-4b7c0b8cbe97 | Context testr@default cleanup() started 2021-08-17 09:55:18.602 36 INFO rally.task.context [-] Verification 89be1eaa-b09d-4769-b666-4b7c0b8cbe97 | Context testr@default cleanup() finished in 0.86 msec 2021-08-17 09:55:18.603 36 INFO rally.task.context [-] Verification 89be1eaa-b09d-4769-b666-4b7c0b8cbe97 | Context tempest@default cleanup() started 2021-08-17 09:55:18.772 36 INFO rally.task.context [-] Verification 89be1eaa-b09d-4769-b666-4b7c0b8cbe97 | Context tempest@default cleanup() finished in 0.17 sec 2021-08-17 09:55:18.788 36 INFO rally.api [-] Verification (UUID=eabb43ab-ec0d-4176-8ecb-cf4564e369dc) has been successfully finished for deployment 'opnfv-rally' (UUID=8f57699d-c199-445b-91f8-73f4343b119d)! 2021-08-17 09:55:20.462 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:20.463 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:20.463 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:55:21.956 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:21.956 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:21.957 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:55:24.264 61 INFO rally.api [-] Building 'html' report for the following verification(s): 'eabb43ab-ec0d-4176-8ecb-cf4564e369dc' 2021-08-17 09:55:24.285 61 INFO rally.api [-] The report has been successfully built. 2021-08-17 09:55:25.683 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:25.684 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:25.684 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:55:27.664 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'eabb43ab-ec0d-4176-8ecb-cf4564e369dc' 2021-08-17 09:55:27.669 63 INFO rally.api [-] The report has been successfully built.