2022-03-29 08:46:17.548 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:17.548 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:17.549 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:19.890 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 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:46:19.890 7 ERROR rally.cli.cliutils 2022-03-29 08:46:21.493 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:21.493 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:21.493 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:25.441 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:25.442 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:25.442 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:29.843 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:29.844 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:29.844 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:31.249 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:31.249 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:31.250 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:46:33.366 16 ERROR rally.cli.cliutils 2022-03-29 08:46:34.914 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:34.915 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:34.915 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:36.954 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:46:37.052 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4e1b2607-6d10-4445-ae66-41cc18a82b27/repo. 2022-03-29 08:46:37.481 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4e1b2607-6d10-4445-ae66-41cc18a82b27/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 08:46:37.499 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:46:37.511 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:46:37.533 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:46:37.603 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:46:38.279 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4e1b2607-6d10-4445-ae66-41cc18a82b27) has been successfully created! 2022-03-29 08:46:39.883 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:39.884 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:39.884 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:44.183 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:44.183 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:44.184 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:46.417 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4e1b2607-6d10-4445-ae66-41cc18a82b27) for deployment 'opnfv-rally' (UUID=700da23e-0ca9-46c7-89de-d5d72c8dd76a). 2022-03-29 08:46:46.868 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4e1b2607-6d10-4445-ae66-41cc18a82b27) has been successfully configured for deployment 'opnfv-rally' (UUID=700da23e-0ca9-46c7-89de-d5d72c8dd76a)! 2022-03-29 08:46:55.192 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:46:55.193 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:46:55.193 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:46:57.373 33 INFO rally.api [-] Starting verification (UUID=63dffb26-0d15-402a-959e-5962de1f2a80) for deployment 'opnfv-rally' (UUID=700da23e-0ca9-46c7-89de-d5d72c8dd76a) by verifier 'opnfv-tempest' (UUID=4e1b2607-6d10-4445-ae66-41cc18a82b27). 2022-03-29 08:46:57.924 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:46:57.924 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4e1b2607-6d10-4445-ae66-41cc18a82b27/for-deployment-700da23e-0ca9-46c7-89de-d5d72c8dd76a/tempest.log' to option 'log_file'. 2022-03-29 08:46:57.925 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4e1b2607-6d10-4445-ae66-41cc18a82b27/for-deployment-700da23e-0ca9-46c7-89de-d5d72c8dd76a/tempest.log 2022-03-29 08:46:57.925 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:46:57.925 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4e1b2607-6d10-4445-ae66-41cc18a82b27/for-deployment-700da23e-0ca9-46c7-89de-d5d72c8dd76a/lock_files' to option 'lock_path'. 2022-03-29 08:46:57.926 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4e1b2607-6d10-4445-ae66-41cc18a82b27/for-deployment-700da23e-0ca9-46c7-89de-d5d72c8dd76a/lock_files 2022-03-29 08:46:57.926 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:46:57.927 33 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 2022-03-29 08:46:57.927 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c5f86342-92d5-4105-a0d1-527983c21ad7 2022-03-29 08:46:57.927 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = bdf1a689-ca28-4cb6-a57d-44b99899954a 2022-03-29 08:46:57.928 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 49d907b2-56bc-45f1-860f-ad0cb94e50c5 2022-03-29 08:46:57.929 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 03e6af6d-8460-49ef-8f09-cd9ade45aaf9 2022-03-29 08:46:58.148 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:46:58.149 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_8e2dc37e-5d44-468b-8a8d-3bb8ea880ba2 2022-03-29 08:46:58.149 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:46:58.254 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:46:58.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c87d1922_26HSxUu6'. Using flavor 'rally_verify_c87d1922_26HSxUu6' (ID = a2579d3e-4e50-4c08-a736-798ba446ba49) for the tests. 2022-03-29 08:46:58.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2579d3e-4e50-4c08-a736-798ba446ba49' to option 'instance_type'. 2022-03-29 08:46:58.295 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2579d3e-4e50-4c08-a736-798ba446ba49 2022-03-29 08:46:58.296 33 INFO rally.task.context [-] Verification 4e1b2607-6d10-4445-ae66-41cc18a82b27 | Context tempest@default setup() finished in 0.75 sec 2022-03-29 08:46:58.297 33 INFO rally.task.context [-] Verification 4e1b2607-6d10-4445-ae66-41cc18a82b27 | Context testr@default setup() finished in 0.39 msec 2022-03-29 08:46:58.298 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/066cf271-27aa-4fc4-aa76-e277c9692e4e'. 2022-03-29 08:47:11.478 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [3.391s] 2022-03-29 08:47:15.002 33 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [6.580s] 2022-03-29 08:47:17.423 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.030s] 2022-03-29 08:47:18.982 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [7.504s] 2022-03-29 08:47:20.937 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [3.513s] 2022-03-29 08:47:21.018 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.081s] 2022-03-29 08:47:21.345 33 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... fail [2.055s] 2022-03-29 08:47:32.547 33 INFO rally.task.context [-] Verification 4e1b2607-6d10-4445-ae66-41cc18a82b27 | Context testr@default cleanup() started 2022-03-29 08:47:32.548 33 INFO rally.task.context [-] Verification 4e1b2607-6d10-4445-ae66-41cc18a82b27 | Context testr@default cleanup() finished in 0.83 msec 2022-03-29 08:47:32.548 33 INFO rally.task.context [-] Verification 4e1b2607-6d10-4445-ae66-41cc18a82b27 | Context tempest@default cleanup() started 2022-03-29 08:47:32.724 33 INFO rally.task.context [-] Verification 4e1b2607-6d10-4445-ae66-41cc18a82b27 | Context tempest@default cleanup() finished in 0.18 sec 2022-03-29 08:47:32.752 33 INFO rally.api [-] Verification (UUID=63dffb26-0d15-402a-959e-5962de1f2a80) has been successfully finished for deployment 'opnfv-rally' (UUID=700da23e-0ca9-46c7-89de-d5d72c8dd76a)! 2022-03-29 08:47:34.356 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:47:34.357 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:47:34.357 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:47:35.790 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:47:35.790 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:47:35.790 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:47:37.998 45 INFO rally.api [-] Building 'html' report for the following verification(s): '63dffb26-0d15-402a-959e-5962de1f2a80' 2022-03-29 08:47:38.024 45 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:47:39.571 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:47:39.571 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:47:39.572 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:47:41.774 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '63dffb26-0d15-402a-959e-5962de1f2a80' 2022-03-29 08:47:41.779 47 INFO rally.api [-] The report has been successfully built.