2022-02-19 16:04:37.675 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:04:37.676 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:04:37.676 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:04:39.919 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 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:04:39.919 7 ERROR rally.cli.cliutils 2022-02-19 16:04:41.513 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:04:41.513 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:04:41.513 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:04:45.808 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:04:45.808 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:04:45.808 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:04:50.418 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:04:50.418 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:04:50.418 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:04:51.877 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:04:51.877 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:04:51.877 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:04:54.126 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 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:04:54.126 16 ERROR rally.cli.cliutils 2022-02-19 16:04:55.642 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:04:55.642 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:04:55.642 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:04:57.791 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:04:57.875 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a825e932-38ea-4716-a819-0b12aa4c950c/repo. 2022-02-19 16:04:58.232 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a825e932-38ea-4716-a819-0b12aa4c950c/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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 ' 2022-02-19 16:04:58.247 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:04:58.254 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:04:58.271 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:04:58.337 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:04:58.978 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a825e932-38ea-4716-a819-0b12aa4c950c) has been successfully created! 2022-02-19 16:05:00.580 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:05:00.580 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:05:00.581 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:05:05.189 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:05:05.189 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:05:05.190 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:05:07.184 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a825e932-38ea-4716-a819-0b12aa4c950c) for deployment 'opnfv-rally' (UUID=c19b572e-c6e3-4058-aab4-f4c46a3d6978). 2022-02-19 16:05:07.656 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a825e932-38ea-4716-a819-0b12aa4c950c) has been successfully configured for deployment 'opnfv-rally' (UUID=c19b572e-c6e3-4058-aab4-f4c46a3d6978)! 2022-02-19 16:05:17.066 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:05:17.067 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:05:17.067 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:05:19.292 33 INFO rally.api [-] Starting verification (UUID=2f925912-55b9-4605-9bad-4161efea70dd) for deployment 'opnfv-rally' (UUID=c19b572e-c6e3-4058-aab4-f4c46a3d6978) by verifier 'opnfv-tempest' (UUID=a825e932-38ea-4716-a819-0b12aa4c950c). 2022-02-19 16:05:20.131 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:05:20.132 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a825e932-38ea-4716-a819-0b12aa4c950c/for-deployment-c19b572e-c6e3-4058-aab4-f4c46a3d6978/tempest.log' to option 'log_file'. 2022-02-19 16:05:20.132 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a825e932-38ea-4716-a819-0b12aa4c950c/for-deployment-c19b572e-c6e3-4058-aab4-f4c46a3d6978/tempest.log 2022-02-19 16:05:20.133 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:05:20.133 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a825e932-38ea-4716-a819-0b12aa4c950c/for-deployment-c19b572e-c6e3-4058-aab4-f4c46a3d6978/lock_files' to option 'lock_path'. 2022-02-19 16:05:20.133 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a825e932-38ea-4716-a819-0b12aa4c950c/for-deployment-c19b572e-c6e3-4058-aab4-f4c46a3d6978/lock_files 2022-02-19 16:05:20.133 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 2022-02-19 16:05:20.134 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fa020f94-36a3-46b5-8855-ab535f285c8c 2022-02-19 16:05:20.134 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 097bf64c-fdfc-49d3-9132-18fe0232eef9 2022-02-19 16:05:20.135 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e165165b-a3f0-43db-8761-a98912549849 2022-02-19 16:05:20.135 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 306b3f17-6d43-4ffa-bc71-d333ef2badbb 2022-02-19 16:05:20.317 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:05:20.317 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_c9c3a049-d66f-40d0-8b63-32c0cbadb3cf 2022-02-19 16:05:20.318 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:05:20.388 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:05:20.426 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-02-19 16:05:20.426 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2f925912_Sr2xRBNZ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-02-19 16:05:20.467 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2f925912_Sr2xRBNZ' (ID = abbb5b2f-e24c-4ead-9762-a7f4ce4327c9) has been successfully created! 2022-02-19 16:05:20.467 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'abbb5b2f-e24c-4ead-9762-a7f4ce4327c9' to option 'instance_type'. 2022-02-19 16:05:20.467 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = abbb5b2f-e24c-4ead-9762-a7f4ce4327c9 2022-02-19 16:05:20.468 33 INFO rally.task.context [-] Verification a825e932-38ea-4716-a819-0b12aa4c950c | Context tempest@default setup() finished in 0.92 sec 2022-02-19 16:05:20.469 33 INFO rally.task.context [-] Verification a825e932-38ea-4716-a819-0b12aa4c950c | Context testr@default setup() finished in 0.28 msec 2022-02-19 16:05:20.469 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3070b8b6-8478-4707-bd73-f98c7b1b6f46'. 2022-02-19 16:05:25.961 33 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.293s] 2022-02-19 16:05:25.988 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.294s] 2022-02-19 16:05:26.192 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.204s] 2022-02-19 16:05:26.225 33 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.263s] 2022-02-19 16:05:27.909 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2022-02-19 16:05:28.166 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.256s] 2022-02-19 16:05:28.336 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.170s] 2022-02-19 16:05:28.449 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.486s] 2022-02-19 16:05:32.576 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2022-02-19 16:05:32.588 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2022-02-19 16:05:32.671 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.082s] 2022-02-19 16:05:32.728 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.056s] 2022-02-19 16:05:32.776 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2022-02-19 16:05:32.866 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.088s] 2022-02-19 16:05:32.956 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.090s] 2022-02-19 16:05:33.026 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.070s] 2022-02-19 16:05:33.089 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.062s] 2022-02-19 16:05:33.156 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.066s] 2022-02-19 16:05:37.047 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.294s] 2022-02-19 16:05:37.081 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.034s] 2022-02-19 16:05:39.650 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.204s] 2022-02-19 16:05:43.463 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.314s] 2022-02-19 16:05:44.984 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.134s] 2022-02-19 16:05:45.125 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.140s] 2022-02-19 16:05:45.197 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.071s] 2022-02-19 16:05:45.245 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.047s] 2022-02-19 16:05:45.294 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.048s] 2022-02-19 16:05:45.329 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.034s] 2022-02-19 16:05:45.358 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.029s] 2022-02-19 16:05:45.391 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.031s] 2022-02-19 16:05:45.662 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.270s] 2022-02-19 16:05:45.863 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.200s] 2022-02-19 16:05:50.044 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.153s] 2022-02-19 16:05:54.543 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.185s] 2022-02-19 16:05:59.808 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.438s] 2022-02-19 16:06:00.154 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.346s] 2022-02-19 16:06:00.319 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [13.679s] 2022-02-19 16:06:00.494 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.175s] 2022-02-19 16:06:00.842 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.348s] 2022-02-19 16:06:00.996 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.154s] 2022-02-19 16:06:00.997 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-02-19 16:06:03.075 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.035s] 2022-02-19 16:06:06.329 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.516s] 2022-02-19 16:06:06.673 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.343s] 2022-02-19 16:06:08.148 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.152s] 2022-02-19 16:06:11.494 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.279s] 2022-02-19 16:06:11.784 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.289s] 2022-02-19 16:06:12.483 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.098s] 2022-02-19 16:06:12.505 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.021s] 2022-02-19 16:06:12.853 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.348s] 2022-02-19 16:06:12.869 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2022-02-19 16:06:12.885 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2022-02-19 16:06:12.935 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.049s] 2022-02-19 16:06:13.034 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.098s] 2022-02-19 16:06:13.132 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.097s] 2022-02-19 16:06:13.810 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.677s] 2022-02-19 16:06:13.828 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.017s] 2022-02-19 16:06:13.971 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.143s] 2022-02-19 16:06:20.930 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.143s] 2022-02-19 16:06:29.954 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.100s] 2022-02-19 16:06:38.622 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.668s] 2022-02-19 16:06:41.064 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.962s] 2022-02-19 16:06:41.910 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.845s] 2022-02-19 16:06:42.618 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.707s] 2022-02-19 16:06:43.169 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.620s] 2022-02-19 16:06:43.332 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.163s] 2022-02-19 16:06:43.679 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.347s] 2022-02-19 16:06:43.829 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.147s] 2022-02-19 16:06:43.830 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2022-02-19 16:06:47.288 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [4.670s] 2022-02-19 16:06:47.711 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.498s] 2022-02-19 16:06:47.959 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.335s] 2022-02-19 16:06:48.050 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.338s] 2022-02-19 16:06:48.084 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.796s] 2022-02-19 16:06:48.522 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.472s] 2022-02-19 16:06:48.918 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.395s] 2022-02-19 16:06:48.937 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.851s] 2022-02-19 16:06:49.194 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.276s] 2022-02-19 16:06:49.352 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.157s] 2022-02-19 16:06:49.454 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.518s] 2022-02-19 16:06:49.521 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.169s] 2022-02-19 16:06:49.712 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.191s] 2022-02-19 16:06:49.809 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2022-02-19 16:06:49.989 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.179s] 2022-02-19 16:06:50.104 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.650s] 2022-02-19 16:06:50.288 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.299s] 2022-02-19 16:06:55.056 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [4.951s] 2022-02-19 16:06:56.059 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.076s] 2022-02-19 16:06:56.078 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.021s] 2022-02-19 16:06:56.123 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.064s] 2022-02-19 16:06:56.197 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.074s] 2022-02-19 16:06:56.547 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.348s] 2022-02-19 16:06:56.604 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.526s] 2022-02-19 16:06:56.669 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.122s] 2022-02-19 16:06:56.994 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.324s] 2022-02-19 16:06:57.074 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.081s] 2022-02-19 16:06:57.133 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.057s] 2022-02-19 16:06:57.206 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.073s] 2022-02-19 16:06:57.267 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.061s] 2022-02-19 16:06:57.330 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.062s] 2022-02-19 16:06:57.334 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.728s] 2022-02-19 16:06:57.449 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.118s] 2022-02-19 16:06:57.567 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.118s] 2022-02-19 16:06:57.637 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.070s] 2022-02-19 16:06:57.698 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.061s] 2022-02-19 16:06:58.075 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.743s] 2022-02-19 16:06:58.848 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.771s] 2022-02-19 16:06:59.404 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.556s] 2022-02-19 16:07:00.000 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.596s] 2022-02-19 16:07:00.631 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.631s] 2022-02-19 16:07:01.392 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.761s] 2022-02-19 16:07:07.744 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.724s] 2022-02-19 16:07:10.568 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.017s] 2022-02-19 16:07:12.916 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.392s] 2022-02-19 16:07:13.419 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.671s] 2022-02-19 16:07:13.544 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.627s] 2022-02-19 16:07:14.915 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.078s] 2022-02-19 16:07:16.148 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.684s] 2022-02-19 16:07:16.853 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.465s] 2022-02-19 16:07:17.339 33 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2022-02-19 16:07:19.961 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.729s] 2022-02-19 16:07:24.554 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [9.637s] 2022-02-19 16:07:24.610 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.234s] 2022-02-19 16:07:24.838 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.228s] 2022-02-19 16:07:27.435 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.205s] 2022-02-19 16:07:31.698 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.262s] 2022-02-19 16:07:33.438 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.738s] 2022-02-19 16:07:33.497 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2022-02-19 16:07:33.553 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.055s] 2022-02-19 16:07:33.960 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.995s] 2022-02-19 16:07:47.236 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.683s] 2022-02-19 16:07:47.324 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.088s] 2022-02-19 16:07:47.439 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.114s] 2022-02-19 16:07:51.688 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.601s] 2022-02-19 16:07:52.912 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.223s] 2022-02-19 16:07:55.869 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.952s] 2022-02-19 16:07:56.716 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.849s] 2022-02-19 16:07:58.107 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.388s] 2022-02-19 16:07:59.186 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.079s] 2022-02-19 16:08:01.194 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.003s] 2022-02-19 16:08:01.230 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2022-02-19 16:08:02.777 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2022-02-19 16:08:05.144 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.088s] 2022-02-19 16:08:07.026 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.404s] 2022-02-19 16:08:07.457 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.490s] 2022-02-19 16:08:11.920 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.263s] 2022-02-19 16:08:14.048 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2022-02-19 16:08:16.127 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.079s] 2022-02-19 16:08:20.133 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.227s] 2022-02-19 16:08:21.154 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.694s] 2022-02-19 16:08:22.196 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.062s] 2022-02-19 16:08:22.235 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.037s] 2022-02-19 16:08:24.309 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.073s] 2022-02-19 16:08:26.393 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.079s] 2022-02-19 16:08:28.479 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.089s] 2022-02-19 16:08:30.574 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.094s] 2022-02-19 16:08:32.670 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.094s] 2022-02-19 16:08:34.767 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.097s] 2022-02-19 16:08:35.448 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [28.422s] 2022-02-19 16:08:36.864 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.097s] 2022-02-19 16:08:38.976 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.109s] 2022-02-19 16:08:40.232 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [19.074s] 2022-02-19 16:08:41.072 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.095s] 2022-02-19 16:08:43.170 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.097s] 2022-02-19 16:08:45.250 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.078s] 2022-02-19 16:08:47.349 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.099s] 2022-02-19 16:08:49.463 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.111s] 2022-02-19 16:08:51.582 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.119s] 2022-02-19 16:08:53.719 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.135s] 2022-02-19 16:08:55.859 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.140s] 2022-02-19 16:08:59.801 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [24.348s] 2022-02-19 16:09:03.295 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.097s] 2022-02-19 16:09:03.400 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.105s] 2022-02-19 16:09:08.354 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [8.557s] 2022-02-19 16:09:33.138 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.458s] 2022-02-19 16:09:33.382 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.242s] 2022-02-19 16:09:33.626 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.245s] 2022-02-19 16:09:34.063 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.436s] 2022-02-19 16:09:34.551 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.487s] 2022-02-19 16:09:35.001 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.449s] 2022-02-19 16:09:40.077 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.164s] 2022-02-19 16:09:40.099 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2022-02-19 16:09:40.284 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.184s] 2022-02-19 16:09:40.295 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2022-02-19 16:09:40.318 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.023s] 2022-02-19 16:09:44.646 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [1.591s] 2022-02-19 16:09:46.230 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.584s] 2022-02-19 16:09:47.602 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.373s] 2022-02-19 16:09:54.113 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.510s] 2022-02-19 16:09:55.635 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.522s] 2022-02-19 16:09:57.059 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.422s] 2022-02-19 16:09:58.421 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.361s] 2022-02-19 16:09:59.593 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [72.476s] 2022-02-19 16:10:01.516 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.094s] 2022-02-19 16:10:03.073 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.556s] 2022-02-19 16:10:03.371 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.299s] 2022-02-19 16:10:03.592 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.220s] 2022-02-19 16:10:03.704 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.112s] 2022-02-19 16:10:03.772 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.068s] 2022-02-19 16:10:03.827 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2022-02-19 16:10:03.935 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2022-02-19 16:10:04.029 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.094s] 2022-02-19 16:10:04.089 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.059s] 2022-02-19 16:10:04.156 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.066s] 2022-02-19 16:10:07.366 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.209s] 2022-02-19 16:10:11.916 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2022-02-19 16:10:11.930 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2022-02-19 16:10:11.940 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2022-02-19 16:10:11.963 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.022s] 2022-02-19 16:10:11.970 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2022-02-19 16:10:12.148 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.174s] 2022-02-19 16:10:12.151 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.006s] 2022-02-19 16:10:12.160 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.009s] 2022-02-19 16:10:12.168 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2022-02-19 16:10:12.171 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2022-02-19 16:10:12.180 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.008s] 2022-02-19 16:10:12.261 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.080s] 2022-02-19 16:10:29.664 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.325s] 2022-02-19 16:10:31.730 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.067s] 2022-02-19 16:10:34.229 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.623s] 2022-02-19 16:10:38.525 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.145s] 2022-02-19 16:10:42.356 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.829s] 2022-02-19 16:10:43.829 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2022-02-19 16:10:43.852 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2022-02-19 16:10:43.873 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2022-02-19 16:10:45.436 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2022-02-19 16:10:46.306 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.947s] 2022-02-19 16:10:50.325 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [4.020s] 2022-02-19 16:10:52.140 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.014s] 2022-02-19 16:10:52.165 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.024s] 2022-02-19 16:10:56.140 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.181s] 2022-02-19 16:10:58.071 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2022-02-19 16:11:01.310 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.292s] 2022-02-19 16:11:14.071 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.761s] 2022-02-19 16:11:20.835 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.765s] 2022-02-19 16:11:24.460 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.623s] 2022-02-19 16:12:02.837 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.373s] 2022-02-19 16:12:04.420 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.586s] 2022-02-19 16:12:24.045 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.155s] 2022-02-19 16:12:24.091 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.047s] 2022-02-19 16:12:24.404 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.312s] 2022-02-19 16:12:25.555 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.150s] 2022-02-19 16:12:28.815 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.260s] 2022-02-19 16:12:28.869 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.053s] 2022-02-19 16:12:28.930 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.061s] 2022-02-19 16:12:36.415 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.137s] 2022-02-19 16:12:37.595 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.179s] 2022-02-19 16:12:38.163 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.567s] 2022-02-19 16:12:38.695 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.532s] 2022-02-19 16:12:39.270 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.572s] 2022-02-19 16:12:40.874 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.605s] 2022-02-19 16:12:41.687 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.813s] 2022-02-19 16:12:41.873 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.185s] 2022-02-19 16:12:41.893 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2022-02-19 16:12:41.909 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.016s] 2022-02-19 16:12:41.925 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.016s] 2022-02-19 16:12:43.994 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.571s] 2022-02-19 16:12:57.744 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.060s] 2022-02-19 16:13:06.155 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.364s] 2022-02-19 16:13:09.612 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.017s] 2022-02-19 16:13:09.653 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.041s] 2022-02-19 16:13:09.702 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.049s] 2022-02-19 16:13:09.742 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2022-02-19 16:13:09.762 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.019s] 2022-02-19 16:13:09.776 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2022-02-19 16:13:09.787 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2022-02-19 16:13:09.835 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2022-02-19 16:13:09.847 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2022-02-19 16:13:09.897 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.049s] 2022-02-19 16:13:09.910 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2022-02-19 16:13:09.971 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.060s] 2022-02-19 16:13:10.032 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.061s] 2022-02-19 16:13:10.089 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.056s] 2022-02-19 16:13:10.166 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.077s] 2022-02-19 16:13:10.180 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2022-02-19 16:13:10.231 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.050s] 2022-02-19 16:13:10.306 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.073s] 2022-02-19 16:13:10.354 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.049s] 2022-02-19 16:13:10.403 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2022-02-19 16:13:12.936 33 INFO rally.task.context [-] Verification a825e932-38ea-4716-a819-0b12aa4c950c | Context testr@default cleanup() started 2022-02-19 16:13:12.937 33 INFO rally.task.context [-] Verification a825e932-38ea-4716-a819-0b12aa4c950c | Context testr@default cleanup() finished in 0.74 msec 2022-02-19 16:13:12.938 33 INFO rally.task.context [-] Verification a825e932-38ea-4716-a819-0b12aa4c950c | Context tempest@default cleanup() started 2022-02-19 16:13:13.088 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2f925912_Sr2xRBNZ'. 2022-02-19 16:13:13.247 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2f925912_Sr2xRBNZ' has been deleted. 2022-02-19 16:13:13.248 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'abbb5b2f-e24c-4ead-9762-a7f4ce4327c9' of option 'instance_type' from Tempest config file. 2022-02-19 16:13:13.249 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'abbb5b2f-e24c-4ead-9762-a7f4ce4327c9' has been removed. 2022-02-19 16:13:13.250 33 INFO rally.task.context [-] Verification a825e932-38ea-4716-a819-0b12aa4c950c | Context tempest@default cleanup() finished in 0.31 sec 2022-02-19 16:13:13.286 33 INFO rally.api [-] Verification (UUID=2f925912-55b9-4605-9bad-4161efea70dd) has been successfully finished for deployment 'opnfv-rally' (UUID=c19b572e-c6e3-4058-aab4-f4c46a3d6978)! 2022-02-19 16:13:15.114 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:15.115 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:15.115 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:16.850 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:16.850 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:16.851 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:19.004 69 INFO rally.api [-] Building 'html' report for the following verification(s): '2f925912-55b9-4605-9bad-4161efea70dd' 2022-02-19 16:13:19.039 69 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:13:20.572 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:20.572 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:20.572 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:22.434 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2f925912-55b9-4605-9bad-4161efea70dd' 2022-02-19 16:13:22.447 71 INFO rally.api [-] The report has been successfully built.