2020-07-10 11:17:52.393 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:17:52.393 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:17:52.394 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:17:55.055 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-07-10 11:17:55.055 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:17:55.055 7 ERROR rally.cli.cliutils 2020-07-10 11:17:56.810 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:17:56.811 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:17:56.811 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:01.417 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:01.417 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:01.418 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:06.316 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:06.316 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:06.317 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:07.828 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:07.828 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:07.828 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:10.241 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-07-10 11:18:10.241 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:18:10.241 17 ERROR rally.cli.cliutils 2020-07-10 11:18:11.977 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:11.977 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:11.978 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:14.327 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:18:14.395 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e7a56525-67e7-4821-ac89-405ca270510b/repo. 2020-07-10 11:18:14.692 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e7a56525-67e7-4821-ac89-405ca270510b/repo'... done. ' 2020-07-10 11:18:14.704 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:18:14.723 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:18:14.796 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:18:15.715 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7a56525-67e7-4821-ac89-405ca270510b) has been successfully created! 2020-07-10 11:18:17.431 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:17.432 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:17.432 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:22.282 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:22.282 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:22.282 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:24.738 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e7a56525-67e7-4821-ac89-405ca270510b) for deployment 'opnfv-rally' (UUID=61d86b94-55fd-43c3-a8eb-56e4b10ddf01). 2020-07-10 11:18:25.225 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7a56525-67e7-4821-ac89-405ca270510b) has been successfully configured for deployment 'opnfv-rally' (UUID=61d86b94-55fd-43c3-a8eb-56e4b10ddf01)! 2020-07-10 11:18:34.356 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:18:34.357 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:18:34.357 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:18:36.982 34 INFO rally.api [-] Starting verification (UUID=fd38958d-2a8a-46c1-884d-e593d9b6c398) for deployment 'opnfv-rally' (UUID=61d86b94-55fd-43c3-a8eb-56e4b10ddf01) by verifier 'opnfv-tempest' (UUID=e7a56525-67e7-4821-ac89-405ca270510b). 2020-07-10 11:18:37.704 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:18:37.704 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e7a56525-67e7-4821-ac89-405ca270510b/for-deployment-61d86b94-55fd-43c3-a8eb-56e4b10ddf01/tempest.log' to option 'log_file'. 2020-07-10 11:18:37.705 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e7a56525-67e7-4821-ac89-405ca270510b/for-deployment-61d86b94-55fd-43c3-a8eb-56e4b10ddf01/tempest.log 2020-07-10 11:18:37.705 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:18:37.706 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e7a56525-67e7-4821-ac89-405ca270510b/for-deployment-61d86b94-55fd-43c3-a8eb-56e4b10ddf01/lock_files' to option 'lock_path'. 2020-07-10 11:18:37.706 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e7a56525-67e7-4821-ac89-405ca270510b/for-deployment-61d86b94-55fd-43c3-a8eb-56e4b10ddf01/lock_files 2020-07-10 11:18:37.706 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:18:37.707 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-07-10 11:18:37.707 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5af4b269-c07e-49b0-88b3-b03f7f455870 2020-07-10 11:18:37.707 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c518942f-4d4d-460a-8a86-771a1fb2413e 2020-07-10 11:18:37.708 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e688b08b-f14b-4d0a-8f4f-137fadab5d76 2020-07-10 11:18:37.709 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 506e8538-1a4c-4487-9784-05fb2fcbd6f3 2020-07-10 11:18:37.920 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:18:37.921 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_d9870b4e-cbbb-460f-b334-eb22a9d7c92f 2020-07-10 11:18:37.921 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:18:38.036 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:18:38.079 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_51734168_2wBo9vVh'. Using flavor 'rally_verify_51734168_2wBo9vVh' (ID = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c) for the tests. 2020-07-10 11:18:38.079 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' to option 'instance_type'. 2020-07-10 11:18:38.080 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c 2020-07-10 11:18:38.081 34 INFO rally.task.context [-] Verification e7a56525-67e7-4821-ac89-405ca270510b | Context tempest@default setup() finished in 0.85 sec 2020-07-10 11:18:38.082 34 INFO rally.task.context [-] Verification e7a56525-67e7-4821-ac89-405ca270510b | Context testr@default setup() finished in 0.23 msec 2020-07-10 11:18:38.082 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/74aa07bd-e835-4cbb-824d-639f7c05d4dd'. 2020-07-10 11:18:53.704 34 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [3.707s] 2020-07-10 11:18:54.417 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.780s] 2020-07-10 11:18:59.229 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [2.349s] 2020-07-10 11:18:59.906 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.675s] 2020-07-10 11:19:00.447 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.542s] 2020-07-10 11:19:00.461 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [6.043s] 2020-07-10 11:19:04.318 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.167s] 2020-07-10 11:19:20.601 34 INFO rally.task.context [-] Verification e7a56525-67e7-4821-ac89-405ca270510b | Context testr@default cleanup() started 2020-07-10 11:19:20.602 34 INFO rally.task.context [-] Verification e7a56525-67e7-4821-ac89-405ca270510b | Context testr@default cleanup() finished in 0.69 msec 2020-07-10 11:19:20.602 34 INFO rally.task.context [-] Verification e7a56525-67e7-4821-ac89-405ca270510b | Context tempest@default cleanup() started 2020-07-10 11:19:20.787 34 INFO rally.task.context [-] Verification e7a56525-67e7-4821-ac89-405ca270510b | Context tempest@default cleanup() finished in 0.18 sec 2020-07-10 11:19:20.808 34 INFO rally.api [-] Verification (UUID=fd38958d-2a8a-46c1-884d-e593d9b6c398) has been successfully finished for deployment 'opnfv-rally' (UUID=61d86b94-55fd-43c3-a8eb-56e4b10ddf01)! 2020-07-10 11:19:22.662 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:19:22.662 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:19:22.662 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:19:24.264 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:19:24.264 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:19:24.264 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:19:26.778 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'fd38958d-2a8a-46c1-884d-e593d9b6c398' 2020-07-10 11:19:26.800 51 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:19:28.495 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:19:28.496 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:19:28.496 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:19:30.868 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fd38958d-2a8a-46c1-884d-e593d9b6c398' 2020-07-10 11:19:30.870 53 INFO rally.api [-] The report has been successfully built.