2020-05-14 20:53:20.406 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:20.407 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:20.407 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:22.652 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-05-14 20:53:22.652 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 20:53:22.652 7 ERROR rally.cli.cliutils 2020-05-14 20:53:24.245 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:24.245 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:24.245 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:28.340 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:28.340 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:28.340 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:32.737 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:32.738 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:32.738 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:34.163 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:34.163 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:34.163 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:36.185 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-05-14 20:53:36.185 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 20:53:36.185 17 ERROR rally.cli.cliutils 2020-05-14 20:53:37.746 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:37.747 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:37.747 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:39.806 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:53:39.878 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-483e0fcf-c612-4e5a-9df0-4faca4c0b62e/repo. 2020-05-14 20:53:40.086 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-483e0fcf-c612-4e5a-9df0-4faca4c0b62e/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-14 20:53:40.098 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 20:53:40.106 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 20:53:40.128 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:53:40.192 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:53:40.886 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=483e0fcf-c612-4e5a-9df0-4faca4c0b62e) has been successfully created! 2020-05-14 20:53:42.475 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:42.476 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:42.476 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:46.899 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:53:46.900 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:53:46.900 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:53:48.995 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=483e0fcf-c612-4e5a-9df0-4faca4c0b62e) for deployment 'opnfv-rally' (UUID=4bd952ed-76d3-4209-80d5-57548fea76a0). 2020-05-14 20:53:52.554 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=483e0fcf-c612-4e5a-9df0-4faca4c0b62e) has been successfully configured for deployment 'opnfv-rally' (UUID=4bd952ed-76d3-4209-80d5-57548fea76a0)! 2020-05-14 20:54:00.473 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:54:00.473 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:54:00.474 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:54:02.564 35 INFO rally.api [-] Starting verification (UUID=4c6c57a9-23f4-42c8-8b95-72df137a7927) for deployment 'opnfv-rally' (UUID=4bd952ed-76d3-4209-80d5-57548fea76a0) by verifier 'opnfv-tempest' (UUID=483e0fcf-c612-4e5a-9df0-4faca4c0b62e). 2020-05-14 20:54:03.186 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:54:03.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-483e0fcf-c612-4e5a-9df0-4faca4c0b62e/for-deployment-4bd952ed-76d3-4209-80d5-57548fea76a0/tempest.log' to option 'log_file'. 2020-05-14 20:54:03.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-483e0fcf-c612-4e5a-9df0-4faca4c0b62e/for-deployment-4bd952ed-76d3-4209-80d5-57548fea76a0/tempest.log 2020-05-14 20:54:03.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:54:03.187 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-483e0fcf-c612-4e5a-9df0-4faca4c0b62e/for-deployment-4bd952ed-76d3-4209-80d5-57548fea76a0/lock_files' to option 'lock_path'. 2020-05-14 20:54:03.188 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-483e0fcf-c612-4e5a-9df0-4faca4c0b62e/for-deployment-4bd952ed-76d3-4209-80d5-57548fea76a0/lock_files 2020-05-14 20:54:03.188 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 20:54:03.188 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-05-14 20:54:03.188 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 011fc519-3dc2-4bf9-8a56-18e0bb71965e 2020-05-14 20:54:03.189 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7edb8c52-a7fd-4a1f-846e-95586497545a 2020-05-14 20:54:03.189 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 88b13c9b-c0cc-4921-81d8-b51386079ed2 2020-05-14 20:54:03.190 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e9ed5a1c-bee3-4e6e-8ca2-bb7669c75c40 2020-05-14 20:54:06.417 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:54:06.418 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_f7a8931e-7bac-429b-b635-49f9b8b85c7e 2020-05-14 20:54:06.418 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:54:06.523 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 20:54:06.693 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c8584ab4_UUMROqiJ'. Using flavor 'rally_verify_c8584ab4_UUMROqiJ' (ID = 92c0fcab-e385-4858-b05c-b5edc360abf1) for the tests. 2020-05-14 20:54:06.694 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '92c0fcab-e385-4858-b05c-b5edc360abf1' to option 'instance_type'. 2020-05-14 20:54:06.694 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 92c0fcab-e385-4858-b05c-b5edc360abf1 2020-05-14 20:54:06.696 35 INFO rally.task.context [-] Verification 483e0fcf-c612-4e5a-9df0-4faca4c0b62e | Context tempest@default setup() finished in 3.96 sec 2020-05-14 20:54:06.698 35 INFO rally.task.context [-] Verification 483e0fcf-c612-4e5a-9df0-4faca4c0b62e | Context testr@default setup() finished in 0.61 msec 2020-05-14 20:54:06.698 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/44777297-9cc8-4617-8fe7-d1c72e11e14e'. 2020-05-14 20:54:40.674 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [5.040s] 2020-05-14 20:54:59.864 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [19.189s] 2020-05-14 20:55:00.133 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.269s] 2020-05-14 20:55:05.183 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [18.153s] 2020-05-14 20:55:47.681 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [3.267s] 2020-05-14 20:56:01.823 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [14.141s] 2020-05-14 20:59:38.341 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_live ... success [307.826s] 2020-05-14 20:59:41.047 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [2.705s] 2020-05-14 21:00:09.305 35 INFO rally.task.context [-] Verification 483e0fcf-c612-4e5a-9df0-4faca4c0b62e | Context testr@default cleanup() started 2020-05-14 21:00:09.306 35 INFO rally.task.context [-] Verification 483e0fcf-c612-4e5a-9df0-4faca4c0b62e | Context testr@default cleanup() finished in 0.76 msec 2020-05-14 21:00:09.306 35 INFO rally.task.context [-] Verification 483e0fcf-c612-4e5a-9df0-4faca4c0b62e | Context tempest@default cleanup() started 2020-05-14 21:00:09.477 35 INFO rally.task.context [-] Verification 483e0fcf-c612-4e5a-9df0-4faca4c0b62e | Context tempest@default cleanup() finished in 0.17 sec 2020-05-14 21:00:09.508 35 INFO rally.api [-] Verification (UUID=4c6c57a9-23f4-42c8-8b95-72df137a7927) has been successfully finished for deployment 'opnfv-rally' (UUID=4bd952ed-76d3-4209-80d5-57548fea76a0)! 2020-05-14 21:00:11.371 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:00:11.371 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:00:11.372 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:00:12.860 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:00:12.861 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:00:12.861 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:00:14.929 49 INFO rally.api [-] Building 'html' report for the following verification(s): '4c6c57a9-23f4-42c8-8b95-72df137a7927' 2020-05-14 21:00:14.948 49 INFO rally.api [-] The report has been successfully built. 2020-05-14 21:00:16.442 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:00:16.442 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:00:16.443 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:00:18.473 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4c6c57a9-23f4-42c8-8b95-72df137a7927' 2020-05-14 21:00:18.475 51 INFO rally.api [-] The report has been successfully built.