2020-06-04 18:37:02.878 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:02.879 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:02.879 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:05.326 8 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-04 18:37:05.326 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:37:05.326 8 ERROR rally.cli.cliutils 2020-06-04 18:37:07.076 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:07.077 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:07.077 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:11.401 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:11.401 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:11.402 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:15.948 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:15.949 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:15.949 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:17.373 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:17.374 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:17.374 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:19.332 18 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-04 18:37:19.332 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:37:19.332 18 ERROR rally.cli.cliutils 2020-06-04 18:37:20.817 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:20.817 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:20.817 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:23.222 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:37:23.302 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53/repo. 2020-06-04 18:37:23.535 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53/repo'... done. ' 2020-06-04 18:37:23.548 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:37:23.571 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:37:23.637 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:37:24.368 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53) has been successfully created! 2020-06-04 18:37:26.094 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:26.094 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:26.094 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:30.732 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:30.733 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:30.733 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:33.145 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53) for deployment 'opnfv-rally' (UUID=58fb27da-d1ad-48cf-bee8-4f7906c73336). 2020-06-04 18:37:33.636 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53) has been successfully configured for deployment 'opnfv-rally' (UUID=58fb27da-d1ad-48cf-bee8-4f7906c73336)! 2020-06-04 18:37:42.165 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:37:42.165 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:37:42.165 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:37:44.149 35 INFO rally.api [-] Starting verification (UUID=a8dedee1-5ffc-4bbe-9f15-56af5fb1cf69) for deployment 'opnfv-rally' (UUID=58fb27da-d1ad-48cf-bee8-4f7906c73336) by verifier 'opnfv-tempest' (UUID=b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53). 2020-06-04 18:37:45.064 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:37:45.065 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53/for-deployment-58fb27da-d1ad-48cf-bee8-4f7906c73336/tempest.log' to option 'log_file'. 2020-06-04 18:37:45.065 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53/for-deployment-58fb27da-d1ad-48cf-bee8-4f7906c73336/tempest.log 2020-06-04 18:37:45.066 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:37:45.066 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53/for-deployment-58fb27da-d1ad-48cf-bee8-4f7906c73336/lock_files' to option 'lock_path'. 2020-06-04 18:37:45.066 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53/for-deployment-58fb27da-d1ad-48cf-bee8-4f7906c73336/lock_files 2020-06-04 18:37:45.066 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 18:37:45.067 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-06-04 18:37:45.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 72657477-9d61-4ec2-8e2b-e169fc4903a5 2020-06-04 18:37:45.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6d7c5dca-9daa-48da-9ed3-fdd98d3d06eb 2020-06-04 18:37:45.068 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f6752cca-7281-458c-b58b-02a575d38503 2020-06-04 18:37:45.069 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7a8971c1-18db-46c5-9f85-5b43978d44bb 2020-06-04 18:37:46.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:37:46.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_871daaed-4107-4220-8492-b83be0c8c32a 2020-06-04 18:37:46.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:37:46.588 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:37:46.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_cccec98b_Tje7JwBB'. Using flavor 'rally_verify_cccec98b_Tje7JwBB' (ID = e00689cf-0b25-47c5-a330-848aa4413bf1) for the tests. 2020-06-04 18:37:46.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e00689cf-0b25-47c5-a330-848aa4413bf1' to option 'instance_type'. 2020-06-04 18:37:46.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e00689cf-0b25-47c5-a330-848aa4413bf1 2020-06-04 18:37:46.639 35 INFO rally.task.context [-] Verification b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53 | Context tempest@default setup() finished in 2.18 sec 2020-06-04 18:37:46.639 35 INFO rally.task.context [-] Verification b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53 | Context testr@default setup() finished in 0.31 msec 2020-06-04 18:37:46.639 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/099bdeeb-23eb-42a7-9a1b-39b63481f58b'. 2020-06-04 18:37:58.786 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.214s] 2020-06-04 18:37:59.358 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.573s] 2020-06-04 18:37:59.391 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.029s] 2020-06-04 18:37:59.618 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.223s] 2020-06-04 18:37:59.741 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.124s] 2020-06-04 18:38:06.300 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.521s] 2020-06-04 18:38:29.925 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.172s] 2020-06-04 18:38:44.357 35 INFO rally.task.context [-] Verification b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53 | Context testr@default cleanup() started 2020-06-04 18:38:44.358 35 INFO rally.task.context [-] Verification b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53 | Context testr@default cleanup() finished in 0.82 msec 2020-06-04 18:38:44.359 35 INFO rally.task.context [-] Verification b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53 | Context tempest@default cleanup() started 2020-06-04 18:38:44.520 35 INFO rally.task.context [-] Verification b93d7d0f-76d1-4cf6-bf7e-6a09e37e8f53 | Context tempest@default cleanup() finished in 0.16 sec 2020-06-04 18:38:44.538 35 INFO rally.api [-] Verification (UUID=a8dedee1-5ffc-4bbe-9f15-56af5fb1cf69) has been successfully finished for deployment 'opnfv-rally' (UUID=58fb27da-d1ad-48cf-bee8-4f7906c73336)! 2020-06-04 18:38:46.548 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:38:46.549 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:38:46.549 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:38:48.070 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:38:48.070 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:38:48.070 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:38:50.164 49 INFO rally.api [-] Building 'html' report for the following verification(s): 'a8dedee1-5ffc-4bbe-9f15-56af5fb1cf69' 2020-06-04 18:38:50.183 49 INFO rally.api [-] The report has been successfully built. 2020-06-04 18:38:51.667 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:38:51.667 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:38:51.668 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:38:54.179 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a8dedee1-5ffc-4bbe-9f15-56af5fb1cf69' 2020-06-04 18:38:54.182 51 INFO rally.api [-] The report has been successfully built.