2021-08-17 09:58:30.128 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:30.129 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:30.129 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:33.048 8 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-08-17 09:58:33.048 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:58:33.048 8 ERROR rally.cli.cliutils 2021-08-17 09:58:34.982 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:34.983 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:34.983 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:39.881 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:39.882 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:39.882 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:45.225 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:45.226 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:45.226 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:46.802 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:46.802 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:46.802 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:49.705 18 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-08-17 09:58:49.705 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:58:49.705 18 ERROR rally.cli.cliutils 2021-08-17 09:58:51.510 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:51.511 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:51.511 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:54.032 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:58:54.076 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7f164545-8f81-40a1-b641-42076710fbcf/repo. 2021-08-17 09:58:54.393 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7f164545-8f81-40a1-b641-42076710fbcf/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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-08-17 09:58:54.432 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:58:54.438 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:58:54.447 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:58:54.506 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:58:55.305 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f164545-8f81-40a1-b641-42076710fbcf) has been successfully created! 2021-08-17 09:58:57.108 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:57.108 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:57.109 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:59:02.444 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:59:02.445 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:59:02.445 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:59:05.128 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7f164545-8f81-40a1-b641-42076710fbcf) for deployment 'opnfv-rally' (UUID=dce5be9d-5dbe-424a-98bf-3642ec770042). 2021-08-17 09:59:05.750 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f164545-8f81-40a1-b641-42076710fbcf) has been successfully configured for deployment 'opnfv-rally' (UUID=dce5be9d-5dbe-424a-98bf-3642ec770042)! 2021-08-17 09:59:16.783 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:59:16.783 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:59:16.783 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:59:19.305 36 INFO rally.api [-] Starting verification (UUID=05e2b4fb-56b1-4699-8ce8-af992a948ed0) for deployment 'opnfv-rally' (UUID=dce5be9d-5dbe-424a-98bf-3642ec770042) by verifier 'opnfv-tempest' (UUID=7f164545-8f81-40a1-b641-42076710fbcf). 2021-08-17 09:59:20.123 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-08-17 09:59:20.171 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:59:20.172 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f164545-8f81-40a1-b641-42076710fbcf/for-deployment-dce5be9d-5dbe-424a-98bf-3642ec770042/tempest.log' to option 'log_file'. 2021-08-17 09:59:20.172 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7f164545-8f81-40a1-b641-42076710fbcf/for-deployment-dce5be9d-5dbe-424a-98bf-3642ec770042/tempest.log 2021-08-17 09:59:20.172 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:59:20.172 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f164545-8f81-40a1-b641-42076710fbcf/for-deployment-dce5be9d-5dbe-424a-98bf-3642ec770042/lock_files' to option 'lock_path'. 2021-08-17 09:59:20.172 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7f164545-8f81-40a1-b641-42076710fbcf/for-deployment-dce5be9d-5dbe-424a-98bf-3642ec770042/lock_files 2021-08-17 09:59:20.172 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:59:20.173 36 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-08-17 09:59:20.173 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3a6340e9-d52d-4561-b24e-4fd23276325e 2021-08-17 09:59:20.173 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 457c00c1-ab75-46f8-aefd-6d3af9d202d3 2021-08-17 09:59:20.173 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2c4738b1-6333-4813-8d14-561b83868011 2021-08-17 09:59:20.174 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 12c3920c-caf9-446e-8a57-ba8c2f155b17 2021-08-17 09:59:20.483 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:59:20.484 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_4a22114b-3764-41a8-977e-06a5ef0c52d6 2021-08-17 09:59:20.484 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:59:20.582 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:59:20.618 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-17 09:59:20.619 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_05e2b4fb_Zbboihx7' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-17 09:59:20.657 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_05e2b4fb_Zbboihx7' (ID = 6f2780de-e8af-461f-a0f1-2f2d6d321e7f) has been successfully created! 2021-08-17 09:59:20.657 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6f2780de-e8af-461f-a0f1-2f2d6d321e7f' to option 'instance_type'. 2021-08-17 09:59:20.657 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6f2780de-e8af-461f-a0f1-2f2d6d321e7f 2021-08-17 09:59:20.659 36 INFO rally.task.context [-] Verification 7f164545-8f81-40a1-b641-42076710fbcf | Context tempest@default setup() finished in 1.16 sec 2021-08-17 09:59:20.660 36 INFO rally.task.context [-] Verification 7f164545-8f81-40a1-b641-42076710fbcf | Context testr@default setup() finished in 0.59 msec 2021-08-17 09:59:20.660 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8b6a057d-51dd-4b6c-90a3-1f9f6338db89'. 2021-08-17 09:59:26.451 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.236s] 2021-08-17 09:59:26.591 36 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.230s] 2021-08-17 09:59:26.656 36 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.065s] 2021-08-17 09:59:26.864 36 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.508s] 2021-08-17 09:59:48.578 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.715s] 2021-08-17 09:59:48.884 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.306s] 2021-08-17 09:59:49.230 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.345s] 2021-08-17 09:59:49.739 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.509s] 2021-08-17 09:59:50.090 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.350s] 2021-08-17 09:59:50.258 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.167s] 2021-08-17 09:59:50.422 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.164s] 2021-08-17 09:59:50.586 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.163s] 2021-08-17 09:59:50.682 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.096s] 2021-08-17 09:59:50.837 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.154s] 2021-08-17 09:59:51.182 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.345s] 2021-08-17 09:59:53.439 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [17.277s] 2021-08-17 10:00:06.911 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.507s] 2021-08-17 10:00:07.072 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.160s] 2021-08-17 10:00:07.394 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.321s] 2021-08-17 10:00:07.547 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.152s] 2021-08-17 10:00:07.547 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-08-17 10:00:09.511 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [16.071s] 2021-08-17 10:00:09.654 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [19.812s] 2021-08-17 10:00:09.821 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2021-08-17 10:00:10.204 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.382s] 2021-08-17 10:00:10.367 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.160s] 2021-08-17 10:00:10.368 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-08-17 10:00:13.681 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.315s] 2021-08-17 10:00:13.903 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.222s] 2021-08-17 10:00:14.125 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.221s] 2021-08-17 10:00:14.492 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.367s] 2021-08-17 10:00:14.841 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.348s] 2021-08-17 10:00:15.184 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.343s] 2021-08-17 10:00:19.920 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2021-08-17 10:00:21.621 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.300s] 2021-08-17 10:00:21.717 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.096s] 2021-08-17 10:00:23.489 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.229s] 2021-08-17 10:00:23.518 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2021-08-17 10:00:31.983 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.913s] 2021-08-17 10:00:32.385 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.461s] 2021-08-17 10:00:37.010 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.082s] 2021-08-17 10:00:38.337 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.351s] 2021-08-17 10:00:38.526 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.087s] 2021-08-17 10:00:38.544 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2021-08-17 10:00:38.869 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.323s] 2021-08-17 10:00:38.885 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2021-08-17 10:00:38.904 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.019s] 2021-08-17 10:00:38.945 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.041s] 2021-08-17 10:00:39.035 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.089s] 2021-08-17 10:00:39.130 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2021-08-17 10:00:39.599 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.468s] 2021-08-17 10:00:39.625 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.026s] 2021-08-17 10:00:39.791 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.165s] 2021-08-17 10:00:40.189 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.853s] 2021-08-17 10:00:40.252 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2021-08-17 10:00:40.321 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.068s] 2021-08-17 10:00:44.307 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.293s] 2021-08-17 10:00:51.134 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.811s] 2021-08-17 10:00:51.212 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.079s] 2021-08-17 10:00:51.268 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.055s] 2021-08-17 10:01:01.166 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.899s] 2021-08-17 10:01:01.435 36 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-08-17 10:01:04.040 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.529s] 2021-08-17 10:01:04.552 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.506s] 2021-08-17 10:01:09.324 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.759s] 2021-08-17 10:01:17.007 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.448s] 2021-08-17 10:01:18.092 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.767s] 2021-08-17 10:01:24.131 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.088s] 2021-08-17 10:01:25.943 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.850s] 2021-08-17 10:01:29.686 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.743s] 2021-08-17 10:01:44.822 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.809s] 2021-08-17 10:01:47.547 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.413s] 2021-08-17 10:01:55.479 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.932s] 2021-08-17 10:02:01.952 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.126s] 2021-08-17 10:02:04.784 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [35.093s] 2021-08-17 10:02:06.328 36 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [71.687s] 2021-08-17 10:02:06.630 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.849s] 2021-08-17 10:02:09.547 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.892s] 2021-08-17 10:02:12.959 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.479s] 2021-08-17 10:02:13.274 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.314s] 2021-08-17 10:02:15.959 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [14.005s] 2021-08-17 10:02:18.900 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2021-08-17 10:02:18.924 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2021-08-17 10:02:18.945 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2021-08-17 10:02:20.369 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.133s] 2021-08-17 10:02:20.385 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.016s] 2021-08-17 10:02:20.519 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.132s] 2021-08-17 10:02:20.526 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2021-08-17 10:02:20.541 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2021-08-17 10:02:21.415 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.532s] 2021-08-17 10:02:21.563 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.575s] 2021-08-17 10:02:22.489 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.924s] 2021-08-17 10:02:23.072 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.953s] 2021-08-17 10:02:23.325 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.836s] 2021-08-17 10:02:23.789 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.717s] 2021-08-17 10:02:23.877 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.551s] 2021-08-17 10:02:24.585 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.706s] 2021-08-17 10:02:25.102 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.518s] 2021-08-17 10:02:25.648 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.546s] 2021-08-17 10:02:25.783 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.987s] 2021-08-17 10:02:26.389 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.740s] 2021-08-17 10:02:26.592 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.814s] 2021-08-17 10:02:26.818 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.429s] 2021-08-17 10:02:26.934 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.516s] 2021-08-17 10:02:27.470 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.650s] 2021-08-17 10:02:27.872 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.276s] 2021-08-17 10:02:28.128 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.659s] 2021-08-17 10:02:28.579 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.707s] 2021-08-17 10:02:28.951 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.822s] 2021-08-17 10:02:29.858 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.906s] 2021-08-17 10:02:30.395 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.812s] 2021-08-17 10:02:30.426 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.036s] 2021-08-17 10:02:30.461 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.603s] 2021-08-17 10:02:30.886 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.424s] 2021-08-17 10:02:31.591 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.704s] 2021-08-17 10:02:32.024 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-08-17 10:02:32.243 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.652s] 2021-08-17 10:02:32.809 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.565s] 2021-08-17 10:02:33.641 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.173s] 2021-08-17 10:02:34.109 36 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [27.767s] 2021-08-17 10:02:35.263 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2021-08-17 10:02:37.876 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.404s] 2021-08-17 10:02:38.201 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.324s] 2021-08-17 10:02:39.823 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.029s] 2021-08-17 10:02:40.023 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.198s] 2021-08-17 10:02:40.163 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.141s] 2021-08-17 10:02:43.627 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2021-08-17 10:02:43.635 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.007s] 2021-08-17 10:02:43.679 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.043s] 2021-08-17 10:02:43.709 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.030s] 2021-08-17 10:02:43.749 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.039s] 2021-08-17 10:02:43.818 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.067s] 2021-08-17 10:02:43.873 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.055s] 2021-08-17 10:02:43.934 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.060s] 2021-08-17 10:02:44.086 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.151s] 2021-08-17 10:02:44.139 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.052s] 2021-08-17 10:02:44.826 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.086s] 2021-08-17 10:02:46.649 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.391s] 2021-08-17 10:02:50.033 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [1.457s] 2021-08-17 10:02:51.454 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.422s] 2021-08-17 10:02:54.630 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.175s] 2021-08-17 10:02:56.393 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.858s] 2021-08-17 10:02:56.446 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.054s] 2021-08-17 10:02:56.860 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.413s] 2021-08-17 10:02:57.702 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.072s] 2021-08-17 10:02:58.112 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.251s] 2021-08-17 10:03:00.924 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.221s] 2021-08-17 10:03:02.190 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.265s] 2021-08-17 10:03:02.738 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.625s] 2021-08-17 10:03:02.782 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.044s] 2021-08-17 10:03:02.826 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.044s] 2021-08-17 10:03:03.384 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.193s] 2021-08-17 10:03:06.021 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.631s] 2021-08-17 10:03:07.211 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.194s] 2021-08-17 10:03:07.401 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.190s] 2021-08-17 10:03:07.539 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.138s] 2021-08-17 10:03:07.653 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.114s] 2021-08-17 10:03:07.709 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.055s] 2021-08-17 10:03:07.758 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2021-08-17 10:03:07.858 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2021-08-17 10:03:07.959 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.100s] 2021-08-17 10:03:08.011 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2021-08-17 10:03:08.199 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.187s] 2021-08-17 10:03:10.754 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.553s] 2021-08-17 10:03:13.820 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.315s] 2021-08-17 10:03:14.095 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.276s] 2021-08-17 10:03:14.452 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.195s] 2021-08-17 10:03:15.118 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.664s] 2021-08-17 10:03:15.397 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.278s] 2021-08-17 10:03:15.906 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.508s] 2021-08-17 10:03:16.405 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.497s] 2021-08-17 10:03:16.966 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.559s] 2021-08-17 10:03:17.462 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.495s] 2021-08-17 10:03:17.503 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.042s] 2021-08-17 10:03:17.516 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.014s] 2021-08-17 10:03:17.531 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.014s] 2021-08-17 10:03:17.543 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.013s] 2021-08-17 10:03:19.321 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.221s] 2021-08-17 10:03:23.524 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.249s] 2021-08-17 10:03:23.808 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.284s] 2021-08-17 10:03:25.149 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.893s] 2021-08-17 10:03:33.457 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.305s] 2021-08-17 10:03:33.805 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.993s] 2021-08-17 10:03:41.556 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.098s] 2021-08-17 10:03:42.262 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.117s] 2021-08-17 10:03:42.355 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.092s] 2021-08-17 10:03:49.125 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.065s] 2021-08-17 10:03:49.182 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.056s] 2021-08-17 10:03:49.248 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.066s] 2021-08-17 10:03:49.609 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.360s] 2021-08-17 10:03:49.760 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.150s] 2021-08-17 10:03:50.075 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.316s] 2021-08-17 10:03:50.124 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.050s] 2021-08-17 10:03:50.192 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.068s] 2021-08-17 10:03:50.273 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.080s] 2021-08-17 10:03:50.348 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.075s] 2021-08-17 10:03:50.406 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.058s] 2021-08-17 10:03:50.525 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.118s] 2021-08-17 10:03:50.791 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.263s] 2021-08-17 10:03:50.865 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.075s] 2021-08-17 10:03:50.932 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.068s] 2021-08-17 10:03:57.737 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2021-08-17 10:03:57.761 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.024s] 2021-08-17 10:03:57.804 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.043s] 2021-08-17 10:03:57.842 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.037s] 2021-08-17 10:03:57.855 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2021-08-17 10:03:57.867 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2021-08-17 10:03:57.879 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2021-08-17 10:03:57.922 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.043s] 2021-08-17 10:03:57.939 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.017s] 2021-08-17 10:03:57.985 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.045s] 2021-08-17 10:03:57.995 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2021-08-17 10:03:58.050 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.055s] 2021-08-17 10:03:58.115 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.064s] 2021-08-17 10:03:58.160 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.045s] 2021-08-17 10:03:58.219 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.060s] 2021-08-17 10:03:58.233 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2021-08-17 10:03:58.278 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2021-08-17 10:03:58.327 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2021-08-17 10:03:58.372 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.044s] 2021-08-17 10:03:58.415 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.042s] 2021-08-17 10:04:01.270 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.184s] 2021-08-17 10:04:01.318 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.047s] 2021-08-17 10:04:02.525 36 INFO rally.task.context [-] Verification 7f164545-8f81-40a1-b641-42076710fbcf | Context testr@default cleanup() started 2021-08-17 10:04:02.526 36 INFO rally.task.context [-] Verification 7f164545-8f81-40a1-b641-42076710fbcf | Context testr@default cleanup() finished in 0.77 msec 2021-08-17 10:04:02.526 36 INFO rally.task.context [-] Verification 7f164545-8f81-40a1-b641-42076710fbcf | Context tempest@default cleanup() started 2021-08-17 10:04:02.651 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-08-17 10:04:02.725 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-08-17 10:04:02.753 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_05e2b4fb_Zbboihx7'. 2021-08-17 10:04:02.960 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_05e2b4fb_Zbboihx7' has been deleted. 2021-08-17 10:04:02.961 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6f2780de-e8af-461f-a0f1-2f2d6d321e7f' of option 'instance_type' from Tempest config file. 2021-08-17 10:04:02.961 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6f2780de-e8af-461f-a0f1-2f2d6d321e7f' has been removed. 2021-08-17 10:04:02.962 36 INFO rally.task.context [-] Verification 7f164545-8f81-40a1-b641-42076710fbcf | Context tempest@default cleanup() finished in 0.44 sec 2021-08-17 10:04:02.976 36 INFO rally.api [-] Verification (UUID=05e2b4fb-56b1-4699-8ce8-af992a948ed0) has been successfully finished for deployment 'opnfv-rally' (UUID=dce5be9d-5dbe-424a-98bf-3642ec770042)! 2021-08-17 10:04:04.953 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:04:04.953 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:04:04.953 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:04:07.041 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:04:07.042 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:04:07.042 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:04:09.628 79 INFO rally.api [-] Building 'html' report for the following verification(s): '05e2b4fb-56b1-4699-8ce8-af992a948ed0' 2021-08-17 10:04:09.655 79 INFO rally.api [-] The report has been successfully built. 2021-08-17 10:04:11.390 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:04:11.390 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:04:11.390 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:04:14.080 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '05e2b4fb-56b1-4699-8ce8-af992a948ed0' 2021-08-17 10:04:14.091 81 INFO rally.api [-] The report has been successfully built.