2021-01-30 22:57:36.018 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:57:36.018 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:57:36.018 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:57:38.743 24 ERROR rally.cli.cliutils 2021-01-30 22:57:41.153 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:57:41.153 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:57:41.154 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:57:46.007 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:57:46.007 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:57:46.008 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:57:52.553 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:57:52.553 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:57:52.554 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:57:54.456 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:57:54.457 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:57:54.457 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:57:57.121 34 ERROR rally.cli.cliutils 2021-01-30 22:57:59.006 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:57:59.007 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:57:59.007 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:58:01.667 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 22:58:01.721 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-49e71aa9-194f-4425-8ba2-2b7787334650/repo. 2021-01-30 22:58:02.033 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-49e71aa9-194f-4425-8ba2-2b7787334650/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-01-30 22:58:02.079 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 22:58:02.089 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 22:58:02.111 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 22:58:02.206 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 22:58:03.149 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49e71aa9-194f-4425-8ba2-2b7787334650) has been successfully created! 2021-01-30 22:58:05.424 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:58:05.424 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:58:05.424 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:58:11.815 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:58:11.815 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:58:11.816 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:58:14.589 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=49e71aa9-194f-4425-8ba2-2b7787334650) for deployment 'opnfv-rally' (UUID=6698cb65-7a25-4a3d-b5b6-d792823ac1f0). 2021-01-30 22:58:15.358 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49e71aa9-194f-4425-8ba2-2b7787334650) has been successfully configured for deployment 'opnfv-rally' (UUID=6698cb65-7a25-4a3d-b5b6-d792823ac1f0)! 2021-01-30 22:58:26.220 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:58:26.220 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:58:26.220 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:58:28.865 52 INFO rally.api [-] Starting verification (UUID=400c6197-65b0-40f2-b4d3-b378c31f81d2) for deployment 'opnfv-rally' (UUID=6698cb65-7a25-4a3d-b5b6-d792823ac1f0) by verifier 'opnfv-tempest' (UUID=49e71aa9-194f-4425-8ba2-2b7787334650). 2021-01-30 22:58:29.782 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 22:58:29.855 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 22:58:29.855 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-49e71aa9-194f-4425-8ba2-2b7787334650/for-deployment-6698cb65-7a25-4a3d-b5b6-d792823ac1f0/tempest.log' to option 'log_file'. 2021-01-30 22:58:29.856 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-49e71aa9-194f-4425-8ba2-2b7787334650/for-deployment-6698cb65-7a25-4a3d-b5b6-d792823ac1f0/tempest.log 2021-01-30 22:58:29.857 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 22:58:29.857 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-49e71aa9-194f-4425-8ba2-2b7787334650/for-deployment-6698cb65-7a25-4a3d-b5b6-d792823ac1f0/lock_files' to option 'lock_path'. 2021-01-30 22:58:29.857 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-49e71aa9-194f-4425-8ba2-2b7787334650/for-deployment-6698cb65-7a25-4a3d-b5b6-d792823ac1f0/lock_files 2021-01-30 22:58:29.858 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 22:58:29.858 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-01-30 22:58:29.859 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9d3ca9db-659c-4870-9bfb-19ca66335763 2021-01-30 22:58:29.859 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9e4bb669-a2e3-4981-b710-eb6774561a30 2021-01-30 22:58:29.860 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9c787918-6238-4530-8379-408273f3456e 2021-01-30 22:58:29.861 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c2616109-9e6c-453b-8b93-12efe6e9aabe 2021-01-30 22:58:30.180 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 22:58:30.181 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_19399e11-1eb2-46a2-bbb0-a92275ad5c26 2021-01-30 22:58:30.181 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 22:58:30.313 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 22:58:30.350 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 22:58:30.351 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_400c6197_wY1I3UyI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 22:58:30.391 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_400c6197_wY1I3UyI' (ID = 122f4e0f-ba0a-4f2a-abfa-25f0a0aee7fb) has been successfully created! 2021-01-30 22:58:30.392 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '122f4e0f-ba0a-4f2a-abfa-25f0a0aee7fb' to option 'instance_type'. 2021-01-30 22:58:30.393 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 122f4e0f-ba0a-4f2a-abfa-25f0a0aee7fb 2021-01-30 22:58:30.394 52 INFO rally.task.context [-] Verification 49e71aa9-194f-4425-8ba2-2b7787334650 | Context tempest@default setup() finished in 1.01 sec 2021-01-30 22:58:30.396 52 INFO rally.task.context [-] Verification 49e71aa9-194f-4425-8ba2-2b7787334650 | Context testr@default setup() finished in 0.71 msec 2021-01-30 22:58:30.396 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/051d2ac3-56fd-404c-b7a2-45fd1dbea6c1'. 2021-01-30 22:58:44.359 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.262s] 2021-01-30 22:58:44.499 52 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.158s] 2021-01-30 22:58:44.586 52 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.085s] 2021-01-30 22:58:48.819 52 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.661s] 2021-01-30 22:59:10.280 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.714s] 2021-01-30 22:59:10.442 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.161s] 2021-01-30 22:59:10.490 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.369s] 2021-01-30 22:59:10.774 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.328s] 2021-01-30 22:59:10.850 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.360s] 2021-01-30 22:59:10.931 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.156s] 2021-01-30 22:59:10.933 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-01-30 22:59:11.207 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.356s] 2021-01-30 22:59:11.638 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.430s] 2021-01-30 22:59:11.941 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.304s] 2021-01-30 22:59:12.111 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.170s] 2021-01-30 22:59:12.321 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.206s] 2021-01-30 22:59:12.489 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.166s] 2021-01-30 22:59:12.597 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.105s] 2021-01-30 22:59:12.785 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.186s] 2021-01-30 22:59:13.117 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.331s] 2021-01-30 22:59:18.244 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.354s] 2021-01-30 22:59:18.415 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.169s] 2021-01-30 22:59:18.781 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.366s] 2021-01-30 22:59:18.945 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.162s] 2021-01-30 22:59:18.948 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-01-30 22:59:25.905 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.645s] 2021-01-30 22:59:29.986 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.171s] 2021-01-30 22:59:42.754 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.101s] 2021-01-30 22:59:42.776 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.022s] 2021-01-30 22:59:43.137 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.360s] 2021-01-30 22:59:43.161 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.024s] 2021-01-30 22:59:43.190 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.027s] 2021-01-30 22:59:43.237 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.046s] 2021-01-30 22:59:43.333 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.095s] 2021-01-30 22:59:43.442 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.108s] 2021-01-30 22:59:43.825 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.383s] 2021-01-30 22:59:43.855 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.030s] 2021-01-30 22:59:44.047 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.190s] 2021-01-30 22:59:45.469 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.473s] 2021-01-30 22:59:51.260 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.731s] 2021-01-30 22:59:51.443 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.116s] 2021-01-30 22:59:53.320 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [27.409s] 2021-01-30 22:59:55.412 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.369s] 2021-01-30 22:59:56.217 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.804s] 2021-01-30 22:59:56.912 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.695s] 2021-01-30 23:00:00.874 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.403s] 2021-01-30 23:00:00.918 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.040s] 2021-01-30 23:00:05.005 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.485s] 2021-01-30 23:00:08.684 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.246s] 2021-01-30 23:00:14.469 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.591s] 2021-01-30 23:00:14.915 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.115s] 2021-01-30 23:00:15.013 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.540s] 2021-01-30 23:00:18.160 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.686s] 2021-01-30 23:00:19.185 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.269s] 2021-01-30 23:00:26.774 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.140s] 2021-01-30 23:00:26.909 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.135s] 2021-01-30 23:00:34.111 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.951s] 2021-01-30 23:00:36.433 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.558s] 2021-01-30 23:00:40.902 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.003s] 2021-01-30 23:00:41.081 52 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-01-30 23:00:48.790 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.360s] 2021-01-30 23:00:55.310 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.311s] 2021-01-30 23:00:55.523 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.213s] 2021-01-30 23:00:55.761 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.235s] 2021-01-30 23:00:56.152 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.391s] 2021-01-30 23:00:56.638 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.485s] 2021-01-30 23:00:57.000 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.361s] 2021-01-30 23:01:09.267 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.473s] 2021-01-30 23:01:26.621 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.343s] 2021-01-30 23:01:41.762 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.017s] 2021-01-30 23:01:51.655 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [77.511s] 2021-01-30 23:01:55.106 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.142s] 2021-01-30 23:01:55.197 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.092s] 2021-01-30 23:01:55.624 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.427s] 2021-01-30 23:01:57.343 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.717s] 2021-01-30 23:02:02.687 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.342s] 2021-01-30 23:02:02.759 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.070s] 2021-01-30 23:02:02.826 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.067s] 2021-01-30 23:02:06.640 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.561s] 2021-01-30 23:02:12.846 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.962s] 2021-01-30 23:02:13.713 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.868s] 2021-01-30 23:02:14.665 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.951s] 2021-01-30 23:02:15.576 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.907s] 2021-01-30 23:02:15.658 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.934s] 2021-01-30 23:02:16.364 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.704s] 2021-01-30 23:02:16.465 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.879s] 2021-01-30 23:02:17.354 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.891s] 2021-01-30 23:02:17.873 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.517s] 2021-01-30 23:02:18.373 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.500s] 2021-01-30 23:02:18.438 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.065s] 2021-01-30 23:02:18.854 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.481s] 2021-01-30 23:02:18.979 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.537s] 2021-01-30 23:02:19.877 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.019s] 2021-01-30 23:02:20.202 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.214s] 2021-01-30 23:02:20.518 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.643s] 2021-01-30 23:02:21.029 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.826s] 2021-01-30 23:02:21.049 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.530s] 2021-01-30 23:02:21.623 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.571s] 2021-01-30 23:02:22.562 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.938s] 2021-01-30 23:02:22.758 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.717s] 2021-01-30 23:02:22.905 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.147s] 2021-01-30 23:02:23.079 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.516s] 2021-01-30 23:02:23.565 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.485s] 2021-01-30 23:02:24.063 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.497s] 2021-01-30 23:02:24.568 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.502s] 2021-01-30 23:02:26.500 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.275s] 2021-01-30 23:02:32.089 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.416s] 2021-01-30 23:02:32.558 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.468s] 2021-01-30 23:02:33.643 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.425s] 2021-01-30 23:02:34.023 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.377s] 2021-01-30 23:02:36.434 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.385s] 2021-01-30 23:02:36.596 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.160s] 2021-01-30 23:02:37.474 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.818s] 2021-01-30 23:02:40.741 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.515s] 2021-01-30 23:02:43.778 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.339s] 2021-01-30 23:02:44.127 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.346s] 2021-01-30 23:02:50.135 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.550s] 2021-01-30 23:02:51.066 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.090s] 2021-01-30 23:02:51.101 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.033s] 2021-01-30 23:02:51.190 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.089s] 2021-01-30 23:02:54.510 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.374s] 2021-01-30 23:02:58.922 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.410s] 2021-01-30 23:03:00.676 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2021-01-30 23:03:00.695 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.015s] 2021-01-30 23:03:00.776 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.080s] 2021-01-30 23:03:00.858 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.081s] 2021-01-30 23:03:00.927 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.065s] 2021-01-30 23:03:01.031 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.103s] 2021-01-30 23:03:01.119 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.089s] 2021-01-30 23:03:01.233 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.113s] 2021-01-30 23:03:01.309 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.076s] 2021-01-30 23:03:01.430 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.119s] 2021-01-30 23:03:03.185 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.259s] 2021-01-30 23:03:07.459 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.270s] 2021-01-30 23:03:09.871 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.411s] 2021-01-30 23:03:10.573 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.210s] 2021-01-30 23:03:10.601 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2021-01-30 23:03:10.786 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.181s] 2021-01-30 23:03:10.803 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.015s] 2021-01-30 23:03:10.833 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.027s] 2021-01-30 23:03:13.770 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [29.629s] 2021-01-30 23:03:13.942 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.068s] 2021-01-30 23:03:19.040 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.095s] 2021-01-30 23:03:23.774 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.731s] 2021-01-30 23:03:24.058 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.281s] 2021-01-30 23:03:24.242 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.181s] 2021-01-30 23:03:24.410 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.167s] 2021-01-30 23:03:24.486 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2021-01-30 23:03:24.562 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.075s] 2021-01-30 23:03:24.696 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.134s] 2021-01-30 23:03:24.843 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.146s] 2021-01-30 23:03:24.943 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.099s] 2021-01-30 23:03:25.022 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.075s] 2021-01-30 23:03:25.775 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.468s] 2021-01-30 23:03:30.185 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.162s] 2021-01-30 23:03:33.542 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.059s] 2021-01-30 23:03:34.654 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.873s] 2021-01-30 23:03:42.711 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.332s] 2021-01-30 23:03:43.315 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.649s] 2021-01-30 23:03:45.210 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.668s] 2021-01-30 23:03:48.082 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.369s] 2021-01-30 23:03:48.691 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.351s] 2021-01-30 23:03:48.773 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.078s] 2021-01-30 23:03:50.326 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.238s] 2021-01-30 23:03:50.422 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.097s] 2021-01-30 23:03:50.536 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.112s] 2021-01-30 23:03:55.239 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.028s] 2021-01-30 23:04:00.090 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.846s] 2021-01-30 23:04:02.114 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.569s] 2021-01-30 23:04:02.189 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2021-01-30 23:04:02.265 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.073s] 2021-01-30 23:04:08.061 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.249s] 2021-01-30 23:04:08.929 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.865s] 2021-01-30 23:04:09.354 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.424s] 2021-01-30 23:04:09.815 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.462s] 2021-01-30 23:04:10.364 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.546s] 2021-01-30 23:04:11.262 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.892s] 2021-01-30 23:04:11.851 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.594s] 2021-01-30 23:04:11.933 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.082s] 2021-01-30 23:04:11.963 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2021-01-30 23:04:11.990 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2021-01-30 23:04:12.021 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.029s] 2021-01-30 23:04:15.646 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-01-30 23:04:19.570 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2021-01-30 23:04:25.261 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.016s] 2021-01-30 23:04:25.302 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.040s] 2021-01-30 23:04:25.363 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.060s] 2021-01-30 23:04:25.407 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.043s] 2021-01-30 23:04:25.426 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2021-01-30 23:04:25.444 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.018s] 2021-01-30 23:04:25.458 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.014s] 2021-01-30 23:04:25.523 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.061s] 2021-01-30 23:04:25.542 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.016s] 2021-01-30 23:04:25.604 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.061s] 2021-01-30 23:04:25.622 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.017s] 2021-01-30 23:04:25.710 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.086s] 2021-01-30 23:04:25.795 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.084s] 2021-01-30 23:04:25.863 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.067s] 2021-01-30 23:04:25.941 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.077s] 2021-01-30 23:04:25.958 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.016s] 2021-01-30 23:04:26.017 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.058s] 2021-01-30 23:04:26.176 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.155s] 2021-01-30 23:04:26.241 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.067s] 2021-01-30 23:04:26.311 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.070s] 2021-01-30 23:04:40.797 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.697s] 2021-01-30 23:04:42.291 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.500s] 2021-01-30 23:04:52.136 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.072s] 2021-01-30 23:04:52.218 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.079s] 2021-01-30 23:04:52.296 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.078s] 2021-01-30 23:04:52.798 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.500s] 2021-01-30 23:04:52.977 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.176s] 2021-01-30 23:04:53.518 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.540s] 2021-01-30 23:04:53.601 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.082s] 2021-01-30 23:04:53.686 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.085s] 2021-01-30 23:04:53.787 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.100s] 2021-01-30 23:04:53.894 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.106s] 2021-01-30 23:04:53.980 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.085s] 2021-01-30 23:04:54.134 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.151s] 2021-01-30 23:04:54.291 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.157s] 2021-01-30 23:04:54.377 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.084s] 2021-01-30 23:04:54.463 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.086s] 2021-01-30 23:05:07.829 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.709s] 2021-01-30 23:05:13.724 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.889s] 2021-01-30 23:05:20.153 52 INFO rally.task.context [-] Verification 49e71aa9-194f-4425-8ba2-2b7787334650 | Context testr@default cleanup() started 2021-01-30 23:05:20.154 52 INFO rally.task.context [-] Verification 49e71aa9-194f-4425-8ba2-2b7787334650 | Context testr@default cleanup() finished in 0.88 msec 2021-01-30 23:05:20.155 52 INFO rally.task.context [-] Verification 49e71aa9-194f-4425-8ba2-2b7787334650 | Context tempest@default cleanup() started 2021-01-30 23:05:20.644 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 23:05:20.751 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 23:05:20.792 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_400c6197_wY1I3UyI'. 2021-01-30 23:05:21.023 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_400c6197_wY1I3UyI' has been deleted. 2021-01-30 23:05:21.024 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '122f4e0f-ba0a-4f2a-abfa-25f0a0aee7fb' of option 'instance_type' from Tempest config file. 2021-01-30 23:05:21.025 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '122f4e0f-ba0a-4f2a-abfa-25f0a0aee7fb' has been removed. 2021-01-30 23:05:21.027 52 INFO rally.task.context [-] Verification 49e71aa9-194f-4425-8ba2-2b7787334650 | Context tempest@default cleanup() finished in 0.87 sec 2021-01-30 23:05:21.058 52 INFO rally.api [-] Verification (UUID=400c6197-65b0-40f2-b4d3-b378c31f81d2) has been successfully finished for deployment 'opnfv-rally' (UUID=6698cb65-7a25-4a3d-b5b6-d792823ac1f0)! 2021-01-30 23:05:23.427 93 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:05:23.428 93 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:05:23.428 93 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:05:25.365 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:05:25.365 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:05:25.366 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:05:28.031 95 INFO rally.api [-] Building 'html' report for the following verification(s): '400c6197-65b0-40f2-b4d3-b378c31f81d2' 2021-01-30 23:05:28.052 95 INFO rally.api [-] The report has been successfully built. 2021-01-30 23:05:29.921 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:05:29.921 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:05:29.921 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:05:32.606 97 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '400c6197-65b0-40f2-b4d3-b378c31f81d2' 2021-01-30 23:05:32.615 97 INFO rally.api [-] The report has been successfully built.