2020-12-14 00:49:59.716 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:49:59.722 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:49:59.723 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:50:27.183 10 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-12-14 00:50:27.183 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:50:27.183 10 ERROR rally.cli.cliutils 2020-12-14 00:50:41.936 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:50:41.942 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:50:41.943 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:51:25.142 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:51:25.148 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:51:25.149 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:52:10.998 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:52:11.004 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:52:11.005 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:52:25.928 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:52:25.934 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:52:25.936 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:52:53.493 61 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-12-14 00:52:53.493 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:52:53.493 61 ERROR rally.cli.cliutils 2020-12-14 00:53:08.465 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:53:08.471 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:53:08.472 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:53:35.687 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:53:36.200 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-320adac3-d9b2-4114-9608-52f8a461424b/repo. 2020-12-14 00:53:36.959 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-320adac3-d9b2-4114-9608-52f8a461424b/repo'... done. ' 2020-12-14 00:53:37.037 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:53:37.102 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:53:37.828 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:53:45.513 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=320adac3-d9b2-4114-9608-52f8a461424b) has been successfully created! 2020-12-14 00:54:00.944 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:54:00.949 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:54:00.951 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:54:44.403 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:54:44.409 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:54:44.410 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:55:11.408 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=320adac3-d9b2-4114-9608-52f8a461424b) for deployment 'opnfv-rally' (UUID=10315c9a-6ae3-44dc-9c47-531b798653ad). 2020-12-14 00:55:13.230 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=320adac3-d9b2-4114-9608-52f8a461424b) has been successfully configured for deployment 'opnfv-rally' (UUID=10315c9a-6ae3-44dc-9c47-531b798653ad)! 2020-12-14 00:56:35.191 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:56:35.196 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:56:35.198 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:57:02.537 161 INFO rally.api [-] Starting verification (UUID=992b4305-bee6-4dfd-8825-d918d755e83a) for deployment 'opnfv-rally' (UUID=10315c9a-6ae3-44dc-9c47-531b798653ad) by verifier 'opnfv-tempest' (UUID=320adac3-d9b2-4114-9608-52f8a461424b). 2020-12-14 00:57:07.306 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:57:07.309 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-320adac3-d9b2-4114-9608-52f8a461424b/for-deployment-10315c9a-6ae3-44dc-9c47-531b798653ad/tempest.log' to option 'log_file'. 2020-12-14 00:57:07.310 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-320adac3-d9b2-4114-9608-52f8a461424b/for-deployment-10315c9a-6ae3-44dc-9c47-531b798653ad/tempest.log 2020-12-14 00:57:07.312 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:57:07.314 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-320adac3-d9b2-4114-9608-52f8a461424b/for-deployment-10315c9a-6ae3-44dc-9c47-531b798653ad/lock_files' to option 'lock_path'. 2020-12-14 00:57:07.316 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-320adac3-d9b2-4114-9608-52f8a461424b/for-deployment-10315c9a-6ae3-44dc-9c47-531b798653ad/lock_files 2020-12-14 00:57:07.318 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 00:57:07.320 161 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-12-14 00:57:07.322 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 70974a0c-acee-443f-9416-43f3823f7461 2020-12-14 00:57:07.323 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = efb8faf1-68ee-4062-aed1-32c6fda1bc13 2020-12-14 00:57:07.327 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4ef1909f-1f50-4a70-b896-5f40037e7b7a 2020-12-14 00:57:07.330 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3d08d1ce-a128-4be5-b5ef-d6afd0066c35 2020-12-14 00:57:07.828 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:57:07.832 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_a3a61979-bbe6-4ff6-aca9-25ec41308b27 2020-12-14 00:57:07.836 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:57:08.706 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 00:57:08.791 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 00:57:08.794 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_992b4305_p6vrS8px' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 00:57:08.872 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_992b4305_p6vrS8px' (ID = 2fe1932c-b7b8-47d1-9a59-62e12ff44e38) has been successfully created! 2020-12-14 00:57:08.874 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2fe1932c-b7b8-47d1-9a59-62e12ff44e38' to option 'instance_type'. 2020-12-14 00:57:08.876 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2fe1932c-b7b8-47d1-9a59-62e12ff44e38 2020-12-14 00:57:08.887 161 INFO rally.task.context [-] Verification 320adac3-d9b2-4114-9608-52f8a461424b | Context tempest@default setup() finished in 5.26 sec 2020-12-14 00:57:08.891 161 INFO rally.task.context [-] Verification 320adac3-d9b2-4114-9608-52f8a461424b | Context testr@default setup() finished in 1.52 msec 2020-12-14 00:57:08.893 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/17b458f3-5d24-438a-81dd-100ff997f6b2'. 2020-12-14 00:58:04.363 161 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.674s] 2020-12-14 00:58:08.304 161 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.055s] 2020-12-14 00:58:09.848 161 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [5.494s] 2020-12-14 00:58:12.755 161 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [4.435s] 2020-12-14 00:58:12.967 161 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.212s] 2020-12-14 00:58:16.150 161 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [12.416s] 2020-12-14 00:58:38.232 161 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [28.547s] 2020-12-14 00:58:49.807 161 INFO rally.task.context [-] Verification 320adac3-d9b2-4114-9608-52f8a461424b | Context testr@default cleanup() started 2020-12-14 00:58:49.812 161 INFO rally.task.context [-] Verification 320adac3-d9b2-4114-9608-52f8a461424b | Context testr@default cleanup() finished in 4.12 msec 2020-12-14 00:58:49.814 161 INFO rally.task.context [-] Verification 320adac3-d9b2-4114-9608-52f8a461424b | Context tempest@default cleanup() started 2020-12-14 00:58:50.153 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_992b4305_p6vrS8px'. 2020-12-14 00:58:50.279 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_992b4305_p6vrS8px' has been deleted. 2020-12-14 00:58:50.284 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2fe1932c-b7b8-47d1-9a59-62e12ff44e38' of option 'instance_type' from Tempest config file. 2020-12-14 00:58:50.286 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2fe1932c-b7b8-47d1-9a59-62e12ff44e38' has been removed. 2020-12-14 00:58:50.297 161 INFO rally.task.context [-] Verification 320adac3-d9b2-4114-9608-52f8a461424b | Context tempest@default cleanup() finished in 0.48 sec 2020-12-14 00:58:50.354 161 INFO rally.api [-] Verification (UUID=992b4305-bee6-4dfd-8825-d918d755e83a) has been successfully finished for deployment 'opnfv-rally' (UUID=10315c9a-6ae3-44dc-9c47-531b798653ad)! 2020-12-14 00:59:05.346 218 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:59:05.352 218 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:59:05.353 218 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:59:20.207 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:59:20.212 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:59:20.213 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:59:47.244 224 INFO rally.api [-] Building 'html' report for the following verification(s): '992b4305-bee6-4dfd-8825-d918d755e83a' 2020-12-14 00:59:47.481 224 INFO rally.api [-] The report has been successfully built. 2020-12-14 01:00:02.071 237 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:00:02.076 237 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:00:02.078 237 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:00:29.674 237 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '992b4305-bee6-4dfd-8825-d918d755e83a' 2020-12-14 01:00:29.706 237 INFO rally.api [-] The report has been successfully built.