2020-12-09 11:42:05.106 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:05.107 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:05.107 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:07.449 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-12-09 11:42:07.449 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:42:07.449 7 ERROR rally.cli.cliutils 2020-12-09 11:42:09.076 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:09.076 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:09.076 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:13.169 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:13.169 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:13.169 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:17.809 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:17.809 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:17.809 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:19.396 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:19.397 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:19.397 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:21.750 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-12-09 11:42:21.750 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:42:21.750 17 ERROR rally.cli.cliutils 2020-12-09 11:42:23.438 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:23.439 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:23.439 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:25.492 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:42:25.559 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0de61304-d45d-4930-924d-322bed39dea7/repo. 2020-12-09 11:42:25.828 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0de61304-d45d-4930-924d-322bed39dea7/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 11:42:25.844 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:42:25.854 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:42:25.879 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:42:25.941 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:42:26.703 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0de61304-d45d-4930-924d-322bed39dea7) has been successfully created! 2020-12-09 11:42:28.221 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:28.221 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:28.221 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:32.720 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:32.720 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:32.721 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:34.794 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0de61304-d45d-4930-924d-322bed39dea7) for deployment 'opnfv-rally' (UUID=c1318a22-20bc-4c52-88ac-d620bddf4ca7). 2020-12-09 11:42:35.224 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0de61304-d45d-4930-924d-322bed39dea7) has been successfully configured for deployment 'opnfv-rally' (UUID=c1318a22-20bc-4c52-88ac-d620bddf4ca7)! 2020-12-09 11:42:44.362 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:42:44.362 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:42:44.362 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:42:46.721 35 INFO rally.api [-] Starting verification (UUID=5723347b-2dba-45e0-b1c1-b58ad8b8db91) for deployment 'opnfv-rally' (UUID=c1318a22-20bc-4c52-88ac-d620bddf4ca7) by verifier 'opnfv-tempest' (UUID=0de61304-d45d-4930-924d-322bed39dea7). 2020-12-09 11:42:47.461 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:42:47.462 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0de61304-d45d-4930-924d-322bed39dea7/for-deployment-c1318a22-20bc-4c52-88ac-d620bddf4ca7/tempest.log' to option 'log_file'. 2020-12-09 11:42:47.462 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0de61304-d45d-4930-924d-322bed39dea7/for-deployment-c1318a22-20bc-4c52-88ac-d620bddf4ca7/tempest.log 2020-12-09 11:42:47.462 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:42:47.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0de61304-d45d-4930-924d-322bed39dea7/for-deployment-c1318a22-20bc-4c52-88ac-d620bddf4ca7/lock_files' to option 'lock_path'. 2020-12-09 11:42:47.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0de61304-d45d-4930-924d-322bed39dea7/for-deployment-c1318a22-20bc-4c52-88ac-d620bddf4ca7/lock_files 2020-12-09 11:42:47.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 11:42:47.464 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-12-09 11:42:47.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fde02539-6986-480f-91f4-4a9527463f18 2020-12-09 11:42:47.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d6b288d0-95f3-4351-810c-8d932878d745 2020-12-09 11:42:47.465 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 84e851d0-880f-4038-8cb0-bf0bf5bf4761 2020-12-09 11:42:47.465 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4ced79af-6b21-4167-94f5-f0ccd582f33b 2020-12-09 11:42:47.740 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:42:47.741 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_35e1aa35-3e4e-4275-8756-5a302c0d1d13 2020-12-09 11:42:47.742 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:42:47.836 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:42:47.880 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 11:42:47.880 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5723347b_6n50pHTT' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 11:42:47.917 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5723347b_6n50pHTT' (ID = a614a1c4-b376-428d-90c6-87af507dca5f) has been successfully created! 2020-12-09 11:42:47.918 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a614a1c4-b376-428d-90c6-87af507dca5f' to option 'instance_type'. 2020-12-09 11:42:47.918 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a614a1c4-b376-428d-90c6-87af507dca5f 2020-12-09 11:42:47.919 35 INFO rally.task.context [-] Verification 0de61304-d45d-4930-924d-322bed39dea7 | Context tempest@default setup() finished in 0.97 sec 2020-12-09 11:42:47.920 35 INFO rally.task.context [-] Verification 0de61304-d45d-4930-924d-322bed39dea7 | Context testr@default setup() finished in 0.48 msec 2020-12-09 11:42:47.921 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9e0e7226-50cc-4985-b2b9-85026978abc4'. 2020-12-09 11:42:53.453 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.303s] 2020-12-09 11:42:53.537 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.083s] 2020-12-09 11:43:10.578 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.007s] 2020-12-09 11:43:10.773 35 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-12-09 11:43:17.192 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.376s] 2020-12-09 11:43:21.467 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.632s] 2020-12-09 11:43:21.637 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.170s] 2020-12-09 11:43:22.630 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.992s] 2020-12-09 11:43:22.787 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.156s] 2020-12-09 11:43:22.788 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-12-09 11:43:23.656 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.677s] 2020-12-09 11:43:24.015 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.359s] 2020-12-09 11:43:24.610 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.594s] 2020-12-09 11:43:24.757 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.145s] 2020-12-09 11:43:24.758 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-12-09 11:43:30.739 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.548s] 2020-12-09 11:43:35.973 35 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.421s] 2020-12-09 11:43:38.149 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.255s] 2020-12-09 11:43:43.627 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.615s] 2020-12-09 11:43:50.866 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2020-12-09 11:43:51.332 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.388s] 2020-12-09 11:43:55.351 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.484s] 2020-12-09 11:43:55.600 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.325s] 2020-12-09 11:43:55.928 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.326s] 2020-12-09 11:43:56.281 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.354s] 2020-12-09 11:43:56.649 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.368s] 2020-12-09 11:43:57.561 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.911s] 2020-12-09 11:43:57.720 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.159s] 2020-12-09 11:43:57.887 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.167s] 2020-12-09 11:43:58.061 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.173s] 2020-12-09 11:43:58.156 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.094s] 2020-12-09 11:43:58.320 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.164s] 2020-12-09 11:43:58.656 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.335s] 2020-12-09 11:44:00.710 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.312s] 2020-12-09 11:44:00.905 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.195s] 2020-12-09 11:44:00.949 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.322s] 2020-12-09 11:44:02.490 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2020-12-09 11:44:02.741 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.249s] 2020-12-09 11:44:02.937 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.198s] 2020-12-09 11:44:05.261 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.175s] 2020-12-09 11:44:05.287 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.024s] 2020-12-09 11:44:05.453 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.166s] 2020-12-09 11:44:05.467 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.013s] 2020-12-09 11:44:05.486 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.020s] 2020-12-09 11:44:14.434 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.484s] 2020-12-09 11:44:14.548 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.091s] 2020-12-09 11:44:14.565 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2020-12-09 11:44:14.909 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.342s] 2020-12-09 11:44:14.927 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.018s] 2020-12-09 11:44:14.943 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2020-12-09 11:44:14.980 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2020-12-09 11:44:15.073 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.092s] 2020-12-09 11:44:15.177 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.103s] 2020-12-09 11:44:15.501 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.322s] 2020-12-09 11:44:15.530 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.029s] 2020-12-09 11:44:15.809 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.279s] 2020-12-09 11:44:16.858 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.246s] 2020-12-09 11:44:18.685 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.250s] 2020-12-09 11:44:18.819 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [17.867s] 2020-12-09 11:44:22.983 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.062s] 2020-12-09 11:44:23.005 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2020-12-09 11:44:23.024 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2020-12-09 11:44:23.962 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.276s] 2020-12-09 11:44:24.702 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.096s] 2020-12-09 11:44:25.181 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.363s] 2020-12-09 11:44:26.521 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.339s] 2020-12-09 11:44:26.642 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.122s] 2020-12-09 11:44:27.124 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.162s] 2020-12-09 11:44:28.782 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.325s] 2020-12-09 11:44:28.815 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.033s] 2020-12-09 11:44:29.233 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.108s] 2020-12-09 11:44:31.795 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.929s] 2020-12-09 11:44:33.507 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.273s] 2020-12-09 11:44:34.576 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.995s] 2020-12-09 11:44:37.698 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.190s] 2020-12-09 11:44:41.023 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.446s] 2020-12-09 11:44:43.053 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.030s] 2020-12-09 11:44:43.156 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.103s] 2020-12-09 11:44:43.239 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.082s] 2020-12-09 11:44:44.295 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.595s] 2020-12-09 11:44:46.385 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.089s] 2020-12-09 11:44:46.535 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.149s] 2020-12-09 11:44:46.654 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.119s] 2020-12-09 11:44:46.794 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.140s] 2020-12-09 11:44:46.854 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2020-12-09 11:44:46.905 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2020-12-09 11:44:46.998 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.093s] 2020-12-09 11:44:47.086 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.088s] 2020-12-09 11:44:47.132 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.045s] 2020-12-09 11:44:47.183 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.050s] 2020-12-09 11:44:51.448 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.342s] 2020-12-09 11:44:51.701 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.253s] 2020-12-09 11:44:51.970 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.267s] 2020-12-09 11:44:52.413 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.443s] 2020-12-09 11:44:52.865 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.451s] 2020-12-09 11:44:53.254 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.071s] 2020-12-09 11:44:53.340 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.475s] 2020-12-09 11:44:53.764 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.524s] 2020-12-09 11:44:54.394 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.630s] 2020-12-09 11:44:54.490 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.096s] 2020-12-09 11:44:58.432 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.080s] 2020-12-09 11:44:59.332 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.899s] 2020-12-09 11:44:59.747 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.414s] 2020-12-09 11:44:59.886 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.088s] 2020-12-09 11:45:00.147 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.399s] 2020-12-09 11:45:00.609 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.461s] 2020-12-09 11:45:01.574 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.963s] 2020-12-09 11:45:02.049 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.474s] 2020-12-09 11:45:02.118 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.070s] 2020-12-09 11:45:02.139 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2020-12-09 11:45:02.157 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.016s] 2020-12-09 11:45:02.171 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.014s] 2020-12-09 11:45:03.927 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-12-09 11:45:11.555 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.634s] 2020-12-09 11:45:11.849 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.673s] 2020-12-09 11:45:12.753 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.197s] 2020-12-09 11:45:13.252 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.499s] 2020-12-09 11:45:14.404 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.515s] 2020-12-09 11:45:14.540 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.287s] 2020-12-09 11:45:15.032 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.493s] 2020-12-09 11:45:15.583 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.549s] 2020-12-09 11:45:16.113 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.531s] 2020-12-09 11:45:16.578 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.465s] 2020-12-09 11:45:17.319 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.739s] 2020-12-09 11:45:17.456 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.604s] 2020-12-09 11:45:17.593 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.484s] 2020-12-09 11:45:18.357 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.037s] 2020-12-09 11:45:18.842 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.485s] 2020-12-09 11:45:19.282 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.440s] 2020-12-09 11:45:20.454 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.172s] 2020-12-09 11:45:20.953 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.499s] 2020-12-09 11:45:21.462 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.508s] 2020-12-09 11:45:21.940 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.476s] 2020-12-09 11:45:22.405 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.465s] 2020-12-09 11:45:23.658 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.252s] 2020-12-09 11:45:26.631 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.034s] 2020-12-09 11:45:30.689 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-12-09 11:45:31.628 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.224s] 2020-12-09 11:45:36.617 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.987s] 2020-12-09 11:45:36.831 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2020-12-09 11:45:36.840 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2020-12-09 11:45:36.889 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.049s] 2020-12-09 11:45:36.932 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.043s] 2020-12-09 11:45:36.975 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.042s] 2020-12-09 11:45:37.041 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.066s] 2020-12-09 11:45:37.115 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.073s] 2020-12-09 11:45:37.178 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.061s] 2020-12-09 11:45:37.228 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.050s] 2020-12-09 11:45:37.283 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.055s] 2020-12-09 11:45:41.252 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.082s] 2020-12-09 11:45:41.779 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.528s] 2020-12-09 11:45:42.864 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.247s] 2020-12-09 11:45:44.358 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.573s] 2020-12-09 11:45:44.856 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.502s] 2020-12-09 11:45:46.458 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.601s] 2020-12-09 11:45:47.366 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.908s] 2020-12-09 11:45:48.761 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.390s] 2020-12-09 11:45:48.815 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.059s] 2020-12-09 11:45:50.752 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.471s] 2020-12-09 11:45:52.772 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.192s] 2020-12-09 11:45:54.452 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.182s] 2020-12-09 11:45:59.281 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.369s] 2020-12-09 11:45:59.606 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.325s] 2020-12-09 11:46:23.117 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.247s] 2020-12-09 11:46:24.422 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.308s] 2020-12-09 11:46:31.120 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.596s] 2020-12-09 11:46:38.394 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.273s] 2020-12-09 11:46:38.444 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.049s] 2020-12-09 11:46:38.812 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.369s] 2020-12-09 11:46:41.296 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.483s] 2020-12-09 11:46:47.158 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.861s] 2020-12-09 11:46:47.204 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.046s] 2020-12-09 11:46:47.285 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.080s] 2020-12-09 11:46:56.942 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-12-09 11:47:03.100 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.064s] 2020-12-09 11:47:03.152 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2020-12-09 11:47:03.216 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.064s] 2020-12-09 11:47:03.540 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.321s] 2020-12-09 11:47:03.665 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.126s] 2020-12-09 11:47:03.972 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.306s] 2020-12-09 11:47:04.026 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2020-12-09 11:47:04.085 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.059s] 2020-12-09 11:47:04.147 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2020-12-09 11:47:04.216 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.068s] 2020-12-09 11:47:04.273 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.057s] 2020-12-09 11:47:04.385 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.111s] 2020-12-09 11:47:04.496 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.110s] 2020-12-09 11:47:04.569 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.073s] 2020-12-09 11:47:04.633 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.063s] 2020-12-09 11:47:05.769 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.638s] 2020-12-09 11:47:15.098 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.112s] 2020-12-09 11:47:15.200 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.102s] 2020-12-09 11:47:17.093 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.424s] 2020-12-09 11:47:20.644 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.478s] 2020-12-09 11:47:20.971 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.327s] 2020-12-09 11:47:21.505 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.202s] 2020-12-09 11:47:21.553 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.048s] 2020-12-09 11:47:28.016 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.236s] 2020-12-09 11:47:28.258 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.242s] 2020-12-09 11:47:38.274 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [10.014s] 2020-12-09 11:47:48.436 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.087s] 2020-12-09 11:47:55.636 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.198s] 2020-12-09 11:48:04.794 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.156s] 2020-12-09 11:48:09.121 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-12-09 11:48:09.153 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.032s] 2020-12-09 11:48:09.201 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.048s] 2020-12-09 11:48:09.236 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.035s] 2020-12-09 11:48:09.250 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-12-09 11:48:09.262 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-12-09 11:48:09.275 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2020-12-09 11:48:09.318 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.043s] 2020-12-09 11:48:09.328 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2020-12-09 11:48:09.372 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.044s] 2020-12-09 11:48:09.386 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2020-12-09 11:48:09.439 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.052s] 2020-12-09 11:48:09.496 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.056s] 2020-12-09 11:48:09.548 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.052s] 2020-12-09 11:48:09.599 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.051s] 2020-12-09 11:48:09.609 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2020-12-09 11:48:09.659 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.049s] 2020-12-09 11:48:09.707 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.047s] 2020-12-09 11:48:09.751 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.044s] 2020-12-09 11:48:09.798 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.047s] 2020-12-09 11:48:12.304 35 INFO rally.task.context [-] Verification 0de61304-d45d-4930-924d-322bed39dea7 | Context testr@default cleanup() started 2020-12-09 11:48:12.305 35 INFO rally.task.context [-] Verification 0de61304-d45d-4930-924d-322bed39dea7 | Context testr@default cleanup() finished in 0.84 msec 2020-12-09 11:48:12.305 35 INFO rally.task.context [-] Verification 0de61304-d45d-4930-924d-322bed39dea7 | Context tempest@default cleanup() started 2020-12-09 11:48:12.482 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5723347b_6n50pHTT'. 2020-12-09 11:48:12.625 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5723347b_6n50pHTT' has been deleted. 2020-12-09 11:48:12.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a614a1c4-b376-428d-90c6-87af507dca5f' of option 'instance_type' from Tempest config file. 2020-12-09 11:48:12.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a614a1c4-b376-428d-90c6-87af507dca5f' has been removed. 2020-12-09 11:48:12.632 35 INFO rally.task.context [-] Verification 0de61304-d45d-4930-924d-322bed39dea7 | Context tempest@default cleanup() finished in 0.33 sec 2020-12-09 11:48:12.662 35 INFO rally.api [-] Verification (UUID=5723347b-2dba-45e0-b1c1-b58ad8b8db91) has been successfully finished for deployment 'opnfv-rally' (UUID=c1318a22-20bc-4c52-88ac-d620bddf4ca7)! 2020-12-09 11:48:14.438 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:48:14.438 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:48:14.439 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:48:16.139 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:48:16.139 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:48:16.139 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:48:18.221 78 INFO rally.api [-] Building 'html' report for the following verification(s): '5723347b-2dba-45e0-b1c1-b58ad8b8db91' 2020-12-09 11:48:18.247 78 INFO rally.api [-] The report has been successfully built. 2020-12-09 11:48:19.878 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:48:19.879 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:48:19.879 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:48:22.204 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5723347b-2dba-45e0-b1c1-b58ad8b8db91' 2020-12-09 11:48:22.216 80 INFO rally.api [-] The report has been successfully built.