2020-12-05 12:30:39.455 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:39.456 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:39.456 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:30:42.071 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-12-05 12:30:42.071 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:30:42.071 7 ERROR rally.cli.cliutils 2020-12-05 12:30:43.723 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:43.723 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:43.723 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:30:47.965 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:47.965 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:47.965 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:30:52.767 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:52.767 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:52.768 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:30:54.276 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:54.276 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:54.276 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:30:56.655 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-12-05 12:30:56.655 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:30:56.655 17 ERROR rally.cli.cliutils 2020-12-05 12:30:58.245 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:58.245 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:58.245 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:31:00.727 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:31:00.808 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0e19ee93-6f1e-40f1-8960-7d50a76754c3/repo. 2020-12-05 12:31:01.048 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0e19ee93-6f1e-40f1-8960-7d50a76754c3/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. 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-12-05 12:31:01.086 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:31:01.096 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:31:01.122 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:31:01.205 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:31:01.967 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e19ee93-6f1e-40f1-8960-7d50a76754c3) has been successfully created! 2020-12-05 12:31:03.726 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:31:03.726 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:31:03.727 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:31:08.115 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:31:08.116 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:31:08.116 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:31:10.455 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0e19ee93-6f1e-40f1-8960-7d50a76754c3) for deployment 'opnfv-rally' (UUID=6564bb01-a9fc-43c8-97de-6c0bd1b076f7). 2020-12-05 12:31:10.980 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e19ee93-6f1e-40f1-8960-7d50a76754c3) has been successfully configured for deployment 'opnfv-rally' (UUID=6564bb01-a9fc-43c8-97de-6c0bd1b076f7)! 2020-12-05 12:31:19.321 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:31:19.322 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:31:19.322 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:31:21.945 35 INFO rally.api [-] Starting verification (UUID=1120eac5-abb9-4847-bb45-914cface0a9d) for deployment 'opnfv-rally' (UUID=6564bb01-a9fc-43c8-97de-6c0bd1b076f7) by verifier 'opnfv-tempest' (UUID=0e19ee93-6f1e-40f1-8960-7d50a76754c3). 2020-12-05 12:31:22.516 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 12:31:22.516 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0e19ee93-6f1e-40f1-8960-7d50a76754c3/for-deployment-6564bb01-a9fc-43c8-97de-6c0bd1b076f7/tempest.log' to option 'log_file'. 2020-12-05 12:31:22.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0e19ee93-6f1e-40f1-8960-7d50a76754c3/for-deployment-6564bb01-a9fc-43c8-97de-6c0bd1b076f7/tempest.log 2020-12-05 12:31:22.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 12:31:22.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0e19ee93-6f1e-40f1-8960-7d50a76754c3/for-deployment-6564bb01-a9fc-43c8-97de-6c0bd1b076f7/lock_files' to option 'lock_path'. 2020-12-05 12:31:22.518 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0e19ee93-6f1e-40f1-8960-7d50a76754c3/for-deployment-6564bb01-a9fc-43c8-97de-6c0bd1b076f7/lock_files 2020-12-05 12:31:22.518 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 12:31:22.518 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-12-05 12:31:22.518 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6650b8b7-e2a9-4ca6-af11-fc650a88f944 2020-12-05 12:31:22.519 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f293040c-0b7c-4386-8471-93cfb1ff3ff8 2020-12-05 12:31:22.519 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bf2d2724-0843-44c5-8188-6eef8aec295f 2020-12-05 12:31:22.520 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f35e981d-55de-4965-94ee-939bd6e43933 2020-12-05 12:31:22.756 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 12:31:22.756 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_b587df5d-146b-493f-b962-e85e7f3db004 2020-12-05 12:31:22.757 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 12:31:22.847 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 12:31:22.899 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 12:31:22.900 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1120eac5_leu4plnT' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 12:31:22.939 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1120eac5_leu4plnT' (ID = 60ddaa80-7da7-4365-a5e9-904375915fef) has been successfully created! 2020-12-05 12:31:22.939 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '60ddaa80-7da7-4365-a5e9-904375915fef' to option 'instance_type'. 2020-12-05 12:31:22.939 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 60ddaa80-7da7-4365-a5e9-904375915fef 2020-12-05 12:31:22.941 35 INFO rally.task.context [-] Verification 0e19ee93-6f1e-40f1-8960-7d50a76754c3 | Context tempest@default setup() finished in 0.84 sec 2020-12-05 12:31:22.941 35 INFO rally.task.context [-] Verification 0e19ee93-6f1e-40f1-8960-7d50a76754c3 | Context testr@default setup() finished in 0.35 msec 2020-12-05 12:31:22.942 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7f56deb4-2fcc-45d2-b53a-e43a0d234cd8'. 2020-12-05 12:31:36.183 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.048s] 2020-12-05 12:31:36.599 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.415s] 2020-12-05 12:31:36.731 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.132s] 2020-12-05 12:31:36.833 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.417s] 2020-12-05 12:31:37.815 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.981s] 2020-12-05 12:31:38.258 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.780s] 2020-12-05 12:31:46.693 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.006s] 2020-12-05 12:32:02.323 35 INFO rally.task.context [-] Verification 0e19ee93-6f1e-40f1-8960-7d50a76754c3 | Context testr@default cleanup() started 2020-12-05 12:32:02.323 35 INFO rally.task.context [-] Verification 0e19ee93-6f1e-40f1-8960-7d50a76754c3 | Context testr@default cleanup() finished in 0.61 msec 2020-12-05 12:32:02.324 35 INFO rally.task.context [-] Verification 0e19ee93-6f1e-40f1-8960-7d50a76754c3 | Context tempest@default cleanup() started 2020-12-05 12:32:02.493 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1120eac5_leu4plnT'. 2020-12-05 12:32:02.703 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1120eac5_leu4plnT' has been deleted. 2020-12-05 12:32:02.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '60ddaa80-7da7-4365-a5e9-904375915fef' of option 'instance_type' from Tempest config file. 2020-12-05 12:32:02.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '60ddaa80-7da7-4365-a5e9-904375915fef' has been removed. 2020-12-05 12:32:02.709 35 INFO rally.task.context [-] Verification 0e19ee93-6f1e-40f1-8960-7d50a76754c3 | Context tempest@default cleanup() finished in 0.39 sec 2020-12-05 12:32:02.732 35 INFO rally.api [-] Verification (UUID=1120eac5-abb9-4847-bb45-914cface0a9d) has been successfully finished for deployment 'opnfv-rally' (UUID=6564bb01-a9fc-43c8-97de-6c0bd1b076f7)! 2020-12-05 12:32:04.700 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:32:04.701 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:32:04.701 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:32:06.324 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:32:06.325 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:32:06.325 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:32:08.837 52 INFO rally.api [-] Building 'html' report for the following verification(s): '1120eac5-abb9-4847-bb45-914cface0a9d' 2020-12-05 12:32:08.857 52 INFO rally.api [-] The report has been successfully built. 2020-12-05 12:32:10.595 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:32:10.595 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:32:10.595 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:32:13.259 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1120eac5-abb9-4847-bb45-914cface0a9d' 2020-12-05 12:32:13.262 54 INFO rally.api [-] The report has been successfully built.