2020-05-14 21:01:07.957 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:07.957 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:07.957 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:10.208 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 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 21:01:10.208 7 ERROR rally.cli.cliutils 2020-05-14 21:01:11.831 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:11.832 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:11.832 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:16.191 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:16.191 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:16.192 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:20.516 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:20.517 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:20.517 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:21.951 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:21.951 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:21.952 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 21:01:24.071 17 ERROR rally.cli.cliutils 2020-05-14 21:01:25.681 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:25.681 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:25.681 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:27.703 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 21:01:27.768 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cc683520-4a90-4dd2-afb7-960bce588845/repo. 2020-05-14 21:01:27.972 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cc683520-4a90-4dd2-afb7-960bce588845/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-05-14 21:01:27.986 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 21:01:27.996 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 21:01:28.015 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 21:01:28.076 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 21:01:28.908 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc683520-4a90-4dd2-afb7-960bce588845) has been successfully created! 2020-05-14 21:01:30.502 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:30.503 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:30.503 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:34.681 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:34.682 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:34.682 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:36.759 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cc683520-4a90-4dd2-afb7-960bce588845) for deployment 'opnfv-rally' (UUID=83d8f8f1-a6a2-4513-ab56-54b234c3aba2). 2020-05-14 21:01:40.224 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc683520-4a90-4dd2-afb7-960bce588845) has been successfully configured for deployment 'opnfv-rally' (UUID=83d8f8f1-a6a2-4513-ab56-54b234c3aba2)! 2020-05-14 21:01:49.719 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:01:49.720 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:01:49.720 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:01:51.850 35 INFO rally.api [-] Starting verification (UUID=f91b3f24-e82b-47cb-9183-e30b9ba05593) for deployment 'opnfv-rally' (UUID=83d8f8f1-a6a2-4513-ab56-54b234c3aba2) by verifier 'opnfv-tempest' (UUID=cc683520-4a90-4dd2-afb7-960bce588845). 2020-05-14 21:01:52.529 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 21:01:52.530 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cc683520-4a90-4dd2-afb7-960bce588845/for-deployment-83d8f8f1-a6a2-4513-ab56-54b234c3aba2/tempest.log' to option 'log_file'. 2020-05-14 21:01:52.530 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cc683520-4a90-4dd2-afb7-960bce588845/for-deployment-83d8f8f1-a6a2-4513-ab56-54b234c3aba2/tempest.log 2020-05-14 21:01:52.530 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 21:01:52.531 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cc683520-4a90-4dd2-afb7-960bce588845/for-deployment-83d8f8f1-a6a2-4513-ab56-54b234c3aba2/lock_files' to option 'lock_path'. 2020-05-14 21:01:52.531 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cc683520-4a90-4dd2-afb7-960bce588845/for-deployment-83d8f8f1-a6a2-4513-ab56-54b234c3aba2/lock_files 2020-05-14 21:01:52.531 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 21:01:52.532 35 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 2020-05-14 21:01:52.532 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2c6658d9-4e42-4268-b8f3-29fb4f44df47 2020-05-14 21:01:52.532 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bbee274e-6106-473e-a238-ea454c9612b7 2020-05-14 21:01:52.533 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9e3e1784-7a47-4c3f-a84c-5be9d5c2d00a 2020-05-14 21:01:52.533 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3c750bb9-ab26-44da-8053-44cf95c9b324 2020-05-14 21:01:54.567 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 21:01:54.567 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_37d29f34-d569-4258-a0e2-5ae4a4f52b43 2020-05-14 21:01:54.568 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 21:01:54.665 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 21:01:54.709 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 21:01:54.710 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f91b3f24_h1UWzpfA' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 21:01:54.755 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f91b3f24_h1UWzpfA' (ID = 0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3) has been successfully created! 2020-05-14 21:01:54.755 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3' to option 'instance_type'. 2020-05-14 21:01:54.756 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3 2020-05-14 21:01:54.757 35 INFO rally.task.context [-] Verification cc683520-4a90-4dd2-afb7-960bce588845 | Context tempest@default setup() finished in 2.67 sec 2020-05-14 21:01:54.758 35 INFO rally.task.context [-] Verification cc683520-4a90-4dd2-afb7-960bce588845 | Context testr@default setup() finished in 0.50 msec 2020-05-14 21:01:54.759 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/b3c729de-7a40-4939-8340-b87ffe8d08bb'. 2020-05-14 21:02:00.023 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.264s] 2020-05-14 21:02:00.101 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.077s] 2020-05-14 21:02:00.333 35 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.583s] 2020-05-14 21:02:11.018 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [3.214s] 2020-05-14 21:02:39.576 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [12.100s] 2020-05-14 21:02:48.704 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [0.489s] 2020-05-14 21:02:48.865 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.160s] 2020-05-14 21:02:49.211 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.346s] 2020-05-14 21:02:49.356 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.144s] 2020-05-14 21:02:49.357 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-05-14 21:02:52.642 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.064s] 2020-05-14 21:03:24.608 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.805s] 2020-05-14 21:03:24.772 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.163s] 2020-05-14 21:03:25.126 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.353s] 2020-05-14 21:03:25.268 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.141s] 2020-05-14 21:03:25.269 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-05-14 21:03:35.458 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.076s] 2020-05-14 21:03:43.517 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.057s] 2020-05-14 21:04:00.779 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [20.342s] 2020-05-14 21:04:09.985 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.219s] 2020-05-14 21:04:31.259 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [21.271s] 2020-05-14 21:04:42.381 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.094s] 2020-05-14 21:04:42.396 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2020-05-14 21:04:42.531 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.630s] 2020-05-14 21:04:42.840 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.443s] 2020-05-14 21:04:42.858 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2020-05-14 21:04:42.874 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2020-05-14 21:04:42.909 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2020-05-14 21:04:43.007 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.097s] 2020-05-14 21:04:43.099 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.092s] 2020-05-14 21:04:43.754 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.222s] 2020-05-14 21:04:43.766 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.664s] 2020-05-14 21:04:43.790 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.024s] 2020-05-14 21:04:44.007 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.217s] 2020-05-14 21:04:44.122 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.369s] 2020-05-14 21:04:44.484 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.359s] 2020-05-14 21:04:44.769 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.286s] 2020-05-14 21:04:44.954 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.185s] 2020-05-14 21:04:45.126 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.172s] 2020-05-14 21:04:45.251 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.125s] 2020-05-14 21:04:45.346 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.094s] 2020-05-14 21:04:45.716 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.368s] 2020-05-14 21:04:46.039 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.323s] 2020-05-14 21:05:00.794 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.522s] 2020-05-14 21:05:21.705 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [20.906s] 2020-05-14 21:05:26.032 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.158s] 2020-05-14 21:05:34.992 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.360s] 2020-05-14 21:05:35.241 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.249s] 2020-05-14 21:05:35.491 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.249s] 2020-05-14 21:05:35.934 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.442s] 2020-05-14 21:05:36.375 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.440s] 2020-05-14 21:05:36.819 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.444s] 2020-05-14 21:05:39.128 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.423s] 2020-05-14 21:06:17.325 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.814s] 2020-05-14 21:06:17.870 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.545s] 2020-05-14 21:06:18.351 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.480s] 2020-05-14 21:06:18.896 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.545s] 2020-05-14 21:06:20.503 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.605s] 2020-05-14 21:06:21.143 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.640s] 2020-05-14 21:06:21.624 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.481s] 2020-05-14 21:06:23.030 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.405s] 2020-05-14 21:06:24.132 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.101s] 2020-05-14 21:06:24.668 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.534s] 2020-05-14 21:06:25.469 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.802s] 2020-05-14 21:06:27.288 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.817s] 2020-05-14 21:06:27.848 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.561s] 2020-05-14 21:06:28.427 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.577s] 2020-05-14 21:06:28.901 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.476s] 2020-05-14 21:06:29.643 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.740s] 2020-05-14 21:06:30.141 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.498s] 2020-05-14 21:06:30.596 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.455s] 2020-05-14 21:06:43.518 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.741s] 2020-05-14 21:06:52.903 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.080s] 2020-05-14 21:07:01.525 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.005s] 2020-05-14 21:07:05.655 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2020-05-14 21:07:05.669 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2020-05-14 21:07:05.723 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.053s] 2020-05-14 21:07:05.775 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.052s] 2020-05-14 21:07:05.818 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.043s] 2020-05-14 21:07:05.891 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.072s] 2020-05-14 21:07:05.959 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.068s] 2020-05-14 21:07:06.058 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.097s] 2020-05-14 21:07:06.109 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.051s] 2020-05-14 21:07:06.276 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.167s] 2020-05-14 21:07:15.533 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.281s] 2020-05-14 21:07:15.561 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-05-14 21:07:22.193 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.665s] 2020-05-14 21:07:28.577 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.387s] 2020-05-14 21:07:50.407 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [92.744s] 2020-05-14 21:08:12.211 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.291s] 2020-05-14 21:08:12.405 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.193s] 2020-05-14 21:08:19.923 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2020-05-14 21:08:30.551 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2020-05-14 21:08:30.802 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.250s] 2020-05-14 21:08:30.981 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.178s] 2020-05-14 21:08:41.923 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [78.739s] 2020-05-14 21:09:04.069 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [73.648s] 2020-05-14 21:09:07.259 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [17.165s] 2020-05-14 21:09:19.054 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [11.794s] 2020-05-14 21:09:31.843 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [49.921s] 2020-05-14 21:09:31.873 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [12.818s] 2020-05-14 21:09:34.914 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.066s] 2020-05-14 21:09:34.935 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2020-05-14 21:09:34.957 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-05-14 21:09:42.897 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.326s] 2020-05-14 21:09:43.025 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.127s] 2020-05-14 21:09:49.541 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [17.666s] 2020-05-14 21:09:51.180 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2020-05-14 21:09:51.202 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2020-05-14 21:09:51.370 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.167s] 2020-05-14 21:09:51.380 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2020-05-14 21:09:51.401 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2020-05-14 21:09:59.325 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.432s] 2020-05-14 21:10:03.267 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [13.726s] 2020-05-14 21:10:13.513 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [41.669s] 2020-05-14 21:10:16.104 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [12.836s] 2020-05-14 21:10:27.878 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [11.768s] 2020-05-14 21:10:40.136 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [26.622s] 2020-05-14 21:10:51.637 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [33.998s] 2020-05-14 21:10:54.736 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [26.862s] 2020-05-14 21:10:54.832 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [3.196s] 2020-05-14 21:10:58.260 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [3.427s] 2020-05-14 21:11:13.035 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [14.775s] 2020-05-14 21:11:15.881 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [21.144s] 2020-05-14 21:11:22.225 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [6.344s] 2020-05-14 21:11:25.546 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [3.321s] 2020-05-14 21:11:27.290 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [14.253s] 2020-05-14 21:11:28.876 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [3.329s] 2020-05-14 21:11:30.471 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [3.180s] 2020-05-14 21:11:32.036 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [3.160s] 2020-05-14 21:11:33.621 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [3.150s] 2020-05-14 21:11:35.172 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [3.135s] 2020-05-14 21:11:38.383 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [3.210s] 2020-05-14 21:11:42.480 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [4.097s] 2020-05-14 21:11:45.769 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [3.288s] 2020-05-14 21:11:48.961 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [3.192s] 2020-05-14 21:12:07.910 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [18.948s] 2020-05-14 21:12:22.724 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [3.075s] 2020-05-14 21:12:40.083 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [17.356s] 2020-05-14 21:12:52.850 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [12.766s] 2020-05-14 21:12:58.782 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [138.639s] 2020-05-14 21:13:05.569 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [12.718s] 2020-05-14 21:13:16.473 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [17.695s] 2020-05-14 21:13:28.673 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [23.102s] 2020-05-14 21:14:02.339 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [25.421s] 2020-05-14 21:14:06.555 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [37.880s] 2020-05-14 21:14:26.605 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [20.050s] 2020-05-14 21:14:29.734 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [3.129s] 2020-05-14 21:14:30.992 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [28.652s] 2020-05-14 21:14:32.932 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [3.198s] 2020-05-14 21:14:36.029 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [3.096s] 2020-05-14 21:14:39.127 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [3.098s] 2020-05-14 21:14:44.962 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [13.970s] 2020-05-14 21:14:46.588 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.173s] 2020-05-14 21:14:48.198 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [3.236s] 2020-05-14 21:14:51.359 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [3.161s] 2020-05-14 21:14:52.897 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [22.536s] 2020-05-14 21:14:55.670 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-05-14 21:14:55.720 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.051s] 2020-05-14 21:14:55.781 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.060s] 2020-05-14 21:14:55.815 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2020-05-14 21:14:55.826 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.011s] 2020-05-14 21:14:55.839 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-05-14 21:14:55.851 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2020-05-14 21:14:55.900 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.050s] 2020-05-14 21:14:55.912 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2020-05-14 21:14:55.960 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.047s] 2020-05-14 21:14:55.969 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2020-05-14 21:14:56.029 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.059s] 2020-05-14 21:14:56.085 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.056s] 2020-05-14 21:14:56.139 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.054s] 2020-05-14 21:14:56.196 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.056s] 2020-05-14 21:14:56.209 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-05-14 21:14:56.253 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.043s] 2020-05-14 21:14:56.302 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.049s] 2020-05-14 21:14:56.344 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.042s] 2020-05-14 21:14:56.384 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.040s] 2020-05-14 21:15:15.624 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [22.726s] 2020-05-14 21:15:17.810 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.586s] 2020-05-14 21:15:23.240 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.427s] 2020-05-14 21:15:38.319 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [46.957s] 2020-05-14 21:15:41.471 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [3.154s] 2020-05-14 21:15:42.776 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.255s] 2020-05-14 21:15:42.829 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.053s] 2020-05-14 21:15:45.585 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [4.113s] 2020-05-14 21:16:17.534 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [61.905s] 2020-05-14 21:16:30.474 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [12.945s] 2020-05-14 21:16:31.931 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [19.050s] 2020-05-14 21:16:39.621 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.161s] 2020-05-14 21:16:50.498 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.308s] 2020-05-14 21:16:50.765 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.267s] 2020-05-14 21:17:00.072 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [29.595s] 2020-05-14 21:17:05.582 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.060s] 2020-05-14 21:17:05.640 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.058s] 2020-05-14 21:17:05.706 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.065s] 2020-05-14 21:17:06.038 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.331s] 2020-05-14 21:17:06.165 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.127s] 2020-05-14 21:17:06.492 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.327s] 2020-05-14 21:17:06.541 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.049s] 2020-05-14 21:17:06.601 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.059s] 2020-05-14 21:17:06.671 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.070s] 2020-05-14 21:17:06.737 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.066s] 2020-05-14 21:17:06.798 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.060s] 2020-05-14 21:17:06.919 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.120s] 2020-05-14 21:17:07.037 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.117s] 2020-05-14 21:17:07.099 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.063s] 2020-05-14 21:17:07.167 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.067s] 2020-05-14 21:17:20.610 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [20.537s] 2020-05-14 21:17:23.943 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.100s] 2020-05-14 21:17:24.033 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.091s] 2020-05-14 21:18:18.891 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [58.275s] 2020-05-14 21:18:25.042 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [6.157s] 2020-05-14 21:18:32.742 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.025s] 2020-05-14 21:18:40.304 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2020-05-14 21:18:49.776 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.438s] 2020-05-14 21:18:50.084 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.308s] 2020-05-14 21:19:09.064 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.302s] 2020-05-14 21:19:09.328 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.264s] 2020-05-14 21:19:18.220 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.889s] 2020-05-14 21:19:43.399 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.034s] 2020-05-14 21:19:51.616 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.215s] 2020-05-14 21:19:59.640 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.024s] 2020-05-14 21:20:08.214 35 INFO rally.task.context [-] Verification cc683520-4a90-4dd2-afb7-960bce588845 | Context testr@default cleanup() started 2020-05-14 21:20:08.215 35 INFO rally.task.context [-] Verification cc683520-4a90-4dd2-afb7-960bce588845 | Context testr@default cleanup() finished in 0.72 msec 2020-05-14 21:20:08.216 35 INFO rally.task.context [-] Verification cc683520-4a90-4dd2-afb7-960bce588845 | Context tempest@default cleanup() started 2020-05-14 21:20:08.387 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f91b3f24_h1UWzpfA'. 2020-05-14 21:20:08.539 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f91b3f24_h1UWzpfA' has been deleted. 2020-05-14 21:20:08.540 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3' of option 'instance_type' from Tempest config file. 2020-05-14 21:20:08.540 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3' has been removed. 2020-05-14 21:20:08.546 35 INFO rally.task.context [-] Verification cc683520-4a90-4dd2-afb7-960bce588845 | Context tempest@default cleanup() finished in 0.33 sec 2020-05-14 21:20:08.577 35 INFO rally.api [-] Verification (UUID=f91b3f24-e82b-47cb-9183-e30b9ba05593) has been successfully finished for deployment 'opnfv-rally' (UUID=83d8f8f1-a6a2-4513-ab56-54b234c3aba2)! 2020-05-14 21:20:10.383 73 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:20:10.384 73 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:20:10.384 73 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:20:12.135 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:20:12.135 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:20:12.135 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:20:14.380 75 INFO rally.api [-] Building 'html' report for the following verification(s): 'f91b3f24-e82b-47cb-9183-e30b9ba05593' 2020-05-14 21:20:14.402 75 INFO rally.api [-] The report has been successfully built. 2020-05-14 21:20:15.980 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:20:15.980 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:20:15.981 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:20:18.015 77 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f91b3f24-e82b-47cb-9183-e30b9ba05593' 2020-05-14 21:20:18.025 77 INFO rally.api [-] The report has been successfully built.