2021-03-05 23:45:12.399 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:12.400 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:12.400 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:45:15.350 24 ERROR rally.cli.cliutils 2021-03-05 23:45:17.227 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:17.227 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:17.227 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:22.435 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:22.436 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:22.436 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:29.326 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:29.327 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:29.327 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:31.146 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:31.147 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:31.147 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:45:33.926 34 ERROR rally.cli.cliutils 2021-03-05 23:45:36.189 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:36.189 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:36.190 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:38.937 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 23:45:38.989 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c42a63e9-634c-4acb-afef-d3272e779df9/repo. 2021-03-05 23:45:39.289 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c42a63e9-634c-4acb-afef-d3272e779df9/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-03-05 23:45:39.331 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 23:45:39.339 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 23:45:39.360 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 23:45:39.455 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 23:45:40.381 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c42a63e9-634c-4acb-afef-d3272e779df9) has been successfully created! 2021-03-05 23:45:42.639 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:42.640 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:42.640 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:48.988 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:45:48.989 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:45:48.989 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:45:51.849 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c42a63e9-634c-4acb-afef-d3272e779df9) for deployment 'opnfv-rally' (UUID=d1db86a4-1213-4669-a6f0-de59cffcf21d). 2021-03-05 23:45:52.842 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c42a63e9-634c-4acb-afef-d3272e779df9) has been successfully configured for deployment 'opnfv-rally' (UUID=d1db86a4-1213-4669-a6f0-de59cffcf21d)! 2021-03-05 23:46:04.055 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:46:04.056 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:46:04.056 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:46:07.058 52 INFO rally.api [-] Starting verification (UUID=60619c41-fc79-43b6-b96f-7590f370e6c0) for deployment 'opnfv-rally' (UUID=d1db86a4-1213-4669-a6f0-de59cffcf21d) by verifier 'opnfv-tempest' (UUID=c42a63e9-634c-4acb-afef-d3272e779df9). 2021-03-05 23:46:08.019 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 23:46:08.098 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 23:46:08.099 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c42a63e9-634c-4acb-afef-d3272e779df9/for-deployment-d1db86a4-1213-4669-a6f0-de59cffcf21d/tempest.log' to option 'log_file'. 2021-03-05 23:46:08.099 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c42a63e9-634c-4acb-afef-d3272e779df9/for-deployment-d1db86a4-1213-4669-a6f0-de59cffcf21d/tempest.log 2021-03-05 23:46:08.100 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 23:46:08.100 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c42a63e9-634c-4acb-afef-d3272e779df9/for-deployment-d1db86a4-1213-4669-a6f0-de59cffcf21d/lock_files' to option 'lock_path'. 2021-03-05 23:46:08.101 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c42a63e9-634c-4acb-afef-d3272e779df9/for-deployment-d1db86a4-1213-4669-a6f0-de59cffcf21d/lock_files 2021-03-05 23:46:08.101 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 23:46:08.102 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-03-05 23:46:08.102 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 369e9dd0-b109-4036-8933-c1d6e752750b 2021-03-05 23:46:08.103 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a6923970-1dab-4045-b3c1-091facd6e19e 2021-03-05 23:46:08.103 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a3ad427b-2407-4fb4-8692-fbf93c1a086d 2021-03-05 23:46:08.104 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 666f3024-f200-46ee-b457-cc0cfb9cb835 2021-03-05 23:46:08.360 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 23:46:08.360 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_f6d036ee-faaf-4437-966d-af61bf7ece23 2021-03-05 23:46:08.361 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 23:46:08.463 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 23:46:08.508 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 23:46:08.508 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_60619c41_XoOL8kzE' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 23:46:08.560 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_60619c41_XoOL8kzE' (ID = a2e69fa9-441d-4bfc-833d-3bfccf5c5223) has been successfully created! 2021-03-05 23:46:08.560 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2e69fa9-441d-4bfc-833d-3bfccf5c5223' to option 'instance_type'. 2021-03-05 23:46:08.561 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2e69fa9-441d-4bfc-833d-3bfccf5c5223 2021-03-05 23:46:08.562 52 INFO rally.task.context [-] Verification c42a63e9-634c-4acb-afef-d3272e779df9 | Context tempest@default setup() finished in 0.95 sec 2021-03-05 23:46:08.564 52 INFO rally.task.context [-] Verification c42a63e9-634c-4acb-afef-d3272e779df9 | Context testr@default setup() finished in 0.78 msec 2021-03-05 23:46:08.565 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3cfc9993-1471-48ef-9588-1f06fdbaa6c8'. 2021-03-05 23:46:21.579 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.219s] 2021-03-05 23:46:21.692 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.210s] 2021-03-05 23:46:21.701 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.117s] 2021-03-05 23:46:21.908 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.575s] 2021-03-05 23:46:47.438 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.104s] 2021-03-05 23:46:47.458 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.019s] 2021-03-05 23:46:47.818 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.359s] 2021-03-05 23:46:47.842 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.022s] 2021-03-05 23:46:47.865 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.020s] 2021-03-05 23:46:47.908 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.043s] 2021-03-05 23:46:48.023 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.114s] 2021-03-05 23:46:48.154 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.128s] 2021-03-05 23:46:48.543 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.388s] 2021-03-05 23:46:48.568 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.026s] 2021-03-05 23:46:48.746 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.175s] 2021-03-05 23:46:54.493 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.682s] 2021-03-05 23:46:54.725 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.230s] 2021-03-05 23:46:55.069 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.345s] 2021-03-05 23:46:55.190 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.120s] 2021-03-05 23:46:55.194 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-03-05 23:46:57.866 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.513s] 2021-03-05 23:46:58.047 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.178s] 2021-03-05 23:46:58.502 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.456s] 2021-03-05 23:46:58.629 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.121s] 2021-03-05 23:46:58.634 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-03-05 23:47:13.715 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [38.958s] 2021-03-05 23:47:16.504 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.861s] 2021-03-05 23:47:16.687 52 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-03-05 23:47:34.600 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.070s] 2021-03-05 23:47:35.634 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.033s] 2021-03-05 23:47:36.098 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.216s] 2021-03-05 23:47:36.603 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.969s] 2021-03-05 23:47:37.616 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.007s] 2021-03-05 23:47:38.638 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.017s] 2021-03-05 23:47:39.571 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.930s] 2021-03-05 23:47:40.107 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.536s] 2021-03-05 23:47:40.932 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.824s] 2021-03-05 23:47:41.661 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.727s] 2021-03-05 23:47:43.075 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.409s] 2021-03-05 23:47:43.612 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.533s] 2021-03-05 23:47:44.121 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.505s] 2021-03-05 23:47:44.646 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.523s] 2021-03-05 23:47:45.599 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.948s] 2021-03-05 23:47:46.184 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.583s] 2021-03-05 23:47:46.709 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.523s] 2021-03-05 23:47:47.342 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.630s] 2021-03-05 23:47:47.821 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.477s] 2021-03-05 23:47:50.414 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [36.687s] 2021-03-05 23:47:55.458 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.400s] 2021-03-05 23:47:55.701 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.242s] 2021-03-05 23:47:55.958 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.257s] 2021-03-05 23:47:56.383 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.425s] 2021-03-05 23:47:56.823 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.439s] 2021-03-05 23:47:57.233 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.407s] 2021-03-05 23:47:58.242 52 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2021-03-05 23:48:01.378 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [20.521s] 2021-03-05 23:48:02.517 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2021-03-05 23:48:02.550 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.029s] 2021-03-05 23:48:02.643 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.088s] 2021-03-05 23:48:07.296 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.504s] 2021-03-05 23:48:07.454 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.151s] 2021-03-05 23:48:10.625 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.252s] 2021-03-05 23:48:16.457 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.080s] 2021-03-05 23:48:16.710 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.098s] 2021-03-05 23:48:21.071 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.355s] 2021-03-05 23:48:24.597 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.869s] 2021-03-05 23:48:24.682 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.081s] 2021-03-05 23:48:25.251 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.565s] 2021-03-05 23:48:27.040 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.405s] 2021-03-05 23:48:27.527 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.270s] 2021-03-05 23:48:36.666 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [9.136s] 2021-03-05 23:48:36.742 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.075s] 2021-03-05 23:48:36.815 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.071s] 2021-03-05 23:48:45.220 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [28.750s] 2021-03-05 23:48:50.339 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.352s] 2021-03-05 23:48:50.702 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.361s] 2021-03-05 23:48:51.076 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.371s] 2021-03-05 23:48:51.434 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.357s] 2021-03-05 23:48:51.712 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.276s] 2021-03-05 23:48:51.894 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.179s] 2021-03-05 23:48:52.119 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.223s] 2021-03-05 23:48:52.331 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.211s] 2021-03-05 23:48:52.459 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.128s] 2021-03-05 23:48:52.663 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.203s] 2021-03-05 23:48:53.015 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.350s] 2021-03-05 23:48:53.042 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.036s] 2021-03-05 23:48:53.879 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.837s] 2021-03-05 23:48:56.248 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.354s] 2021-03-05 23:48:57.016 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.763s] 2021-03-05 23:48:58.446 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.424s] 2021-03-05 23:48:59.333 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.885s] 2021-03-05 23:49:01.336 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.997s] 2021-03-05 23:49:01.411 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.081s] 2021-03-05 23:49:04.686 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.450s] 2021-03-05 23:49:05.278 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [38.229s] 2021-03-05 23:49:05.539 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.174s] 2021-03-05 23:49:06.522 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.979s] 2021-03-05 23:49:07.027 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.504s] 2021-03-05 23:49:07.539 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.513s] 2021-03-05 23:49:08.192 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.650s] 2021-03-05 23:49:09.101 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.906s] 2021-03-05 23:49:09.759 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.653s] 2021-03-05 23:49:09.843 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.084s] 2021-03-05 23:49:09.870 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2021-03-05 23:49:09.900 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.029s] 2021-03-05 23:49:09.926 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2021-03-05 23:49:11.273 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-05 23:49:13.784 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2021-03-05 23:49:20.195 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.620s] 2021-03-05 23:49:20.652 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.452s] 2021-03-05 23:49:22.991 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.702s] 2021-03-05 23:49:24.944 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.372s] 2021-03-05 23:49:25.421 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.476s] 2021-03-05 23:49:29.616 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.408s] 2021-03-05 23:49:30.413 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.796s] 2021-03-05 23:49:31.076 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.659s] 2021-03-05 23:49:33.445 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.694s] 2021-03-05 23:49:35.327 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.537s] 2021-03-05 23:49:39.584 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.408s] 2021-03-05 23:49:39.620 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.035s] 2021-03-05 23:49:41.090 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-03-05 23:49:41.096 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-03-05 23:49:43.668 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.250s] 2021-03-05 23:49:44.790 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.339s] 2021-03-05 23:49:50.978 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.436s] 2021-03-05 23:49:51.363 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.384s] 2021-03-05 23:49:56.789 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.985s] 2021-03-05 23:50:04.022 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.374s] 2021-03-05 23:50:04.376 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.351s] 2021-03-05 23:50:12.991 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.112s] 2021-03-05 23:50:13.090 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.098s] 2021-03-05 23:50:13.203 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.113s] 2021-03-05 23:50:13.755 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.552s] 2021-03-05 23:50:13.979 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.221s] 2021-03-05 23:50:14.489 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.509s] 2021-03-05 23:50:14.582 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.092s] 2021-03-05 23:50:14.687 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.103s] 2021-03-05 23:50:14.810 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.122s] 2021-03-05 23:50:14.924 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.112s] 2021-03-05 23:50:15.029 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.104s] 2021-03-05 23:50:15.232 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.201s] 2021-03-05 23:50:15.439 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.204s] 2021-03-05 23:50:15.559 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.117s] 2021-03-05 23:50:15.682 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.121s] 2021-03-05 23:50:22.348 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [59.498s] 2021-03-05 23:50:42.968 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [79.942s] 2021-03-05 23:50:54.149 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.017s] 2021-03-05 23:50:54.164 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.015s] 2021-03-05 23:50:54.245 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.078s] 2021-03-05 23:50:54.338 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.089s] 2021-03-05 23:50:54.405 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.064s] 2021-03-05 23:50:54.510 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.102s] 2021-03-05 23:50:54.604 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.094s] 2021-03-05 23:50:54.762 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.156s] 2021-03-05 23:50:54.840 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.077s] 2021-03-05 23:50:54.956 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.115s] 2021-03-05 23:51:01.189 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.825s] 2021-03-05 23:51:05.372 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.183s] 2021-03-05 23:51:05.402 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2021-03-05 23:51:05.606 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.200s] 2021-03-05 23:51:05.623 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.013s] 2021-03-05 23:51:05.647 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.024s] 2021-03-05 23:51:17.790 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.018s] 2021-03-05 23:51:19.817 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.111s] 2021-03-05 23:51:23.371 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.582s] 2021-03-05 23:51:26.532 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.157s] 2021-03-05 23:51:29.797 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.327s] 2021-03-05 23:51:31.758 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.224s] 2021-03-05 23:51:34.817 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.061s] 2021-03-05 23:51:36.321 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.522s] 2021-03-05 23:51:38.532 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.211s] 2021-03-05 23:51:38.640 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.109s] 2021-03-05 23:51:38.733 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.093s] 2021-03-05 23:51:40.058 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.239s] 2021-03-05 23:51:45.004 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.941s] 2021-03-05 23:51:51.073 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.334s] 2021-03-05 23:51:51.155 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.148s] 2021-03-05 23:51:51.160 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.089s] 2021-03-05 23:51:51.257 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.096s] 2021-03-05 23:51:53.925 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.763s] 2021-03-05 23:51:54.324 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.393s] 2021-03-05 23:51:54.585 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.255s] 2021-03-05 23:51:54.850 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.260s] 2021-03-05 23:51:54.937 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.083s] 2021-03-05 23:51:55.047 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.106s] 2021-03-05 23:51:55.255 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.204s] 2021-03-05 23:51:55.468 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.208s] 2021-03-05 23:51:55.545 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.074s] 2021-03-05 23:51:55.641 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.091s] 2021-03-05 23:52:01.650 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.003s] 2021-03-05 23:52:07.899 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-03-05 23:52:07.905 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-03-05 23:52:07.910 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-05 23:52:07.915 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-03-05 23:52:10.583 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.238s] 2021-03-05 23:52:13.027 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [128.612s] 2021-03-05 23:52:19.803 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.286s] 2021-03-05 23:52:19.868 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.065s] 2021-03-05 23:52:23.327 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.866s] 2021-03-05 23:52:23.735 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [26.799s] 2021-03-05 23:52:31.631 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.296s] 2021-03-05 23:52:37.770 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.032s] 2021-03-05 23:52:48.328 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.552s] 2021-03-05 23:52:53.962 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.633s] 2021-03-05 23:53:42.835 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [48.868s] 2021-03-05 23:53:44.332 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.494s] 2021-03-05 23:53:49.834 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.579s] 2021-03-05 23:53:53.552 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-03-05 23:53:54.917 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-03-05 23:53:54.921 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-03-05 23:53:54.925 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-03-05 23:53:54.927 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-03-05 23:53:59.126 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2021-03-05 23:53:59.169 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.041s] 2021-03-05 23:53:59.237 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.062s] 2021-03-05 23:53:59.281 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.046s] 2021-03-05 23:53:59.300 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2021-03-05 23:53:59.322 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.017s] 2021-03-05 23:53:59.341 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.016s] 2021-03-05 23:53:59.415 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.071s] 2021-03-05 23:53:59.431 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2021-03-05 23:53:59.492 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.057s] 2021-03-05 23:53:59.510 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.015s] 2021-03-05 23:53:59.622 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.108s] 2021-03-05 23:53:59.724 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.099s] 2021-03-05 23:53:59.806 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.078s] 2021-03-05 23:53:59.893 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.084s] 2021-03-05 23:53:59.911 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.015s] 2021-03-05 23:53:59.976 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.062s] 2021-03-05 23:54:00.036 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.056s] 2021-03-05 23:54:00.103 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.063s] 2021-03-05 23:54:00.181 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.078s] 2021-03-05 23:54:13.399 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.128s] 2021-03-05 23:54:13.519 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.120s] 2021-03-05 23:54:24.724 52 INFO rally.task.context [-] Verification c42a63e9-634c-4acb-afef-d3272e779df9 | Context testr@default cleanup() started 2021-03-05 23:54:24.724 52 INFO rally.task.context [-] Verification c42a63e9-634c-4acb-afef-d3272e779df9 | Context testr@default cleanup() finished in 0.85 msec 2021-03-05 23:54:24.725 52 INFO rally.task.context [-] Verification c42a63e9-634c-4acb-afef-d3272e779df9 | Context tempest@default cleanup() started 2021-03-05 23:54:25.274 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 23:54:25.388 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 23:54:25.433 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_60619c41_XoOL8kzE'. 2021-03-05 23:54:25.717 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_60619c41_XoOL8kzE' has been deleted. 2021-03-05 23:54:25.718 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a2e69fa9-441d-4bfc-833d-3bfccf5c5223' of option 'instance_type' from Tempest config file. 2021-03-05 23:54:25.719 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a2e69fa9-441d-4bfc-833d-3bfccf5c5223' has been removed. 2021-03-05 23:54:25.721 52 INFO rally.task.context [-] Verification c42a63e9-634c-4acb-afef-d3272e779df9 | Context tempest@default cleanup() finished in 1.00 sec 2021-03-05 23:54:25.761 52 INFO rally.api [-] Verification (UUID=60619c41-fc79-43b6-b96f-7590f370e6c0) has been successfully finished for deployment 'opnfv-rally' (UUID=d1db86a4-1213-4669-a6f0-de59cffcf21d)! 2021-03-05 23:54:27.999 93 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:54:27.999 93 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:54:28.000 93 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:54:29.868 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:54:29.869 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:54:29.869 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:54:32.701 95 INFO rally.api [-] Building 'html' report for the following verification(s): '60619c41-fc79-43b6-b96f-7590f370e6c0' 2021-03-05 23:54:32.725 95 INFO rally.api [-] The report has been successfully built. 2021-03-05 23:54:34.909 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:54:34.909 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:54:34.909 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:54:37.714 97 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '60619c41-fc79-43b6-b96f-7590f370e6c0' 2021-03-05 23:54:37.725 97 INFO rally.api [-] The report has been successfully built.