2020-09-03 13:50:27.218 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:50:27.225 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:50:27.226 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:50:50.938 10 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-03 13:50:50.938 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:50:50.938 10 ERROR rally.cli.cliutils 2020-09-03 13:51:06.032 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:51:06.038 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:51:06.039 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:51:46.566 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:51:46.573 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:51:46.574 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:52:30.576 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:52:30.583 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:52:30.584 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:52:45.663 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:52:45.670 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:52:45.671 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:53:08.724 40 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-03 13:53:08.724 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:53:08.724 40 ERROR rally.cli.cliutils 2020-09-03 13:53:23.592 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:53:23.599 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:53:23.600 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:53:45.804 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 13:53:46.266 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c5e2bd94-da27-43fa-a194-38e7d0d8906a/repo. 2020-09-03 13:53:46.975 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c5e2bd94-da27-43fa-a194-38e7d0d8906a/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 13:53:47.078 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 13:53:47.138 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 13:53:47.197 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 13:53:47.719 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 13:53:54.632 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5e2bd94-da27-43fa-a194-38e7d0d8906a) has been successfully created! 2020-09-03 13:54:09.315 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:54:09.322 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:54:09.324 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:54:48.026 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:54:48.033 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:54:48.034 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:55:10.807 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c5e2bd94-da27-43fa-a194-38e7d0d8906a) for deployment 'opnfv-rally' (UUID=adddff55-80a0-4167-94c5-a22b18d0ed20). 2020-09-03 13:55:12.418 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5e2bd94-da27-43fa-a194-38e7d0d8906a) has been successfully configured for deployment 'opnfv-rally' (UUID=adddff55-80a0-4167-94c5-a22b18d0ed20)! 2020-09-03 13:56:30.982 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:56:30.988 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:56:30.989 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:56:54.282 97 INFO rally.api [-] Starting verification (UUID=35116a27-a558-46c4-966f-e26939b8cb3f) for deployment 'opnfv-rally' (UUID=adddff55-80a0-4167-94c5-a22b18d0ed20) by verifier 'opnfv-tempest' (UUID=c5e2bd94-da27-43fa-a194-38e7d0d8906a). 2020-09-03 13:56:58.798 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 13:56:58.800 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c5e2bd94-da27-43fa-a194-38e7d0d8906a/for-deployment-adddff55-80a0-4167-94c5-a22b18d0ed20/tempest.log' to option 'log_file'. 2020-09-03 13:56:58.803 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c5e2bd94-da27-43fa-a194-38e7d0d8906a/for-deployment-adddff55-80a0-4167-94c5-a22b18d0ed20/tempest.log 2020-09-03 13:56:58.806 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 13:56:58.808 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c5e2bd94-da27-43fa-a194-38e7d0d8906a/for-deployment-adddff55-80a0-4167-94c5-a22b18d0ed20/lock_files' to option 'lock_path'. 2020-09-03 13:56:58.811 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c5e2bd94-da27-43fa-a194-38e7d0d8906a/for-deployment-adddff55-80a0-4167-94c5-a22b18d0ed20/lock_files 2020-09-03 13:56:58.813 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 13:56:58.814 97 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-03 13:56:58.816 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 563280fa-d032-4057-baf0-997dd44ecefe 2020-09-03 13:56:58.817 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2e9ed2b0-d9bd-4ca1-9ffd-5294970ad51f 2020-09-03 13:56:58.820 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3c82cfc0-99e1-479b-974d-46a68a08cc55 2020-09-03 13:56:58.822 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 644b7408-13ab-496e-803f-198cc2b85fec 2020-09-03 13:56:59.170 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 13:56:59.173 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_ca37424e-2a6b-4975-9c36-80c19fca4222 2020-09-03 13:56:59.178 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 13:56:59.968 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 13:57:00.047 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_e16a1ff2_eCi2XvkP'. Using flavor 'rally_verify_e16a1ff2_eCi2XvkP' (ID = 55b3c652-3356-4266-a5be-044acddaa4af) for the tests. 2020-09-03 13:57:00.049 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '55b3c652-3356-4266-a5be-044acddaa4af' to option 'instance_type'. 2020-09-03 13:57:00.051 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 55b3c652-3356-4266-a5be-044acddaa4af 2020-09-03 13:57:00.060 97 INFO rally.task.context [-] Verification c5e2bd94-da27-43fa-a194-38e7d0d8906a | Context tempest@default setup() finished in 4.73 sec 2020-09-03 13:57:00.063 97 INFO rally.task.context [-] Verification c5e2bd94-da27-43fa-a194-38e7d0d8906a | Context testr@default setup() finished in 1.26 msec 2020-09-03 13:57:00.065 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9c5b464d-0e62-491f-b69e-3c35fce5aa69'. 2020-09-03 13:57:53.190 97 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.555s] 2020-09-03 13:57:56.379 97 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.046s] 2020-09-03 13:57:58.428 97 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [5.255s] 2020-09-03 13:57:58.827 97 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.436s] 2020-09-03 13:57:59.210 97 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.385s] 2020-09-03 13:58:06.374 97 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [13.765s] 2020-09-03 13:58:26.602 97 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [29.275s] 2020-09-03 13:58:39.678 97 INFO rally.task.context [-] Verification c5e2bd94-da27-43fa-a194-38e7d0d8906a | Context testr@default cleanup() started 2020-09-03 13:58:39.682 97 INFO rally.task.context [-] Verification c5e2bd94-da27-43fa-a194-38e7d0d8906a | Context testr@default cleanup() finished in 3.79 msec 2020-09-03 13:58:39.686 97 INFO rally.task.context [-] Verification c5e2bd94-da27-43fa-a194-38e7d0d8906a | Context tempest@default cleanup() started 2020-09-03 13:58:40.161 97 INFO rally.task.context [-] Verification c5e2bd94-da27-43fa-a194-38e7d0d8906a | Context tempest@default cleanup() finished in 0.48 sec 2020-09-03 13:58:40.223 97 INFO rally.api [-] Verification (UUID=35116a27-a558-46c4-966f-e26939b8cb3f) has been successfully finished for deployment 'opnfv-rally' (UUID=adddff55-80a0-4167-94c5-a22b18d0ed20)! 2020-09-03 13:58:54.693 138 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:58:54.700 138 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:58:54.701 138 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:59:09.464 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:59:09.470 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:59:09.471 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:59:31.168 144 INFO rally.api [-] Building 'html' report for the following verification(s): '35116a27-a558-46c4-966f-e26939b8cb3f' 2020-09-03 13:59:31.367 144 INFO rally.api [-] The report has been successfully built. 2020-09-03 13:59:45.540 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:59:45.546 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:59:45.547 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:00:07.548 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '35116a27-a558-46c4-966f-e26939b8cb3f' 2020-09-03 14:00:07.570 150 INFO rally.api [-] The report has been successfully built.