2020-07-14 23:23:50.918 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:23:50.919 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:23:50.919 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:23:53.094 6 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-14 23:23:53.094 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:23:53.094 6 ERROR rally.cli.cliutils 2020-07-14 23:23:54.489 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:23:54.490 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:23:54.490 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:23:58.338 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:23:58.339 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:23:58.339 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:02.675 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:24:02.676 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:24:02.676 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:04.033 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:24:04.034 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:24:04.034 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:06.080 15 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-14 23:24:06.080 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils force=force) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:24:06.080 15 ERROR rally.cli.cliutils 2020-07-14 23:24:07.630 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:24:07.630 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:24:07.630 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:09.730 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:24:09.819 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cb95f80b-fb8c-4bc4-9847-7b35faa13dad/repo. 2020-07-14 23:24:10.202 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cb95f80b-fb8c-4bc4-9847-7b35faa13dad/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-14 23:24:10.217 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:24:10.232 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:24:10.259 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:24:10.336 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:24:11.007 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cb95f80b-fb8c-4bc4-9847-7b35faa13dad) has been successfully created! 2020-07-14 23:24:12.478 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:24:12.478 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:24:12.478 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:16.592 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:24:16.592 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:24:16.592 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:18.643 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cb95f80b-fb8c-4bc4-9847-7b35faa13dad) for deployment 'opnfv-rally' (UUID=fd067888-a5d8-4860-9401-1e51bcde63ed). 2020-07-14 23:24:19.080 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cb95f80b-fb8c-4bc4-9847-7b35faa13dad) has been successfully configured for deployment 'opnfv-rally' (UUID=fd067888-a5d8-4860-9401-1e51bcde63ed)! 2020-07-14 23:24:26.589 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:24:26.590 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:24:26.590 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:24:28.607 32 INFO rally.api [-] Starting verification (UUID=0c2f2ce1-d762-492d-ac51-333497d5515d) for deployment 'opnfv-rally' (UUID=fd067888-a5d8-4860-9401-1e51bcde63ed) by verifier 'opnfv-tempest' (UUID=cb95f80b-fb8c-4bc4-9847-7b35faa13dad). 2020-07-14 23:24:29.302 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:24:29.303 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cb95f80b-fb8c-4bc4-9847-7b35faa13dad/for-deployment-fd067888-a5d8-4860-9401-1e51bcde63ed/tempest.log' to option 'log_file'. 2020-07-14 23:24:29.303 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cb95f80b-fb8c-4bc4-9847-7b35faa13dad/for-deployment-fd067888-a5d8-4860-9401-1e51bcde63ed/tempest.log 2020-07-14 23:24:29.304 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:24:29.304 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cb95f80b-fb8c-4bc4-9847-7b35faa13dad/for-deployment-fd067888-a5d8-4860-9401-1e51bcde63ed/lock_files' to option 'lock_path'. 2020-07-14 23:24:29.304 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cb95f80b-fb8c-4bc4-9847-7b35faa13dad/for-deployment-fd067888-a5d8-4860-9401-1e51bcde63ed/lock_files 2020-07-14 23:24:29.305 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:24:29.305 32 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-14 23:24:29.305 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 133fa402-a52d-4a61-b04e-0df84fff5cc0 2020-07-14 23:24:29.306 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c79fa186-b7fd-4314-98b4-de971ee4493d 2020-07-14 23:24:29.307 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 866e1fdf-f28c-4175-a9bb-80a0c2624099 2020-07-14 23:24:29.307 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2a6aaf33-d715-467c-ab89-f4644faf1dee 2020-07-14 23:24:29.569 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:24:29.570 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_46442b3b-46b6-4500-a2f4-2d98cbc700be 2020-07-14 23:24:29.571 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:24:29.663 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:24:29.700 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c914125d_rBVf2Iuh'. Using flavor 'rally_verify_c914125d_rBVf2Iuh' (ID = 2d592e2c-072a-417b-953f-a84057eaab2b) for the tests. 2020-07-14 23:24:29.701 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2d592e2c-072a-417b-953f-a84057eaab2b' to option 'instance_type'. 2020-07-14 23:24:29.701 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2d592e2c-072a-417b-953f-a84057eaab2b 2020-07-14 23:24:29.703 32 INFO rally.task.context [-] Verification cb95f80b-fb8c-4bc4-9847-7b35faa13dad | Context tempest@default setup() finished in 0.89 sec 2020-07-14 23:24:29.704 32 INFO rally.task.context [-] Verification cb95f80b-fb8c-4bc4-9847-7b35faa13dad | Context testr@default setup() finished in 0.41 msec 2020-07-14 23:24:29.705 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b4e4a492-d542-49f7-9d7f-6817807c913b'. 2020-07-14 23:24:40.944 32 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.233s] 2020-07-14 23:24:41.422 32 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.478s] 2020-07-14 23:24:41.926 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.018s] 2020-07-14 23:24:42.084 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.160s] 2020-07-14 23:24:42.155 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.071s] 2020-07-14 23:24:47.100 32 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.973s] 2020-07-14 23:24:51.526 32 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [5.344s] 2020-07-14 23:25:03.271 32 INFO rally.task.context [-] Verification cb95f80b-fb8c-4bc4-9847-7b35faa13dad | Context testr@default cleanup() started 2020-07-14 23:25:03.272 32 INFO rally.task.context [-] Verification cb95f80b-fb8c-4bc4-9847-7b35faa13dad | Context testr@default cleanup() finished in 0.88 msec 2020-07-14 23:25:03.272 32 INFO rally.task.context [-] Verification cb95f80b-fb8c-4bc4-9847-7b35faa13dad | Context tempest@default cleanup() started 2020-07-14 23:25:03.450 32 INFO rally.task.context [-] Verification cb95f80b-fb8c-4bc4-9847-7b35faa13dad | Context tempest@default cleanup() finished in 0.18 sec 2020-07-14 23:25:03.469 32 INFO rally.api [-] Verification (UUID=0c2f2ce1-d762-492d-ac51-333497d5515d) has been successfully finished for deployment 'opnfv-rally' (UUID=fd067888-a5d8-4860-9401-1e51bcde63ed)! 2020-07-14 23:25:04.877 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:25:04.878 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:25:04.878 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:25:06.282 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:25:06.283 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:25:06.283 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:25:08.171 44 INFO rally.api [-] Building 'html' report for the following verification(s): '0c2f2ce1-d762-492d-ac51-333497d5515d' 2020-07-14 23:25:08.193 44 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:25:09.605 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:25:09.605 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:25:09.605 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:25:11.599 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0c2f2ce1-d762-492d-ac51-333497d5515d' 2020-07-14 23:25:11.604 46 INFO rally.api [-] The report has been successfully built.