2020-07-28 15:46:54.588 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:46:54.589 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:46:54.589 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:46:56.779 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-07-28 15:46:56.779 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 15:46:56.779 7 ERROR rally.cli.cliutils 2020-07-28 15:46:58.303 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:46:58.303 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:46:58.304 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:03.026 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:03.027 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:03.027 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:08.054 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:08.054 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:08.054 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:09.746 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:09.747 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:09.747 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:12.101 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-07-28 15:47:12.101 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 15:47:12.101 17 ERROR rally.cli.cliutils 2020-07-28 15:47:13.863 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:13.864 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:13.864 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:16.323 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 15:47:16.404 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-54d241d3-971b-4170-a177-da5462cd8aa2/repo. 2020-07-28 15:47:16.673 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-54d241d3-971b-4170-a177-da5462cd8aa2/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-07-28 15:47:16.688 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 15:47:16.696 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 15:47:16.718 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 15:47:16.774 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 15:47:17.492 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54d241d3-971b-4170-a177-da5462cd8aa2) has been successfully created! 2020-07-28 15:47:19.198 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:19.198 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:19.198 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:23.621 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:23.622 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:23.622 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:26.080 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=54d241d3-971b-4170-a177-da5462cd8aa2) for deployment 'opnfv-rally' (UUID=d664bd96-f99e-4b50-be97-7bd80eb2dda6). 2020-07-28 15:47:26.600 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54d241d3-971b-4170-a177-da5462cd8aa2) has been successfully configured for deployment 'opnfv-rally' (UUID=d664bd96-f99e-4b50-be97-7bd80eb2dda6)! 2020-07-28 15:47:36.829 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:47:36.830 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:47:36.830 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:47:39.281 35 INFO rally.api [-] Starting verification (UUID=ab96e113-0004-45b8-97e3-39b15584adfb) for deployment 'opnfv-rally' (UUID=d664bd96-f99e-4b50-be97-7bd80eb2dda6) by verifier 'opnfv-tempest' (UUID=54d241d3-971b-4170-a177-da5462cd8aa2). 2020-07-28 15:47:39.987 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 15:47:39.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54d241d3-971b-4170-a177-da5462cd8aa2/for-deployment-d664bd96-f99e-4b50-be97-7bd80eb2dda6/tempest.log' to option 'log_file'. 2020-07-28 15:47:39.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-54d241d3-971b-4170-a177-da5462cd8aa2/for-deployment-d664bd96-f99e-4b50-be97-7bd80eb2dda6/tempest.log 2020-07-28 15:47:39.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 15:47:39.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54d241d3-971b-4170-a177-da5462cd8aa2/for-deployment-d664bd96-f99e-4b50-be97-7bd80eb2dda6/lock_files' to option 'lock_path'. 2020-07-28 15:47:39.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-54d241d3-971b-4170-a177-da5462cd8aa2/for-deployment-d664bd96-f99e-4b50-be97-7bd80eb2dda6/lock_files 2020-07-28 15:47:39.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 15:47:39.990 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-07-28 15:47:39.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ae688cc8-cd92-44cb-99d4-30f2dcd058d3 2020-07-28 15:47:39.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1f5afb26-d3cb-45ff-aa7f-b249cc435008 2020-07-28 15:47:39.991 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cba03e2b-368c-42c9-a890-3595fbd38997 2020-07-28 15:47:39.992 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8883089a-f200-488c-bda7-4eb40abdd48a 2020-07-28 15:47:42.706 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 15:47:42.706 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_f446e89a-ae6e-4c19-8e81-8666222f776a 2020-07-28 15:47:42.707 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 15:47:42.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 15:47:42.853 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-28 15:47:42.854 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ab96e113_vv9EWimG' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-28 15:47:42.909 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ab96e113_vv9EWimG' (ID = 3867f7f7-d9c2-4c67-9df2-f0c99bb90c4b) has been successfully created! 2020-07-28 15:47:42.909 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3867f7f7-d9c2-4c67-9df2-f0c99bb90c4b' to option 'instance_type'. 2020-07-28 15:47:42.910 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3867f7f7-d9c2-4c67-9df2-f0c99bb90c4b 2020-07-28 15:47:42.911 35 INFO rally.task.context [-] Verification 54d241d3-971b-4170-a177-da5462cd8aa2 | Context tempest@default setup() finished in 3.38 sec 2020-07-28 15:47:42.912 35 INFO rally.task.context [-] Verification 54d241d3-971b-4170-a177-da5462cd8aa2 | Context testr@default setup() finished in 0.48 msec 2020-07-28 15:47:42.913 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/db5d0002-52e2-4d8d-b024-06b6971d8d7e'. 2020-07-28 15:47:48.896 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.303s] 2020-07-28 15:47:49.039 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.143s] 2020-07-28 15:47:49.264 35 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.605s] 2020-07-28 15:47:50.612 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2020-07-28 15:47:52.452 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.146s] 2020-07-28 15:47:55.355 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.458s] 2020-07-28 15:47:55.488 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.133s] 2020-07-28 15:47:59.786 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2020-07-28 15:47:59.796 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-07-28 15:47:59.867 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.069s] 2020-07-28 15:47:59.913 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.046s] 2020-07-28 15:47:59.969 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.056s] 2020-07-28 15:48:00.048 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.077s] 2020-07-28 15:48:00.132 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.084s] 2020-07-28 15:48:00.219 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.085s] 2020-07-28 15:48:00.278 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.059s] 2020-07-28 15:48:00.353 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.073s] 2020-07-28 15:48:08.291 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [16.259s] 2020-07-28 15:48:12.453 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.479s] 2020-07-28 15:48:14.382 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.292s] 2020-07-28 15:48:18.780 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.326s] 2020-07-28 15:48:20.425 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.618s] 2020-07-28 15:48:20.639 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.241s] 2020-07-28 15:48:20.797 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.157s] 2020-07-28 15:48:22.649 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [9.152s] 2020-07-28 15:48:22.848 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.199s] 2020-07-28 15:48:23.237 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.389s] 2020-07-28 15:48:23.379 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.141s] 2020-07-28 15:48:23.381 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-28 15:48:28.979 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [14.595s] 2020-07-28 15:48:30.748 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.950s] 2020-07-28 15:48:30.813 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.065s] 2020-07-28 15:48:30.942 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.129s] 2020-07-28 15:48:32.799 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.095s] 2020-07-28 15:48:32.817 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.019s] 2020-07-28 15:48:33.155 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.336s] 2020-07-28 15:48:33.173 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.018s] 2020-07-28 15:48:33.192 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.019s] 2020-07-28 15:48:33.231 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2020-07-28 15:48:33.386 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.155s] 2020-07-28 15:48:33.484 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.097s] 2020-07-28 15:48:34.071 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.585s] 2020-07-28 15:48:34.101 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.030s] 2020-07-28 15:48:34.272 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.171s] 2020-07-28 15:48:34.595 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.263s] 2020-07-28 15:48:35.435 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.838s] 2020-07-28 15:48:35.454 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.220s] 2020-07-28 15:48:35.840 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.405s] 2020-07-28 15:48:36.368 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.527s] 2020-07-28 15:48:36.940 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.571s] 2020-07-28 15:48:38.130 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.189s] 2020-07-28 15:48:38.868 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.738s] 2020-07-28 15:48:38.989 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.121s] 2020-07-28 15:48:39.012 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2020-07-28 15:48:39.033 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2020-07-28 15:48:39.051 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2020-07-28 15:48:41.733 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.205s] 2020-07-28 15:48:43.961 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-07-28 15:48:48.911 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.261s] 2020-07-28 15:48:49.190 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.279s] 2020-07-28 15:48:55.892 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.063s] 2020-07-28 15:48:58.008 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.816s] 2020-07-28 15:49:00.272 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.378s] 2020-07-28 15:49:02.892 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.425s] 2020-07-28 15:49:03.182 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.288s] 2020-07-28 15:49:03.453 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.271s] 2020-07-28 15:49:03.927 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.473s] 2020-07-28 15:49:04.323 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.396s] 2020-07-28 15:49:04.783 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.460s] 2020-07-28 15:49:06.377 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.056s] 2020-07-28 15:49:06.430 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2020-07-28 15:49:06.492 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.062s] 2020-07-28 15:49:06.806 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.313s] 2020-07-28 15:49:06.948 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.141s] 2020-07-28 15:49:07.051 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.198s] 2020-07-28 15:49:07.226 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.174s] 2020-07-28 15:49:07.315 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.366s] 2020-07-28 15:49:07.369 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.053s] 2020-07-28 15:49:07.544 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.316s] 2020-07-28 15:49:07.583 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.214s] 2020-07-28 15:49:07.653 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.068s] 2020-07-28 15:49:07.690 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.145s] 2020-07-28 15:49:07.691 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-28 15:49:07.717 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.064s] 2020-07-28 15:49:07.774 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.057s] 2020-07-28 15:49:07.883 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.107s] 2020-07-28 15:49:08.002 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.119s] 2020-07-28 15:49:08.066 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.063s] 2020-07-28 15:49:08.127 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.062s] 2020-07-28 15:49:19.250 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.099s] 2020-07-28 15:49:19.345 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.095s] 2020-07-28 15:49:27.214 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.335s] 2020-07-28 15:49:27.728 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.513s] 2020-07-28 15:49:28.243 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.515s] 2020-07-28 15:49:28.614 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.370s] 2020-07-28 15:49:28.958 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.344s] 2020-07-28 15:49:29.117 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.159s] 2020-07-28 15:49:29.287 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.169s] 2020-07-28 15:49:29.427 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.139s] 2020-07-28 15:49:29.529 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.101s] 2020-07-28 15:49:29.667 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.138s] 2020-07-28 15:49:30.014 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.348s] 2020-07-28 15:49:30.364 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.358s] 2020-07-28 15:49:34.356 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.744s] 2020-07-28 15:49:35.062 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.706s] 2020-07-28 15:49:35.942 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.881s] 2020-07-28 15:49:36.471 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.528s] 2020-07-28 15:49:37.204 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.732s] 2020-07-28 15:49:37.967 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.760s] 2020-07-28 15:49:40.723 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [2.759s] 2020-07-28 15:49:43.210 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [2.487s] 2020-07-28 15:49:43.956 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.745s] 2020-07-28 15:49:44.929 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.972s] 2020-07-28 15:49:45.388 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.460s] 2020-07-28 15:49:46.125 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.736s] 2020-07-28 15:49:46.780 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.655s] 2020-07-28 15:49:47.450 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.669s] 2020-07-28 15:49:48.206 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.756s] 2020-07-28 15:49:48.879 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.673s] 2020-07-28 15:49:49.321 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.441s] 2020-07-28 15:49:49.406 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.035s] 2020-07-28 15:49:49.796 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.475s] 2020-07-28 15:49:57.692 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.301s] 2020-07-28 15:49:58.002 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.310s] 2020-07-28 15:49:59.747 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.118s] 2020-07-28 15:49:59.770 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2020-07-28 15:49:59.794 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-07-28 15:50:01.973 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2020-07-28 15:50:01.996 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2020-07-28 15:50:02.215 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.218s] 2020-07-28 15:50:02.225 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2020-07-28 15:50:02.255 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.029s] 2020-07-28 15:50:05.930 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.755s] 2020-07-28 15:50:06.260 35 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-28 15:50:16.259 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.348s] 2020-07-28 15:50:16.309 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.049s] 2020-07-28 15:50:16.782 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.472s] 2020-07-28 15:50:18.437 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.655s] 2020-07-28 15:50:21.845 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.435s] 2020-07-28 15:50:23.396 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.956s] 2020-07-28 15:50:23.459 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.064s] 2020-07-28 15:50:23.519 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.059s] 2020-07-28 15:50:36.493 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.128s] 2020-07-28 15:50:37.140 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.294s] 2020-07-28 15:50:37.375 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.881s] 2020-07-28 15:50:39.954 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.575s] 2020-07-28 15:50:40.615 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.664s] 2020-07-28 15:50:41.923 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.305s] 2020-07-28 15:50:42.863 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.941s] 2020-07-28 15:50:44.827 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.958s] 2020-07-28 15:50:45.038 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.216s] 2020-07-28 15:50:46.936 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.194s] 2020-07-28 15:50:48.290 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.488s] 2020-07-28 15:50:54.261 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.114s] 2020-07-28 15:51:00.827 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.491s] 2020-07-28 15:51:11.035 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.135s] 2020-07-28 15:51:11.153 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.856s] 2020-07-28 15:51:15.752 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.716s] 2020-07-28 15:51:20.786 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.034s] 2020-07-28 15:51:27.343 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.557s] 2020-07-28 15:51:31.153 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.809s] 2020-07-28 15:51:32.200 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.045s] 2020-07-28 15:51:36.224 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.070s] 2020-07-28 15:51:40.302 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.078s] 2020-07-28 15:51:41.300 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [9.101s] 2020-07-28 15:51:46.841 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.538s] 2020-07-28 15:51:49.027 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.185s] 2020-07-28 15:51:49.251 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.224s] 2020-07-28 15:51:49.440 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.188s] 2020-07-28 15:51:49.573 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.132s] 2020-07-28 15:51:49.694 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.120s] 2020-07-28 15:51:49.783 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.090s] 2020-07-28 15:51:49.940 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.156s] 2020-07-28 15:51:50.049 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.108s] 2020-07-28 15:51:50.211 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.162s] 2020-07-28 15:51:50.297 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.086s] 2020-07-28 15:51:57.192 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.893s] 2020-07-28 15:52:01.567 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.197s] 2020-07-28 15:52:06.566 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.377s] 2020-07-28 15:52:06.875 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.308s] 2020-07-28 15:52:13.856 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.477s] 2020-07-28 15:52:14.164 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.309s] 2020-07-28 15:52:22.832 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.897s] 2020-07-28 15:52:31.161 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.329s] 2020-07-28 15:52:39.190 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.028s] 2020-07-28 15:52:43.725 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.017s] 2020-07-28 15:52:43.757 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.033s] 2020-07-28 15:52:43.804 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.046s] 2020-07-28 15:52:43.834 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.029s] 2020-07-28 15:52:43.846 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-07-28 15:52:43.858 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-07-28 15:52:43.871 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-07-28 15:52:43.922 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.050s] 2020-07-28 15:52:43.935 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2020-07-28 15:52:43.981 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-07-28 15:52:43.993 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-07-28 15:52:44.042 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.049s] 2020-07-28 15:52:44.097 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.053s] 2020-07-28 15:52:44.150 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.052s] 2020-07-28 15:52:44.202 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.052s] 2020-07-28 15:52:44.214 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-07-28 15:52:44.261 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.047s] 2020-07-28 15:52:44.304 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.042s] 2020-07-28 15:52:44.352 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.047s] 2020-07-28 15:52:44.395 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.043s] 2020-07-28 15:52:53.068 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.678s] 2020-07-28 15:52:58.590 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.520s] 2020-07-28 15:53:11.234 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [64.650s] 2020-07-28 15:53:40.108 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.862s] 2020-07-28 15:53:52.197 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.035s] 2020-07-28 15:53:52.442 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.243s] 2020-07-28 15:53:52.591 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.151s] 2020-07-28 15:53:54.346 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.305s] 2020-07-28 15:53:54.374 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2020-07-28 15:54:14.508 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.712s] 2020-07-28 15:54:23.907 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.399s] 2020-07-28 15:54:34.556 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.649s] 2020-07-28 15:54:39.538 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.981s] 2020-07-28 15:55:15.349 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [35.806s] 2020-07-28 15:55:16.757 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.411s] 2020-07-28 15:55:19.446 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2020-07-28 15:55:21.349 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.245s] 2020-07-28 15:55:21.407 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.058s] 2020-07-28 15:55:22.927 35 INFO rally.task.context [-] Verification 54d241d3-971b-4170-a177-da5462cd8aa2 | Context testr@default cleanup() started 2020-07-28 15:55:22.928 35 INFO rally.task.context [-] Verification 54d241d3-971b-4170-a177-da5462cd8aa2 | Context testr@default cleanup() finished in 0.77 msec 2020-07-28 15:55:22.928 35 INFO rally.task.context [-] Verification 54d241d3-971b-4170-a177-da5462cd8aa2 | Context tempest@default cleanup() started 2020-07-28 15:55:23.084 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ab96e113_vv9EWimG'. 2020-07-28 15:55:23.303 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ab96e113_vv9EWimG' has been deleted. 2020-07-28 15:55:23.304 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3867f7f7-d9c2-4c67-9df2-f0c99bb90c4b' of option 'instance_type' from Tempest config file. 2020-07-28 15:55:23.304 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3867f7f7-d9c2-4c67-9df2-f0c99bb90c4b' has been removed. 2020-07-28 15:55:23.308 35 INFO rally.task.context [-] Verification 54d241d3-971b-4170-a177-da5462cd8aa2 | Context tempest@default cleanup() finished in 0.38 sec 2020-07-28 15:55:23.337 35 INFO rally.api [-] Verification (UUID=ab96e113-0004-45b8-97e3-39b15584adfb) has been successfully finished for deployment 'opnfv-rally' (UUID=d664bd96-f99e-4b50-be97-7bd80eb2dda6)! 2020-07-28 15:55:25.082 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:55:25.083 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:55:25.083 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:55:26.921 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:55:26.921 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:55:26.922 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:55:29.062 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'ab96e113-0004-45b8-97e3-39b15584adfb' 2020-07-28 15:55:29.096 78 INFO rally.api [-] The report has been successfully built. 2020-07-28 15:55:30.844 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:55:30.845 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:55:30.845 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:55:33.082 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ab96e113-0004-45b8-97e3-39b15584adfb' 2020-07-28 15:55:33.094 80 INFO rally.api [-] The report has been successfully built.