2020-08-10 14:36:20.335 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:36:20.342 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:36:20.343 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:36:43.376 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-08-10 14:36:43.376 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:36:43.376 10 ERROR rally.cli.cliutils 2020-08-10 14:36:57.547 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:36:57.553 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:36:57.555 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:37:37.582 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:37:37.588 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:37:37.590 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:38:21.285 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:38:21.291 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:38:21.293 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:38:35.990 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:38:35.996 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:38:35.997 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:38:58.890 40 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-08-10 14:38:58.890 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:38:58.890 40 ERROR rally.cli.cliutils 2020-08-10 14:39:13.729 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:39:13.736 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:39:13.737 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:39:36.736 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 14:39:37.240 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d226de6f-b581-4520-a7fc-9f8c2030509b/repo. 2020-08-10 14:39:37.962 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d226de6f-b581-4520-a7fc-9f8c2030509b/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 14:39:38.070 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 14:39:38.135 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 14:39:38.196 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 14:39:38.772 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 14:39:45.727 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d226de6f-b581-4520-a7fc-9f8c2030509b) has been successfully created! 2020-08-10 14:40:01.154 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:40:01.160 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:40:01.162 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:40:39.749 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:40:39.756 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:40:39.757 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:41:03.473 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d226de6f-b581-4520-a7fc-9f8c2030509b) for deployment 'opnfv-rally' (UUID=6e5a78b4-034d-4b41-8d2b-10fa0a3b299e). 2020-08-10 14:41:05.064 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d226de6f-b581-4520-a7fc-9f8c2030509b) has been successfully configured for deployment 'opnfv-rally' (UUID=6e5a78b4-034d-4b41-8d2b-10fa0a3b299e)! 2020-08-10 14:42:22.872 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:42:22.879 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:42:22.880 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:42:45.814 97 INFO rally.api [-] Starting verification (UUID=0bd61532-cd35-4ada-afbe-adde7b6318fe) for deployment 'opnfv-rally' (UUID=6e5a78b4-034d-4b41-8d2b-10fa0a3b299e) by verifier 'opnfv-tempest' (UUID=d226de6f-b581-4520-a7fc-9f8c2030509b). 2020-08-10 14:42:50.314 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 14:42:50.316 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d226de6f-b581-4520-a7fc-9f8c2030509b/for-deployment-6e5a78b4-034d-4b41-8d2b-10fa0a3b299e/tempest.log' to option 'log_file'. 2020-08-10 14:42:50.318 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d226de6f-b581-4520-a7fc-9f8c2030509b/for-deployment-6e5a78b4-034d-4b41-8d2b-10fa0a3b299e/tempest.log 2020-08-10 14:42:50.319 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 14:42:50.321 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d226de6f-b581-4520-a7fc-9f8c2030509b/for-deployment-6e5a78b4-034d-4b41-8d2b-10fa0a3b299e/lock_files' to option 'lock_path'. 2020-08-10 14:42:50.323 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d226de6f-b581-4520-a7fc-9f8c2030509b/for-deployment-6e5a78b4-034d-4b41-8d2b-10fa0a3b299e/lock_files 2020-08-10 14:42:50.324 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 14:42:50.326 97 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-08-10 14:42:50.328 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 936cfc96-542f-451e-b064-a7d425f86f3f 2020-08-10 14:42:50.330 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c8ccb230-3eb4-4572-955c-24c5075b8902 2020-08-10 14:42:50.333 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7483f366-d285-4c98-9415-a1d5a185e7c0 2020-08-10 14:42:50.337 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2a0ecc62-c854-492f-a778-bf0cc33ff467 2020-08-10 14:42:50.872 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 14:42:50.874 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_5769d9aa-a01d-42fa-a1a8-9b19d071eca5 2020-08-10 14:42:50.878 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 14:42:51.620 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 14:42:51.707 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0f9f9de3_F8G726rL'. Using flavor 'rally_verify_0f9f9de3_F8G726rL' (ID = e4b0494a-9b6e-41ef-9f58-5ec948feeba1) for the tests. 2020-08-10 14:42:51.709 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e4b0494a-9b6e-41ef-9f58-5ec948feeba1' to option 'instance_type'. 2020-08-10 14:42:51.711 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e4b0494a-9b6e-41ef-9f58-5ec948feeba1 2020-08-10 14:42:51.720 97 INFO rally.task.context [-] Verification d226de6f-b581-4520-a7fc-9f8c2030509b | Context tempest@default setup() finished in 4.76 sec 2020-08-10 14:42:51.724 97 INFO rally.task.context [-] Verification d226de6f-b581-4520-a7fc-9f8c2030509b | Context testr@default setup() finished in 1.23 msec 2020-08-10 14:42:51.725 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4aa1b85f-43d2-436d-85bd-902fd0bab4e5'. 2020-08-10 14:43:44.929 97 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.838s] 2020-08-10 14:43:51.348 97 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.054s] 2020-08-10 14:43:52.831 97 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [7.914s] 2020-08-10 14:43:52.899 97 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [1.540s] 2020-08-10 14:43:55.312 97 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [2.417s] 2020-08-10 14:43:56.871 97 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [14.397s] 2020-08-10 14:44:21.972 97 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [28.838s] 2020-08-10 14:44:34.294 97 INFO rally.task.context [-] Verification d226de6f-b581-4520-a7fc-9f8c2030509b | Context testr@default cleanup() started 2020-08-10 14:44:34.296 97 INFO rally.task.context [-] Verification d226de6f-b581-4520-a7fc-9f8c2030509b | Context testr@default cleanup() finished in 2.08 msec 2020-08-10 14:44:34.297 97 INFO rally.task.context [-] Verification d226de6f-b581-4520-a7fc-9f8c2030509b | Context tempest@default cleanup() started 2020-08-10 14:44:34.695 97 INFO rally.task.context [-] Verification d226de6f-b581-4520-a7fc-9f8c2030509b | Context tempest@default cleanup() finished in 0.40 sec 2020-08-10 14:44:34.748 97 INFO rally.api [-] Verification (UUID=0bd61532-cd35-4ada-afbe-adde7b6318fe) has been successfully finished for deployment 'opnfv-rally' (UUID=6e5a78b4-034d-4b41-8d2b-10fa0a3b299e)! 2020-08-10 14:44:49.311 138 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:44:49.318 138 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:44:49.319 138 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:45:04.542 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:45:04.547 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:45:04.549 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:45:26.750 144 INFO rally.api [-] Building 'html' report for the following verification(s): '0bd61532-cd35-4ada-afbe-adde7b6318fe' 2020-08-10 14:45:26.970 144 INFO rally.api [-] The report has been successfully built. 2020-08-10 14:45:41.242 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:45:41.249 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:45:41.250 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:46:03.421 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0bd61532-cd35-4ada-afbe-adde7b6318fe' 2020-08-10 14:46:03.443 150 INFO rally.api [-] The report has been successfully built.