2020-09-03 14:01:17.474 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:01:17.479 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:01:17.481 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:01:39.394 10 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-09-03 14:01:39.394 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 14:01:39.394 10 ERROR rally.cli.cliutils 2020-09-03 14:01:53.557 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:01:53.564 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:01:53.565 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:02:32.646 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:02:32.652 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:02:32.653 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:03:12.628 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:03:12.635 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:03:12.636 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:03:26.205 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:03:26.210 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:03:26.212 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:03:47.772 40 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-09-03 14:03:47.772 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:03:47.772 40 ERROR rally.cli.cliutils 2020-09-03 14:04:01.698 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:04:01.703 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:04:01.705 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:04:22.503 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 14:04:22.928 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0fc904a7-6c6c-4c18-a6d2-89e8a9160a47/repo. 2020-09-03 14:04:23.664 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0fc904a7-6c6c-4c18-a6d2-89e8a9160a47/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 14:04:23.741 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 14:04:23.801 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 14:04:23.863 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 14:04:24.383 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 14:04:31.012 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fc904a7-6c6c-4c18-a6d2-89e8a9160a47) has been successfully created! 2020-09-03 14:04:45.664 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:04:45.670 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:04:45.672 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:05:22.388 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:05:22.395 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:05:22.396 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:05:44.300 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0fc904a7-6c6c-4c18-a6d2-89e8a9160a47) for deployment 'opnfv-rally' (UUID=787f3673-a48c-4484-9427-b732fc2fc54d). 2020-09-03 14:05:45.796 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fc904a7-6c6c-4c18-a6d2-89e8a9160a47) has been successfully configured for deployment 'opnfv-rally' (UUID=787f3673-a48c-4484-9427-b732fc2fc54d)! 2020-09-03 14:07:13.284 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:07:13.290 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:07:13.291 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:07:35.141 96 INFO rally.api [-] Starting verification (UUID=8a627e5a-5a1c-4392-9567-a11386700a03) for deployment 'opnfv-rally' (UUID=787f3673-a48c-4484-9427-b732fc2fc54d) by verifier 'opnfv-tempest' (UUID=0fc904a7-6c6c-4c18-a6d2-89e8a9160a47). 2020-09-03 14:07:39.349 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 14:07:39.352 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0fc904a7-6c6c-4c18-a6d2-89e8a9160a47/for-deployment-787f3673-a48c-4484-9427-b732fc2fc54d/tempest.log' to option 'log_file'. 2020-09-03 14:07:39.353 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0fc904a7-6c6c-4c18-a6d2-89e8a9160a47/for-deployment-787f3673-a48c-4484-9427-b732fc2fc54d/tempest.log 2020-09-03 14:07:39.354 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 14:07:39.355 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0fc904a7-6c6c-4c18-a6d2-89e8a9160a47/for-deployment-787f3673-a48c-4484-9427-b732fc2fc54d/lock_files' to option 'lock_path'. 2020-09-03 14:07:39.357 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0fc904a7-6c6c-4c18-a6d2-89e8a9160a47/for-deployment-787f3673-a48c-4484-9427-b732fc2fc54d/lock_files 2020-09-03 14:07:39.358 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 14:07:39.359 96 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-09-03 14:07:39.361 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 857fb96b-04f3-440a-900e-d61b851371d9 2020-09-03 14:07:39.362 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d417ac0e-d05e-40ac-b044-aeeb4d608092 2020-09-03 14:07:39.364 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ebd65aba-04fa-403d-9d88-afc36b81b93c 2020-09-03 14:07:39.367 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f8a9dd6b-928e-4a95-843d-c3c601d5a02c 2020-09-03 14:07:39.668 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 14:07:39.671 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_3064becb-0599-43f1-b63c-569e1f60f58b 2020-09-03 14:07:39.675 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 14:07:40.310 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 14:07:40.374 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_e16a1ff2_eCi2XvkP'. Using flavor 'rally_verify_e16a1ff2_eCi2XvkP' (ID = 55b3c652-3356-4266-a5be-044acddaa4af) for the tests. 2020-09-03 14:07:40.376 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '55b3c652-3356-4266-a5be-044acddaa4af' to option 'instance_type'. 2020-09-03 14:07:40.377 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 55b3c652-3356-4266-a5be-044acddaa4af 2020-09-03 14:07:40.384 96 INFO rally.task.context [-] Verification 0fc904a7-6c6c-4c18-a6d2-89e8a9160a47 | Context tempest@default setup() finished in 4.10 sec 2020-09-03 14:07:40.386 96 INFO rally.task.context [-] Verification 0fc904a7-6c6c-4c18-a6d2-89e8a9160a47 | Context testr@default setup() finished in 1.11 msec 2020-09-03 14:07:40.388 96 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f2a338a0-c4e2-4c47-aee0-c86be1445be4'. 2020-09-03 14:08:23.665 96 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.450s] 2020-09-03 14:08:23.870 96 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.227s] 2020-09-03 14:08:24.070 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.263s] 2020-09-03 14:08:46.835 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.141s] 2020-09-03 14:08:46.873 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.038s] 2020-09-03 14:08:47.375 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.495s] 2020-09-03 14:08:47.410 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.037s] 2020-09-03 14:08:47.450 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.037s] 2020-09-03 14:08:47.543 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.087s] 2020-09-03 14:08:47.675 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.130s] 2020-09-03 14:08:47.826 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.146s] 2020-09-03 14:08:48.373 96 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.154s] 2020-09-03 14:08:48.379 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.512s] 2020-09-03 14:08:48.406 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.066s] 2020-09-03 14:08:48.631 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.218s] 2020-09-03 14:08:54.869 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.195s] 2020-09-03 14:08:55.878 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.338s] 2020-09-03 14:08:56.169 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.293s] 2020-09-03 14:08:56.678 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.505s] 2020-09-03 14:08:56.996 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.303s] 2020-09-03 14:08:57.004 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.008s] 2020-09-03 14:09:02.300 96 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.934s] 2020-09-03 14:09:08.676 96 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.721s] 2020-09-03 14:09:13.842 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.972s] 2020-09-03 14:09:14.248 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.558s] 2020-09-03 14:09:14.576 96 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-09-03 14:09:18.875 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.456s] 2020-09-03 14:09:26.104 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.357s] 2020-09-03 14:09:33.343 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [19.468s] 2020-09-03 14:09:34.957 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.043s] 2020-09-03 14:09:38.747 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.307s] 2020-09-03 14:09:38.965 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.214s] 2020-09-03 14:09:39.554 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.585s] 2020-09-03 14:09:39.835 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.281s] 2020-09-03 14:09:39.845 96 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.006s] 2020-09-03 14:09:41.217 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.134s] 2020-09-03 14:09:42.682 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [9.346s] 2020-09-03 14:09:45.908 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.676s] 2020-09-03 14:09:56.697 96 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.330s] 2020-09-03 14:09:57.079 96 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.379s] 2020-09-03 14:10:02.838 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.855s] 2020-09-03 14:10:08.146 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.492s] 2020-09-03 14:10:08.519 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.368s] 2020-09-03 14:10:08.892 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.372s] 2020-09-03 14:10:09.460 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.566s] 2020-09-03 14:10:10.142 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.679s] 2020-09-03 14:10:10.603 96 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.457s] 2020-09-03 14:10:12.307 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.488s] 2020-09-03 14:10:12.749 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.434s] 2020-09-03 14:10:13.668 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.916s] 2020-09-03 14:10:14.231 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.553s] 2020-09-03 14:10:14.652 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.426s] 2020-09-03 14:10:14.895 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.239s] 2020-09-03 14:10:15.075 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.179s] 2020-09-03 14:10:15.298 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.219s] 2020-09-03 14:10:15.439 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.139s] 2020-09-03 14:10:15.664 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.221s] 2020-09-03 14:10:16.098 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.431s] 2020-09-03 14:10:17.008 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.154s] 2020-09-03 14:10:17.157 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.049s] 2020-09-03 14:10:17.521 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.354s] 2020-09-03 14:10:17.776 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.258s] 2020-09-03 14:10:20.997 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.424s] 2020-09-03 14:10:21.199 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.201s] 2020-09-03 14:10:26.890 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.036s] 2020-09-03 14:10:26.930 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.034s] 2020-09-03 14:10:27.017 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.081s] 2020-09-03 14:10:27.102 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.087s] 2020-09-03 14:10:27.181 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.074s] 2020-09-03 14:10:27.318 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.128s] 2020-09-03 14:10:27.425 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.113s] 2020-09-03 14:10:27.524 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.089s] 2020-09-03 14:10:27.605 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.079s] 2020-09-03 14:10:27.738 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.129s] 2020-09-03 14:10:32.147 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.181s] 2020-09-03 14:10:32.198 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.052s] 2020-09-03 14:10:32.510 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.300s] 2020-09-03 14:10:32.538 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.035s] 2020-09-03 14:10:32.590 96 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.049s] 2020-09-03 14:10:33.643 96 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.615s] 2020-09-03 14:10:34.800 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.177s] 2020-09-03 14:10:37.525 96 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.064s] 2020-09-03 14:10:37.549 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.297s] 2020-09-03 14:10:40.239 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.420s] 2020-09-03 14:10:40.290 96 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.053s] 2020-09-03 14:10:42.343 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.588s] 2020-09-03 14:10:42.772 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.919s] 2020-09-03 14:10:42.791 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.448s] 2020-09-03 14:10:43.721 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.942s] 2020-09-03 14:10:44.598 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.873s] 2020-09-03 14:10:45.550 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.950s] 2020-09-03 14:10:46.455 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.901s] 2020-09-03 14:10:47.914 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.448s] 2020-09-03 14:10:48.792 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.876s] 2020-09-03 14:10:49.860 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.064s] 2020-09-03 14:10:50.553 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.692s] 2020-09-03 14:10:51.418 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.107s] 2020-09-03 14:10:51.440 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.856s] 2020-09-03 14:10:51.501 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.088s] 2020-09-03 14:10:51.586 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.081s] 2020-09-03 14:10:52.024 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.433s] 2020-09-03 14:10:52.147 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.805s] 2020-09-03 14:10:52.217 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.170s] 2020-09-03 14:10:52.225 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.789s] 2020-09-03 14:10:52.240 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.081s] 2020-09-03 14:10:52.812 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.606s] 2020-09-03 14:10:52.907 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.094s] 2020-09-03 14:10:52.990 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.086s] 2020-09-03 14:10:53.073 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.846s] 2020-09-03 14:10:53.087 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.093s] 2020-09-03 14:10:53.175 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.955s] 2020-09-03 14:10:53.183 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.087s] 2020-09-03 14:10:53.264 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.086s] 2020-09-03 14:10:53.431 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.154s] 2020-09-03 14:10:53.594 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.160s] 2020-09-03 14:10:53.681 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.090s] 2020-09-03 14:10:53.769 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.089s] 2020-09-03 14:10:54.224 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.050s] 2020-09-03 14:10:54.362 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.283s] 2020-09-03 14:10:55.735 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.507s] 2020-09-03 14:10:56.461 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.720s] 2020-09-03 14:10:57.313 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.847s] 2020-09-03 14:10:58.323 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.010s] 2020-09-03 14:10:58.806 96 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.057s] 2020-09-03 14:10:59.224 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.860s] 2020-09-03 14:10:59.344 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.117s] 2020-09-03 14:10:59.445 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.088s] 2020-09-03 14:10:59.449 96 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.112s] 2020-09-03 14:11:00.185 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.187s] 2020-09-03 14:11:00.263 96 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.077s] 2020-09-03 14:11:07.510 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.101s] 2020-09-03 14:11:07.562 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.048s] 2020-09-03 14:11:07.616 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.052s] 2020-09-03 14:11:10.015 96 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.112s] 2020-09-03 14:11:11.839 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.506s] 2020-09-03 14:11:12.722 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.884s] 2020-09-03 14:11:15.547 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.797s] 2020-09-03 14:11:16.196 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.669s] 2020-09-03 14:11:17.405 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.191s] 2020-09-03 14:11:18.674 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.270s] 2020-09-03 14:11:20.794 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.080s] 2020-09-03 14:11:20.850 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.094s] 2020-09-03 14:11:22.840 96 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.031s] 2020-09-03 14:11:26.802 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.038s] 2020-09-03 14:11:26.856 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.055s] 2020-09-03 14:11:26.938 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.076s] 2020-09-03 14:11:26.997 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.058s] 2020-09-03 14:11:27.037 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.037s] 2020-09-03 14:11:27.080 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.042s] 2020-09-03 14:11:27.119 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.035s] 2020-09-03 14:11:27.197 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.075s] 2020-09-03 14:11:27.229 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.031s] 2020-09-03 14:11:27.305 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.071s] 2020-09-03 14:11:27.333 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.029s] 2020-09-03 14:11:27.432 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.091s] 2020-09-03 14:11:27.511 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.077s] 2020-09-03 14:11:27.587 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.071s] 2020-09-03 14:11:27.661 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.074s] 2020-09-03 14:11:27.695 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.031s] 2020-09-03 14:11:27.772 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.068s] 2020-09-03 14:11:27.861 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.086s] 2020-09-03 14:11:27.932 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.071s] 2020-09-03 14:11:28.007 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.072s] 2020-09-03 14:11:28.953 96 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.081s] 2020-09-03 14:11:31.281 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.149s] 2020-09-03 14:11:37.131 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.959s] 2020-09-03 14:11:41.887 96 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.563s] 2020-09-03 14:11:42.155 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.875s] 2020-09-03 14:11:43.014 96 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.870s] 2020-09-03 14:11:50.966 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.479s] 2020-09-03 14:11:51.308 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.148s] 2020-09-03 14:11:55.061 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.091s] 2020-09-03 14:11:56.157 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.842s] 2020-09-03 14:11:57.040 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.977s] 2020-09-03 14:12:01.014 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.971s] 2020-09-03 14:12:05.686 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.671s] 2020-09-03 14:12:09.884 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.191s] 2020-09-03 14:12:14.434 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.548s] 2020-09-03 14:12:18.723 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.283s] 2020-09-03 14:12:22.516 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.790s] 2020-09-03 14:12:22.733 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.217s] 2020-09-03 14:12:22.923 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.184s] 2020-09-03 14:12:23.610 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.686s] 2020-09-03 14:12:23.719 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.105s] 2020-09-03 14:12:23.793 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.076s] 2020-09-03 14:12:23.961 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.162s] 2020-09-03 14:12:24.496 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.532s] 2020-09-03 14:12:24.596 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.097s] 2020-09-03 14:12:24.674 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.075s] 2020-09-03 14:12:28.403 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.723s] 2020-09-03 14:12:33.827 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [37.646s] 2020-09-03 14:12:35.340 96 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.530s] 2020-09-03 14:12:39.511 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.072s] 2020-09-03 14:12:39.645 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.294s] 2020-09-03 14:12:44.389 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.742s] 2020-09-03 14:12:46.665 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.269s] 2020-09-03 14:12:46.764 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.098s] 2020-09-03 14:12:46.875 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.110s] 2020-09-03 14:12:47.884 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.367s] 2020-09-03 14:12:55.542 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.656s] 2020-09-03 14:12:55.636 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.089s] 2020-09-03 14:12:55.677 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.762s] 2020-09-03 14:12:55.767 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.136s] 2020-09-03 14:12:59.488 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.210s] 2020-09-03 14:13:00.260 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.757s] 2020-09-03 14:13:00.710 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.451s] 2020-09-03 14:13:01.542 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.826s] 2020-09-03 14:13:02.130 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.585s] 2020-09-03 14:13:03.098 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.958s] 2020-09-03 14:13:03.731 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.628s] 2020-09-03 14:13:03.822 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.093s] 2020-09-03 14:13:03.881 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.055s] 2020-09-03 14:13:03.969 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.087s] 2020-09-03 14:13:04.034 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.059s] 2020-09-03 14:13:04.359 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.686s] 2020-09-03 14:13:06.908 96 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.984s] 2020-09-03 14:13:12.545 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.610s] 2020-09-03 14:13:12.960 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.409s] 2020-09-03 14:13:13.643 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.161s] 2020-09-03 14:13:13.793 96 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.149s] 2020-09-03 14:13:20.635 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.342s] 2020-09-03 14:13:20.969 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.331s] 2020-09-03 14:13:30.189 96 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.210s] 2020-09-03 14:13:36.166 96 INFO rally.task.context [-] Verification 0fc904a7-6c6c-4c18-a6d2-89e8a9160a47 | Context testr@default cleanup() started 2020-09-03 14:13:36.170 96 INFO rally.task.context [-] Verification 0fc904a7-6c6c-4c18-a6d2-89e8a9160a47 | Context testr@default cleanup() finished in 3.88 msec 2020-09-03 14:13:36.174 96 INFO rally.task.context [-] Verification 0fc904a7-6c6c-4c18-a6d2-89e8a9160a47 | Context tempest@default cleanup() started 2020-09-03 14:13:36.620 96 INFO rally.task.context [-] Verification 0fc904a7-6c6c-4c18-a6d2-89e8a9160a47 | Context tempest@default cleanup() finished in 0.45 sec 2020-09-03 14:13:36.730 96 INFO rally.api [-] Verification (UUID=8a627e5a-5a1c-4392-9567-a11386700a03) has been successfully finished for deployment 'opnfv-rally' (UUID=787f3673-a48c-4484-9427-b732fc2fc54d)! 2020-09-03 14:13:50.976 163 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:13:50.982 163 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:13:50.984 163 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:14:06.716 169 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:14:06.722 169 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:14:06.723 169 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:14:28.672 169 INFO rally.api [-] Building 'html' report for the following verification(s): '8a627e5a-5a1c-4392-9567-a11386700a03' 2020-09-03 14:14:28.921 169 INFO rally.api [-] The report has been successfully built. 2020-09-03 14:14:42.895 175 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:14:42.900 175 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:14:42.902 175 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:15:04.708 175 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8a627e5a-5a1c-4392-9567-a11386700a03' 2020-09-03 14:15:04.858 175 INFO rally.api [-] The report has been successfully built.