2021-05-16 12:25:16.654 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:16.654 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:16.654 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:25:19.378 8 ERROR rally.cli.cliutils 2021-05-16 12:25:21.149 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:21.150 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:21.150 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:25.683 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:25.684 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:25.684 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:30.572 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:30.572 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:30.572 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:32.104 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:32.104 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:32.104 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:25:34.490 18 ERROR rally.cli.cliutils 2021-05-16 12:25:36.148 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:36.149 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:36.149 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:38.547 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:25:38.622 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-da5e7edd-33ba-4c76-a1d8-5f726a4359ec/repo. 2021-05-16 12:25:38.899 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-da5e7edd-33ba-4c76-a1d8-5f726a4359ec/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-05-16 12:25:38.915 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:25:38.924 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:25:38.943 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:25:39.025 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:25:39.747 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=da5e7edd-33ba-4c76-a1d8-5f726a4359ec) has been successfully created! 2021-05-16 12:25:41.477 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:41.477 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:41.477 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:46.056 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:46.057 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:46.057 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:25:48.330 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=da5e7edd-33ba-4c76-a1d8-5f726a4359ec) for deployment 'opnfv-rally' (UUID=0bb47199-5cae-4959-a407-9b3bc3685601). 2021-05-16 12:25:48.859 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=da5e7edd-33ba-4c76-a1d8-5f726a4359ec) has been successfully configured for deployment 'opnfv-rally' (UUID=0bb47199-5cae-4959-a407-9b3bc3685601)! 2021-05-16 12:25:58.345 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:25:58.345 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:25:58.345 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:26:00.672 36 INFO rally.api [-] Starting verification (UUID=b5cc14b1-f839-4676-96c2-9fc15f5c78ac) for deployment 'opnfv-rally' (UUID=0bb47199-5cae-4959-a407-9b3bc3685601) by verifier 'opnfv-tempest' (UUID=da5e7edd-33ba-4c76-a1d8-5f726a4359ec). 2021-05-16 12:26:01.578 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:26:01.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-da5e7edd-33ba-4c76-a1d8-5f726a4359ec/for-deployment-0bb47199-5cae-4959-a407-9b3bc3685601/tempest.log' to option 'log_file'. 2021-05-16 12:26:01.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-da5e7edd-33ba-4c76-a1d8-5f726a4359ec/for-deployment-0bb47199-5cae-4959-a407-9b3bc3685601/tempest.log 2021-05-16 12:26:01.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:26:01.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-da5e7edd-33ba-4c76-a1d8-5f726a4359ec/for-deployment-0bb47199-5cae-4959-a407-9b3bc3685601/lock_files' to option 'lock_path'. 2021-05-16 12:26:01.580 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-da5e7edd-33ba-4c76-a1d8-5f726a4359ec/for-deployment-0bb47199-5cae-4959-a407-9b3bc3685601/lock_files 2021-05-16 12:26:01.580 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:26:01.580 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-05-16 12:26:01.580 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 56fa9840-29ad-41ce-ad8c-1125acf248a4 2021-05-16 12:26:01.580 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5b41e634-dc7f-4a26-bb57-e4fec9476e2c 2021-05-16 12:26:01.581 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 614e6597-a5f6-4cec-96c0-3c191daa9b8d 2021-05-16 12:26:01.581 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 77880dc9-6850-4397-9178-649bd0c76a00 2021-05-16 12:26:02.070 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:26:02.070 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_32db1167-646c-43f9-bb04-b8451bd1d033 2021-05-16 12:26:02.071 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:26:02.153 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:26:02.207 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-16 12:26:02.208 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b5cc14b1_TvpQ0djt' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-16 12:26:02.243 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b5cc14b1_TvpQ0djt' (ID = 9b010e95-031a-412c-af43-48e23031a8f1) has been successfully created! 2021-05-16 12:26:02.244 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9b010e95-031a-412c-af43-48e23031a8f1' to option 'instance_type'. 2021-05-16 12:26:02.244 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9b010e95-031a-412c-af43-48e23031a8f1 2021-05-16 12:26:02.246 36 INFO rally.task.context [-] Verification da5e7edd-33ba-4c76-a1d8-5f726a4359ec | Context tempest@default setup() finished in 1.34 sec 2021-05-16 12:26:02.247 36 INFO rally.task.context [-] Verification da5e7edd-33ba-4c76-a1d8-5f726a4359ec | Context testr@default setup() finished in 0.69 msec 2021-05-16 12:26:02.248 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e436f131-c54a-4b53-826d-293410d576c4'. 2021-05-16 12:26:07.964 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.260s] 2021-05-16 12:26:07.968 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.150s] 2021-05-16 12:26:08.050 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.081s] 2021-05-16 12:26:22.568 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.340s] 2021-05-16 12:26:23.144 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.576s] 2021-05-16 12:26:23.718 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.574s] 2021-05-16 12:26:24.191 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.471s] 2021-05-16 12:26:24.493 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.302s] 2021-05-16 12:26:24.663 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.171s] 2021-05-16 12:26:24.858 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.194s] 2021-05-16 12:26:25.003 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.145s] 2021-05-16 12:26:25.109 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.104s] 2021-05-16 12:26:25.273 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.164s] 2021-05-16 12:26:25.601 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.327s] 2021-05-16 12:26:31.718 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.615s] 2021-05-16 12:26:31.872 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.153s] 2021-05-16 12:26:32.242 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.369s] 2021-05-16 12:26:32.402 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.159s] 2021-05-16 12:26:32.403 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-05-16 12:26:32.563 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.970s] 2021-05-16 12:26:32.743 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.178s] 2021-05-16 12:26:33.070 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.326s] 2021-05-16 12:26:33.181 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.110s] 2021-05-16 12:26:33.182 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-05-16 12:26:35.180 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.023s] 2021-05-16 12:26:48.049 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.869s] 2021-05-16 12:26:49.630 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.498s] 2021-05-16 12:26:50.317 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.685s] 2021-05-16 12:26:50.809 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.492s] 2021-05-16 12:26:51.608 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.800s] 2021-05-16 12:26:52.541 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.931s] 2021-05-16 12:26:53.262 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.720s] 2021-05-16 12:26:53.437 36 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.519s] 2021-05-16 12:26:54.276 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.014s] 2021-05-16 12:26:54.728 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.451s] 2021-05-16 12:26:55.169 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.440s] 2021-05-16 12:26:55.797 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.626s] 2021-05-16 12:26:56.233 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.437s] 2021-05-16 12:26:56.885 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.652s] 2021-05-16 12:26:57.332 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.446s] 2021-05-16 12:26:57.840 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.508s] 2021-05-16 12:26:58.300 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.459s] 2021-05-16 12:26:58.737 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.437s] 2021-05-16 12:26:59.230 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.492s] 2021-05-16 12:26:59.664 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.434s] 2021-05-16 12:27:01.158 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.939s] 2021-05-16 12:27:01.370 36 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-05-16 12:27:04.591 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.115s] 2021-05-16 12:27:04.619 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2021-05-16 12:27:04.643 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2021-05-16 12:27:05.102 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.537s] 2021-05-16 12:27:05.342 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2021-05-16 12:27:05.364 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.021s] 2021-05-16 12:27:05.702 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.337s] 2021-05-16 12:27:05.717 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2021-05-16 12:27:05.731 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2021-05-16 12:27:05.770 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2021-05-16 12:27:05.860 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.088s] 2021-05-16 12:27:05.955 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.095s] 2021-05-16 12:27:06.284 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.328s] 2021-05-16 12:27:06.315 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.031s] 2021-05-16 12:27:06.476 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.161s] 2021-05-16 12:27:06.993 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.533s] 2021-05-16 12:27:08.708 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.026s] 2021-05-16 12:27:08.824 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.650s] 2021-05-16 12:27:10.538 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2021-05-16 12:27:14.577 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.481s] 2021-05-16 12:27:14.909 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.332s] 2021-05-16 12:27:18.386 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.281s] 2021-05-16 12:27:20.035 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.105s] 2021-05-16 12:27:21.791 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.258s] 2021-05-16 12:27:22.065 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.272s] 2021-05-16 12:27:24.628 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.592s] 2021-05-16 12:27:31.056 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.989s] 2021-05-16 12:27:37.230 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2021-05-16 12:27:37.260 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.028s] 2021-05-16 12:27:37.309 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.048s] 2021-05-16 12:27:37.339 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.030s] 2021-05-16 12:27:37.354 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2021-05-16 12:27:37.368 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2021-05-16 12:27:37.380 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2021-05-16 12:27:37.424 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.044s] 2021-05-16 12:27:37.434 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2021-05-16 12:27:37.478 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.043s] 2021-05-16 12:27:37.490 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2021-05-16 12:27:37.565 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.074s] 2021-05-16 12:27:37.620 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.054s] 2021-05-16 12:27:37.669 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.049s] 2021-05-16 12:27:37.720 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.050s] 2021-05-16 12:27:37.733 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2021-05-16 12:27:37.789 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.054s] 2021-05-16 12:27:37.836 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2021-05-16 12:27:37.881 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.043s] 2021-05-16 12:27:37.928 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.048s] 2021-05-16 12:27:41.004 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.757s] 2021-05-16 12:27:44.166 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.399s] 2021-05-16 12:27:44.442 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.276s] 2021-05-16 12:27:44.719 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.277s] 2021-05-16 12:27:45.228 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.508s] 2021-05-16 12:27:45.699 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.470s] 2021-05-16 12:27:46.177 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.478s] 2021-05-16 12:27:47.330 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.098s] 2021-05-16 12:27:47.421 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.091s] 2021-05-16 12:27:47.572 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.177s] 2021-05-16 12:27:54.045 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.237s] 2021-05-16 12:27:54.099 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.052s] 2021-05-16 12:27:58.022 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.017s] 2021-05-16 12:28:01.743 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.169s] 2021-05-16 12:28:16.666 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.639s] 2021-05-16 12:28:17.231 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [15.484s] 2021-05-16 12:28:21.164 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.489s] 2021-05-16 12:28:21.506 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.343s] 2021-05-16 12:28:23.260 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2021-05-16 12:28:24.523 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.859s] 2021-05-16 12:28:25.362 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.370s] 2021-05-16 12:28:25.480 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.115s] 2021-05-16 12:28:27.703 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.254s] 2021-05-16 12:28:27.723 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.020s] 2021-05-16 12:28:27.894 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.170s] 2021-05-16 12:28:27.906 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.012s] 2021-05-16 12:28:27.928 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.023s] 2021-05-16 12:28:33.569 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.571s] 2021-05-16 12:28:37.355 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.084s] 2021-05-16 12:28:38.150 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.579s] 2021-05-16 12:28:39.422 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.270s] 2021-05-16 12:28:39.491 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.072s] 2021-05-16 12:28:39.574 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.082s] 2021-05-16 12:28:42.110 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2021-05-16 12:28:42.125 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2021-05-16 12:28:42.177 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.052s] 2021-05-16 12:28:42.229 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.051s] 2021-05-16 12:28:42.276 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.046s] 2021-05-16 12:28:42.357 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.080s] 2021-05-16 12:28:42.431 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.073s] 2021-05-16 12:28:42.493 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.061s] 2021-05-16 12:28:42.540 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.047s] 2021-05-16 12:28:42.615 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.075s] 2021-05-16 12:28:47.369 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.363s] 2021-05-16 12:28:47.397 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2021-05-16 12:28:47.802 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.226s] 2021-05-16 12:28:47.892 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.090s] 2021-05-16 12:28:47.961 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.069s] 2021-05-16 12:28:49.350 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.264s] 2021-05-16 12:28:50.180 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.828s] 2021-05-16 12:28:50.905 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.726s] 2021-05-16 12:28:51.281 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.375s] 2021-05-16 12:28:51.811 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.528s] 2021-05-16 12:28:52.823 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.010s] 2021-05-16 12:28:52.974 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.750s] 2021-05-16 12:28:53.352 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.530s] 2021-05-16 12:28:53.406 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.054s] 2021-05-16 12:28:53.429 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2021-05-16 12:28:53.449 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2021-05-16 12:28:53.467 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2021-05-16 12:28:56.036 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.707s] 2021-05-16 12:28:58.006 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.206s] 2021-05-16 12:29:03.093 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.358s] 2021-05-16 12:29:03.394 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.300s] 2021-05-16 12:29:07.203 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.419s] 2021-05-16 12:29:13.443 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2021-05-16 12:29:13.496 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2021-05-16 12:29:13.562 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.066s] 2021-05-16 12:29:13.874 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.311s] 2021-05-16 12:29:14.004 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.129s] 2021-05-16 12:29:14.318 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.313s] 2021-05-16 12:29:14.373 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.055s] 2021-05-16 12:29:14.434 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.060s] 2021-05-16 12:29:14.516 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.082s] 2021-05-16 12:29:14.575 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.059s] 2021-05-16 12:29:14.631 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.055s] 2021-05-16 12:29:14.765 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.133s] 2021-05-16 12:29:14.867 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.100s] 2021-05-16 12:29:14.925 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.058s] 2021-05-16 12:29:15.010 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.085s] 2021-05-16 12:29:16.265 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.059s] 2021-05-16 12:29:24.278 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.013s] 2021-05-16 12:29:27.766 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.781s] 2021-05-16 12:29:28.305 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.026s] 2021-05-16 12:29:37.969 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.033s] 2021-05-16 12:29:38.256 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.286s] 2021-05-16 12:29:38.450 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.194s] 2021-05-16 12:29:45.644 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.759s] 2021-05-16 12:29:48.495 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.851s] 2021-05-16 12:29:50.627 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.131s] 2021-05-16 12:29:54.444 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.816s] 2021-05-16 12:29:57.291 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.846s] 2021-05-16 12:30:00.526 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.236s] 2021-05-16 12:30:02.587 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [34.278s] 2021-05-16 12:30:04.465 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.938s] 2021-05-16 12:30:04.724 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.140s] 2021-05-16 12:30:08.144 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.677s] 2021-05-16 12:30:08.230 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.770s] 2021-05-16 12:30:08.978 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.747s] 2021-05-16 12:30:11.018 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.035s] 2021-05-16 12:30:11.128 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.984s] 2021-05-16 12:30:11.308 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.179s] 2021-05-16 12:30:11.481 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.171s] 2021-05-16 12:30:11.587 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.571s] 2021-05-16 12:30:11.765 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.283s] 2021-05-16 12:30:11.856 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.090s] 2021-05-16 12:30:11.932 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.076s] 2021-05-16 12:30:12.082 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.149s] 2021-05-16 12:30:12.263 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.180s] 2021-05-16 12:30:12.469 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.205s] 2021-05-16 12:30:12.543 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.075s] 2021-05-16 12:30:12.996 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.406s] 2021-05-16 12:30:13.915 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.921s] 2021-05-16 12:30:15.342 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.797s] 2021-05-16 12:30:16.163 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.241s] 2021-05-16 12:30:16.207 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2021-05-16 12:30:24.037 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.637s] 2021-05-16 12:30:27.504 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.864s] 2021-05-16 12:30:27.555 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2021-05-16 12:30:27.839 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.284s] 2021-05-16 12:30:29.649 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.809s] 2021-05-16 12:30:29.720 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.681s] 2021-05-16 12:30:33.772 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.122s] 2021-05-16 12:30:33.821 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.048s] 2021-05-16 12:30:33.877 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.056s] 2021-05-16 12:30:41.438 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.181s] 2021-05-16 12:30:48.136 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.069s] 2021-05-16 12:30:55.189 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.051s] 2021-05-16 12:31:04.477 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.286s] 2021-05-16 12:31:07.021 36 INFO rally.task.context [-] Verification da5e7edd-33ba-4c76-a1d8-5f726a4359ec | Context testr@default cleanup() started 2021-05-16 12:31:07.021 36 INFO rally.task.context [-] Verification da5e7edd-33ba-4c76-a1d8-5f726a4359ec | Context testr@default cleanup() finished in 0.72 msec 2021-05-16 12:31:07.022 36 INFO rally.task.context [-] Verification da5e7edd-33ba-4c76-a1d8-5f726a4359ec | Context tempest@default cleanup() started 2021-05-16 12:31:07.208 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b5cc14b1_TvpQ0djt'. 2021-05-16 12:31:07.497 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b5cc14b1_TvpQ0djt' has been deleted. 2021-05-16 12:31:07.499 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '9b010e95-031a-412c-af43-48e23031a8f1' of option 'instance_type' from Tempest config file. 2021-05-16 12:31:07.499 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '9b010e95-031a-412c-af43-48e23031a8f1' has been removed. 2021-05-16 12:31:07.506 36 INFO rally.task.context [-] Verification da5e7edd-33ba-4c76-a1d8-5f726a4359ec | Context tempest@default cleanup() finished in 0.48 sec 2021-05-16 12:31:07.559 36 INFO rally.api [-] Verification (UUID=b5cc14b1-f839-4676-96c2-9fc15f5c78ac) has been successfully finished for deployment 'opnfv-rally' (UUID=0bb47199-5cae-4959-a407-9b3bc3685601)! 2021-05-16 12:31:09.681 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:31:09.682 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:31:09.682 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:31:11.703 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:31:11.703 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:31:11.703 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:31:14.301 79 INFO rally.api [-] Building 'html' report for the following verification(s): 'b5cc14b1-f839-4676-96c2-9fc15f5c78ac' 2021-05-16 12:31:14.326 79 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:31:16.125 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:31:16.125 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:31:16.125 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:31:18.652 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b5cc14b1-f839-4676-96c2-9fc15f5c78ac' 2021-05-16 12:31:18.663 81 INFO rally.api [-] The report has been successfully built.