2020-11-28 12:29:09.718 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:09.719 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:09.719 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:11.990 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-11-28 12:29:11.990 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:29:11.990 7 ERROR rally.cli.cliutils 2020-11-28 12:29:13.795 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:13.795 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:13.795 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:18.238 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:18.238 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:18.238 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:22.807 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:22.807 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:22.808 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:24.329 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:24.329 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:24.330 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:26.731 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-11-28 12:29:26.731 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:29:26.731 17 ERROR rally.cli.cliutils 2020-11-28 12:29:28.546 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:28.547 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:28.547 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:30.845 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:29:30.915 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ddfa5973-d608-40e9-9fec-bba9f91a78c3/repo. 2020-11-28 12:29:31.296 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ddfa5973-d608-40e9-9fec-bba9f91a78c3/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:29:31.312 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:29:31.319 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:29:31.337 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:29:31.407 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:29:32.214 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ddfa5973-d608-40e9-9fec-bba9f91a78c3) has been successfully created! 2020-11-28 12:29:34.088 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:34.088 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:34.088 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:38.693 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:38.694 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:38.694 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:40.856 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ddfa5973-d608-40e9-9fec-bba9f91a78c3) for deployment 'opnfv-rally' (UUID=2a374422-c7f0-4645-a4f5-160a525e4a5e). 2020-11-28 12:29:41.340 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ddfa5973-d608-40e9-9fec-bba9f91a78c3) has been successfully configured for deployment 'opnfv-rally' (UUID=2a374422-c7f0-4645-a4f5-160a525e4a5e)! 2020-11-28 12:29:51.530 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:29:51.530 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:29:51.530 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:29:53.836 35 INFO rally.api [-] Starting verification (UUID=1f1184a9-6530-48f9-a6af-51f89eba4c91) for deployment 'opnfv-rally' (UUID=2a374422-c7f0-4645-a4f5-160a525e4a5e) by verifier 'opnfv-tempest' (UUID=ddfa5973-d608-40e9-9fec-bba9f91a78c3). 2020-11-28 12:29:54.609 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:29:54.610 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ddfa5973-d608-40e9-9fec-bba9f91a78c3/for-deployment-2a374422-c7f0-4645-a4f5-160a525e4a5e/tempest.log' to option 'log_file'. 2020-11-28 12:29:54.611 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ddfa5973-d608-40e9-9fec-bba9f91a78c3/for-deployment-2a374422-c7f0-4645-a4f5-160a525e4a5e/tempest.log 2020-11-28 12:29:54.611 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:29:54.611 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ddfa5973-d608-40e9-9fec-bba9f91a78c3/for-deployment-2a374422-c7f0-4645-a4f5-160a525e4a5e/lock_files' to option 'lock_path'. 2020-11-28 12:29:54.612 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ddfa5973-d608-40e9-9fec-bba9f91a78c3/for-deployment-2a374422-c7f0-4645-a4f5-160a525e4a5e/lock_files 2020-11-28 12:29:54.612 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:29:54.612 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-11-28 12:29:54.612 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5ca19979-25b7-4c80-a974-65f45c2e3ce7 2020-11-28 12:29:54.613 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 31466c8c-c5aa-4ba3-b9f5-c150c03d6c8c 2020-11-28 12:29:54.613 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0bbbc507-ae5b-45fb-95d0-596c063620be 2020-11-28 12:29:54.614 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 61532207-eb8e-40dc-9f9f-6598723c931c 2020-11-28 12:29:56.479 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:29:56.480 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_06b2a017-3b6d-4d89-acef-4f8c72d6d79c 2020-11-28 12:29:56.480 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:29:56.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:29:56.599 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-28 12:29:56.600 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1f1184a9_YH4JU859' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-28 12:29:56.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1f1184a9_YH4JU859' (ID = 966a1149-082d-48cd-80c9-395a7f80dd9f) has been successfully created! 2020-11-28 12:29:56.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '966a1149-082d-48cd-80c9-395a7f80dd9f' to option 'instance_type'. 2020-11-28 12:29:56.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 966a1149-082d-48cd-80c9-395a7f80dd9f 2020-11-28 12:29:56.638 35 INFO rally.task.context [-] Verification ddfa5973-d608-40e9-9fec-bba9f91a78c3 | Context tempest@default setup() finished in 2.56 sec 2020-11-28 12:29:56.640 35 INFO rally.task.context [-] Verification ddfa5973-d608-40e9-9fec-bba9f91a78c3 | Context testr@default setup() finished in 1.00 msec 2020-11-28 12:29:56.640 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/230c4cd8-db14-4095-9298-2a40e14e22aa'. 2020-11-28 12:30:02.029 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.189s] 2020-11-28 12:30:02.063 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.199s] 2020-11-28 12:30:02.184 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.120s] 2020-11-28 12:30:04.829 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.416s] 2020-11-28 12:30:17.881 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.080s] 2020-11-28 12:30:19.754 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.878s] 2020-11-28 12:30:21.961 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.125s] 2020-11-28 12:30:26.055 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.172s] 2020-11-28 12:30:33.077 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.416s] 2020-11-28 12:30:33.291 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.214s] 2020-11-28 12:30:33.541 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.250s] 2020-11-28 12:30:33.963 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.422s] 2020-11-28 12:30:34.248 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [16.383s] 2020-11-28 12:30:34.430 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.466s] 2020-11-28 12:30:34.829 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.398s] 2020-11-28 12:30:47.350 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.499s] 2020-11-28 12:30:48.193 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.946s] 2020-11-28 12:30:51.212 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.359s] 2020-11-28 12:30:51.612 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.400s] 2020-11-28 12:30:51.987 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.374s] 2020-11-28 12:30:52.340 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.353s] 2020-11-28 12:30:52.572 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [30.603s] 2020-11-28 12:30:52.601 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.262s] 2020-11-28 12:30:52.779 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.177s] 2020-11-28 12:30:52.923 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.144s] 2020-11-28 12:30:53.097 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.173s] 2020-11-28 12:30:53.204 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.106s] 2020-11-28 12:30:53.379 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.175s] 2020-11-28 12:30:53.423 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.073s] 2020-11-28 12:30:53.730 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.351s] 2020-11-28 12:30:55.305 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.882s] 2020-11-28 12:30:55.389 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.084s] 2020-11-28 12:30:55.473 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.083s] 2020-11-28 12:30:56.401 35 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.449s] 2020-11-28 12:31:06.488 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.916s] 2020-11-28 12:31:06.932 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.457s] 2020-11-28 12:31:06.997 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.066s] 2020-11-28 12:31:07.052 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.055s] 2020-11-28 12:31:21.646 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.157s] 2020-11-28 12:31:22.230 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.337s] 2020-11-28 12:31:22.285 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.056s] 2020-11-28 12:31:22.581 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.295s] 2020-11-28 12:31:24.436 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.855s] 2020-11-28 12:31:30.764 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [1.772s] 2020-11-28 12:31:30.941 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.176s] 2020-11-28 12:31:31.278 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.336s] 2020-11-28 12:31:31.428 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.149s] 2020-11-28 12:31:31.429 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-11-28 12:31:32.148 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [7.711s] 2020-11-28 12:31:32.201 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.052s] 2020-11-28 12:31:32.263 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.062s] 2020-11-28 12:31:33.068 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2020-11-28 12:31:33.086 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2020-11-28 12:31:33.409 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.323s] 2020-11-28 12:31:33.427 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-11-28 12:31:33.440 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2020-11-28 12:31:33.478 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.038s] 2020-11-28 12:31:33.553 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.074s] 2020-11-28 12:31:33.642 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.089s] 2020-11-28 12:31:33.928 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.285s] 2020-11-28 12:31:33.952 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.025s] 2020-11-28 12:31:34.134 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.181s] 2020-11-28 12:31:39.962 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.910s] 2020-11-28 12:31:40.545 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.583s] 2020-11-28 12:31:41.349 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.802s] 2020-11-28 12:31:41.905 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.556s] 2020-11-28 12:31:42.476 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.571s] 2020-11-28 12:31:43.023 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.547s] 2020-11-28 12:31:43.801 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.777s] 2020-11-28 12:31:44.279 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.478s] 2020-11-28 12:31:44.735 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.455s] 2020-11-28 12:31:45.340 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.602s] 2020-11-28 12:31:45.876 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.537s] 2020-11-28 12:31:47.110 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.334s] 2020-11-28 12:31:47.419 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.308s] 2020-11-28 12:31:47.886 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [2.009s] 2020-11-28 12:31:48.511 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.624s] 2020-11-28 12:31:49.223 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.711s] 2020-11-28 12:31:49.802 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.579s] 2020-11-28 12:31:50.731 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.929s] 2020-11-28 12:31:51.328 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.595s] 2020-11-28 12:31:51.705 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-11-28 12:31:51.890 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.563s] 2020-11-28 12:31:55.769 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.522s] 2020-11-28 12:31:56.113 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.344s] 2020-11-28 12:31:57.487 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.037s] 2020-11-28 12:31:57.499 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.454s] 2020-11-28 12:31:57.823 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.333s] 2020-11-28 12:31:57.841 35 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-11-28 12:31:58.017 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.195s] 2020-11-28 12:31:58.904 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.361s] 2020-11-28 12:31:59.219 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.315s] 2020-11-28 12:32:02.468 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2020-11-28 12:32:02.477 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2020-11-28 12:32:02.527 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.049s] 2020-11-28 12:32:02.576 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.049s] 2020-11-28 12:32:02.627 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2020-11-28 12:32:02.718 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.092s] 2020-11-28 12:32:02.794 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.075s] 2020-11-28 12:32:02.875 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.081s] 2020-11-28 12:32:02.926 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.050s] 2020-11-28 12:32:02.992 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.065s] 2020-11-28 12:32:05.096 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.064s] 2020-11-28 12:32:06.564 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.433s] 2020-11-28 12:32:08.452 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.303s] 2020-11-28 12:32:08.482 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2020-11-28 12:32:10.474 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.165s] 2020-11-28 12:32:11.408 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.932s] 2020-11-28 12:32:12.009 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.600s] 2020-11-28 12:32:12.647 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.636s] 2020-11-28 12:32:13.225 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.577s] 2020-11-28 12:32:13.480 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.385s] 2020-11-28 12:32:14.363 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.136s] 2020-11-28 12:32:15.519 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.658s] 2020-11-28 12:32:15.677 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.157s] 2020-11-28 12:32:16.008 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.331s] 2020-11-28 12:32:16.163 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.154s] 2020-11-28 12:32:16.164 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-11-28 12:32:17.005 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.641s] 2020-11-28 12:32:17.144 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.139s] 2020-11-28 12:32:17.171 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2020-11-28 12:32:17.192 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2020-11-28 12:32:17.216 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.023s] 2020-11-28 12:32:18.907 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.173s] 2020-11-28 12:32:20.744 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.172s] 2020-11-28 12:32:21.869 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.387s] 2020-11-28 12:32:25.766 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.273s] 2020-11-28 12:32:26.062 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.295s] 2020-11-28 12:32:29.496 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2020-11-28 12:32:29.544 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.047s] 2020-11-28 12:32:29.600 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.056s] 2020-11-28 12:32:29.976 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.375s] 2020-11-28 12:32:30.093 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.115s] 2020-11-28 12:32:30.385 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.291s] 2020-11-28 12:32:30.433 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.049s] 2020-11-28 12:32:30.492 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.058s] 2020-11-28 12:32:30.553 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2020-11-28 12:32:30.616 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.062s] 2020-11-28 12:32:30.676 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.059s] 2020-11-28 12:32:30.784 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.107s] 2020-11-28 12:32:30.897 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.113s] 2020-11-28 12:32:30.959 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2020-11-28 12:32:31.022 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.062s] 2020-11-28 12:32:35.999 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.935s] 2020-11-28 12:32:41.112 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2020-11-28 12:32:41.145 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.033s] 2020-11-28 12:32:41.210 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.065s] 2020-11-28 12:32:41.242 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2020-11-28 12:32:41.255 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2020-11-28 12:32:41.268 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2020-11-28 12:32:41.282 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-11-28 12:32:41.326 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.044s] 2020-11-28 12:32:41.339 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2020-11-28 12:32:41.385 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-11-28 12:32:41.398 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-11-28 12:32:41.452 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.053s] 2020-11-28 12:32:41.502 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.049s] 2020-11-28 12:32:41.552 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.051s] 2020-11-28 12:32:41.601 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.048s] 2020-11-28 12:32:41.615 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2020-11-28 12:32:41.670 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.054s] 2020-11-28 12:32:41.715 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.046s] 2020-11-28 12:32:41.761 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.045s] 2020-11-28 12:32:41.804 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.043s] 2020-11-28 12:32:46.922 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.590s] 2020-11-28 12:32:52.438 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.514s] 2020-11-28 12:32:59.764 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.231s] 2020-11-28 12:33:04.030 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.090s] 2020-11-28 12:33:04.112 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.082s] 2020-11-28 12:33:14.361 35 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [66.447s] 2020-11-28 12:33:17.096 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.329s] 2020-11-28 12:33:40.171 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.070s] 2020-11-28 12:33:44.973 35 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.601s] 2020-11-28 12:33:46.491 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [6.324s] 2020-11-28 12:33:57.090 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2020-11-28 12:33:57.109 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.019s] 2020-11-28 12:33:57.130 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2020-11-28 12:33:59.024 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.304s] 2020-11-28 12:33:59.154 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.130s] 2020-11-28 12:33:59.337 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2020-11-28 12:34:01.118 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.082s] 2020-11-28 12:34:02.735 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.136s] 2020-11-28 12:34:02.758 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.023s] 2020-11-28 12:34:02.931 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.171s] 2020-11-28 12:34:02.939 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-11-28 12:34:02.958 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.019s] 2020-11-28 12:34:09.088 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.078s] 2020-11-28 12:34:11.159 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.070s] 2020-11-28 12:34:16.513 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.353s] 2020-11-28 12:34:22.067 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.553s] 2020-11-28 12:34:25.700 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.954s] 2020-11-28 12:34:25.871 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.803s] 2020-11-28 12:34:29.444 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.572s] 2020-11-28 12:34:34.203 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.759s] 2020-11-28 12:34:36.371 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.671s] 2020-11-28 12:34:39.249 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.044s] 2020-11-28 12:34:43.280 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.031s] 2020-11-28 12:34:43.441 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.160s] 2020-11-28 12:34:43.611 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.170s] 2020-11-28 12:34:43.732 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.121s] 2020-11-28 12:34:43.791 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2020-11-28 12:34:43.848 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.056s] 2020-11-28 12:34:43.951 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2020-11-28 12:34:44.051 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2020-11-28 12:34:44.186 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.134s] 2020-11-28 12:34:44.278 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.091s] 2020-11-28 12:34:47.905 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.534s] 2020-11-28 12:34:48.226 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.947s] 2020-11-28 12:34:54.227 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.321s] 2020-11-28 12:34:55.700 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.893s] 2020-11-28 12:34:56.543 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.844s] 2020-11-28 12:34:58.651 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.100s] 2020-11-28 12:34:59.241 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.595s] 2020-11-28 12:35:00.384 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.141s] 2020-11-28 12:35:01.113 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.728s] 2020-11-28 12:35:04.455 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.338s] 2020-11-28 12:35:04.494 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2020-11-28 12:35:06.667 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.608s] 2020-11-28 12:35:08.344 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-11-28 12:35:34.062 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [39.830s] 2020-11-28 12:35:35.541 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.482s] 2020-11-28 12:35:38.513 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.201s] 2020-11-28 12:35:38.557 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.045s] 2020-11-28 12:35:39.866 35 INFO rally.task.context [-] Verification ddfa5973-d608-40e9-9fec-bba9f91a78c3 | Context testr@default cleanup() started 2020-11-28 12:35:39.867 35 INFO rally.task.context [-] Verification ddfa5973-d608-40e9-9fec-bba9f91a78c3 | Context testr@default cleanup() finished in 0.81 msec 2020-11-28 12:35:39.867 35 INFO rally.task.context [-] Verification ddfa5973-d608-40e9-9fec-bba9f91a78c3 | Context tempest@default cleanup() started 2020-11-28 12:35:40.051 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1f1184a9_YH4JU859'. 2020-11-28 12:35:40.247 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1f1184a9_YH4JU859' has been deleted. 2020-11-28 12:35:40.248 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '966a1149-082d-48cd-80c9-395a7f80dd9f' of option 'instance_type' from Tempest config file. 2020-11-28 12:35:40.248 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '966a1149-082d-48cd-80c9-395a7f80dd9f' has been removed. 2020-11-28 12:35:40.255 35 INFO rally.task.context [-] Verification ddfa5973-d608-40e9-9fec-bba9f91a78c3 | Context tempest@default cleanup() finished in 0.39 sec 2020-11-28 12:35:40.293 35 INFO rally.api [-] Verification (UUID=1f1184a9-6530-48f9-a6af-51f89eba4c91) has been successfully finished for deployment 'opnfv-rally' (UUID=2a374422-c7f0-4645-a4f5-160a525e4a5e)! 2020-11-28 12:35:42.080 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:35:42.080 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:35:42.080 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:35:43.854 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:35:43.855 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:35:43.855 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:35:46.058 78 INFO rally.api [-] Building 'html' report for the following verification(s): '1f1184a9-6530-48f9-a6af-51f89eba4c91' 2020-11-28 12:35:46.083 78 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:35:47.773 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:35:47.773 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:35:47.773 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:35:50.040 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1f1184a9-6530-48f9-a6af-51f89eba4c91' 2020-11-28 12:35:50.052 80 INFO rally.api [-] The report has been successfully built.