2021-06-08 08:04:33.739 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:33.740 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:33.740 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:04:35.798 7 ERROR rally.cli.cliutils 2021-06-08 08:04:37.215 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:37.215 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:37.215 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:41.159 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:41.159 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:41.159 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:45.388 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:45.388 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:45.388 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:46.709 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:46.709 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:46.710 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:48.789 16 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-06-08 08:04:48.789 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils force=force) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:04:48.789 16 ERROR rally.cli.cliutils 2021-06-08 08:04:50.332 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:50.333 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:50.333 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:52.455 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 08:04:52.543 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-46c6be9c-f9a8-409b-a28b-a8ed49e44e49/repo. 2021-06-08 08:04:52.887 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-46c6be9c-f9a8-409b-a28b-a8ed49e44e49/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2021-06-08 08:04:52.903 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 08:04:52.915 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 08:04:52.935 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 08:04:53.002 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 08:04:53.638 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46c6be9c-f9a8-409b-a28b-a8ed49e44e49) has been successfully created! 2021-06-08 08:04:55.285 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:55.286 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:55.286 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:04:59.846 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:04:59.846 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:04:59.847 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:05:01.832 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=46c6be9c-f9a8-409b-a28b-a8ed49e44e49) for deployment 'opnfv-rally' (UUID=c45190c0-3f20-4dca-8b52-3d8cdb7582b4). 2021-06-08 08:05:03.262 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46c6be9c-f9a8-409b-a28b-a8ed49e44e49) has been successfully configured for deployment 'opnfv-rally' (UUID=c45190c0-3f20-4dca-8b52-3d8cdb7582b4)! 2021-06-08 08:05:11.672 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:05:11.672 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:05:11.672 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:05:13.829 33 INFO rally.api [-] Starting verification (UUID=1199c300-590f-46fc-8be7-f58a8a393454) for deployment 'opnfv-rally' (UUID=c45190c0-3f20-4dca-8b52-3d8cdb7582b4) by verifier 'opnfv-tempest' (UUID=46c6be9c-f9a8-409b-a28b-a8ed49e44e49). 2021-06-08 08:05:14.554 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 08:05:14.554 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46c6be9c-f9a8-409b-a28b-a8ed49e44e49/for-deployment-c45190c0-3f20-4dca-8b52-3d8cdb7582b4/tempest.log' to option 'log_file'. 2021-06-08 08:05:14.555 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-46c6be9c-f9a8-409b-a28b-a8ed49e44e49/for-deployment-c45190c0-3f20-4dca-8b52-3d8cdb7582b4/tempest.log 2021-06-08 08:05:14.555 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 08:05:14.555 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46c6be9c-f9a8-409b-a28b-a8ed49e44e49/for-deployment-c45190c0-3f20-4dca-8b52-3d8cdb7582b4/lock_files' to option 'lock_path'. 2021-06-08 08:05:14.556 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-46c6be9c-f9a8-409b-a28b-a8ed49e44e49/for-deployment-c45190c0-3f20-4dca-8b52-3d8cdb7582b4/lock_files 2021-06-08 08:05:14.556 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 08:05:14.557 33 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-06-08 08:05:14.557 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3c021899-6864-4c8d-beda-a30fc8587c23 2021-06-08 08:05:14.557 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b9e383f3-8f83-4608-bf4c-6fe1fabd50f8 2021-06-08 08:05:14.558 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ec7f26ee-0660-47fb-84f0-12658d2be465 2021-06-08 08:05:14.559 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 64c78caf-f0d5-4266-a973-a78832740b29 2021-06-08 08:05:14.801 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 08:05:14.802 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_4477c805-6d38-4b9f-9a42-d1ffb20e0b49 2021-06-08 08:05:14.803 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 08:05:14.889 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 08:05:14.933 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_23b21e38_kNC3Mrla'. Using flavor 'rally_verify_23b21e38_kNC3Mrla' (ID = 887fc313-9fe1-49d9-95b0-173f4cac8b61) for the tests. 2021-06-08 08:05:14.934 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '887fc313-9fe1-49d9-95b0-173f4cac8b61' to option 'instance_type'. 2021-06-08 08:05:14.934 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 887fc313-9fe1-49d9-95b0-173f4cac8b61 2021-06-08 08:05:14.936 33 INFO rally.task.context [-] Verification 46c6be9c-f9a8-409b-a28b-a8ed49e44e49 | Context tempest@default setup() finished in 0.86 sec 2021-06-08 08:05:14.937 33 INFO rally.task.context [-] Verification 46c6be9c-f9a8-409b-a28b-a8ed49e44e49 | Context testr@default setup() finished in 0.60 msec 2021-06-08 08:05:14.937 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/165b2c77-3985-4880-bfe9-86428a8882ff'. 2021-06-08 08:05:19.928 33 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.222s] 2021-06-08 08:05:20.005 33 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.077s] 2021-06-08 08:05:20.060 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.276s] 2021-06-08 08:05:40.753 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.104s] 2021-06-08 08:05:40.769 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2021-06-08 08:05:41.104 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.335s] 2021-06-08 08:05:41.119 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2021-06-08 08:05:41.138 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.019s] 2021-06-08 08:05:41.169 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2021-06-08 08:05:41.256 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.087s] 2021-06-08 08:05:41.351 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2021-06-08 08:05:41.756 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.404s] 2021-06-08 08:05:41.770 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2021-06-08 08:05:41.905 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.135s] 2021-06-08 08:05:46.213 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.637s] 2021-06-08 08:05:46.374 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.160s] 2021-06-08 08:05:46.503 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.780s] 2021-06-08 08:05:46.667 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.163s] 2021-06-08 08:05:46.848 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.474s] 2021-06-08 08:05:46.993 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.326s] 2021-06-08 08:05:46.996 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.148s] 2021-06-08 08:05:46.997 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-06-08 08:05:47.138 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.144s] 2021-06-08 08:05:47.139 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-08 08:05:48.235 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.144s] 2021-06-08 08:06:01.221 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.986s] 2021-06-08 08:06:02.216 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.692s] 2021-06-08 08:06:03.627 33 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-06-08 08:06:10.031 33 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.511s] 2021-06-08 08:06:17.107 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.336s] 2021-06-08 08:06:17.445 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.337s] 2021-06-08 08:06:17.745 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.300s] 2021-06-08 08:06:18.177 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.430s] 2021-06-08 08:06:18.569 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.392s] 2021-06-08 08:06:18.729 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.160s] 2021-06-08 08:06:18.901 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.172s] 2021-06-08 08:06:19.071 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.169s] 2021-06-08 08:06:19.169 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2021-06-08 08:06:19.334 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.166s] 2021-06-08 08:06:19.619 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.283s] 2021-06-08 08:06:20.368 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.632s] 2021-06-08 08:06:20.714 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.790s] 2021-06-08 08:06:22.033 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.317s] 2021-06-08 08:06:22.114 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.086s] 2021-06-08 08:06:22.863 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.830s] 2021-06-08 08:06:24.483 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.620s] 2021-06-08 08:06:24.870 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.976s] 2021-06-08 08:06:25.484 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.999s] 2021-06-08 08:06:26.180 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.064s] 2021-06-08 08:06:26.262 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.778s] 2021-06-08 08:06:26.733 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.471s] 2021-06-08 08:06:27.161 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.428s] 2021-06-08 08:06:27.710 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.548s] 2021-06-08 08:06:28.822 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.110s] 2021-06-08 08:06:29.330 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.509s] 2021-06-08 08:06:30.750 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.418s] 2021-06-08 08:06:31.427 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.677s] 2021-06-08 08:06:33.255 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.826s] 2021-06-08 08:06:33.804 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.550s] 2021-06-08 08:06:35.240 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.436s] 2021-06-08 08:06:35.877 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.636s] 2021-06-08 08:06:37.069 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.192s] 2021-06-08 08:06:41.185 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.307s] 2021-06-08 08:06:42.694 33 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2021-06-08 08:06:44.343 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.192s] 2021-06-08 08:06:44.369 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2021-06-08 08:06:44.549 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.178s] 2021-06-08 08:06:44.559 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2021-06-08 08:06:44.585 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.025s] 2021-06-08 08:06:45.813 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.443s] 2021-06-08 08:06:46.104 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.290s] 2021-06-08 08:06:46.366 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.262s] 2021-06-08 08:06:46.624 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.275s] 2021-06-08 08:06:46.660 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.036s] 2021-06-08 08:06:46.881 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.515s] 2021-06-08 08:06:47.357 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.476s] 2021-06-08 08:06:47.846 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.488s] 2021-06-08 08:06:50.052 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.717s] 2021-06-08 08:06:50.966 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.915s] 2021-06-08 08:06:52.365 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.264s] 2021-06-08 08:06:52.598 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.232s] 2021-06-08 08:06:53.510 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.537s] 2021-06-08 08:06:53.988 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.483s] 2021-06-08 08:06:54.535 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.075s] 2021-06-08 08:06:55.521 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.529s] 2021-06-08 08:06:56.100 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2021-06-08 08:06:56.126 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.607s] 2021-06-08 08:06:56.332 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.231s] 2021-06-08 08:06:56.582 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.249s] 2021-06-08 08:06:57.574 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.443s] 2021-06-08 08:06:57.609 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.039s] 2021-06-08 08:06:59.010 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2021-06-08 08:06:59.022 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.782s] 2021-06-08 08:07:02.411 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.486s] 2021-06-08 08:07:06.361 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.896s] 2021-06-08 08:07:07.017 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.606s] 2021-06-08 08:07:07.911 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.722s] 2021-06-08 08:07:08.364 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.347s] 2021-06-08 08:07:08.426 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2021-06-08 08:07:08.502 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.076s] 2021-06-08 08:07:13.713 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.351s] 2021-06-08 08:07:15.722 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.697s] 2021-06-08 08:07:19.571 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.066s] 2021-06-08 08:07:19.631 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2021-06-08 08:07:19.678 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2021-06-08 08:07:21.975 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.260s] 2021-06-08 08:07:24.703 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.788s] 2021-06-08 08:07:26.260 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2021-06-08 08:07:26.298 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.037s] 2021-06-08 08:07:26.348 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.050s] 2021-06-08 08:07:26.382 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2021-06-08 08:07:26.398 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2021-06-08 08:07:26.414 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2021-06-08 08:07:26.429 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2021-06-08 08:07:26.480 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.049s] 2021-06-08 08:07:26.490 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2021-06-08 08:07:26.538 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.048s] 2021-06-08 08:07:26.551 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2021-06-08 08:07:26.605 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.053s] 2021-06-08 08:07:26.662 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.057s] 2021-06-08 08:07:26.719 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.057s] 2021-06-08 08:07:26.781 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.061s] 2021-06-08 08:07:26.789 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2021-06-08 08:07:26.864 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.073s] 2021-06-08 08:07:26.918 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.053s] 2021-06-08 08:07:26.968 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.050s] 2021-06-08 08:07:27.018 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.050s] 2021-06-08 08:07:30.062 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.217s] 2021-06-08 08:07:30.107 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.045s] 2021-06-08 08:07:36.154 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.429s] 2021-06-08 08:07:37.625 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [12.925s] 2021-06-08 08:07:39.777 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.807s] 2021-06-08 08:07:40.056 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.407s] 2021-06-08 08:07:40.640 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.583s] 2021-06-08 08:07:43.107 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.954s] 2021-06-08 08:07:46.409 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2021-06-08 08:07:46.421 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2021-06-08 08:07:46.471 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.049s] 2021-06-08 08:07:46.523 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.052s] 2021-06-08 08:07:46.591 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.067s] 2021-06-08 08:07:46.674 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.082s] 2021-06-08 08:07:46.754 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.080s] 2021-06-08 08:07:46.814 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.059s] 2021-06-08 08:07:46.864 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.050s] 2021-06-08 08:07:46.922 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.058s] 2021-06-08 08:07:50.163 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.387s] 2021-06-08 08:07:55.509 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.199s] 2021-06-08 08:07:58.276 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.765s] 2021-06-08 08:07:58.363 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.199s] 2021-06-08 08:08:03.522 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.245s] 2021-06-08 08:08:03.692 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.328s] 2021-06-08 08:08:05.177 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.655s] 2021-06-08 08:08:08.291 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.113s] 2021-06-08 08:08:12.809 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.517s] 2021-06-08 08:08:16.939 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.130s] 2021-06-08 08:08:22.293 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.353s] 2021-06-08 08:08:25.285 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.991s] 2021-06-08 08:08:25.518 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.234s] 2021-06-08 08:08:25.638 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.119s] 2021-06-08 08:08:25.734 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.096s] 2021-06-08 08:08:25.784 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2021-06-08 08:08:25.853 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.068s] 2021-06-08 08:08:26.020 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.166s] 2021-06-08 08:08:26.159 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.139s] 2021-06-08 08:08:26.254 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.094s] 2021-06-08 08:08:26.320 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.065s] 2021-06-08 08:08:30.329 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.009s] 2021-06-08 08:08:35.233 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.213s] 2021-06-08 08:08:36.057 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.822s] 2021-06-08 08:08:36.424 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.366s] 2021-06-08 08:08:36.745 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.321s] 2021-06-08 08:08:37.112 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.366s] 2021-06-08 08:08:37.883 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.768s] 2021-06-08 08:08:38.511 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.628s] 2021-06-08 08:08:38.565 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.055s] 2021-06-08 08:08:38.593 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2021-06-08 08:08:38.612 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2021-06-08 08:08:38.625 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.013s] 2021-06-08 08:08:40.705 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.545s] 2021-06-08 08:08:42.124 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.431s] 2021-06-08 08:08:42.719 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.134s] 2021-06-08 08:08:44.180 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.057s] 2021-06-08 08:08:46.385 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.479s] 2021-06-08 08:08:46.682 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.296s] 2021-06-08 08:08:51.022 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.394s] 2021-06-08 08:08:51.324 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.301s] 2021-06-08 08:08:52.539 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.265s] 2021-06-08 08:08:52.807 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.267s] 2021-06-08 08:08:55.543 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.019s] 2021-06-08 08:09:01.763 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.952s] 2021-06-08 08:09:03.474 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [57.489s] 2021-06-08 08:09:03.758 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.089s] 2021-06-08 08:09:03.838 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.085s] 2021-06-08 08:09:09.220 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.061s] 2021-06-08 08:09:09.275 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.053s] 2021-06-08 08:09:09.336 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.061s] 2021-06-08 08:09:09.665 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.328s] 2021-06-08 08:09:09.779 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.113s] 2021-06-08 08:09:10.090 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.310s] 2021-06-08 08:09:10.144 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2021-06-08 08:09:10.204 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.059s] 2021-06-08 08:09:10.307 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.102s] 2021-06-08 08:09:10.369 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.062s] 2021-06-08 08:09:10.421 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.053s] 2021-06-08 08:09:10.556 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.132s] 2021-06-08 08:09:10.672 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.116s] 2021-06-08 08:09:10.728 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.056s] 2021-06-08 08:09:10.786 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.058s] 2021-06-08 08:09:31.471 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [27.985s] 2021-06-08 08:09:42.287 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2021-06-08 08:09:42.308 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2021-06-08 08:09:42.330 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2021-06-08 08:09:44.333 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.464s] 2021-06-08 08:09:55.613 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [5.908s] 2021-06-08 08:09:55.659 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.047s] 2021-06-08 08:09:56.817 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [1.157s] 2021-06-08 08:09:57.874 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.056s] 2021-06-08 08:10:02.761 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.887s] 2021-06-08 08:10:02.811 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.050s] 2021-06-08 08:10:02.866 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.054s] 2021-06-08 08:10:12.130 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.174s] 2021-06-08 08:10:19.005 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.707s] 2021-06-08 08:10:24.521 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.515s] 2021-06-08 08:10:29.328 33 INFO rally.task.context [-] Verification 46c6be9c-f9a8-409b-a28b-a8ed49e44e49 | Context testr@default cleanup() started 2021-06-08 08:10:29.328 33 INFO rally.task.context [-] Verification 46c6be9c-f9a8-409b-a28b-a8ed49e44e49 | Context testr@default cleanup() finished in 0.73 msec 2021-06-08 08:10:29.329 33 INFO rally.task.context [-] Verification 46c6be9c-f9a8-409b-a28b-a8ed49e44e49 | Context tempest@default cleanup() started 2021-06-08 08:10:29.497 33 INFO rally.task.context [-] Verification 46c6be9c-f9a8-409b-a28b-a8ed49e44e49 | Context tempest@default cleanup() finished in 0.17 sec 2021-06-08 08:10:29.526 33 INFO rally.api [-] Verification (UUID=1199c300-590f-46fc-8be7-f58a8a393454) has been successfully finished for deployment 'opnfv-rally' (UUID=c45190c0-3f20-4dca-8b52-3d8cdb7582b4)! 2021-06-08 08:10:30.975 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:10:30.975 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:10:30.975 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:10:32.453 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:10:32.453 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:10:32.453 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:10:34.503 69 INFO rally.api [-] Building 'html' report for the following verification(s): '1199c300-590f-46fc-8be7-f58a8a393454' 2021-06-08 08:10:34.532 69 INFO rally.api [-] The report has been successfully built. 2021-06-08 08:10:36.076 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:10:36.077 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:10:36.077 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:10:38.179 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1199c300-590f-46fc-8be7-f58a8a393454' 2021-06-08 08:10:38.192 71 INFO rally.api [-] The report has been successfully built.