2020-11-06 17:16:10.034 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:10.034 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:10.035 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:12.591 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-06 17:16:12.591 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:16:12.591 7 ERROR rally.cli.cliutils 2020-11-06 17:16:14.350 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:14.351 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:14.351 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:19.050 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:19.050 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:19.050 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:24.166 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:24.166 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:24.166 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:25.512 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:25.512 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:25.512 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:28.066 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-06 17:16:28.066 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:16:28.066 17 ERROR rally.cli.cliutils 2020-11-06 17:16:29.618 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:29.619 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:29.619 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:31.948 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:16:32.014 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3d336c51-859e-4f2c-b50e-4876c57c9817/repo. 2020-11-06 17:16:32.286 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3d336c51-859e-4f2c-b50e-4876c57c9817/repo'... done. ' 2020-11-06 17:16:32.303 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:16:32.324 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:16:32.410 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:16:33.173 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3d336c51-859e-4f2c-b50e-4876c57c9817) has been successfully created! 2020-11-06 17:16:34.790 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:34.790 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:34.791 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:39.217 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:39.217 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:39.217 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:41.510 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3d336c51-859e-4f2c-b50e-4876c57c9817) for deployment 'opnfv-rally' (UUID=ec9389a3-41d9-405e-86db-58b2efa3f7b5). 2020-11-06 17:16:42.083 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3d336c51-859e-4f2c-b50e-4876c57c9817) has been successfully configured for deployment 'opnfv-rally' (UUID=ec9389a3-41d9-405e-86db-58b2efa3f7b5)! 2020-11-06 17:16:50.401 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:16:50.402 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:16:50.402 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:16:52.720 34 INFO rally.api [-] Starting verification (UUID=5198a7f9-383c-4f22-89ec-21247098f02e) for deployment 'opnfv-rally' (UUID=ec9389a3-41d9-405e-86db-58b2efa3f7b5) by verifier 'opnfv-tempest' (UUID=3d336c51-859e-4f2c-b50e-4876c57c9817). 2020-11-06 17:16:53.265 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:16:53.265 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3d336c51-859e-4f2c-b50e-4876c57c9817/for-deployment-ec9389a3-41d9-405e-86db-58b2efa3f7b5/tempest.log' to option 'log_file'. 2020-11-06 17:16:53.265 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3d336c51-859e-4f2c-b50e-4876c57c9817/for-deployment-ec9389a3-41d9-405e-86db-58b2efa3f7b5/tempest.log 2020-11-06 17:16:53.265 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:16:53.265 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3d336c51-859e-4f2c-b50e-4876c57c9817/for-deployment-ec9389a3-41d9-405e-86db-58b2efa3f7b5/lock_files' to option 'lock_path'. 2020-11-06 17:16:53.266 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3d336c51-859e-4f2c-b50e-4876c57c9817/for-deployment-ec9389a3-41d9-405e-86db-58b2efa3f7b5/lock_files 2020-11-06 17:16:53.266 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:16:53.266 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-11-06 17:16:53.266 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 47fad87c-843b-4912-a5b7-5f726440470a 2020-11-06 17:16:53.266 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 683cb50f-3206-4d75-9f24-ca66a484ffdf 2020-11-06 17:16:53.266 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ba70f677-09a8-4651-82a7-3f8f09d0bfe7 2020-11-06 17:16:53.267 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c78249f7-564c-471f-884c-ee75bca5927b 2020-11-06 17:16:53.522 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:16:53.523 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_a5593111-f1bf-424e-a717-6c7f3538b552 2020-11-06 17:16:53.523 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:16:53.617 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:16:53.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 17:16:53.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5198a7f9_HShDMFam' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 17:16:53.713 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5198a7f9_HShDMFam' (ID = 4740b00f-8a3b-4cea-8a76-e5834720a5a8) has been successfully created! 2020-11-06 17:16:53.714 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4740b00f-8a3b-4cea-8a76-e5834720a5a8' to option 'instance_type'. 2020-11-06 17:16:53.714 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4740b00f-8a3b-4cea-8a76-e5834720a5a8 2020-11-06 17:16:53.716 34 INFO rally.task.context [-] Verification 3d336c51-859e-4f2c-b50e-4876c57c9817 | Context tempest@default setup() finished in 0.83 sec 2020-11-06 17:16:53.717 34 INFO rally.task.context [-] Verification 3d336c51-859e-4f2c-b50e-4876c57c9817 | Context testr@default setup() finished in 0.37 msec 2020-11-06 17:16:53.717 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b85cfb64-bbc9-4e47-ab9d-e6a4acce8e53'. 2020-11-06 17:17:12.095 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [6.139s] 2020-11-06 17:17:12.560 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.034s] 2020-11-06 17:17:15.305 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.744s] 2020-11-06 17:17:15.455 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [9.554s] 2020-11-06 17:17:18.080 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [2.775s] 2020-11-06 17:17:18.096 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [6.001s] 2020-11-06 17:17:22.708 34 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.655s] 2020-11-06 17:17:33.966 34 INFO rally.task.context [-] Verification 3d336c51-859e-4f2c-b50e-4876c57c9817 | Context testr@default cleanup() started 2020-11-06 17:17:33.966 34 INFO rally.task.context [-] Verification 3d336c51-859e-4f2c-b50e-4876c57c9817 | Context testr@default cleanup() finished in 0.67 msec 2020-11-06 17:17:33.967 34 INFO rally.task.context [-] Verification 3d336c51-859e-4f2c-b50e-4876c57c9817 | Context tempest@default cleanup() started 2020-11-06 17:17:34.130 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5198a7f9_HShDMFam'. 2020-11-06 17:17:34.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5198a7f9_HShDMFam' has been deleted. 2020-11-06 17:17:34.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4740b00f-8a3b-4cea-8a76-e5834720a5a8' of option 'instance_type' from Tempest config file. 2020-11-06 17:17:34.309 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4740b00f-8a3b-4cea-8a76-e5834720a5a8' has been removed. 2020-11-06 17:17:34.313 34 INFO rally.task.context [-] Verification 3d336c51-859e-4f2c-b50e-4876c57c9817 | Context tempest@default cleanup() finished in 0.35 sec 2020-11-06 17:17:34.330 34 INFO rally.api [-] Verification (UUID=5198a7f9-383c-4f22-89ec-21247098f02e) has been successfully finished for deployment 'opnfv-rally' (UUID=ec9389a3-41d9-405e-86db-58b2efa3f7b5)! 2020-11-06 17:17:36.186 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:17:36.187 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:17:36.187 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:17:37.734 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:17:37.735 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:17:37.735 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:17:40.172 51 INFO rally.api [-] Building 'html' report for the following verification(s): '5198a7f9-383c-4f22-89ec-21247098f02e' 2020-11-06 17:17:40.201 51 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:17:41.756 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:17:41.757 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:17:41.757 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:17:44.090 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5198a7f9-383c-4f22-89ec-21247098f02e' 2020-11-06 17:17:44.092 53 INFO rally.api [-] The report has been successfully built.