2020-06-07 08:52:37.065 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:37.065 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:37.065 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:52:39.534 7 ERROR rally.cli.cliutils 2020-06-07 08:52:41.267 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:41.267 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:41.268 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:45.344 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:45.345 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:45.345 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:50.089 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:50.090 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:50.090 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:51.601 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:51.601 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:51.602 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:52:53.797 17 ERROR rally.cli.cliutils 2020-06-07 08:52:55.466 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:52:55.467 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:52:55.467 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:52:57.610 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 08:52:57.677 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-866e75c0-d53e-4e48-9f0d-4ad313ab4f8a/repo. 2020-06-07 08:52:57.893 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-866e75c0-d53e-4e48-9f0d-4ad313ab4f8a/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-06-07 08:52:57.904 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 08:52:57.912 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 08:52:57.939 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 08:52:58.008 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 08:52:59.351 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=866e75c0-d53e-4e48-9f0d-4ad313ab4f8a) has been successfully created! 2020-06-07 08:53:00.987 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:53:00.987 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:53:00.988 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:53:05.552 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:53:05.552 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:53:05.552 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:53:07.668 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=866e75c0-d53e-4e48-9f0d-4ad313ab4f8a) for deployment 'opnfv-rally' (UUID=d90a3d57-13ad-4957-9bab-66fbadb9f19c). 2020-06-07 08:53:08.178 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=866e75c0-d53e-4e48-9f0d-4ad313ab4f8a) has been successfully configured for deployment 'opnfv-rally' (UUID=d90a3d57-13ad-4957-9bab-66fbadb9f19c)! 2020-06-07 08:53:17.376 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:53:17.377 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:53:17.377 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:53:19.564 35 INFO rally.api [-] Starting verification (UUID=42a6ecc6-cd0e-4352-89bf-7128fe5a4fce) for deployment 'opnfv-rally' (UUID=d90a3d57-13ad-4957-9bab-66fbadb9f19c) by verifier 'opnfv-tempest' (UUID=866e75c0-d53e-4e48-9f0d-4ad313ab4f8a). 2020-06-07 08:53:20.400 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 08:53:20.400 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-866e75c0-d53e-4e48-9f0d-4ad313ab4f8a/for-deployment-d90a3d57-13ad-4957-9bab-66fbadb9f19c/tempest.log' to option 'log_file'. 2020-06-07 08:53:20.401 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-866e75c0-d53e-4e48-9f0d-4ad313ab4f8a/for-deployment-d90a3d57-13ad-4957-9bab-66fbadb9f19c/tempest.log 2020-06-07 08:53:20.401 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 08:53:20.401 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-866e75c0-d53e-4e48-9f0d-4ad313ab4f8a/for-deployment-d90a3d57-13ad-4957-9bab-66fbadb9f19c/lock_files' to option 'lock_path'. 2020-06-07 08:53:20.402 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-866e75c0-d53e-4e48-9f0d-4ad313ab4f8a/for-deployment-d90a3d57-13ad-4957-9bab-66fbadb9f19c/lock_files 2020-06-07 08:53:20.402 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 08:53:20.402 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-07 08:53:20.403 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 032a8d86-d0c3-4a14-a32e-3b0a74ddae14 2020-06-07 08:53:20.403 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c92a7b5c-ec79-4717-9e41-f22a4214e04c 2020-06-07 08:53:20.404 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4381ca52-3315-463f-8734-2372fb82ac37 2020-06-07 08:53:20.404 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 05ae4cdb-c74b-4ee0-bb05-c88925d9d0b4 2020-06-07 08:53:20.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 08:53:20.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_eedcebfa-5a0d-4271-96bd-465be1e21ad5 2020-06-07 08:53:20.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 08:53:20.736 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 08:53:20.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_3cd8b999_zwVQo84C'. Using flavor 'rally_verify_3cd8b999_zwVQo84C' (ID = dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e) for the tests. 2020-06-07 08:53:20.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e' to option 'instance_type'. 2020-06-07 08:53:20.772 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dbabc92b-5ac7-4a2e-a08d-0db8d51b4b0e 2020-06-07 08:53:20.772 35 INFO rally.task.context [-] Verification 866e75c0-d53e-4e48-9f0d-4ad313ab4f8a | Context tempest@default setup() finished in 0.94 sec 2020-06-07 08:53:20.773 35 INFO rally.task.context [-] Verification 866e75c0-d53e-4e48-9f0d-4ad313ab4f8a | Context testr@default setup() finished in 0.40 msec 2020-06-07 08:53:20.773 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fb313f8c-2347-4b1b-92a7-d16da768593d'. 2020-06-07 08:53:27.100 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.412s] 2020-06-07 08:53:27.176 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.076s] 2020-06-07 08:53:27.293 35 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.652s] 2020-06-07 08:53:29.710 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.448s] 2020-06-07 08:53:40.006 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.098s] 2020-06-07 08:53:45.030 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.021s] 2020-06-07 08:53:46.386 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.416s] 2020-06-07 08:53:46.761 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.373s] 2020-06-07 08:53:47.034 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.273s] 2020-06-07 08:53:47.541 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.505s] 2020-06-07 08:53:48.143 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.602s] 2020-06-07 08:53:48.574 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.431s] 2020-06-07 08:53:51.515 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.165s] 2020-06-07 08:53:57.824 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.662s] 2020-06-07 08:53:58.002 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.177s] 2020-06-07 08:53:58.343 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.341s] 2020-06-07 08:53:58.496 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.152s] 2020-06-07 08:53:58.498 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-07 08:54:05.106 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.592s] 2020-06-07 08:54:05.174 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.479s] 2020-06-07 08:54:05.499 35 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-07 08:54:10.408 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.468s] 2020-06-07 08:54:27.434 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.019s] 2020-06-07 08:54:37.843 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.101s] 2020-06-07 08:54:37.859 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2020-06-07 08:54:38.363 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.504s] 2020-06-07 08:54:38.383 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.019s] 2020-06-07 08:54:38.399 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2020-06-07 08:54:38.441 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.041s] 2020-06-07 08:54:38.535 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.094s] 2020-06-07 08:54:38.628 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.091s] 2020-06-07 08:54:39.000 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.372s] 2020-06-07 08:54:39.021 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.021s] 2020-06-07 08:54:39.150 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.129s] 2020-06-07 08:54:42.308 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.619s] 2020-06-07 08:54:42.480 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.172s] 2020-06-07 08:54:42.881 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.400s] 2020-06-07 08:54:43.165 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.282s] 2020-06-07 08:54:43.165 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-07 08:54:58.344 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [30.903s] 2020-06-07 08:55:02.172 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [61.711s] 2020-06-07 08:55:11.144 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.800s] 2020-06-07 08:55:13.988 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [16.147s] 2020-06-07 08:55:20.736 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.650s] 2020-06-07 08:55:27.038 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.894s] 2020-06-07 08:55:31.274 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.372s] 2020-06-07 08:55:31.780 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.504s] 2020-06-07 08:55:32.264 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.085s] 2020-06-07 08:55:32.383 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.603s] 2020-06-07 08:55:32.788 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.404s] 2020-06-07 08:55:33.061 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.273s] 2020-06-07 08:55:33.257 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.196s] 2020-06-07 08:55:33.411 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.229s] 2020-06-07 08:55:33.441 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.183s] 2020-06-07 08:55:33.720 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.279s] 2020-06-07 08:55:33.816 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.096s] 2020-06-07 08:55:33.991 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.174s] 2020-06-07 08:55:34.316 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.325s] 2020-06-07 08:55:38.750 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2020-06-07 08:55:38.764 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.014s] 2020-06-07 08:55:38.820 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.055s] 2020-06-07 08:55:38.886 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.066s] 2020-06-07 08:55:38.954 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.067s] 2020-06-07 08:55:39.045 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.089s] 2020-06-07 08:55:39.117 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.073s] 2020-06-07 08:55:39.175 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.056s] 2020-06-07 08:55:39.229 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.053s] 2020-06-07 08:55:39.282 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.546s] 2020-06-07 08:55:39.296 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.067s] 2020-06-07 08:55:43.755 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.459s] 2020-06-07 08:55:45.878 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.159s] 2020-06-07 08:55:46.532 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.653s] 2020-06-07 08:55:46.765 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.233s] 2020-06-07 08:55:52.969 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.426s] 2020-06-07 08:55:54.202 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.844s] 2020-06-07 08:55:57.448 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.480s] 2020-06-07 08:55:59.655 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.371s] 2020-06-07 08:55:59.874 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.425s] 2020-06-07 08:55:59.930 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2020-06-07 08:55:59.998 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.067s] 2020-06-07 08:56:00.176 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.974s] 2020-06-07 08:56:06.497 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.320s] 2020-06-07 08:56:07.347 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.693s] 2020-06-07 08:56:08.030 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.996s] 2020-06-07 08:56:09.019 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.988s] 2020-06-07 08:56:09.745 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.726s] 2020-06-07 08:56:10.299 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.554s] 2020-06-07 08:56:11.783 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.285s] 2020-06-07 08:56:11.989 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.990s] 2020-06-07 08:56:12.092 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.104s] 2020-06-07 08:56:12.113 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.813s] 2020-06-07 08:56:12.231 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.138s] 2020-06-07 08:56:13.058 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.944s] 2020-06-07 08:56:13.704 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.646s] 2020-06-07 08:56:14.255 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.551s] 2020-06-07 08:56:15.448 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.192s] 2020-06-07 08:56:15.823 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.040s] 2020-06-07 08:56:16.031 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.581s] 2020-06-07 08:56:16.597 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.566s] 2020-06-07 08:56:17.096 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.498s] 2020-06-07 08:56:17.609 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.512s] 2020-06-07 08:56:18.451 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.841s] 2020-06-07 08:56:19.159 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.708s] 2020-06-07 08:56:19.955 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.794s] 2020-06-07 08:56:21.001 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.233s] 2020-06-07 08:56:21.488 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.487s] 2020-06-07 08:56:21.978 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [2.023s] 2020-06-07 08:56:22.195 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.371s] 2020-06-07 08:56:22.990 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.013s] 2020-06-07 08:56:24.045 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.107s] 2020-06-07 08:56:25.613 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.020s] 2020-06-07 08:56:25.632 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.019s] 2020-06-07 08:56:25.649 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.016s] 2020-06-07 08:56:26.324 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.129s] 2020-06-07 08:56:26.962 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.422s] 2020-06-07 08:56:27.045 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.084s] 2020-06-07 08:56:27.389 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.343s] 2020-06-07 08:56:27.398 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.267s] 2020-06-07 08:56:27.431 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.031s] 2020-06-07 08:56:28.946 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.355s] 2020-06-07 08:56:29.065 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.119s] 2020-06-07 08:56:29.760 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.369s] 2020-06-07 08:56:30.883 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.135s] 2020-06-07 08:56:30.910 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2020-06-07 08:56:31.090 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.179s] 2020-06-07 08:56:31.099 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-06-07 08:56:31.120 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2020-06-07 08:56:31.347 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.145s] 2020-06-07 08:56:31.669 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.343s] 2020-06-07 08:56:32.420 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.074s] 2020-06-07 08:56:35.097 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.670s] 2020-06-07 08:56:35.727 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.634s] 2020-06-07 08:56:37.722 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.054s] 2020-06-07 08:56:37.912 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.183s] 2020-06-07 08:56:37.950 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.227s] 2020-06-07 08:56:38.051 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [8.291s] 2020-06-07 08:56:38.076 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.125s] 2020-06-07 08:56:38.109 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.057s] 2020-06-07 08:56:38.157 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2020-06-07 08:56:38.222 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.146s] 2020-06-07 08:56:38.300 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2020-06-07 08:56:38.460 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.160s] 2020-06-07 08:56:38.573 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.113s] 2020-06-07 08:56:38.583 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.670s] 2020-06-07 08:56:38.674 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.100s] 2020-06-07 08:56:38.760 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.086s] 2020-06-07 08:56:38.813 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2020-06-07 08:56:42.047 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.461s] 2020-06-07 08:56:42.091 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2020-06-07 08:56:45.851 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.191s] 2020-06-07 08:56:47.133 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.318s] 2020-06-07 08:56:47.725 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-06-07 08:56:47.984 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.132s] 2020-06-07 08:56:50.087 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.102s] 2020-06-07 08:56:51.401 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.117s] 2020-06-07 08:56:51.569 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.456s] 2020-06-07 08:56:51.910 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.341s] 2020-06-07 08:56:52.250 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.847s] 2020-06-07 08:56:52.784 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.535s] 2020-06-07 08:56:53.224 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.438s] 2020-06-07 08:56:53.894 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.669s] 2020-06-07 08:56:54.715 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.209s] 2020-06-07 08:56:54.817 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.921s] 2020-06-07 08:56:55.337 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.521s] 2020-06-07 08:56:55.461 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.124s] 2020-06-07 08:56:55.489 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2020-06-07 08:56:55.511 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.022s] 2020-06-07 08:56:55.532 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2020-06-07 08:56:56.780 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.063s] 2020-06-07 08:56:56.824 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.045s] 2020-06-07 08:56:57.805 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.099s] 2020-06-07 08:56:58.447 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.625s] 2020-06-07 08:56:58.915 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.089s] 2020-06-07 08:57:00.784 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.929s] 2020-06-07 08:57:01.006 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.091s] 2020-06-07 08:57:03.093 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.095s] 2020-06-07 08:57:03.104 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.096s] 2020-06-07 08:57:05.199 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.093s] 2020-06-07 08:57:07.009 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [6.222s] 2020-06-07 08:57:07.294 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.094s] 2020-06-07 08:57:08.677 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-06-07 08:57:08.690 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2020-06-07 08:57:08.699 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-06-07 08:57:08.720 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.020s] 2020-06-07 08:57:08.727 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2020-06-07 08:57:08.875 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.144s] 2020-06-07 08:57:08.877 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.006s] 2020-06-07 08:57:08.888 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2020-06-07 08:57:08.897 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-06-07 08:57:08.900 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-06-07 08:57:08.910 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2020-06-07 08:57:09.081 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.171s] 2020-06-07 08:57:09.406 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.111s] 2020-06-07 08:57:10.971 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.523s] 2020-06-07 08:57:11.505 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.097s] 2020-06-07 08:57:13.658 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.151s] 2020-06-07 08:57:15.774 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.115s] 2020-06-07 08:57:16.225 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.218s] 2020-06-07 08:57:17.881 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.105s] 2020-06-07 08:57:19.979 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.098s] 2020-06-07 08:57:20.332 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.359s] 2020-06-07 08:57:22.090 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.109s] 2020-06-07 08:57:23.644 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.042s] 2020-06-07 08:57:23.700 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.056s] 2020-06-07 08:57:23.737 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.036s] 2020-06-07 08:57:23.766 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.069s] 2020-06-07 08:57:23.769 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.031s] 2020-06-07 08:57:23.800 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.030s] 2020-06-07 08:57:23.819 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2020-06-07 08:57:23.836 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2020-06-07 08:57:23.841 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.075s] 2020-06-07 08:57:23.857 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.020s] 2020-06-07 08:57:23.914 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.071s] 2020-06-07 08:57:23.964 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.105s] 2020-06-07 08:57:24.103 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.138s] 2020-06-07 08:57:24.201 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.109s] 2020-06-07 08:57:24.283 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.368s] 2020-06-07 08:57:24.419 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.135s] 2020-06-07 08:57:24.759 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.340s] 2020-06-07 08:57:24.827 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.068s] 2020-06-07 08:57:24.896 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.068s] 2020-06-07 08:57:24.969 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.072s] 2020-06-07 08:57:25.026 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.694s] 2020-06-07 08:57:25.039 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.069s] 2020-06-07 08:57:25.106 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.067s] 2020-06-07 08:57:25.239 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.132s] 2020-06-07 08:57:25.363 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.124s] 2020-06-07 08:57:25.434 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.070s] 2020-06-07 08:57:25.503 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.069s] 2020-06-07 08:57:26.336 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.132s] 2020-06-07 08:57:28.456 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.119s] 2020-06-07 08:57:30.584 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.128s] 2020-06-07 08:57:37.439 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.653s] 2020-06-07 08:57:38.485 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.699s] 2020-06-07 08:57:41.046 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.606s] 2020-06-07 08:57:44.834 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.786s] 2020-06-07 08:57:45.006 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.518s] 2020-06-07 08:57:45.761 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.065s] 2020-06-07 08:57:48.593 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.760s] 2020-06-07 08:57:50.822 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-06-07 08:57:50.848 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.025s] 2020-06-07 08:57:51.480 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.012s] 2020-06-07 08:57:51.519 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.173s] 2020-06-07 08:57:51.526 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.044s] 2020-06-07 08:57:51.565 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.046s] 2020-06-07 08:57:51.586 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.060s] 2020-06-07 08:57:51.626 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2020-06-07 08:57:51.641 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2020-06-07 08:57:51.651 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2020-06-07 08:57:51.664 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2020-06-07 08:57:51.712 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.047s] 2020-06-07 08:57:51.726 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.014s] 2020-06-07 08:57:51.774 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.047s] 2020-06-07 08:57:51.786 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2020-06-07 08:57:51.844 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.058s] 2020-06-07 08:57:51.916 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.072s] 2020-06-07 08:57:51.975 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.058s] 2020-06-07 08:57:52.035 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.060s] 2020-06-07 08:57:52.046 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2020-06-07 08:57:52.094 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.047s] 2020-06-07 08:57:52.162 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.068s] 2020-06-07 08:57:52.216 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.053s] 2020-06-07 08:57:52.271 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.055s] 2020-06-07 08:57:55.441 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.227s] 2020-06-07 08:58:00.875 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.255s] 2020-06-07 08:58:01.185 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.301s] 2020-06-07 08:58:05.164 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.135s] 2020-06-07 08:58:06.508 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.346s] 2020-06-07 08:58:10.334 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.157s] 2020-06-07 08:58:10.851 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.522s] 2020-06-07 08:58:12.293 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-06-07 08:58:16.741 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.237s] 2020-06-07 08:58:18.807 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.066s] 2020-06-07 08:58:25.254 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.301s] 2020-06-07 08:58:26.959 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.153s] 2020-06-07 08:58:33.466 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.351s] 2020-06-07 08:58:33.754 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.288s] 2020-06-07 08:58:43.037 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.093s] 2020-06-07 08:58:43.140 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.103s] 2020-06-07 08:58:49.438 35 INFO rally.task.context [-] Verification 866e75c0-d53e-4e48-9f0d-4ad313ab4f8a | Context testr@default cleanup() started 2020-06-07 08:58:49.439 35 INFO rally.task.context [-] Verification 866e75c0-d53e-4e48-9f0d-4ad313ab4f8a | Context testr@default cleanup() finished in 0.72 msec 2020-06-07 08:58:49.439 35 INFO rally.task.context [-] Verification 866e75c0-d53e-4e48-9f0d-4ad313ab4f8a | Context tempest@default cleanup() started 2020-06-07 08:58:49.610 35 INFO rally.task.context [-] Verification 866e75c0-d53e-4e48-9f0d-4ad313ab4f8a | Context tempest@default cleanup() finished in 0.17 sec 2020-06-07 08:58:49.661 35 INFO rally.api [-] Verification (UUID=42a6ecc6-cd0e-4352-89bf-7128fe5a4fce) has been successfully finished for deployment 'opnfv-rally' (UUID=d90a3d57-13ad-4957-9bab-66fbadb9f19c)! 2020-06-07 08:58:51.513 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:58:51.513 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:58:51.514 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:58:53.399 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:58:53.399 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:58:53.400 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:58:55.654 78 INFO rally.api [-] Building 'html' report for the following verification(s): '42a6ecc6-cd0e-4352-89bf-7128fe5a4fce' 2020-06-07 08:58:55.677 78 INFO rally.api [-] The report has been successfully built. 2020-06-07 08:58:57.684 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:58:57.685 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:58:57.685 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:59:00.161 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '42a6ecc6-cd0e-4352-89bf-7128fe5a4fce' 2020-06-07 08:59:00.176 80 INFO rally.api [-] The report has been successfully built.