2020-07-04 07:39:39.593 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:39:39.593 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:39:39.594 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:39:42.070 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-04 07:39:42.070 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 07:39:42.070 7 ERROR rally.cli.cliutils 2020-07-04 07:39:43.863 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:39:43.864 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:39:43.864 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:39:48.104 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:39:48.105 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:39:48.105 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:39:52.657 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:39:52.657 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:39:52.657 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:39:54.261 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:39:54.262 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:39:54.262 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:39:56.546 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-04 07:39:56.546 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 07:39:56.546 17 ERROR rally.cli.cliutils 2020-07-04 07:39:58.245 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:39:58.245 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:39:58.246 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:40:00.567 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 07:40:00.649 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d7468d2e-8ed3-468b-aec2-deba28c0f57c/repo. 2020-07-04 07:40:00.868 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d7468d2e-8ed3-468b-aec2-deba28c0f57c/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-04 07:40:00.882 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 07:40:00.889 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 07:40:00.912 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 07:40:00.965 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 07:40:01.648 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d7468d2e-8ed3-468b-aec2-deba28c0f57c) has been successfully created! 2020-07-04 07:40:03.273 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:40:03.274 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:40:03.274 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:40:07.936 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:40:07.936 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:40:07.936 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:40:10.105 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d7468d2e-8ed3-468b-aec2-deba28c0f57c) for deployment 'opnfv-rally' (UUID=77cbb0ae-cfd4-4e88-b537-214bb027e1e4). 2020-07-04 07:40:10.852 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d7468d2e-8ed3-468b-aec2-deba28c0f57c) has been successfully configured for deployment 'opnfv-rally' (UUID=77cbb0ae-cfd4-4e88-b537-214bb027e1e4)! 2020-07-04 07:40:19.278 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:40:19.278 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:40:19.278 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:40:21.455 35 INFO rally.api [-] Starting verification (UUID=3119e509-d667-40fd-bc42-61c1053581ab) for deployment 'opnfv-rally' (UUID=77cbb0ae-cfd4-4e88-b537-214bb027e1e4) by verifier 'opnfv-tempest' (UUID=d7468d2e-8ed3-468b-aec2-deba28c0f57c). 2020-07-04 07:40:22.262 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 07:40:22.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d7468d2e-8ed3-468b-aec2-deba28c0f57c/for-deployment-77cbb0ae-cfd4-4e88-b537-214bb027e1e4/tempest.log' to option 'log_file'. 2020-07-04 07:40:22.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d7468d2e-8ed3-468b-aec2-deba28c0f57c/for-deployment-77cbb0ae-cfd4-4e88-b537-214bb027e1e4/tempest.log 2020-07-04 07:40:22.265 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 07:40:22.265 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d7468d2e-8ed3-468b-aec2-deba28c0f57c/for-deployment-77cbb0ae-cfd4-4e88-b537-214bb027e1e4/lock_files' to option 'lock_path'. 2020-07-04 07:40:22.265 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d7468d2e-8ed3-468b-aec2-deba28c0f57c/for-deployment-77cbb0ae-cfd4-4e88-b537-214bb027e1e4/lock_files 2020-07-04 07:40:22.266 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-04 07:40:22.266 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-04 07:40:22.266 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 74452411-9c7d-4a4d-8217-6731a44f8724 2020-07-04 07:40:22.267 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 55821ed9-c1f0-4a32-bd69-efe6459c1563 2020-07-04 07:40:22.267 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e56ef2d5-b6cf-45a4-ab26-bdcdbb7cc749 2020-07-04 07:40:22.268 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fbef66e6-3262-410d-a1e3-98c46a8d49eb 2020-07-04 07:40:22.621 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 07:40:22.622 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_367a1c44-2172-4a54-84f8-232d7af4af04 2020-07-04 07:40:22.622 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 07:40:22.724 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 07:40:22.768 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7530a359_dxpWkrJz'. Using flavor 'rally_verify_7530a359_dxpWkrJz' (ID = ccb43a8b-dbd1-4575-92f4-fee935702abf) for the tests. 2020-07-04 07:40:22.769 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ccb43a8b-dbd1-4575-92f4-fee935702abf' to option 'instance_type'. 2020-07-04 07:40:22.769 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ccb43a8b-dbd1-4575-92f4-fee935702abf 2020-07-04 07:40:22.770 35 INFO rally.task.context [-] Verification d7468d2e-8ed3-468b-aec2-deba28c0f57c | Context tempest@default setup() finished in 1.06 sec 2020-07-04 07:40:22.771 35 INFO rally.task.context [-] Verification d7468d2e-8ed3-468b-aec2-deba28c0f57c | Context testr@default setup() finished in 0.41 msec 2020-07-04 07:40:22.771 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cc58f166-5651-4c53-8b25-ce0a57b44c59'. 2020-07-04 07:40:41.337 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.261s] 2020-07-04 07:40:41.794 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.456s] 2020-07-04 07:40:48.922 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.031s] 2020-07-04 07:40:49.225 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.301s] 2020-07-04 07:40:49.463 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.239s] 2020-07-04 07:40:52.296 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.466s] 2020-07-04 07:40:53.475 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [5.080s] 2020-07-04 07:41:05.356 35 INFO rally.task.context [-] Verification d7468d2e-8ed3-468b-aec2-deba28c0f57c | Context testr@default cleanup() started 2020-07-04 07:41:05.357 35 INFO rally.task.context [-] Verification d7468d2e-8ed3-468b-aec2-deba28c0f57c | Context testr@default cleanup() finished in 0.71 msec 2020-07-04 07:41:05.357 35 INFO rally.task.context [-] Verification d7468d2e-8ed3-468b-aec2-deba28c0f57c | Context tempest@default cleanup() started 2020-07-04 07:41:05.540 35 INFO rally.task.context [-] Verification d7468d2e-8ed3-468b-aec2-deba28c0f57c | Context tempest@default cleanup() finished in 0.18 sec 2020-07-04 07:41:05.573 35 INFO rally.api [-] Verification (UUID=3119e509-d667-40fd-bc42-61c1053581ab) has been successfully finished for deployment 'opnfv-rally' (UUID=77cbb0ae-cfd4-4e88-b537-214bb027e1e4)! 2020-07-04 07:41:07.478 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:41:07.478 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:41:07.479 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:41:09.069 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:41:09.069 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:41:09.070 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:41:11.341 52 INFO rally.api [-] Building 'html' report for the following verification(s): '3119e509-d667-40fd-bc42-61c1053581ab' 2020-07-04 07:41:11.362 52 INFO rally.api [-] The report has been successfully built. 2020-07-04 07:41:13.058 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:41:13.058 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:41:13.058 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:41:15.268 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3119e509-d667-40fd-bc42-61c1053581ab' 2020-07-04 07:41:15.270 54 INFO rally.api [-] The report has been successfully built.