2021-02-05 23:37:30.612 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:30.612 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:30.613 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:37:33.506 26 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-02-05 23:37:33.506 26 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 23:37:33.506 26 ERROR rally.cli.cliutils 2021-02-05 23:37:35.499 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:35.500 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:35.500 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:37:40.347 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:40.348 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:40.348 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:37:47.332 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:47.332 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:47.333 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:37:49.140 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:49.140 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:49.141 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:37:51.853 36 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-02-05 23:37:51.853 36 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 23:37:51.853 36 ERROR rally.cli.cliutils 2021-02-05 23:37:53.663 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:53.663 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:53.663 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:37:56.215 38 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 23:37:56.267 38 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b8802afa-7e90-4030-af40-e1b358c55e6d/repo. 2021-02-05 23:37:56.563 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b8802afa-7e90-4030-af40-e1b358c55e6d/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-05 23:37:56.608 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 23:37:56.617 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 23:37:56.639 38 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 23:37:56.730 38 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 23:37:57.695 38 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b8802afa-7e90-4030-af40-e1b358c55e6d) has been successfully created! 2021-02-05 23:37:59.687 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:37:59.687 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:37:59.687 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:38:08.554 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:38:08.555 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:38:08.555 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:38:11.376 49 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b8802afa-7e90-4030-af40-e1b358c55e6d) for deployment 'opnfv-rally' (UUID=5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585). 2021-02-05 23:38:12.262 49 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b8802afa-7e90-4030-af40-e1b358c55e6d) has been successfully configured for deployment 'opnfv-rally' (UUID=5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585)! 2021-02-05 23:38:22.866 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:38:22.866 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:38:22.866 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:38:25.495 54 INFO rally.api [-] Starting verification (UUID=af1d6162-83d8-42ce-bf63-bb5ee762d03e) for deployment 'opnfv-rally' (UUID=5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585) by verifier 'opnfv-tempest' (UUID=b8802afa-7e90-4030-af40-e1b358c55e6d). 2021-02-05 23:38:26.378 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 23:38:26.447 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 23:38:26.448 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b8802afa-7e90-4030-af40-e1b358c55e6d/for-deployment-5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585/tempest.log' to option 'log_file'. 2021-02-05 23:38:26.448 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b8802afa-7e90-4030-af40-e1b358c55e6d/for-deployment-5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585/tempest.log 2021-02-05 23:38:26.449 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 23:38:26.449 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b8802afa-7e90-4030-af40-e1b358c55e6d/for-deployment-5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585/lock_files' to option 'lock_path'. 2021-02-05 23:38:26.450 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b8802afa-7e90-4030-af40-e1b358c55e6d/for-deployment-5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585/lock_files 2021-02-05 23:38:26.450 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 23:38:26.451 54 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-02-05 23:38:26.451 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a61126f4-6fbd-4d38-a600-b7d402dfc376 2021-02-05 23:38:26.452 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0187faec-af5c-4a06-bc62-402787d0fc2e 2021-02-05 23:38:26.452 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1f558e72-33b3-431c-98bb-cba616e8334e 2021-02-05 23:38:26.453 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e710e2c7-de4b-4545-887d-faf40fe0aab0 2021-02-05 23:38:26.731 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 23:38:26.732 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_e1221451-4c33-49ff-b4bb-be4b97678f66 2021-02-05 23:38:26.733 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 23:38:26.843 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 23:38:26.889 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 23:38:26.889 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_af1d6162_ci2XKDyR' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 23:38:26.929 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_af1d6162_ci2XKDyR' (ID = b59030bf-adb3-4b31-b5e5-bcd65f324c65) has been successfully created! 2021-02-05 23:38:26.929 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b59030bf-adb3-4b31-b5e5-bcd65f324c65' to option 'instance_type'. 2021-02-05 23:38:26.930 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b59030bf-adb3-4b31-b5e5-bcd65f324c65 2021-02-05 23:38:26.931 54 INFO rally.task.context [-] Verification b8802afa-7e90-4030-af40-e1b358c55e6d | Context tempest@default setup() finished in 0.93 sec 2021-02-05 23:38:26.932 54 INFO rally.task.context [-] Verification b8802afa-7e90-4030-af40-e1b358c55e6d | Context testr@default setup() finished in 0.58 msec 2021-02-05 23:38:26.933 54 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c0f85e5d-f84d-4f30-8c78-e834e23fec79'. 2021-02-05 23:38:40.992 54 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.236s] 2021-02-05 23:38:41.090 54 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.099s] 2021-02-05 23:38:41.307 54 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.614s] 2021-02-05 23:38:45.495 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.357s] 2021-02-05 23:39:09.273 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.252s] 2021-02-05 23:39:10.967 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [1.687s] 2021-02-05 23:39:11.433 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.470s] 2021-02-05 23:39:11.570 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.138s] 2021-02-05 23:39:11.577 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-02-05 23:39:18.514 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.584s] 2021-02-05 23:39:18.716 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.201s] 2021-02-05 23:39:19.056 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.339s] 2021-02-05 23:39:19.164 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.107s] 2021-02-05 23:39:19.166 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-02-05 23:39:20.664 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.021s] 2021-02-05 23:39:33.591 54 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.016s] 2021-02-05 23:39:38.851 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.185s] 2021-02-05 23:39:47.171 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.378s] 2021-02-05 23:39:47.538 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.364s] 2021-02-05 23:39:48.067 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.527s] 2021-02-05 23:39:48.738 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.667s] 2021-02-05 23:39:49.179 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.439s] 2021-02-05 23:39:49.391 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.209s] 2021-02-05 23:39:49.717 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.323s] 2021-02-05 23:39:49.929 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.212s] 2021-02-05 23:39:50.035 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.104s] 2021-02-05 23:39:50.249 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.213s] 2021-02-05 23:39:50.646 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.397s] 2021-02-05 23:40:02.767 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2021-02-05 23:40:02.791 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.023s] 2021-02-05 23:40:03.187 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.396s] 2021-02-05 23:40:03.213 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.025s] 2021-02-05 23:40:03.231 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2021-02-05 23:40:03.276 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.044s] 2021-02-05 23:40:03.368 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.091s] 2021-02-05 23:40:03.463 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2021-02-05 23:40:03.986 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.519s] 2021-02-05 23:40:06.422 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [2.436s] 2021-02-05 23:40:07.349 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.927s] 2021-02-05 23:40:09.094 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [30.239s] 2021-02-05 23:40:09.303 54 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [35.707s] 2021-02-05 23:40:20.802 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.789s] 2021-02-05 23:40:28.749 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.647s] 2021-02-05 23:40:34.438 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.320s] 2021-02-05 23:40:34.677 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.236s] 2021-02-05 23:40:34.901 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.222s] 2021-02-05 23:40:35.338 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.432s] 2021-02-05 23:40:35.785 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.443s] 2021-02-05 23:40:36.200 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.411s] 2021-02-05 23:40:37.801 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.987s] 2021-02-05 23:40:41.220 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.103s] 2021-02-05 23:40:46.562 54 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.486s] 2021-02-05 23:40:46.858 54 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.295s] 2021-02-05 23:40:47.466 54 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.023s] 2021-02-05 23:40:51.252 54 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.086s] 2021-02-05 23:40:51.282 54 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2021-02-05 23:40:51.366 54 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.085s] 2021-02-05 23:40:55.698 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.479s] 2021-02-05 23:40:55.853 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.155s] 2021-02-05 23:40:59.124 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.081s] 2021-02-05 23:41:00.024 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.299s] 2021-02-05 23:41:00.063 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.040s] 2021-02-05 23:41:02.461 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.334s] 2021-02-05 23:41:13.044 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [35.222s] 2021-02-05 23:41:13.836 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.715s] 2021-02-05 23:41:19.492 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.660s] 2021-02-05 23:41:25.505 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.009s] 2021-02-05 23:41:30.122 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.298s] 2021-02-05 23:41:30.307 54 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-02-05 23:41:30.579 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.072s] 2021-02-05 23:41:30.901 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.859s] 2021-02-05 23:41:35.454 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.873s] 2021-02-05 23:41:40.438 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.981s] 2021-02-05 23:41:45.395 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.955s] 2021-02-05 23:41:50.134 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.046s] 2021-02-05 23:41:51.139 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.004s] 2021-02-05 23:41:51.146 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.751s] 2021-02-05 23:41:52.587 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.448s] 2021-02-05 23:41:53.557 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.964s] 2021-02-05 23:41:54.522 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.959s] 2021-02-05 23:41:55.520 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.992s] 2021-02-05 23:41:56.250 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.100s] 2021-02-05 23:41:56.415 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.890s] 2021-02-05 23:41:56.514 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.263s] 2021-02-05 23:41:56.704 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.190s] 2021-02-05 23:41:56.928 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.508s] 2021-02-05 23:41:56.990 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.286s] 2021-02-05 23:41:57.070 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.078s] 2021-02-05 23:41:57.158 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.085s] 2021-02-05 23:41:57.302 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.146s] 2021-02-05 23:41:57.432 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.500s] 2021-02-05 23:41:57.458 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.153s] 2021-02-05 23:41:57.524 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2021-02-05 23:41:57.594 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.070s] 2021-02-05 23:41:58.362 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.926s] 2021-02-05 23:41:58.976 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.612s] 2021-02-05 23:41:59.495 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.516s] 2021-02-05 23:42:00.634 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.136s] 2021-02-05 23:42:01.828 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.190s] 2021-02-05 23:42:02.458 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.627s] 2021-02-05 23:42:03.145 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.684s] 2021-02-05 23:42:03.258 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.656s] 2021-02-05 23:42:03.806 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.658s] 2021-02-05 23:42:04.629 54 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.913s] 2021-02-05 23:42:08.391 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [4.580s] 2021-02-05 23:42:12.605 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.159s] 2021-02-05 23:42:13.447 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.833s] 2021-02-05 23:42:15.831 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.379s] 2021-02-05 23:42:16.389 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.559s] 2021-02-05 23:42:16.405 54 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.241s] 2021-02-05 23:42:16.438 54 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.030s] 2021-02-05 23:42:16.650 54 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.209s] 2021-02-05 23:42:16.666 54 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.014s] 2021-02-05 23:42:16.695 54 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.026s] 2021-02-05 23:42:17.945 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.550s] 2021-02-05 23:42:18.882 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.930s] 2021-02-05 23:42:20.674 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.782s] 2021-02-05 23:42:20.736 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.066s] 2021-02-05 23:42:20.934 54 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.524s] 2021-02-05 23:42:22.062 54 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-02-05 23:42:22.068 54 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-02-05 23:42:22.072 54 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-02-05 23:42:24.572 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.227s] 2021-02-05 23:42:30.477 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.484s] 2021-02-05 23:42:33.060 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.440s] 2021-02-05 23:42:33.438 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.376s] 2021-02-05 23:42:37.031 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.552s] 2021-02-05 23:42:39.608 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.572s] 2021-02-05 23:42:39.717 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.107s] 2021-02-05 23:42:39.808 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.093s] 2021-02-05 23:42:40.972 54 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.321s] 2021-02-05 23:42:45.304 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.095s] 2021-02-05 23:42:45.391 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.084s] 2021-02-05 23:42:45.498 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.105s] 2021-02-05 23:42:46.026 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.525s] 2021-02-05 23:42:46.239 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.212s] 2021-02-05 23:42:46.709 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.469s] 2021-02-05 23:42:46.791 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.078s] 2021-02-05 23:42:47.012 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.223s] 2021-02-05 23:42:47.122 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.106s] 2021-02-05 23:42:47.221 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.097s] 2021-02-05 23:42:47.317 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.095s] 2021-02-05 23:42:47.492 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.171s] 2021-02-05 23:42:47.662 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.165s] 2021-02-05 23:42:47.753 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.089s] 2021-02-05 23:42:47.863 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.107s] 2021-02-05 23:42:49.665 54 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [78.736s] 2021-02-05 23:42:53.300 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.485s] 2021-02-05 23:42:53.397 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.099s] 2021-02-05 23:42:53.485 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.088s] 2021-02-05 23:42:55.836 54 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.418s] 2021-02-05 23:42:56.136 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.109s] 2021-02-05 23:42:56.768 54 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.931s] 2021-02-05 23:42:57.221 54 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-02-05 23:42:57.225 54 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-05 23:42:57.230 54 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-02-05 23:42:57.233 54 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-05 23:42:57.562 54 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.795s] 2021-02-05 23:43:01.977 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.587s] 2021-02-05 23:43:02.451 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.470s] 2021-02-05 23:43:03.228 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.892s] 2021-02-05 23:43:06.988 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.015s] 2021-02-05 23:43:07.004 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2021-02-05 23:43:07.112 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.099s] 2021-02-05 23:43:07.208 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.094s] 2021-02-05 23:43:07.281 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.072s] 2021-02-05 23:43:07.430 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.143s] 2021-02-05 23:43:07.535 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.105s] 2021-02-05 23:43:07.702 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.166s] 2021-02-05 23:43:07.794 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.092s] 2021-02-05 23:43:07.973 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.178s] 2021-02-05 23:43:11.139 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.905s] 2021-02-05 23:43:12.305 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.594s] 2021-02-05 23:43:12.385 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.080s] 2021-02-05 23:43:12.782 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.353s] 2021-02-05 23:43:12.790 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.404s] 2021-02-05 23:43:13.167 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.380s] 2021-02-05 23:43:14.825 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.033s] 2021-02-05 23:43:22.425 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [7.594s] 2021-02-05 23:43:22.494 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.068s] 2021-02-05 23:43:22.566 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.071s] 2021-02-05 23:43:37.207 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.151s] 2021-02-05 23:43:38.466 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.256s] 2021-02-05 23:43:39.141 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.673s] 2021-02-05 23:43:39.311 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.869s] 2021-02-05 23:43:39.610 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.467s] 2021-02-05 23:43:40.079 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.466s] 2021-02-05 23:43:40.927 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.845s] 2021-02-05 23:43:41.538 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.611s] 2021-02-05 23:43:41.608 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.070s] 2021-02-05 23:43:41.634 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2021-02-05 23:43:41.841 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.200s] 2021-02-05 23:43:41.866 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.028s] 2021-02-05 23:43:46.164 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.638s] 2021-02-05 23:43:47.589 54 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-02-05 23:43:49.881 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2021-02-05 23:43:51.715 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.399s] 2021-02-05 23:43:55.634 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.016s] 2021-02-05 23:43:55.674 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.038s] 2021-02-05 23:43:55.740 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.063s] 2021-02-05 23:43:55.782 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.041s] 2021-02-05 23:43:55.805 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.019s] 2021-02-05 23:43:55.825 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.018s] 2021-02-05 23:43:55.844 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.016s] 2021-02-05 23:43:55.905 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.059s] 2021-02-05 23:43:55.923 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.016s] 2021-02-05 23:43:55.984 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.058s] 2021-02-05 23:43:55.999 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2021-02-05 23:43:56.098 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.097s] 2021-02-05 23:43:56.182 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.080s] 2021-02-05 23:43:56.257 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.072s] 2021-02-05 23:43:56.332 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.074s] 2021-02-05 23:43:56.347 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2021-02-05 23:43:56.410 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.061s] 2021-02-05 23:43:56.476 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.065s] 2021-02-05 23:43:56.533 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.056s] 2021-02-05 23:43:56.605 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.072s] 2021-02-05 23:44:02.304 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.585s] 2021-02-05 23:44:07.403 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [54.217s] 2021-02-05 23:44:10.635 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.698s] 2021-02-05 23:44:11.010 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.704s] 2021-02-05 23:44:11.021 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.385s] 2021-02-05 23:44:22.961 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.269s] 2021-02-05 23:44:23.037 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.076s] 2021-02-05 23:44:58.535 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [47.518s] 2021-02-05 23:45:00.807 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.268s] 2021-02-05 23:45:05.855 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-02-05 23:45:07.392 54 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-02-05 23:45:07.396 54 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-02-05 23:45:07.400 54 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-02-05 23:45:10.390 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.585s] 2021-02-05 23:45:20.391 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.304s] 2021-02-05 23:45:30.458 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.066s] 2021-02-05 23:45:50.145 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.677s] 2021-02-05 23:45:54.543 54 INFO rally.task.context [-] Verification b8802afa-7e90-4030-af40-e1b358c55e6d | Context testr@default cleanup() started 2021-02-05 23:45:54.544 54 INFO rally.task.context [-] Verification b8802afa-7e90-4030-af40-e1b358c55e6d | Context testr@default cleanup() finished in 0.64 msec 2021-02-05 23:45:54.544 54 INFO rally.task.context [-] Verification b8802afa-7e90-4030-af40-e1b358c55e6d | Context tempest@default cleanup() started 2021-02-05 23:45:55.104 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-05 23:45:55.216 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-05 23:45:55.261 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_af1d6162_ci2XKDyR'. 2021-02-05 23:45:55.506 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_af1d6162_ci2XKDyR' has been deleted. 2021-02-05 23:45:55.507 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'b59030bf-adb3-4b31-b5e5-bcd65f324c65' of option 'instance_type' from Tempest config file. 2021-02-05 23:45:55.508 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'b59030bf-adb3-4b31-b5e5-bcd65f324c65' has been removed. 2021-02-05 23:45:55.510 54 INFO rally.task.context [-] Verification b8802afa-7e90-4030-af40-e1b358c55e6d | Context tempest@default cleanup() finished in 0.97 sec 2021-02-05 23:45:55.546 54 INFO rally.api [-] Verification (UUID=af1d6162-83d8-42ce-bf63-bb5ee762d03e) has been successfully finished for deployment 'opnfv-rally' (UUID=5c88ffa7-dbdb-4d1d-ad48-e3d2dc428585)! 2021-02-05 23:45:58.020 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:45:58.020 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:45:58.021 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:45:59.889 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:45:59.890 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:45:59.890 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:46:02.875 97 INFO rally.api [-] Building 'html' report for the following verification(s): 'af1d6162-83d8-42ce-bf63-bb5ee762d03e' 2021-02-05 23:46:02.899 97 INFO rally.api [-] The report has been successfully built. 2021-02-05 23:46:04.938 99 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:46:04.939 99 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:46:04.939 99 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:46:07.669 99 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'af1d6162-83d8-42ce-bf63-bb5ee762d03e' 2021-02-05 23:46:07.680 99 INFO rally.api [-] The report has been successfully built.