2020-09-19 07:24:00.658 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:24:00.663 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:24:00.664 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:24:19.154 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-09-19 07:24:19.154 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:24:19.154 7 ERROR rally.cli.cliutils 2020-09-19 07:24:31.152 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:24:31.157 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:24:31.158 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:25:03.204 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:25:03.209 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:25:03.210 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:25:37.147 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:25:37.151 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:25:37.153 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:25:49.488 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:25:49.494 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:25:49.495 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:26:07.699 37 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-19 07:26:07.699 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:26:07.699 37 ERROR rally.cli.cliutils 2020-09-19 07:26:19.613 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:26:19.618 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:26:19.620 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:26:37.914 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:26:38.354 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-af7632b6-5ec7-4604-b188-cab4b341e355/repo. 2020-09-19 07:26:39.179 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-af7632b6-5ec7-4604-b188-cab4b341e355/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 07:26:39.273 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:26:39.327 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:26:39.398 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:26:39.909 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:26:45.347 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=af7632b6-5ec7-4604-b188-cab4b341e355) has been successfully created! 2020-09-19 07:26:57.653 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:26:57.658 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:26:57.660 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:27:29.258 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:27:29.263 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:27:29.264 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:27:48.141 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=af7632b6-5ec7-4604-b188-cab4b341e355) for deployment 'opnfv-rally' (UUID=0212ac6f-fada-4fc0-a39e-28b9f604955c). 2020-09-19 07:27:49.574 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=af7632b6-5ec7-4604-b188-cab4b341e355) has been successfully configured for deployment 'opnfv-rally' (UUID=0212ac6f-fada-4fc0-a39e-28b9f604955c)! 2020-09-19 07:29:03.969 94 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:29:03.974 94 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:29:03.976 94 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:29:22.834 94 INFO rally.api [-] Starting verification (UUID=72d33285-baa7-4d94-b01b-bddb1300676c) for deployment 'opnfv-rally' (UUID=0212ac6f-fada-4fc0-a39e-28b9f604955c) by verifier 'opnfv-tempest' (UUID=af7632b6-5ec7-4604-b188-cab4b341e355). 2020-09-19 07:29:26.643 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:29:26.644 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-af7632b6-5ec7-4604-b188-cab4b341e355/for-deployment-0212ac6f-fada-4fc0-a39e-28b9f604955c/tempest.log' to option 'log_file'. 2020-09-19 07:29:26.646 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-af7632b6-5ec7-4604-b188-cab4b341e355/for-deployment-0212ac6f-fada-4fc0-a39e-28b9f604955c/tempest.log 2020-09-19 07:29:26.648 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:29:26.649 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-af7632b6-5ec7-4604-b188-cab4b341e355/for-deployment-0212ac6f-fada-4fc0-a39e-28b9f604955c/lock_files' to option 'lock_path'. 2020-09-19 07:29:26.651 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-af7632b6-5ec7-4604-b188-cab4b341e355/for-deployment-0212ac6f-fada-4fc0-a39e-28b9f604955c/lock_files 2020-09-19 07:29:26.652 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:29:26.654 94 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-19 07:29:26.656 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = effece98-7a68-46cc-b9fd-ec843882e5b4 2020-09-19 07:29:26.657 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 98df6041-6865-4509-a4c8-5c000421376d 2020-09-19 07:29:26.661 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7f9c4cec-3648-4960-9273-6baf0cc13e6a 2020-09-19 07:29:26.664 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5603f400-3ce4-464b-b008-629b407f6e60 2020-09-19 07:29:27.005 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:29:27.007 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_a7e7f678-cef9-427f-b26a-500f4b321fc6 2020-09-19 07:29:27.010 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:29:27.635 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:29:27.706 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 07:29:27.708 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_72d33285_4hfSYe8E' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 07:29:27.770 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_72d33285_4hfSYe8E' (ID = ed46fbec-8ec5-4949-bc24-5a73439e6d0c) has been successfully created! 2020-09-19 07:29:27.772 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ed46fbec-8ec5-4949-bc24-5a73439e6d0c' to option 'instance_type'. 2020-09-19 07:29:27.773 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ed46fbec-8ec5-4949-bc24-5a73439e6d0c 2020-09-19 07:29:27.780 94 INFO rally.task.context [-] Verification af7632b6-5ec7-4604-b188-cab4b341e355 | Context tempest@default setup() finished in 3.99 sec 2020-09-19 07:29:27.783 94 INFO rally.task.context [-] Verification af7632b6-5ec7-4604-b188-cab4b341e355 | Context testr@default setup() finished in 1.02 msec 2020-09-19 07:29:27.784 94 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/96f6c63b-b4f8-4410-bbc4-3fa93b8e90eb'. 2020-09-19 07:30:06.201 94 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.408s] 2020-09-19 07:30:06.424 94 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.241s] 2020-09-19 07:30:06.980 94 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.792s] 2020-09-19 07:30:19.277 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.134s] 2020-09-19 07:30:25.606 94 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.189s] 2020-09-19 07:30:25.644 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.359s] 2020-09-19 07:30:26.430 94 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-09-19 07:30:27.411 94 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.057s] 2020-09-19 07:30:27.793 94 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.373s] 2020-09-19 07:30:28.076 94 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.287s] 2020-09-19 07:30:31.114 94 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.758s] 2020-09-19 07:30:35.860 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.985s] 2020-09-19 07:30:36.158 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.290s] 2020-09-19 07:30:36.650 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.490s] 2020-09-19 07:30:37.057 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.406s] 2020-09-19 07:30:37.067 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.009s] 2020-09-19 07:30:37.349 94 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.386s] 2020-09-19 07:30:42.669 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.223s] 2020-09-19 07:30:51.250 94 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.889s] 2020-09-19 07:30:51.257 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.542s] 2020-09-19 07:30:53.565 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.137s] 2020-09-19 07:30:53.605 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.041s] 2020-09-19 07:30:53.693 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.477s] 2020-09-19 07:30:54.030 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.417s] 2020-09-19 07:30:54.076 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.045s] 2020-09-19 07:30:54.114 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.036s] 2020-09-19 07:30:54.187 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.072s] 2020-09-19 07:30:54.326 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.134s] 2020-09-19 07:30:54.466 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.138s] 2020-09-19 07:30:54.947 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.472s] 2020-09-19 07:30:55.017 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.074s] 2020-09-19 07:30:55.231 94 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.210s] 2020-09-19 07:30:57.075 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.290s] 2020-09-19 07:30:57.604 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.909s] 2020-09-19 07:31:00.889 94 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.414s] 2020-09-19 07:31:01.222 94 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.333s] 2020-09-19 07:31:03.374 94 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.073s] 2020-09-19 07:31:07.554 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [9.949s] 2020-09-19 07:31:11.433 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.875s] 2020-09-19 07:31:15.362 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.928s] 2020-09-19 07:31:19.371 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.004s] 2020-09-19 07:31:23.496 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.530s] 2020-09-19 07:31:23.957 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.459s] 2020-09-19 07:31:24.432 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.473s] 2020-09-19 07:31:24.908 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.468s] 2020-09-19 07:31:25.276 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.373s] 2020-09-19 07:31:25.511 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.235s] 2020-09-19 07:31:25.724 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.209s] 2020-09-19 07:31:25.928 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.197s] 2020-09-19 07:31:26.049 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.122s] 2020-09-19 07:31:26.254 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.199s] 2020-09-19 07:31:26.651 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.396s] 2020-09-19 07:31:27.851 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.473s] 2020-09-19 07:31:28.183 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.334s] 2020-09-19 07:31:28.587 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.395s] 2020-09-19 07:31:28.792 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.211s] 2020-09-19 07:31:28.918 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.121s] 2020-09-19 07:31:28.988 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.862s] 2020-09-19 07:31:29.018 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.099s] 2020-09-19 07:31:29.181 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.157s] 2020-09-19 07:31:29.207 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.219s] 2020-09-19 07:31:29.326 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.141s] 2020-09-19 07:31:29.517 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.188s] 2020-09-19 07:31:29.613 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.096s] 2020-09-19 07:31:29.868 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.657s] 2020-09-19 07:31:30.223 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.344s] 2020-09-19 07:31:30.229 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.008s] 2020-09-19 07:31:33.440 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.820s] 2020-09-19 07:31:48.710 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.347s] 2020-09-19 07:31:48.801 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.096s] 2020-09-19 07:31:49.159 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.351s] 2020-09-19 07:31:50.752 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.594s] 2020-09-19 07:31:59.997 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [9.243s] 2020-09-19 07:32:00.070 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.072s] 2020-09-19 07:32:00.149 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.074s] 2020-09-19 07:32:14.264 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [25.048s] 2020-09-19 07:32:17.765 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.229s] 2020-09-19 07:32:18.935 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.156s] 2020-09-19 07:32:19.707 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.773s] 2020-09-19 07:32:20.551 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.842s] 2020-09-19 07:32:22.947 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.930s] 2020-09-19 07:32:25.637 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [5.077s] 2020-09-19 07:32:27.026 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.576s] 2020-09-19 07:32:27.381 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.354s] 2020-09-19 07:32:27.539 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.899s] 2020-09-19 07:32:27.737 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.352s] 2020-09-19 07:32:28.273 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.532s] 2020-09-19 07:32:28.551 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.009s] 2020-09-19 07:32:28.783 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.233s] 2020-09-19 07:32:28.845 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.572s] 2020-09-19 07:32:28.862 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.084s] 2020-09-19 07:32:28.926 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.058s] 2020-09-19 07:32:28.979 94 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.051s] 2020-09-19 07:32:29.474 94 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.625s] 2020-09-19 07:32:35.134 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.347s] 2020-09-19 07:32:35.190 94 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.055s] 2020-09-19 07:32:37.246 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.290s] 2020-09-19 07:32:37.914 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.832s] 2020-09-19 07:32:38.315 94 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [74.453s] 2020-09-19 07:32:45.974 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.048s] 2020-09-19 07:32:47.026 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.247s] 2020-09-19 07:32:52.771 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.743s] 2020-09-19 07:32:54.729 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.955s] 2020-09-19 07:32:54.846 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.119s] 2020-09-19 07:32:54.992 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.144s] 2020-09-19 07:32:56.039 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.062s] 2020-09-19 07:32:58.278 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.023s] 2020-09-19 07:33:04.763 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.761s] 2020-09-19 07:33:04.854 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.093s] 2020-09-19 07:33:04.944 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.087s] 2020-09-19 07:33:05.311 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.097s] 2020-09-19 07:33:05.397 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.079s] 2020-09-19 07:33:05.497 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.098s] 2020-09-19 07:33:05.604 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.323s] 2020-09-19 07:33:05.926 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.420s] 2020-09-19 07:33:06.098 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.172s] 2020-09-19 07:33:06.559 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.456s] 2020-09-19 07:33:06.633 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.079s] 2020-09-19 07:33:06.724 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.088s] 2020-09-19 07:33:06.804 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.079s] 2020-09-19 07:33:06.896 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.086s] 2020-09-19 07:33:06.992 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.089s] 2020-09-19 07:33:07.160 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.163s] 2020-09-19 07:33:07.328 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.165s] 2020-09-19 07:33:07.412 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.088s] 2020-09-19 07:33:07.505 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.088s] 2020-09-19 07:33:10.183 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.493s] 2020-09-19 07:33:10.863 94 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.487s] 2020-09-19 07:33:11.622 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.444s] 2020-09-19 07:33:14.908 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.263s] 2020-09-19 07:33:15.273 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.049s] 2020-09-19 07:33:15.356 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.082s] 2020-09-19 07:33:15.463 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.104s] 2020-09-19 07:33:15.518 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.057s] 2020-09-19 07:33:15.561 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.040s] 2020-09-19 07:33:15.602 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.040s] 2020-09-19 07:33:15.656 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.049s] 2020-09-19 07:33:15.715 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.818s] 2020-09-19 07:33:15.726 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.065s] 2020-09-19 07:33:15.766 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.041s] 2020-09-19 07:33:15.855 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.082s] 2020-09-19 07:33:15.896 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.038s] 2020-09-19 07:33:15.992 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.091s] 2020-09-19 07:33:16.072 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.080s] 2020-09-19 07:33:16.157 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.082s] 2020-09-19 07:33:16.242 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.083s] 2020-09-19 07:33:16.284 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.040s] 2020-09-19 07:33:16.359 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.070s] 2020-09-19 07:33:16.447 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.084s] 2020-09-19 07:33:16.523 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.075s] 2020-09-19 07:33:16.757 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.230s] 2020-09-19 07:33:17.525 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.793s] 2020-09-19 07:33:18.805 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.283s] 2020-09-19 07:33:21.792 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.945s] 2020-09-19 07:33:21.843 94 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.090s] 2020-09-19 07:33:25.064 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.801s] 2020-09-19 07:33:25.093 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.915s] 2020-09-19 07:33:27.595 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.528s] 2020-09-19 07:33:28.049 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.454s] 2020-09-19 07:33:28.903 94 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.122s] 2020-09-19 07:33:31.334 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.235s] 2020-09-19 07:33:32.834 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.078s] 2020-09-19 07:33:34.978 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.042s] 2020-09-19 07:33:35.017 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.037s] 2020-09-19 07:33:35.093 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.075s] 2020-09-19 07:33:35.167 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.071s] 2020-09-19 07:33:35.256 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.084s] 2020-09-19 07:33:35.418 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.157s] 2020-09-19 07:33:35.544 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.126s] 2020-09-19 07:33:35.644 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.091s] 2020-09-19 07:33:35.725 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.077s] 2020-09-19 07:33:35.821 94 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.096s] 2020-09-19 07:33:37.623 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.645s] 2020-09-19 07:33:38.196 94 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.571s] 2020-09-19 07:33:38.467 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.377s] 2020-09-19 07:33:43.541 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.179s] 2020-09-19 07:33:43.717 94 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.171s] 2020-09-19 07:34:05.703 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.386s] 2020-09-19 07:34:10.764 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.264s] 2020-09-19 07:34:14.971 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.261s] 2020-09-19 07:34:23.558 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.590s] 2020-09-19 07:34:26.382 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.601s] 2020-09-19 07:34:28.095 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.529s] 2020-09-19 07:34:48.707 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [22.310s] 2020-09-19 07:35:04.423 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.096s] 2020-09-19 07:35:05.803 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.367s] 2020-09-19 07:35:07.064 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.260s] 2020-09-19 07:35:08.321 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.254s] 2020-09-19 07:35:09.603 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.272s] 2020-09-19 07:35:11.020 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.414s] 2020-09-19 07:35:11.236 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [43.112s] 2020-09-19 07:35:11.654 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.637s] 2020-09-19 07:35:16.919 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [5.264s] 2020-09-19 07:35:16.932 94 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [5.694s] 2020-09-19 07:35:17.662 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.737s] 2020-09-19 07:35:18.989 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.316s] 2020-09-19 07:35:23.123 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [4.140s] 2020-09-19 07:35:23.910 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.781s] 2020-09-19 07:35:24.711 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.797s] 2020-09-19 07:35:25.093 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.191s] 2020-09-19 07:35:26.099 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.379s] 2020-09-19 07:35:26.876 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.779s] 2020-09-19 07:35:27.544 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.234s] 2020-09-19 07:35:27.673 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.791s] 2020-09-19 07:35:28.477 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.801s] 2020-09-19 07:35:29.151 94 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.669s] 2020-09-19 07:35:29.958 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.238s] 2020-09-19 07:35:30.044 94 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.081s] 2020-09-19 07:35:35.560 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.093s] 2020-09-19 07:35:35.616 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.054s] 2020-09-19 07:35:35.659 94 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.039s] 2020-09-19 07:35:38.348 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.449s] 2020-09-19 07:35:39.061 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.714s] 2020-09-19 07:35:41.762 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.197s] 2020-09-19 07:35:41.811 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.048s] 2020-09-19 07:35:42.154 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.335s] 2020-09-19 07:35:42.189 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.039s] 2020-09-19 07:35:42.254 94 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.061s] 2020-09-19 07:35:45.069 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.760s] 2020-09-19 07:35:47.214 94 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.042s] 2020-09-19 07:35:51.596 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.382s] 2020-09-19 07:35:52.000 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.403s] 2020-09-19 07:36:01.435 94 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.418s] 2020-09-19 07:36:06.316 94 INFO rally.task.context [-] Verification af7632b6-5ec7-4604-b188-cab4b341e355 | Context testr@default cleanup() started 2020-09-19 07:36:06.320 94 INFO rally.task.context [-] Verification af7632b6-5ec7-4604-b188-cab4b341e355 | Context testr@default cleanup() finished in 3.82 msec 2020-09-19 07:36:06.323 94 INFO rally.task.context [-] Verification af7632b6-5ec7-4604-b188-cab4b341e355 | Context tempest@default cleanup() started 2020-09-19 07:36:06.786 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_72d33285_4hfSYe8E'. 2020-09-19 07:36:06.979 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_72d33285_4hfSYe8E' has been deleted. 2020-09-19 07:36:06.985 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ed46fbec-8ec5-4949-bc24-5a73439e6d0c' of option 'instance_type' from Tempest config file. 2020-09-19 07:36:06.986 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ed46fbec-8ec5-4949-bc24-5a73439e6d0c' has been removed. 2020-09-19 07:36:07.016 94 INFO rally.task.context [-] Verification af7632b6-5ec7-4604-b188-cab4b341e355 | Context tempest@default cleanup() finished in 0.69 sec 2020-09-19 07:36:07.158 94 INFO rally.api [-] Verification (UUID=72d33285-baa7-4d94-b01b-bddb1300676c) has been successfully finished for deployment 'opnfv-rally' (UUID=0212ac6f-fada-4fc0-a39e-28b9f604955c)! 2020-09-19 07:36:19.263 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:36:19.267 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:36:19.269 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:36:32.907 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:36:32.912 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:36:32.914 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:36:50.919 151 INFO rally.api [-] Building 'html' report for the following verification(s): '72d33285-baa7-4d94-b01b-bddb1300676c' 2020-09-19 07:36:51.149 151 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:37:03.144 158 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:37:03.149 158 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:37:03.150 158 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:37:21.193 158 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '72d33285-baa7-4d94-b01b-bddb1300676c' 2020-09-19 07:37:21.322 158 INFO rally.api [-] The report has been successfully built.