2021-06-01 18:38:21.014 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:21.015 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:21.015 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:23.621 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-06-01 18:38:23.621 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:38:23.621 8 ERROR rally.cli.cliutils 2021-06-01 18:38:25.472 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:25.472 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:25.472 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:30.072 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:30.072 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:30.073 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:35.245 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:35.246 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:35.246 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:36.996 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:36.996 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:36.996 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:39.551 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-06-01 18:38:39.551 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:38:39.551 18 ERROR rally.cli.cliutils 2021-06-01 18:38:41.358 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:41.359 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:41.359 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:43.857 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:38:43.929 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-432e6b11-749a-4f42-be97-1df71e071ccf/repo. 2021-06-01 18:38:44.238 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-432e6b11-749a-4f42-be97-1df71e071ccf/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 18:38:44.252 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:38:44.259 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:38:44.278 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:38:44.362 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:38:45.214 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=432e6b11-749a-4f42-be97-1df71e071ccf) has been successfully created! 2021-06-01 18:38:47.181 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:47.182 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:47.182 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:52.114 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:38:52.114 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:38:52.115 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:38:54.787 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=432e6b11-749a-4f42-be97-1df71e071ccf) for deployment 'opnfv-rally' (UUID=d619a093-065c-43c1-bc6e-083abbaebc39). 2021-06-01 18:38:55.334 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=432e6b11-749a-4f42-be97-1df71e071ccf) has been successfully configured for deployment 'opnfv-rally' (UUID=d619a093-065c-43c1-bc6e-083abbaebc39)! 2021-06-01 18:39:04.465 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:39:04.465 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:39:04.466 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:39:07.031 36 INFO rally.api [-] Starting verification (UUID=34656193-65c0-445c-8431-ea11b1960b09) for deployment 'opnfv-rally' (UUID=d619a093-065c-43c1-bc6e-083abbaebc39) by verifier 'opnfv-tempest' (UUID=432e6b11-749a-4f42-be97-1df71e071ccf). 2021-06-01 18:39:07.847 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:39:07.848 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-432e6b11-749a-4f42-be97-1df71e071ccf/for-deployment-d619a093-065c-43c1-bc6e-083abbaebc39/tempest.log' to option 'log_file'. 2021-06-01 18:39:07.848 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-432e6b11-749a-4f42-be97-1df71e071ccf/for-deployment-d619a093-065c-43c1-bc6e-083abbaebc39/tempest.log 2021-06-01 18:39:07.848 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:39:07.849 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-432e6b11-749a-4f42-be97-1df71e071ccf/for-deployment-d619a093-065c-43c1-bc6e-083abbaebc39/lock_files' to option 'lock_path'. 2021-06-01 18:39:07.849 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-432e6b11-749a-4f42-be97-1df71e071ccf/for-deployment-d619a093-065c-43c1-bc6e-083abbaebc39/lock_files 2021-06-01 18:39:07.849 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:39:07.850 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-06-01 18:39:07.850 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 773b2785-870c-4110-9cbc-59c1b9533eb1 2021-06-01 18:39:07.850 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7c65fe2f-2666-43fb-82ff-7948b9834d35 2021-06-01 18:39:07.851 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 13e24c05-3738-47d7-a88c-f6aa4e91ec59 2021-06-01 18:39:07.852 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a7422d2f-fd4d-4566-87ec-2af34c379e2a 2021-06-01 18:39:08.096 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:39:08.096 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_5eba2893-8a7c-4223-ae5e-ceb800c99c7a 2021-06-01 18:39:08.097 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:39:08.177 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:39:08.217 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_aebaf200_c33hyZqP'. Using flavor 'rally_verify_aebaf200_c33hyZqP' (ID = 57a47822-4901-4e6f-aac1-7b405d8db05e) for the tests. 2021-06-01 18:39:08.218 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '57a47822-4901-4e6f-aac1-7b405d8db05e' to option 'instance_type'. 2021-06-01 18:39:08.218 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 57a47822-4901-4e6f-aac1-7b405d8db05e 2021-06-01 18:39:08.219 36 INFO rally.task.context [-] Verification 432e6b11-749a-4f42-be97-1df71e071ccf | Context tempest@default setup() finished in 0.96 sec 2021-06-01 18:39:08.220 36 INFO rally.task.context [-] Verification 432e6b11-749a-4f42-be97-1df71e071ccf | Context testr@default setup() finished in 0.27 msec 2021-06-01 18:39:08.220 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/223cbb3c-111a-4e1b-ad60-65266395db44'. 2021-06-01 18:39:21.300 36 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.347s] 2021-06-01 18:39:21.992 36 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.699s] 2021-06-01 18:39:22.839 36 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.023s] 2021-06-01 18:39:23.071 36 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.229s] 2021-06-01 18:39:23.188 36 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.118s] 2021-06-01 18:39:23.797 36 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [3.296s] 2021-06-01 18:39:36.207 36 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [5.965s] 2021-06-01 18:39:48.835 36 INFO rally.task.context [-] Verification 432e6b11-749a-4f42-be97-1df71e071ccf | Context testr@default cleanup() started 2021-06-01 18:39:48.836 36 INFO rally.task.context [-] Verification 432e6b11-749a-4f42-be97-1df71e071ccf | Context testr@default cleanup() finished in 0.80 msec 2021-06-01 18:39:48.836 36 INFO rally.task.context [-] Verification 432e6b11-749a-4f42-be97-1df71e071ccf | Context tempest@default cleanup() started 2021-06-01 18:39:48.988 36 INFO rally.task.context [-] Verification 432e6b11-749a-4f42-be97-1df71e071ccf | Context tempest@default cleanup() finished in 0.15 sec 2021-06-01 18:39:49.006 36 INFO rally.api [-] Verification (UUID=34656193-65c0-445c-8431-ea11b1960b09) has been successfully finished for deployment 'opnfv-rally' (UUID=d619a093-065c-43c1-bc6e-083abbaebc39)! 2021-06-01 18:39:50.959 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:39:50.960 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:39:50.960 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:39:52.650 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:39:52.650 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:39:52.650 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:39:55.393 53 INFO rally.api [-] Building 'html' report for the following verification(s): '34656193-65c0-445c-8431-ea11b1960b09' 2021-06-01 18:39:55.416 53 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:39:57.260 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:39:57.260 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:39:57.260 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:39:59.699 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '34656193-65c0-445c-8431-ea11b1960b09' 2021-06-01 18:39:59.701 55 INFO rally.api [-] The report has been successfully built.