2020-07-31 13:46:54.028 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:46:54.028 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:46:54.029 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:46:56.495 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-07-31 13:46:56.495 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:46:56.495 7 ERROR rally.cli.cliutils 2020-07-31 13:46:58.336 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:46:58.336 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:46:58.336 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:02.902 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:02.902 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:02.903 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:07.883 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:07.884 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:07.884 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:09.597 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:09.597 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:09.597 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:11.920 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-07-31 13:47:11.920 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:47:11.920 17 ERROR rally.cli.cliutils 2020-07-31 13:47:13.796 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:13.796 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:13.796 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:16.162 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:47:16.253 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-00d5ac0a-6c94-4514-8661-070e78a52034/repo. 2020-07-31 13:47:16.515 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-00d5ac0a-6c94-4514-8661-070e78a52034/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 13:47:16.529 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:47:16.538 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:47:16.565 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:47:16.613 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:47:17.371 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=00d5ac0a-6c94-4514-8661-070e78a52034) has been successfully created! 2020-07-31 13:47:19.175 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:19.175 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:19.176 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:24.367 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:24.367 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:24.368 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:26.706 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=00d5ac0a-6c94-4514-8661-070e78a52034) for deployment 'opnfv-rally' (UUID=c9c085ea-fd5c-475f-8790-05d34b1b9fca). 2020-07-31 13:47:27.244 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=00d5ac0a-6c94-4514-8661-070e78a52034) has been successfully configured for deployment 'opnfv-rally' (UUID=c9c085ea-fd5c-475f-8790-05d34b1b9fca)! 2020-07-31 13:47:36.210 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:47:36.211 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:47:36.211 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:47:38.530 35 INFO rally.api [-] Starting verification (UUID=abd5194a-1c3a-4738-86f3-bd45156a9014) for deployment 'opnfv-rally' (UUID=c9c085ea-fd5c-475f-8790-05d34b1b9fca) by verifier 'opnfv-tempest' (UUID=00d5ac0a-6c94-4514-8661-070e78a52034). 2020-07-31 13:47:39.320 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:47:39.321 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-00d5ac0a-6c94-4514-8661-070e78a52034/for-deployment-c9c085ea-fd5c-475f-8790-05d34b1b9fca/tempest.log' to option 'log_file'. 2020-07-31 13:47:39.321 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-00d5ac0a-6c94-4514-8661-070e78a52034/for-deployment-c9c085ea-fd5c-475f-8790-05d34b1b9fca/tempest.log 2020-07-31 13:47:39.322 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:47:39.322 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-00d5ac0a-6c94-4514-8661-070e78a52034/for-deployment-c9c085ea-fd5c-475f-8790-05d34b1b9fca/lock_files' to option 'lock_path'. 2020-07-31 13:47:39.322 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-00d5ac0a-6c94-4514-8661-070e78a52034/for-deployment-c9c085ea-fd5c-475f-8790-05d34b1b9fca/lock_files 2020-07-31 13:47:39.323 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:47:39.323 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-07-31 13:47:39.323 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 12407278-a346-41e9-9c76-0da1131cf40f 2020-07-31 13:47:39.324 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ffb36b2f-8bca-4981-901e-f3c370d12e89 2020-07-31 13:47:39.324 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 71bda00c-fddb-49ee-8215-90d549ec6f84 2020-07-31 13:47:39.325 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8cfdc554-93cd-4ecb-9810-b27692df41d8 2020-07-31 13:47:39.839 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:47:39.840 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_096834a7-c1d5-4a49-a8c0-da06bd21af19 2020-07-31 13:47:39.840 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:47:39.937 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:47:39.982 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 13:47:39.983 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_abd5194a_Utos3RfX' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 13:47:40.019 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_abd5194a_Utos3RfX' (ID = 7c0bd16a-3bb7-4c93-9668-f0c60e0fff91) has been successfully created! 2020-07-31 13:47:40.019 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7c0bd16a-3bb7-4c93-9668-f0c60e0fff91' to option 'instance_type'. 2020-07-31 13:47:40.020 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7c0bd16a-3bb7-4c93-9668-f0c60e0fff91 2020-07-31 13:47:40.021 35 INFO rally.task.context [-] Verification 00d5ac0a-6c94-4514-8661-070e78a52034 | Context tempest@default setup() finished in 1.26 sec 2020-07-31 13:47:40.022 35 INFO rally.task.context [-] Verification 00d5ac0a-6c94-4514-8661-070e78a52034 | Context testr@default setup() finished in 0.35 msec 2020-07-31 13:47:40.022 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cb0a5a76-64d3-4f15-b7d0-8a1af5da80f9'. 2020-07-31 13:47:56.672 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.153s] 2020-07-31 13:47:56.841 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.032s] 2020-07-31 13:47:57.078 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.235s] 2020-07-31 13:47:57.206 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.130s] 2020-07-31 13:47:57.611 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.954s] 2020-07-31 13:48:03.222 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.051s] 2020-07-31 13:48:08.961 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.533s] 2020-07-31 13:48:25.054 35 INFO rally.task.context [-] Verification 00d5ac0a-6c94-4514-8661-070e78a52034 | Context testr@default cleanup() started 2020-07-31 13:48:25.054 35 INFO rally.task.context [-] Verification 00d5ac0a-6c94-4514-8661-070e78a52034 | Context testr@default cleanup() finished in 0.49 msec 2020-07-31 13:48:25.054 35 INFO rally.task.context [-] Verification 00d5ac0a-6c94-4514-8661-070e78a52034 | Context tempest@default cleanup() started 2020-07-31 13:48:25.206 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_abd5194a_Utos3RfX'. 2020-07-31 13:48:25.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_abd5194a_Utos3RfX' has been deleted. 2020-07-31 13:48:25.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7c0bd16a-3bb7-4c93-9668-f0c60e0fff91' of option 'instance_type' from Tempest config file. 2020-07-31 13:48:25.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7c0bd16a-3bb7-4c93-9668-f0c60e0fff91' has been removed. 2020-07-31 13:48:25.471 35 INFO rally.task.context [-] Verification 00d5ac0a-6c94-4514-8661-070e78a52034 | Context tempest@default cleanup() finished in 0.42 sec 2020-07-31 13:48:25.492 35 INFO rally.api [-] Verification (UUID=abd5194a-1c3a-4738-86f3-bd45156a9014) has been successfully finished for deployment 'opnfv-rally' (UUID=c9c085ea-fd5c-475f-8790-05d34b1b9fca)! 2020-07-31 13:48:27.402 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:48:27.402 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:48:27.402 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:48:29.096 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:48:29.096 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:48:29.097 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:48:31.454 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'abd5194a-1c3a-4738-86f3-bd45156a9014' 2020-07-31 13:48:31.476 52 INFO rally.api [-] The report has been successfully built. 2020-07-31 13:48:33.379 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:48:33.379 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:48:33.379 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:48:35.885 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'abd5194a-1c3a-4738-86f3-bd45156a9014' 2020-07-31 13:48:35.888 54 INFO rally.api [-] The report has been successfully built.