2020-11-28 12:15:39.796 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:39.796 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:39.796 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:42.398 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-11-28 12:15:42.398 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:15:42.398 7 ERROR rally.cli.cliutils 2020-11-28 12:15:44.136 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:44.136 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:44.137 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:49.447 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:49.448 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:49.448 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:54.554 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:54.554 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:54.554 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:56.109 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:56.109 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:56.109 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:15:58.496 17 ERROR rally.cli.cliutils 2020-11-28 12:16:00.405 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:16:00.405 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:16:00.405 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:16:02.754 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:16:02.824 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c9b632d8-b55e-4b79-a497-7eebfdfb6ae7/repo. 2020-11-28 12:16:03.112 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c9b632d8-b55e-4b79-a497-7eebfdfb6ae7/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-11-28 12:16:03.127 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:16:03.134 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:16:03.156 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:16:03.217 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:16:04.050 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c9b632d8-b55e-4b79-a497-7eebfdfb6ae7) has been successfully created! 2020-11-28 12:16:05.781 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:16:05.781 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:16:05.781 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:16:10.652 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:16:10.652 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:16:10.653 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:16:13.099 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c9b632d8-b55e-4b79-a497-7eebfdfb6ae7) for deployment 'opnfv-rally' (UUID=46c0adc8-3d95-4eb5-bf8a-08b4405dacf5). 2020-11-28 12:16:13.598 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c9b632d8-b55e-4b79-a497-7eebfdfb6ae7) has been successfully configured for deployment 'opnfv-rally' (UUID=46c0adc8-3d95-4eb5-bf8a-08b4405dacf5)! 2020-11-28 12:16:22.549 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:16:22.550 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:16:22.550 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:16:24.928 35 INFO rally.api [-] Starting verification (UUID=a656513c-0db9-4757-94a6-914fbe23d8ed) for deployment 'opnfv-rally' (UUID=46c0adc8-3d95-4eb5-bf8a-08b4405dacf5) by verifier 'opnfv-tempest' (UUID=c9b632d8-b55e-4b79-a497-7eebfdfb6ae7). 2020-11-28 12:16:25.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:16:25.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c9b632d8-b55e-4b79-a497-7eebfdfb6ae7/for-deployment-46c0adc8-3d95-4eb5-bf8a-08b4405dacf5/tempest.log' to option 'log_file'. 2020-11-28 12:16:25.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c9b632d8-b55e-4b79-a497-7eebfdfb6ae7/for-deployment-46c0adc8-3d95-4eb5-bf8a-08b4405dacf5/tempest.log 2020-11-28 12:16:25.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:16:25.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c9b632d8-b55e-4b79-a497-7eebfdfb6ae7/for-deployment-46c0adc8-3d95-4eb5-bf8a-08b4405dacf5/lock_files' to option 'lock_path'. 2020-11-28 12:16:25.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c9b632d8-b55e-4b79-a497-7eebfdfb6ae7/for-deployment-46c0adc8-3d95-4eb5-bf8a-08b4405dacf5/lock_files 2020-11-28 12:16:25.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:16:25.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-11-28 12:16:25.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f93ef33f-99d9-4baf-9016-135875b420e9 2020-11-28 12:16:25.802 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7e8913ce-9037-43d4-bbd9-4d2372b5725b 2020-11-28 12:16:25.802 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9e73bda9-984d-4ad9-82a6-452634ca0d76 2020-11-28 12:16:25.803 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 25665db1-dd34-4f6a-8fa3-f2e80b83cfbf 2020-11-28 12:16:26.185 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:16:26.186 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_c9f6ef32-7fb0-4888-968d-a646fce3bd89 2020-11-28 12:16:26.186 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:16:26.279 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:16:26.325 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_d5e1ef9f_MErePe60'. Using flavor 'rally_verify_d5e1ef9f_MErePe60' (ID = 647ac6aa-554a-4234-b4f1-3e580d491f4a) for the tests. 2020-11-28 12:16:26.325 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '647ac6aa-554a-4234-b4f1-3e580d491f4a' to option 'instance_type'. 2020-11-28 12:16:26.325 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 647ac6aa-554a-4234-b4f1-3e580d491f4a 2020-11-28 12:16:26.327 35 INFO rally.task.context [-] Verification c9b632d8-b55e-4b79-a497-7eebfdfb6ae7 | Context tempest@default setup() finished in 1.17 sec 2020-11-28 12:16:26.327 35 INFO rally.task.context [-] Verification c9b632d8-b55e-4b79-a497-7eebfdfb6ae7 | Context testr@default setup() finished in 0.38 msec 2020-11-28 12:16:26.328 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d6333372-6ee8-4c48-ae07-4f7d4aac250d'. 2020-11-28 12:16:42.873 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.030s] 2020-11-28 12:16:43.088 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.214s] 2020-11-28 12:16:43.213 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.125s] 2020-11-28 12:16:46.533 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.190s] 2020-11-28 12:16:47.053 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.518s] 2020-11-28 12:16:50.483 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [6.918s] 2020-11-28 12:16:55.367 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.077s] 2020-11-28 12:17:18.357 35 INFO rally.task.context [-] Verification c9b632d8-b55e-4b79-a497-7eebfdfb6ae7 | Context testr@default cleanup() started 2020-11-28 12:17:18.357 35 INFO rally.task.context [-] Verification c9b632d8-b55e-4b79-a497-7eebfdfb6ae7 | Context testr@default cleanup() finished in 0.82 msec 2020-11-28 12:17:18.358 35 INFO rally.task.context [-] Verification c9b632d8-b55e-4b79-a497-7eebfdfb6ae7 | Context tempest@default cleanup() started 2020-11-28 12:17:18.599 35 INFO rally.task.context [-] Verification c9b632d8-b55e-4b79-a497-7eebfdfb6ae7 | Context tempest@default cleanup() finished in 0.24 sec 2020-11-28 12:17:18.626 35 INFO rally.api [-] Verification (UUID=a656513c-0db9-4757-94a6-914fbe23d8ed) has been successfully finished for deployment 'opnfv-rally' (UUID=46c0adc8-3d95-4eb5-bf8a-08b4405dacf5)! 2020-11-28 12:17:21.215 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:17:21.216 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:17:21.216 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:17:23.008 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:17:23.008 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:17:23.009 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:17:26.412 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'a656513c-0db9-4757-94a6-914fbe23d8ed' 2020-11-28 12:17:26.442 52 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:17:28.255 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:17:28.256 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:17:28.256 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:17:30.654 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a656513c-0db9-4757-94a6-914fbe23d8ed' 2020-11-28 12:17:30.656 54 INFO rally.api [-] The report has been successfully built.