2022-04-19 08:20:43.063 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:20:43.063 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:20:43.063 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:20:45.341 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 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:20:45.341 7 ERROR rally.cli.cliutils 2022-04-19 08:20:46.947 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:20:46.947 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:20:46.948 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:20:50.912 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:20:50.912 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:20:50.912 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:20:55.441 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:20:55.441 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:20:55.442 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:20:56.945 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:20:56.946 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:20:56.946 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:20:59.048 16 ERROR rally.cli.cliutils 2022-04-19 08:21:00.553 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:21:00.554 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:21:00.554 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:21:02.739 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:21:02.847 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb/repo. 2022-04-19 08:21:03.176 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2022-04-19 08:21:03.191 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:21:03.200 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:21:03.220 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:21:03.271 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:21:03.973 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb) has been successfully created! 2022-04-19 08:21:05.483 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:21:05.484 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:21:05.484 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:21:10.019 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:21:10.020 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:21:10.020 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:21:11.969 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb) for deployment 'opnfv-rally' (UUID=dd807e05-02e9-4d61-8b2e-b619c59d9ffc). 2022-04-19 08:21:12.436 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb) has been successfully configured for deployment 'opnfv-rally' (UUID=dd807e05-02e9-4d61-8b2e-b619c59d9ffc)! 2022-04-19 08:21:21.296 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:21:21.296 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:21:21.296 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:21:23.532 33 INFO rally.api [-] Starting verification (UUID=36bdaf77-edc6-4e98-8ca0-97da400242fc) for deployment 'opnfv-rally' (UUID=dd807e05-02e9-4d61-8b2e-b619c59d9ffc) by verifier 'opnfv-tempest' (UUID=bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb). 2022-04-19 08:21:24.243 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:21:24.244 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb/for-deployment-dd807e05-02e9-4d61-8b2e-b619c59d9ffc/tempest.log' to option 'log_file'. 2022-04-19 08:21:24.244 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb/for-deployment-dd807e05-02e9-4d61-8b2e-b619c59d9ffc/tempest.log 2022-04-19 08:21:24.244 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:21:24.245 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb/for-deployment-dd807e05-02e9-4d61-8b2e-b619c59d9ffc/lock_files' to option 'lock_path'. 2022-04-19 08:21:24.245 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb/for-deployment-dd807e05-02e9-4d61-8b2e-b619c59d9ffc/lock_files 2022-04-19 08:21:24.245 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:21:24.246 33 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 2022-04-19 08:21:24.246 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9743dfc9-1905-4a1a-8a1f-cfdbaac95a32 2022-04-19 08:21:24.246 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 64ef4fee-4295-4ac6-baeb-83fb3f4f7799 2022-04-19 08:21:24.247 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = add479ee-ed27-437d-9881-6b81824bfe06 2022-04-19 08:21:24.248 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 665181e9-e727-46ba-978f-72d37c3e2c54 2022-04-19 08:21:24.505 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:21:24.506 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_b04e5e4b-7aaa-4a5c-a053-fddb53378665 2022-04-19 08:21:24.507 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:21:24.599 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:21:24.639 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_75a8fbba_RfBpPxza'. Using flavor 'rally_verify_75a8fbba_RfBpPxza' (ID = 8ece6fe5-e1af-4293-b5d5-36454fa3d8cd) for the tests. 2022-04-19 08:21:24.640 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8ece6fe5-e1af-4293-b5d5-36454fa3d8cd' to option 'instance_type'. 2022-04-19 08:21:24.640 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8ece6fe5-e1af-4293-b5d5-36454fa3d8cd 2022-04-19 08:21:24.641 33 INFO rally.task.context [-] Verification bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb | Context tempest@default setup() finished in 0.85 sec 2022-04-19 08:21:24.642 33 INFO rally.task.context [-] Verification bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb | Context testr@default setup() finished in 0.43 msec 2022-04-19 08:21:24.642 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/5bbbfbb2-9c90-4e68-b5de-c7683135641b'. 2022-04-19 08:21:29.951 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.326s] 2022-04-19 08:21:30.034 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.084s] 2022-04-19 08:21:30.068 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.262s] 2022-04-19 08:21:44.902 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.082s] 2022-04-19 08:21:54.453 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [9.548s] 2022-04-19 08:22:00.946 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.721s] 2022-04-19 08:22:01.118 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.172s] 2022-04-19 08:22:01.455 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.335s] 2022-04-19 08:22:01.601 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.145s] 2022-04-19 08:22:01.602 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-04-19 08:22:01.872 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [6.665s] 2022-04-19 08:22:02.038 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.166s] 2022-04-19 08:22:02.411 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.372s] 2022-04-19 08:22:02.519 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.108s] 2022-04-19 08:22:02.521 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2022-04-19 08:22:07.859 33 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [20.636s] 2022-04-19 08:22:22.088 33 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [14.226s] 2022-04-19 08:22:27.865 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.561s] 2022-04-19 08:22:39.608 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.159s] 2022-04-19 08:22:42.054 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.435s] 2022-04-19 08:22:42.640 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.585s] 2022-04-19 08:22:43.039 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.399s] 2022-04-19 08:22:43.616 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.576s] 2022-04-19 08:22:44.085 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.469s] 2022-04-19 08:22:44.249 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.163s] 2022-04-19 08:22:44.419 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.169s] 2022-04-19 08:22:44.629 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.210s] 2022-04-19 08:22:44.723 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.093s] 2022-04-19 08:22:44.888 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.165s] 2022-04-19 08:22:45.178 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.289s] 2022-04-19 08:22:51.264 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [21.446s] 2022-04-19 08:22:51.957 33 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2022-04-19 08:23:01.859 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.088s] 2022-04-19 08:23:01.876 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2022-04-19 08:23:02.190 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.313s] 2022-04-19 08:23:02.204 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2022-04-19 08:23:02.219 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2022-04-19 08:23:02.257 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2022-04-19 08:23:02.343 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.086s] 2022-04-19 08:23:02.435 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.092s] 2022-04-19 08:23:02.806 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.369s] 2022-04-19 08:23:02.824 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2022-04-19 08:23:02.988 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.163s] 2022-04-19 08:23:09.385 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.486s] 2022-04-19 08:23:09.679 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.294s] 2022-04-19 08:23:09.940 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.260s] 2022-04-19 08:23:10.386 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.446s] 2022-04-19 08:23:10.818 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.431s] 2022-04-19 08:23:11.329 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.511s] 2022-04-19 08:23:17.727 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.337s] 2022-04-19 08:23:20.823 33 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [71.169s] 2022-04-19 08:23:22.625 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.804s] 2022-04-19 08:23:23.420 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.795s] 2022-04-19 08:23:24.308 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.885s] 2022-04-19 08:23:30.462 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [6.154s] 2022-04-19 08:23:31.433 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.971s] 2022-04-19 08:23:32.502 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.768s] 2022-04-19 08:23:32.760 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.325s] 2022-04-19 08:23:33.293 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.534s] 2022-04-19 08:23:33.793 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.500s] 2022-04-19 08:23:34.428 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.635s] 2022-04-19 08:23:35.764 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.333s] 2022-04-19 08:23:36.280 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.517s] 2022-04-19 08:23:36.981 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.700s] 2022-04-19 08:23:37.521 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.540s] 2022-04-19 08:23:38.571 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.047s] 2022-04-19 08:23:39.075 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.506s] 2022-04-19 08:23:39.686 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.611s] 2022-04-19 08:23:48.297 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [8.610s] 2022-04-19 08:23:48.750 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.452s] 2022-04-19 08:23:50.304 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [15.583s] 2022-04-19 08:23:53.913 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.302s] 2022-04-19 08:23:53.947 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.033s] 2022-04-19 08:24:02.879 33 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.045s] 2022-04-19 08:24:04.144 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.640s] 2022-04-19 08:24:05.008 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [7.835s] 2022-04-19 08:24:12.344 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.040s] 2022-04-19 08:24:13.137 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.363s] 2022-04-19 08:24:13.758 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.620s] 2022-04-19 08:24:16.365 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [11.357s] 2022-04-19 08:24:17.787 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.420s] 2022-04-19 08:24:17.863 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.076s] 2022-04-19 08:24:18.015 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.152s] 2022-04-19 08:24:25.436 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [21.286s] 2022-04-19 08:24:26.358 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.341s] 2022-04-19 08:24:26.467 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.109s] 2022-04-19 08:24:26.539 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.072s] 2022-04-19 08:24:27.094 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.933s] 2022-04-19 08:24:29.517 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.170s] 2022-04-19 08:24:30.707 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.613s] 2022-04-19 08:24:30.910 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.391s] 2022-04-19 08:24:31.433 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.524s] 2022-04-19 08:24:32.065 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.631s] 2022-04-19 08:24:32.620 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.554s] 2022-04-19 08:24:33.950 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.242s] 2022-04-19 08:24:34.596 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.974s] 2022-04-19 08:24:35.629 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.679s] 2022-04-19 08:24:35.847 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.251s] 2022-04-19 08:24:36.089 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.243s] 2022-04-19 08:24:36.112 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2022-04-19 08:24:36.131 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2022-04-19 08:24:36.166 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.034s] 2022-04-19 08:24:37.371 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.738s] 2022-04-19 08:24:38.519 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [26.171s] 2022-04-19 08:24:38.795 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.995s] 2022-04-19 08:24:38.908 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.536s] 2022-04-19 08:24:40.572 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.663s] 2022-04-19 08:24:41.852 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.113s] 2022-04-19 08:24:44.443 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.869s] 2022-04-19 08:24:45.947 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.504s] 2022-04-19 08:24:46.153 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.205s] 2022-04-19 08:24:46.346 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.191s] 2022-04-19 08:24:46.474 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.179s] 2022-04-19 08:24:46.516 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.170s] 2022-04-19 08:24:46.627 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.111s] 2022-04-19 08:24:46.720 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.092s] 2022-04-19 08:24:46.848 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.127s] 2022-04-19 08:24:46.955 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.106s] 2022-04-19 08:24:47.005 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2022-04-19 08:24:47.103 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.098s] 2022-04-19 08:24:50.120 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.016s] 2022-04-19 08:24:50.715 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [12.198s] 2022-04-19 08:24:51.394 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.383s] 2022-04-19 08:24:51.493 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [26.054s] 2022-04-19 08:24:51.720 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.325s] 2022-04-19 08:24:53.963 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2022-04-19 08:24:53.987 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2022-04-19 08:24:54.013 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.026s] 2022-04-19 08:24:58.536 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2022-04-19 08:24:58.549 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2022-04-19 08:24:58.713 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.162s] 2022-04-19 08:24:58.770 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.057s] 2022-04-19 08:24:58.824 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.053s] 2022-04-19 08:24:58.903 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.078s] 2022-04-19 08:24:58.976 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.073s] 2022-04-19 08:24:59.043 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.066s] 2022-04-19 08:24:59.105 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.062s] 2022-04-19 08:24:59.168 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.062s] 2022-04-19 08:25:00.532 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.696s] 2022-04-19 08:25:02.678 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.187s] 2022-04-19 08:25:02.708 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.029s] 2022-04-19 08:25:02.904 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.194s] 2022-04-19 08:25:02.917 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.013s] 2022-04-19 08:25:02.954 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.038s] 2022-04-19 08:25:05.372 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.472s] 2022-04-19 08:25:06.212 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.678s] 2022-04-19 08:25:08.280 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.350s] 2022-04-19 08:25:08.557 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.277s] 2022-04-19 08:25:10.694 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2022-04-19 08:25:12.804 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.147s] 2022-04-19 08:25:13.047 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.252s] 2022-04-19 08:25:13.097 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.049s] 2022-04-19 08:25:14.583 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.033s] 2022-04-19 08:25:14.814 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.230s] 2022-04-19 08:25:14.992 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.177s] 2022-04-19 08:25:16.693 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.808s] 2022-04-19 08:25:17.526 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2022-04-19 08:25:17.540 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2022-04-19 08:25:17.548 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.008s] 2022-04-19 08:25:17.568 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.019s] 2022-04-19 08:25:17.575 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2022-04-19 08:25:17.707 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.129s] 2022-04-19 08:25:17.711 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2022-04-19 08:25:17.721 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2022-04-19 08:25:17.728 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2022-04-19 08:25:17.732 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2022-04-19 08:25:17.741 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2022-04-19 08:25:17.815 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.074s] 2022-04-19 08:25:20.845 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.958s] 2022-04-19 08:25:20.931 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.086s] 2022-04-19 08:25:21.254 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.323s] 2022-04-19 08:25:22.763 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.507s] 2022-04-19 08:25:28.505 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.742s] 2022-04-19 08:25:28.555 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.050s] 2022-04-19 08:25:28.610 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.054s] 2022-04-19 08:25:29.934 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.240s] 2022-04-19 08:25:38.909 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2022-04-19 08:25:43.463 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.343s] 2022-04-19 08:25:43.898 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.966s] 2022-04-19 08:25:44.828 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.066s] 2022-04-19 08:25:45.538 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.073s] 2022-04-19 08:25:47.719 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.820s] 2022-04-19 08:25:50.888 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.518s] 2022-04-19 08:25:53.033 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.144s] 2022-04-19 08:25:53.121 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.087s] 2022-04-19 08:25:53.582 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.525s] 2022-04-19 08:25:55.220 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.097s] 2022-04-19 08:25:57.302 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.081s] 2022-04-19 08:25:58.169 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [4.584s] 2022-04-19 08:25:59.381 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.079s] 2022-04-19 08:26:01.476 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.093s] 2022-04-19 08:26:02.340 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [4.172s] 2022-04-19 08:26:03.575 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.098s] 2022-04-19 08:26:05.686 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.110s] 2022-04-19 08:26:06.703 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [4.362s] 2022-04-19 08:26:07.932 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.246s] 2022-04-19 08:26:08.991 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.103s] 2022-04-19 08:26:09.130 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.140s] 2022-04-19 08:26:10.243 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.310s] 2022-04-19 08:26:12.426 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.182s] 2022-04-19 08:26:14.567 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.139s] 2022-04-19 08:26:17.041 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.475s] 2022-04-19 08:26:17.380 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.389s] 2022-04-19 08:26:19.233 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.190s] 2022-04-19 08:26:20.936 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.276s] 2022-04-19 08:26:21.252 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.315s] 2022-04-19 08:26:21.384 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.149s] 2022-04-19 08:26:23.677 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.292s] 2022-04-19 08:26:26.220 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.540s] 2022-04-19 08:26:29.395 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [3.175s] 2022-04-19 08:26:31.942 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [44.219s] 2022-04-19 08:26:33.358 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [12.101s] 2022-04-19 08:26:33.513 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.575s] 2022-04-19 08:26:33.674 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.471s] 2022-04-19 08:26:33.999 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.324s] 2022-04-19 08:26:38.450 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.408s] 2022-04-19 08:26:39.509 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.059s] 2022-04-19 08:26:41.890 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.054s] 2022-04-19 08:26:41.948 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.057s] 2022-04-19 08:26:42.009 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.060s] 2022-04-19 08:26:42.363 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.353s] 2022-04-19 08:26:42.505 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.185s] 2022-04-19 08:26:42.510 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.146s] 2022-04-19 08:26:42.868 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.357s] 2022-04-19 08:26:42.980 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.113s] 2022-04-19 08:26:43.083 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.102s] 2022-04-19 08:26:43.219 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.136s] 2022-04-19 08:26:43.320 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.100s] 2022-04-19 08:26:43.421 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.100s] 2022-04-19 08:26:43.728 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.307s] 2022-04-19 08:26:43.872 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.144s] 2022-04-19 08:26:43.943 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.071s] 2022-04-19 08:26:44.054 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.111s] 2022-04-19 08:26:44.234 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.720s] 2022-04-19 08:26:51.216 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [6.986s] 2022-04-19 08:26:51.759 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.254s] 2022-04-19 08:26:52.945 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.725s] 2022-04-19 08:26:54.054 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.109s] 2022-04-19 08:26:56.794 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.736s] 2022-04-19 08:26:56.864 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.074s] 2022-04-19 08:26:59.494 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.204s] 2022-04-19 08:27:01.109 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.349s] 2022-04-19 08:27:06.423 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.301s] 2022-04-19 08:27:08.550 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2022-04-19 08:27:10.715 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.164s] 2022-04-19 08:27:12.923 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.043s] 2022-04-19 08:27:13.013 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.090s] 2022-04-19 08:27:13.056 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.042s] 2022-04-19 08:27:13.100 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.044s] 2022-04-19 08:27:13.129 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.028s] 2022-04-19 08:27:13.146 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.018s] 2022-04-19 08:27:13.170 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.023s] 2022-04-19 08:27:13.195 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.023s] 2022-04-19 08:27:13.296 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.099s] 2022-04-19 08:27:13.415 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.119s] 2022-04-19 08:27:21.894 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.181s] 2022-04-19 08:27:23.468 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2022-04-19 08:27:26.841 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2022-04-19 08:27:26.874 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.033s] 2022-04-19 08:27:26.926 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.051s] 2022-04-19 08:27:26.960 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2022-04-19 08:27:26.977 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2022-04-19 08:27:26.993 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2022-04-19 08:27:27.009 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2022-04-19 08:27:27.055 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.045s] 2022-04-19 08:27:27.068 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2022-04-19 08:27:27.119 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.051s] 2022-04-19 08:27:27.134 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2022-04-19 08:27:27.192 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.057s] 2022-04-19 08:27:27.255 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.063s] 2022-04-19 08:27:27.318 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.063s] 2022-04-19 08:27:27.576 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.257s] 2022-04-19 08:27:27.591 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2022-04-19 08:27:27.648 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.057s] 2022-04-19 08:27:27.701 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.051s] 2022-04-19 08:27:27.753 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.051s] 2022-04-19 08:27:27.803 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.049s] 2022-04-19 08:27:37.595 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.094s] 2022-04-19 08:27:37.689 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.095s] 2022-04-19 08:27:43.887 33 INFO rally.task.context [-] Verification bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb | Context testr@default cleanup() started 2022-04-19 08:27:43.888 33 INFO rally.task.context [-] Verification bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb | Context testr@default cleanup() finished in 0.75 msec 2022-04-19 08:27:43.888 33 INFO rally.task.context [-] Verification bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb | Context tempest@default cleanup() started 2022-04-19 08:27:44.071 33 INFO rally.task.context [-] Verification bcd0bfc0-8b7a-486d-ba60-aa077d2b67cb | Context tempest@default cleanup() finished in 0.18 sec 2022-04-19 08:27:44.110 33 INFO rally.api [-] Verification (UUID=36bdaf77-edc6-4e98-8ca0-97da400242fc) has been successfully finished for deployment 'opnfv-rally' (UUID=dd807e05-02e9-4d61-8b2e-b619c59d9ffc)! 2022-04-19 08:27:45.965 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:27:45.965 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:27:45.966 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:27:47.838 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:27:47.838 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:27:47.839 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:27:50.200 69 INFO rally.api [-] Building 'html' report for the following verification(s): '36bdaf77-edc6-4e98-8ca0-97da400242fc' 2022-04-19 08:27:50.227 69 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:27:51.784 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:27:51.784 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:27:51.784 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:27:54.052 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '36bdaf77-edc6-4e98-8ca0-97da400242fc' 2022-04-19 08:27:54.068 71 INFO rally.api [-] The report has been successfully built.