2021-03-05 23:32:30.597 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:30.597 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:30.597 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:32:33.459 24 ERROR rally.cli.cliutils 2021-03-05 23:32:35.570 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:35.570 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:35.570 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:32:40.545 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:40.546 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:40.546 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:32:47.337 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:47.338 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:47.338 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:32:49.063 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:49.064 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:49.064 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:32:51.861 34 ERROR rally.cli.cliutils 2021-03-05 23:32:53.794 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:53.794 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:53.795 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:32:56.521 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 23:32:56.573 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-290cd45c-f958-4259-8d58-a6037701a3cd/repo. 2021-03-05 23:32:56.871 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-290cd45c-f958-4259-8d58-a6037701a3cd/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-03-05 23:32:56.916 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 23:32:56.926 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 23:32:56.946 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 23:32:57.039 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 23:32:57.840 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=290cd45c-f958-4259-8d58-a6037701a3cd) has been successfully created! 2021-03-05 23:32:59.851 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:32:59.852 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:32:59.852 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:33:06.472 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:33:06.472 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:33:06.473 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:33:09.278 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=290cd45c-f958-4259-8d58-a6037701a3cd) for deployment 'opnfv-rally' (UUID=3c20b789-e863-437f-b0f8-ce7a752a936a). 2021-03-05 23:33:10.484 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=290cd45c-f958-4259-8d58-a6037701a3cd) has been successfully configured for deployment 'opnfv-rally' (UUID=3c20b789-e863-437f-b0f8-ce7a752a936a)! 2021-03-05 23:33:21.484 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:33:21.485 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:33:21.485 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:33:24.368 52 INFO rally.api [-] Starting verification (UUID=b445f118-911a-4273-9175-bc9308e2f942) for deployment 'opnfv-rally' (UUID=3c20b789-e863-437f-b0f8-ce7a752a936a) by verifier 'opnfv-tempest' (UUID=290cd45c-f958-4259-8d58-a6037701a3cd). 2021-03-05 23:33:25.282 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 23:33:25.361 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 23:33:25.362 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-290cd45c-f958-4259-8d58-a6037701a3cd/for-deployment-3c20b789-e863-437f-b0f8-ce7a752a936a/tempest.log' to option 'log_file'. 2021-03-05 23:33:25.362 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-290cd45c-f958-4259-8d58-a6037701a3cd/for-deployment-3c20b789-e863-437f-b0f8-ce7a752a936a/tempest.log 2021-03-05 23:33:25.362 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 23:33:25.363 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-290cd45c-f958-4259-8d58-a6037701a3cd/for-deployment-3c20b789-e863-437f-b0f8-ce7a752a936a/lock_files' to option 'lock_path'. 2021-03-05 23:33:25.363 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-290cd45c-f958-4259-8d58-a6037701a3cd/for-deployment-3c20b789-e863-437f-b0f8-ce7a752a936a/lock_files 2021-03-05 23:33:25.364 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 23:33:25.364 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-03-05 23:33:25.365 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3ca02ebc-c887-46b5-a5f6-4ac84ab04a05 2021-03-05 23:33:25.365 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ab0cc6b9-2cf7-4748-a1b8-cbbd747a9bbd 2021-03-05 23:33:25.366 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b3cab0ae-ab67-494b-a1e6-731acf0bd464 2021-03-05 23:33:25.367 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3a3f6b8b-28f3-415d-8125-1ef61ee3d0a3 2021-03-05 23:33:25.642 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 23:33:25.643 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_132c107a-507f-4cb0-a864-103c619f773c 2021-03-05 23:33:25.643 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 23:33:25.736 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 23:33:25.776 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 23:33:25.776 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b445f118_66uL6vsy' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 23:33:25.816 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b445f118_66uL6vsy' (ID = 4a06d119-e43e-47e1-940a-0dd40c8ee26f) has been successfully created! 2021-03-05 23:33:25.817 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4a06d119-e43e-47e1-940a-0dd40c8ee26f' to option 'instance_type'. 2021-03-05 23:33:25.817 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4a06d119-e43e-47e1-940a-0dd40c8ee26f 2021-03-05 23:33:25.819 52 INFO rally.task.context [-] Verification 290cd45c-f958-4259-8d58-a6037701a3cd | Context tempest@default setup() finished in 0.93 sec 2021-03-05 23:33:25.820 52 INFO rally.task.context [-] Verification 290cd45c-f958-4259-8d58-a6037701a3cd | Context testr@default setup() finished in 0.85 msec 2021-03-05 23:33:25.821 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1068dea7-999a-4308-9cc3-1cd2f55e0f80'. 2021-03-05 23:33:41.752 52 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.180s] 2021-03-05 23:33:41.846 52 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.094s] 2021-03-05 23:33:41.863 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.150s] 2021-03-05 23:33:45.867 52 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.480s] 2021-03-05 23:34:06.623 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.141s] 2021-03-05 23:34:06.644 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.021s] 2021-03-05 23:34:07.100 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.455s] 2021-03-05 23:34:07.121 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.021s] 2021-03-05 23:34:07.142 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2021-03-05 23:34:07.187 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.045s] 2021-03-05 23:34:07.288 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.098s] 2021-03-05 23:34:07.398 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.107s] 2021-03-05 23:34:07.933 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.537s] 2021-03-05 23:34:07.963 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.027s] 2021-03-05 23:34:08.153 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.185s] 2021-03-05 23:34:10.692 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.427s] 2021-03-05 23:34:10.896 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.201s] 2021-03-05 23:34:11.279 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.383s] 2021-03-05 23:34:11.396 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.116s] 2021-03-05 23:34:11.400 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-03-05 23:34:32.015 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.351s] 2021-03-05 23:34:32.194 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.360s] 2021-03-05 23:34:33.645 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.327s] 2021-03-05 23:34:33.912 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.264s] 2021-03-05 23:34:34.156 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.240s] 2021-03-05 23:34:34.563 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.404s] 2021-03-05 23:34:34.990 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.424s] 2021-03-05 23:34:35.395 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.401s] 2021-03-05 23:34:47.831 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.643s] 2021-03-05 23:34:50.369 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.552s] 2021-03-05 23:35:02.996 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.627s] 2021-03-05 23:35:04.018 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.024s] 2021-03-05 23:35:05.004 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.980s] 2021-03-05 23:35:05.961 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.954s] 2021-03-05 23:35:06.949 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.983s] 2021-03-05 23:35:07.215 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [35.193s] 2021-03-05 23:35:08.208 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.253s] 2021-03-05 23:35:08.745 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.535s] 2021-03-05 23:35:09.472 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.724s] 2021-03-05 23:35:10.075 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.603s] 2021-03-05 23:35:11.115 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.035s] 2021-03-05 23:35:11.733 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.615s] 2021-03-05 23:35:12.244 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.506s] 2021-03-05 23:35:12.826 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.582s] 2021-03-05 23:35:13.426 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.074s] 2021-03-05 23:35:13.650 52 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-03-05 23:35:13.898 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.071s] 2021-03-05 23:35:13.938 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [26.100s] 2021-03-05 23:35:14.527 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.627s] 2021-03-05 23:35:15.166 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.635s] 2021-03-05 23:35:15.727 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.556s] 2021-03-05 23:35:15.998 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2021-03-05 23:35:16.241 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.513s] 2021-03-05 23:35:32.484 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.532s] 2021-03-05 23:35:33.055 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.263s] 2021-03-05 23:35:39.010 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.953s] 2021-03-05 23:35:44.419 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.409s] 2021-03-05 23:35:45.397 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.214s] 2021-03-05 23:35:45.585 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.187s] 2021-03-05 23:35:45.947 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.362s] 2021-03-05 23:35:46.068 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.119s] 2021-03-05 23:35:46.071 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-03-05 23:35:47.145 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.721s] 2021-03-05 23:35:53.311 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.164s] 2021-03-05 23:35:53.773 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.502s] 2021-03-05 23:35:58.857 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.542s] 2021-03-05 23:36:04.430 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.573s] 2021-03-05 23:36:10.388 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.956s] 2021-03-05 23:36:12.259 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.478s] 2021-03-05 23:36:16.484 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.091s] 2021-03-05 23:36:16.795 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.308s] 2021-03-05 23:36:17.030 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.234s] 2021-03-05 23:36:17.235 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.203s] 2021-03-05 23:36:17.317 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.082s] 2021-03-05 23:36:17.394 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.076s] 2021-03-05 23:36:17.560 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.163s] 2021-03-05 23:36:17.710 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.149s] 2021-03-05 23:36:17.784 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.073s] 2021-03-05 23:36:17.852 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.067s] 2021-03-05 23:36:18.371 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.091s] 2021-03-05 23:36:23.250 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.876s] 2021-03-05 23:36:23.862 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.996s] 2021-03-05 23:36:37.183 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.148s] 2021-03-05 23:36:44.448 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.260s] 2021-03-05 23:36:46.664 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.215s] 2021-03-05 23:36:46.759 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.096s] 2021-03-05 23:36:46.854 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.091s] 2021-03-05 23:36:46.884 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [34.602s] 2021-03-05 23:36:52.068 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.359s] 2021-03-05 23:36:52.451 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.382s] 2021-03-05 23:36:52.854 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.403s] 2021-03-05 23:36:53.802 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.947s] 2021-03-05 23:36:54.152 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.348s] 2021-03-05 23:36:54.342 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.188s] 2021-03-05 23:36:54.590 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.245s] 2021-03-05 23:36:54.788 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.194s] 2021-03-05 23:36:54.892 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.100s] 2021-03-05 23:36:55.076 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.185s] 2021-03-05 23:36:55.473 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.392s] 2021-03-05 23:36:59.847 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.989s] 2021-03-05 23:36:59.920 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.073s] 2021-03-05 23:37:00.009 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.090s] 2021-03-05 23:37:04.278 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.399s] 2021-03-05 23:37:16.887 52 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.346s] 2021-03-05 23:37:17.286 52 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.396s] 2021-03-05 23:37:19.558 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.342s] 2021-03-05 23:37:19.647 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.087s] 2021-03-05 23:37:20.050 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.400s] 2021-03-05 23:37:21.194 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.036s] 2021-03-05 23:37:21.279 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.082s] 2021-03-05 23:37:21.366 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2021-03-05 23:37:22.036 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.983s] 2021-03-05 23:37:25.256 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.124s] 2021-03-05 23:37:28.474 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.436s] 2021-03-05 23:37:28.561 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.083s] 2021-03-05 23:37:28.634 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.070s] 2021-03-05 23:37:32.651 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [124.831s] 2021-03-05 23:37:34.669 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2021-03-05 23:37:34.684 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2021-03-05 23:37:34.774 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.086s] 2021-03-05 23:37:34.888 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.111s] 2021-03-05 23:37:34.941 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.051s] 2021-03-05 23:37:35.039 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.095s] 2021-03-05 23:37:35.208 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.169s] 2021-03-05 23:37:35.343 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.134s] 2021-03-05 23:37:35.415 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.071s] 2021-03-05 23:37:35.564 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.150s] 2021-03-05 23:37:42.910 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.254s] 2021-03-05 23:37:45.900 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.019s] 2021-03-05 23:37:46.956 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.254s] 2021-03-05 23:37:52.210 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.722s] 2021-03-05 23:37:52.608 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.397s] 2021-03-05 23:37:55.057 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.379s] 2021-03-05 23:37:55.464 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.402s] 2021-03-05 23:38:04.185 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.563s] 2021-03-05 23:38:09.463 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.783s] 2021-03-05 23:38:16.626 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.435s] 2021-03-05 23:38:27.260 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [82.960s] 2021-03-05 23:38:28.319 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.466s] 2021-03-05 23:38:28.476 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.156s] 2021-03-05 23:38:32.834 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.365s] 2021-03-05 23:38:32.864 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.029s] 2021-03-05 23:38:33.266 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.388s] 2021-03-05 23:38:34.122 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.855s] 2021-03-05 23:38:34.832 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.709s] 2021-03-05 23:38:38.948 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.237s] 2021-03-05 23:38:38.979 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.031s] 2021-03-05 23:38:39.200 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.214s] 2021-03-05 23:38:39.212 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.014s] 2021-03-05 23:38:39.238 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.026s] 2021-03-05 23:38:43.162 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [26.528s] 2021-03-05 23:38:44.043 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.021s] 2021-03-05 23:38:48.071 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.205s] 2021-03-05 23:38:49.068 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.995s] 2021-03-05 23:38:49.844 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.770s] 2021-03-05 23:38:50.362 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.513s] 2021-03-05 23:38:50.864 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.499s] 2021-03-05 23:38:51.865 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.997s] 2021-03-05 23:38:52.624 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.758s] 2021-03-05 23:38:52.705 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.083s] 2021-03-05 23:38:52.744 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.037s] 2021-03-05 23:38:52.771 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2021-03-05 23:38:52.798 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2021-03-05 23:38:56.324 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-03-05 23:38:59.158 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [22.358s] 2021-03-05 23:39:03.019 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [67.532s] 2021-03-05 23:39:03.727 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.430s] 2021-03-05 23:39:04.118 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.382s] 2021-03-05 23:39:13.087 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.929s] 2021-03-05 23:39:20.521 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.092s] 2021-03-05 23:39:20.623 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.098s] 2021-03-05 23:39:20.729 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.106s] 2021-03-05 23:39:21.346 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.613s] 2021-03-05 23:39:21.566 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.217s] 2021-03-05 23:39:22.086 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.514s] 2021-03-05 23:39:22.187 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.098s] 2021-03-05 23:39:22.312 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.122s] 2021-03-05 23:39:22.440 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.127s] 2021-03-05 23:39:22.555 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.114s] 2021-03-05 23:39:22.665 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.110s] 2021-03-05 23:39:22.870 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.201s] 2021-03-05 23:39:23.072 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.198s] 2021-03-05 23:39:23.195 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.123s] 2021-03-05 23:39:23.314 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.119s] 2021-03-05 23:39:24.447 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.357s] 2021-03-05 23:39:24.448 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [10.196s] 2021-03-05 23:39:30.689 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.237s] 2021-03-05 23:39:32.708 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.264s] 2021-03-05 23:39:54.106 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.134s] 2021-03-05 23:39:54.239 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.132s] 2021-03-05 23:40:22.386 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [51.694s] 2021-03-05 23:40:24.020 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.636s] 2021-03-05 23:40:30.137 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.205s] 2021-03-05 23:40:30.901 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.761s] 2021-03-05 23:40:33.072 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.166s] 2021-03-05 23:40:33.716 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.649s] 2021-03-05 23:40:35.583 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.865s] 2021-03-05 23:40:36.347 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.762s] 2021-03-05 23:40:38.148 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.792s] 2021-03-05 23:40:38.209 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.059s] 2021-03-05 23:40:42.365 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.535s] 2021-03-05 23:40:47.879 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.017s] 2021-03-05 23:40:47.926 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.045s] 2021-03-05 23:40:47.989 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.060s] 2021-03-05 23:40:48.030 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2021-03-05 23:40:48.050 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2021-03-05 23:40:48.071 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.019s] 2021-03-05 23:40:48.094 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.020s] 2021-03-05 23:40:48.156 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.058s] 2021-03-05 23:40:48.173 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2021-03-05 23:40:48.238 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.064s] 2021-03-05 23:40:48.254 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.016s] 2021-03-05 23:40:48.358 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.104s] 2021-03-05 23:40:48.471 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.114s] 2021-03-05 23:40:48.561 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.087s] 2021-03-05 23:40:48.659 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.094s] 2021-03-05 23:40:48.684 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.020s] 2021-03-05 23:40:48.751 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.068s] 2021-03-05 23:40:48.820 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.065s] 2021-03-05 23:40:48.894 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.071s] 2021-03-05 23:40:48.953 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.059s] 2021-03-05 23:40:54.150 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.209s] 2021-03-05 23:40:54.224 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.073s] 2021-03-05 23:40:56.227 52 INFO rally.task.context [-] Verification 290cd45c-f958-4259-8d58-a6037701a3cd | Context testr@default cleanup() started 2021-03-05 23:40:56.227 52 INFO rally.task.context [-] Verification 290cd45c-f958-4259-8d58-a6037701a3cd | Context testr@default cleanup() finished in 0.81 msec 2021-03-05 23:40:56.228 52 INFO rally.task.context [-] Verification 290cd45c-f958-4259-8d58-a6037701a3cd | Context tempest@default cleanup() started 2021-03-05 23:40:56.768 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 23:40:56.871 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 23:40:56.911 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b445f118_66uL6vsy'. 2021-03-05 23:40:57.197 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b445f118_66uL6vsy' has been deleted. 2021-03-05 23:40:57.199 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4a06d119-e43e-47e1-940a-0dd40c8ee26f' of option 'instance_type' from Tempest config file. 2021-03-05 23:40:57.199 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4a06d119-e43e-47e1-940a-0dd40c8ee26f' has been removed. 2021-03-05 23:40:57.201 52 INFO rally.task.context [-] Verification 290cd45c-f958-4259-8d58-a6037701a3cd | Context tempest@default cleanup() finished in 0.97 sec 2021-03-05 23:40:57.228 52 INFO rally.api [-] Verification (UUID=b445f118-911a-4273-9175-bc9308e2f942) has been successfully finished for deployment 'opnfv-rally' (UUID=3c20b789-e863-437f-b0f8-ce7a752a936a)! 2021-03-05 23:40:59.407 93 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:40:59.407 93 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:40:59.407 93 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:41:01.270 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:41:01.270 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:41:01.271 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:41:04.063 95 INFO rally.api [-] Building 'html' report for the following verification(s): 'b445f118-911a-4273-9175-bc9308e2f942' 2021-03-05 23:41:04.084 95 INFO rally.api [-] The report has been successfully built. 2021-03-05 23:41:06.049 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:41:06.049 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:41:06.049 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:41:08.814 97 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b445f118-911a-4273-9175-bc9308e2f942' 2021-03-05 23:41:08.823 97 INFO rally.api [-] The report has been successfully built.