2020-09-19 07:12:40.375 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:12:40.381 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:12:40.383 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:13:00.038 7 ERROR rally.cli.cliutils 2020-09-19 07:13:12.871 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:13:12.876 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:13:12.878 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:13:46.722 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:13:46.728 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:13:46.730 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:14:23.556 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:14:23.561 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:14:23.562 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:14:36.516 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:14:36.522 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:14:36.523 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:14:56.200 37 ERROR rally.cli.cliutils 2020-09-19 07:15:09.727 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:15:09.733 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:15:09.734 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:15:28.759 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:15:29.768 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fac2d870-1493-42b2-b339-ba64f8688f5b/repo. 2020-09-19 07:15:31.549 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fac2d870-1493-42b2-b339-ba64f8688f5b/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 07:15:31.643 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:15:31.698 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:15:31.766 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:15:32.466 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:15:38.348 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fac2d870-1493-42b2-b339-ba64f8688f5b) has been successfully created! 2020-09-19 07:15:51.315 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:15:51.321 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:15:51.322 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:16:24.795 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:16:24.801 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:16:24.802 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:16:44.403 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fac2d870-1493-42b2-b339-ba64f8688f5b) for deployment 'opnfv-rally' (UUID=e14d2db5-84f3-455d-b1f7-34828a505dcc). 2020-09-19 07:16:45.950 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fac2d870-1493-42b2-b339-ba64f8688f5b) has been successfully configured for deployment 'opnfv-rally' (UUID=e14d2db5-84f3-455d-b1f7-34828a505dcc)! 2020-09-19 07:18:05.662 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:18:05.735 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:18:05.741 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:18:25.534 95 INFO rally.api [-] Starting verification (UUID=569aea13-0547-41be-8af4-9d171db70496) for deployment 'opnfv-rally' (UUID=e14d2db5-84f3-455d-b1f7-34828a505dcc) by verifier 'opnfv-tempest' (UUID=fac2d870-1493-42b2-b339-ba64f8688f5b). 2020-09-19 07:18:29.705 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:18:29.708 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fac2d870-1493-42b2-b339-ba64f8688f5b/for-deployment-e14d2db5-84f3-455d-b1f7-34828a505dcc/tempest.log' to option 'log_file'. 2020-09-19 07:18:29.710 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fac2d870-1493-42b2-b339-ba64f8688f5b/for-deployment-e14d2db5-84f3-455d-b1f7-34828a505dcc/tempest.log 2020-09-19 07:18:29.712 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:18:29.714 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fac2d870-1493-42b2-b339-ba64f8688f5b/for-deployment-e14d2db5-84f3-455d-b1f7-34828a505dcc/lock_files' to option 'lock_path'. 2020-09-19 07:18:29.716 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fac2d870-1493-42b2-b339-ba64f8688f5b/for-deployment-e14d2db5-84f3-455d-b1f7-34828a505dcc/lock_files 2020-09-19 07:18:29.718 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:18:29.719 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-19 07:18:29.721 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fe0de18a-58ad-4253-a790-27a1f2aff7dd 2020-09-19 07:18:29.723 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 06619d12-a89a-4d03-807a-4e4a33dc4034 2020-09-19 07:18:29.726 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fcd77a25-3782-468f-a77b-1387d5e04e86 2020-09-19 07:18:29.730 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1045d00a-d449-45b4-bed6-5d1f507d003a 2020-09-19 07:18:30.234 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:18:30.237 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_3be66209-503d-445b-91af-37f4bff2a7c1 2020-09-19 07:18:30.240 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:18:30.908 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:18:30.983 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_35a032f9_BS1e5c19'. Using flavor 'rally_verify_35a032f9_BS1e5c19' (ID = 4a25cd25-81fe-4587-8545-4d062c4909f9) for the tests. 2020-09-19 07:18:30.984 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4a25cd25-81fe-4587-8545-4d062c4909f9' to option 'instance_type'. 2020-09-19 07:18:30.986 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4a25cd25-81fe-4587-8545-4d062c4909f9 2020-09-19 07:18:30.998 95 INFO rally.task.context [-] Verification fac2d870-1493-42b2-b339-ba64f8688f5b | Context tempest@default setup() finished in 4.46 sec 2020-09-19 07:18:31.001 95 INFO rally.task.context [-] Verification fac2d870-1493-42b2-b339-ba64f8688f5b | Context testr@default setup() finished in 1.24 msec 2020-09-19 07:18:31.002 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/463acb3d-0da9-4b37-9332-6130ed9baeba'. 2020-09-19 07:19:23.197 95 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.171s] 2020-09-19 07:19:24.661 95 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.566s] 2020-09-19 07:19:26.837 95 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [2.170s] 2020-09-19 07:19:28.807 95 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [5.625s] 2020-09-19 07:19:29.267 95 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.470s] 2020-09-19 07:19:33.211 95 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [15.136s] 2020-09-19 07:19:59.327 95 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [30.867s] 2020-09-19 07:20:13.404 95 INFO rally.task.context [-] Verification fac2d870-1493-42b2-b339-ba64f8688f5b | Context testr@default cleanup() started 2020-09-19 07:20:13.408 95 INFO rally.task.context [-] Verification fac2d870-1493-42b2-b339-ba64f8688f5b | Context testr@default cleanup() finished in 3.48 msec 2020-09-19 07:20:13.411 95 INFO rally.task.context [-] Verification fac2d870-1493-42b2-b339-ba64f8688f5b | Context tempest@default cleanup() started 2020-09-19 07:20:13.884 95 INFO rally.task.context [-] Verification fac2d870-1493-42b2-b339-ba64f8688f5b | Context tempest@default cleanup() finished in 0.47 sec 2020-09-19 07:20:13.938 95 INFO rally.api [-] Verification (UUID=569aea13-0547-41be-8af4-9d171db70496) has been successfully finished for deployment 'opnfv-rally' (UUID=e14d2db5-84f3-455d-b1f7-34828a505dcc)! 2020-09-19 07:20:26.127 125 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:20:26.132 125 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:20:26.133 125 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:20:38.736 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:20:38.742 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:20:38.743 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:20:57.666 128 INFO rally.api [-] Building 'html' report for the following verification(s): '569aea13-0547-41be-8af4-9d171db70496' 2020-09-19 07:20:57.933 128 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:21:10.160 135 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:21:10.165 135 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:21:10.166 135 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:21:28.444 135 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '569aea13-0547-41be-8af4-9d171db70496' 2020-09-19 07:21:28.469 135 INFO rally.api [-] The report has been successfully built.