2020-06-17 10:14:53.362 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:14:53.363 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:14:53.363 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:14:55.885 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-06-17 10:14:55.885 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:14:55.885 7 ERROR rally.cli.cliutils 2020-06-17 10:14:57.519 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:14:57.520 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:14:57.520 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:01.786 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:01.787 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:01.787 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:06.463 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:06.464 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:06.464 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:07.931 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:07.931 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:07.931 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:10.228 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-06-17 10:15:10.228 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:15:10.228 17 ERROR rally.cli.cliutils 2020-06-17 10:15:11.802 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:11.803 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:11.803 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:13.993 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:15:14.060 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87/repo. 2020-06-17 10:15:14.276 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87/repo'... done. ' 2020-06-17 10:15:14.289 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:15:14.308 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:15:14.384 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:15:15.067 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87) has been successfully created! 2020-06-17 10:15:16.660 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:16.661 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:16.661 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:21.174 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:21.174 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:21.174 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:23.405 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87) for deployment 'opnfv-rally' (UUID=d599f656-2a8d-4806-af7f-6f7803672c08). 2020-06-17 10:15:23.974 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87) has been successfully configured for deployment 'opnfv-rally' (UUID=d599f656-2a8d-4806-af7f-6f7803672c08)! 2020-06-17 10:15:31.811 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:15:31.811 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:15:31.812 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:15:34.138 34 INFO rally.api [-] Starting verification (UUID=c75e176c-476b-4855-9259-e19e93e5f85d) for deployment 'opnfv-rally' (UUID=d599f656-2a8d-4806-af7f-6f7803672c08) by verifier 'opnfv-tempest' (UUID=a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87). 2020-06-17 10:15:34.918 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:15:34.919 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87/for-deployment-d599f656-2a8d-4806-af7f-6f7803672c08/tempest.log' to option 'log_file'. 2020-06-17 10:15:34.919 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87/for-deployment-d599f656-2a8d-4806-af7f-6f7803672c08/tempest.log 2020-06-17 10:15:34.920 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:15:34.920 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87/for-deployment-d599f656-2a8d-4806-af7f-6f7803672c08/lock_files' to option 'lock_path'. 2020-06-17 10:15:34.920 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87/for-deployment-d599f656-2a8d-4806-af7f-6f7803672c08/lock_files 2020-06-17 10:15:34.921 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 10:15:34.921 34 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-06-17 10:15:34.921 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fa5fc273-5fa0-40e1-a829-8b2c43ceeb71 2020-06-17 10:15:34.922 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bd444f78-8f0a-4f47-9b44-133db828cb0d 2020-06-17 10:15:34.922 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8adc5525-fb5e-4ac6-9911-c8267e1e5ee3 2020-06-17 10:15:34.923 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 24b99941-ebf7-48aa-b1e8-ab26c542bc3a 2020-06-17 10:15:35.197 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:15:35.198 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_89463964-0128-415d-893d-5d1442c5d1af 2020-06-17 10:15:35.198 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:15:35.276 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:15:35.315 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_39536e7d_yfIi9XaV'. Using flavor 'rally_verify_39536e7d_yfIi9XaV' (ID = 364cac7a-aad4-49cb-abb5-772548832027) for the tests. 2020-06-17 10:15:35.315 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '364cac7a-aad4-49cb-abb5-772548832027' to option 'instance_type'. 2020-06-17 10:15:35.316 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 364cac7a-aad4-49cb-abb5-772548832027 2020-06-17 10:15:35.318 34 INFO rally.task.context [-] Verification a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87 | Context tempest@default setup() finished in 0.95 sec 2020-06-17 10:15:35.319 34 INFO rally.task.context [-] Verification a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87 | Context testr@default setup() finished in 0.69 msec 2020-06-17 10:15:35.319 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/47d8ca55-951a-41fb-bb5a-44afb84a8a9e'. 2020-06-17 10:15:46.879 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.313s] 2020-06-17 10:15:47.398 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.517s] 2020-06-17 10:15:48.414 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.026s] 2020-06-17 10:15:48.664 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.248s] 2020-06-17 10:15:48.777 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.113s] 2020-06-17 10:15:50.064 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.752s] 2020-06-17 10:15:58.120 34 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.227s] 2020-06-17 10:16:11.158 34 INFO rally.task.context [-] Verification a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87 | Context testr@default cleanup() started 2020-06-17 10:16:11.159 34 INFO rally.task.context [-] Verification a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87 | Context testr@default cleanup() finished in 0.70 msec 2020-06-17 10:16:11.159 34 INFO rally.task.context [-] Verification a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87 | Context tempest@default cleanup() started 2020-06-17 10:16:11.330 34 INFO rally.task.context [-] Verification a9b16789-a81e-4ac2-b9e3-7f3ef9dbdd87 | Context tempest@default cleanup() finished in 0.17 sec 2020-06-17 10:16:11.351 34 INFO rally.api [-] Verification (UUID=c75e176c-476b-4855-9259-e19e93e5f85d) has been successfully finished for deployment 'opnfv-rally' (UUID=d599f656-2a8d-4806-af7f-6f7803672c08)! 2020-06-17 10:16:13.160 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:16:13.160 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:16:13.160 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:16:14.744 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:16:14.744 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:16:14.744 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:16:16.979 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'c75e176c-476b-4855-9259-e19e93e5f85d' 2020-06-17 10:16:17.000 51 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:16:18.536 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:16:18.537 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:16:18.537 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:16:20.751 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c75e176c-476b-4855-9259-e19e93e5f85d' 2020-06-17 10:16:20.753 53 INFO rally.api [-] The report has been successfully built.