2020-09-29 08:13:08.881 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:08.881 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:08.881 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:11.435 6 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-09-29 08:13:11.435 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:13:11.435 6 ERROR rally.cli.cliutils 2020-09-29 08:13:13.546 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:13.546 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:13.546 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:17.948 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:17.948 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:17.948 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:22.664 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:22.665 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:22.665 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:24.208 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:24.209 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:24.209 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:26.570 15 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-09-29 08:13:26.570 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:13:26.570 15 ERROR rally.cli.cliutils 2020-09-29 08:13:28.311 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:28.311 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:28.312 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:30.596 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:13:30.674 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cd69e205-9d95-4fab-a8f9-602f8703e244/repo. 2020-09-29 08:13:31.022 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cd69e205-9d95-4fab-a8f9-602f8703e244/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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 ' 2020-09-29 08:13:31.035 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:13:31.045 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:13:31.069 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:13:31.140 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:13:31.821 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd69e205-9d95-4fab-a8f9-602f8703e244) has been successfully created! 2020-09-29 08:13:33.413 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:33.413 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:33.414 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:37.873 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:37.873 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:37.874 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:40.015 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cd69e205-9d95-4fab-a8f9-602f8703e244) for deployment 'opnfv-rally' (UUID=0ed86085-e706-47e2-bee8-58fcb11c52ef). 2020-09-29 08:13:40.470 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd69e205-9d95-4fab-a8f9-602f8703e244) has been successfully configured for deployment 'opnfv-rally' (UUID=0ed86085-e706-47e2-bee8-58fcb11c52ef)! 2020-09-29 08:13:48.962 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:13:48.962 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:13:48.963 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:13:51.304 32 INFO rally.api [-] Starting verification (UUID=25baf8e5-1ca6-4b6c-888f-0990db2c08c1) for deployment 'opnfv-rally' (UUID=0ed86085-e706-47e2-bee8-58fcb11c52ef) by verifier 'opnfv-tempest' (UUID=cd69e205-9d95-4fab-a8f9-602f8703e244). 2020-09-29 08:13:52.031 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:13:52.032 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cd69e205-9d95-4fab-a8f9-602f8703e244/for-deployment-0ed86085-e706-47e2-bee8-58fcb11c52ef/tempest.log' to option 'log_file'. 2020-09-29 08:13:52.032 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cd69e205-9d95-4fab-a8f9-602f8703e244/for-deployment-0ed86085-e706-47e2-bee8-58fcb11c52ef/tempest.log 2020-09-29 08:13:52.032 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:13:52.033 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cd69e205-9d95-4fab-a8f9-602f8703e244/for-deployment-0ed86085-e706-47e2-bee8-58fcb11c52ef/lock_files' to option 'lock_path'. 2020-09-29 08:13:52.033 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cd69e205-9d95-4fab-a8f9-602f8703e244/for-deployment-0ed86085-e706-47e2-bee8-58fcb11c52ef/lock_files 2020-09-29 08:13:52.033 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:13:52.034 32 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-09-29 08:13:52.034 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ab8fe415-0f04-4c5b-a0a1-6621096e78bb 2020-09-29 08:13:52.034 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f5ffaf90-72fa-4643-afc6-39e336d4a2c8 2020-09-29 08:13:52.035 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5fe4a758-5065-4e9a-92fd-f94eddbbdcca 2020-09-29 08:13:52.036 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b714e921-9742-44a6-bc33-1b7d8037336d 2020-09-29 08:13:52.315 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:13:52.316 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_7db64749-9504-4344-8036-d0a4a5d313b2 2020-09-29 08:13:52.316 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:13:52.393 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:13:52.428 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-29 08:13:52.429 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_25baf8e5_JKZ8XDNI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-29 08:13:52.482 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_25baf8e5_JKZ8XDNI' (ID = eb73e8f7-d46d-4ee6-8fd4-7fa2a496a0f2) has been successfully created! 2020-09-29 08:13:52.482 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'eb73e8f7-d46d-4ee6-8fd4-7fa2a496a0f2' to option 'instance_type'. 2020-09-29 08:13:52.483 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = eb73e8f7-d46d-4ee6-8fd4-7fa2a496a0f2 2020-09-29 08:13:52.484 32 INFO rally.task.context [-] Verification cd69e205-9d95-4fab-a8f9-602f8703e244 | Context tempest@default setup() finished in 0.95 sec 2020-09-29 08:13:52.485 32 INFO rally.task.context [-] Verification cd69e205-9d95-4fab-a8f9-602f8703e244 | Context testr@default setup() finished in 0.37 msec 2020-09-29 08:13:52.485 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9b9226aa-2339-41c0-b845-58d863a0c34c'. 2020-09-29 08:14:12.795 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [2.007s] 2020-09-29 08:14:13.063 32 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.151s] 2020-09-29 08:14:15.689 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.892s] 2020-09-29 08:14:17.043 32 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [3.991s] 2020-09-29 08:14:17.294 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [1.605s] 2020-09-29 08:14:19.821 32 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [10.549s] 2020-09-29 08:14:24.317 32 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [5.595s] 2020-09-29 08:14:43.409 32 INFO rally.task.context [-] Verification cd69e205-9d95-4fab-a8f9-602f8703e244 | Context testr@default cleanup() started 2020-09-29 08:14:43.409 32 INFO rally.task.context [-] Verification cd69e205-9d95-4fab-a8f9-602f8703e244 | Context testr@default cleanup() finished in 0.49 msec 2020-09-29 08:14:43.409 32 INFO rally.task.context [-] Verification cd69e205-9d95-4fab-a8f9-602f8703e244 | Context tempest@default cleanup() started 2020-09-29 08:14:43.605 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_25baf8e5_JKZ8XDNI'. 2020-09-29 08:14:43.782 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_25baf8e5_JKZ8XDNI' has been deleted. 2020-09-29 08:14:43.783 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'eb73e8f7-d46d-4ee6-8fd4-7fa2a496a0f2' of option 'instance_type' from Tempest config file. 2020-09-29 08:14:43.784 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'eb73e8f7-d46d-4ee6-8fd4-7fa2a496a0f2' has been removed. 2020-09-29 08:14:43.788 32 INFO rally.task.context [-] Verification cd69e205-9d95-4fab-a8f9-602f8703e244 | Context tempest@default cleanup() finished in 0.38 sec 2020-09-29 08:14:43.808 32 INFO rally.api [-] Verification (UUID=25baf8e5-1ca6-4b6c-888f-0990db2c08c1) has been successfully finished for deployment 'opnfv-rally' (UUID=0ed86085-e706-47e2-bee8-58fcb11c52ef)! 2020-09-29 08:14:45.750 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:14:45.751 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:14:45.751 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:14:47.229 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:14:47.230 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:14:47.230 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:14:49.375 44 INFO rally.api [-] Building 'html' report for the following verification(s): '25baf8e5-1ca6-4b6c-888f-0990db2c08c1' 2020-09-29 08:14:49.409 44 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:14:50.985 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:14:50.986 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:14:50.986 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:14:53.190 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '25baf8e5-1ca6-4b6c-888f-0990db2c08c1' 2020-09-29 08:14:53.193 46 INFO rally.api [-] The report has been successfully built.