2020-06-07 08:42:16.273 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:16.273 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:16.273 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:18.688 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-07 08:42:18.688 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:42:18.688 7 ERROR rally.cli.cliutils 2020-06-07 08:42:20.297 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:20.297 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:20.297 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:24.346 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:24.346 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:24.346 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:28.584 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:28.584 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:28.585 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:29.985 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:29.985 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:29.986 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:32.227 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-07 08:42:32.227 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:42:32.227 17 ERROR rally.cli.cliutils 2020-06-07 08:42:33.860 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:33.861 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:33.861 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:35.928 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 08:42:35.990 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6442d9b4-33c9-44ab-9ca1-4ac5b4bca193/repo. 2020-06-07 08:42:36.181 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6442d9b4-33c9-44ab-9ca1-4ac5b4bca193/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-06-07 08:42:36.194 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 08:42:36.204 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 08:42:36.229 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 08:42:36.276 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 08:42:37.113 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6442d9b4-33c9-44ab-9ca1-4ac5b4bca193) has been successfully created! 2020-06-07 08:42:38.773 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:38.773 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:38.773 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:43.252 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:43.252 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:43.252 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:45.407 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6442d9b4-33c9-44ab-9ca1-4ac5b4bca193) for deployment 'opnfv-rally' (UUID=1d178c15-7505-49aa-84f7-5d7f4090460b). 2020-06-07 08:42:45.833 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6442d9b4-33c9-44ab-9ca1-4ac5b4bca193) has been successfully configured for deployment 'opnfv-rally' (UUID=1d178c15-7505-49aa-84f7-5d7f4090460b)! 2020-06-07 08:42:54.098 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:42:54.099 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:42:54.099 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:42:56.301 35 INFO rally.api [-] Starting verification (UUID=e06209af-c5d8-41d0-9b25-d210af30a74e) for deployment 'opnfv-rally' (UUID=1d178c15-7505-49aa-84f7-5d7f4090460b) by verifier 'opnfv-tempest' (UUID=6442d9b4-33c9-44ab-9ca1-4ac5b4bca193). 2020-06-07 08:42:56.916 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 08:42:56.917 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6442d9b4-33c9-44ab-9ca1-4ac5b4bca193/for-deployment-1d178c15-7505-49aa-84f7-5d7f4090460b/tempest.log' to option 'log_file'. 2020-06-07 08:42:56.917 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6442d9b4-33c9-44ab-9ca1-4ac5b4bca193/for-deployment-1d178c15-7505-49aa-84f7-5d7f4090460b/tempest.log 2020-06-07 08:42:56.918 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 08:42:56.918 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6442d9b4-33c9-44ab-9ca1-4ac5b4bca193/for-deployment-1d178c15-7505-49aa-84f7-5d7f4090460b/lock_files' to option 'lock_path'. 2020-06-07 08:42:56.918 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6442d9b4-33c9-44ab-9ca1-4ac5b4bca193/for-deployment-1d178c15-7505-49aa-84f7-5d7f4090460b/lock_files 2020-06-07 08:42:56.918 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-07 08:42:56.919 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-07 08:42:56.919 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1dc0b201-87ed-4e3f-bf0d-d2868599473a 2020-06-07 08:42:56.919 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9fb2928e-0ff1-470b-b400-1f4fd43dc9e1 2020-06-07 08:42:56.920 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2e87c838-c8f7-46fc-b505-c1d5f8eea152 2020-06-07 08:42:56.921 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4d9ac0e0-2216-4256-9800-57804fad6b84 2020-06-07 08:42:57.190 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 08:42:57.191 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_0e92b3c4-5751-4744-a377-7611e2a480e2 2020-06-07 08:42:57.191 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 08:42:57.295 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 08:42:57.334 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-07 08:42:57.334 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e06209af_xi52V3f4' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-07 08:42:57.366 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e06209af_xi52V3f4' (ID = ec64b977-b585-4f7d-afb5-6430a4633a89) has been successfully created! 2020-06-07 08:42:57.366 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ec64b977-b585-4f7d-afb5-6430a4633a89' to option 'instance_type'. 2020-06-07 08:42:57.366 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ec64b977-b585-4f7d-afb5-6430a4633a89 2020-06-07 08:42:57.367 35 INFO rally.task.context [-] Verification 6442d9b4-33c9-44ab-9ca1-4ac5b4bca193 | Context tempest@default setup() finished in 0.88 sec 2020-06-07 08:42:57.368 35 INFO rally.task.context [-] Verification 6442d9b4-33c9-44ab-9ca1-4ac5b4bca193 | Context testr@default setup() finished in 0.24 msec 2020-06-07 08:42:57.368 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f10cc9f7-1d46-4e48-9a4d-fa134b194bd1'. 2020-06-07 08:43:13.400 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [3.140s] 2020-06-07 08:43:15.402 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [3.686s] 2020-06-07 08:43:16.906 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [2.184s] 2020-06-07 08:43:18.284 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [4.883s] 2020-06-07 08:43:19.932 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [3.025s] 2020-06-07 08:43:20.282 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.350s] 2020-06-07 08:43:23.122 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [5.650s] 2020-06-07 08:43:40.914 35 INFO rally.task.context [-] Verification 6442d9b4-33c9-44ab-9ca1-4ac5b4bca193 | Context testr@default cleanup() started 2020-06-07 08:43:40.915 35 INFO rally.task.context [-] Verification 6442d9b4-33c9-44ab-9ca1-4ac5b4bca193 | Context testr@default cleanup() finished in 0.67 msec 2020-06-07 08:43:40.915 35 INFO rally.task.context [-] Verification 6442d9b4-33c9-44ab-9ca1-4ac5b4bca193 | Context tempest@default cleanup() started 2020-06-07 08:43:41.077 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e06209af_xi52V3f4'. 2020-06-07 08:43:41.237 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e06209af_xi52V3f4' has been deleted. 2020-06-07 08:43:41.238 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ec64b977-b585-4f7d-afb5-6430a4633a89' of option 'instance_type' from Tempest config file. 2020-06-07 08:43:41.238 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ec64b977-b585-4f7d-afb5-6430a4633a89' has been removed. 2020-06-07 08:43:41.244 35 INFO rally.task.context [-] Verification 6442d9b4-33c9-44ab-9ca1-4ac5b4bca193 | Context tempest@default cleanup() finished in 0.33 sec 2020-06-07 08:43:41.263 35 INFO rally.api [-] Verification (UUID=e06209af-c5d8-41d0-9b25-d210af30a74e) has been successfully finished for deployment 'opnfv-rally' (UUID=1d178c15-7505-49aa-84f7-5d7f4090460b)! 2020-06-07 08:43:43.150 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:43:43.150 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:43:43.151 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:43:44.709 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:43:44.709 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:43:44.710 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:43:46.991 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'e06209af-c5d8-41d0-9b25-d210af30a74e' 2020-06-07 08:43:47.011 52 INFO rally.api [-] The report has been successfully built. 2020-06-07 08:43:48.628 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:43:48.628 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:43:48.628 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:43:50.768 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e06209af-c5d8-41d0-9b25-d210af30a74e' 2020-06-07 08:43:50.772 54 INFO rally.api [-] The report has been successfully built.