2021-06-08 07:56:14.434 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:14.434 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:14.434 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:16.711 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 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:56:16.711 7 ERROR rally.cli.cliutils 2021-06-08 07:56:18.250 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:18.250 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:18.251 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:22.412 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:22.412 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:22.413 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:26.826 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:26.827 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:26.827 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:28.273 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:28.274 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:28.274 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils force=force) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:56:30.522 16 ERROR rally.cli.cliutils 2021-06-08 07:56:32.166 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:32.167 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:32.167 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:34.315 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 07:56:34.391 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b62a55cf-379f-4a04-9667-73c01b1a6d2e/repo. 2021-06-08 07:56:34.811 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b62a55cf-379f-4a04-9667-73c01b1a6d2e/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 07:56:34.826 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 07:56:34.835 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 07:56:34.856 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 07:56:34.914 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 07:56:35.628 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b62a55cf-379f-4a04-9667-73c01b1a6d2e) has been successfully created! 2021-06-08 07:56:37.338 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:37.339 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:37.339 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:41.960 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:41.961 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:41.961 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:44.320 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b62a55cf-379f-4a04-9667-73c01b1a6d2e) for deployment 'opnfv-rally' (UUID=d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3). 2021-06-08 07:56:44.883 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b62a55cf-379f-4a04-9667-73c01b1a6d2e) has been successfully configured for deployment 'opnfv-rally' (UUID=d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3)! 2021-06-08 07:56:52.638 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:52.638 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:52.638 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:54.890 33 INFO rally.api [-] Starting verification (UUID=547efac4-a7c8-4027-83ef-9a79ba8981ad) for deployment 'opnfv-rally' (UUID=d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3) by verifier 'opnfv-tempest' (UUID=b62a55cf-379f-4a04-9667-73c01b1a6d2e). 2021-06-08 07:56:55.547 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 07:56:55.548 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b62a55cf-379f-4a04-9667-73c01b1a6d2e/for-deployment-d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3/tempest.log' to option 'log_file'. 2021-06-08 07:56:55.548 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b62a55cf-379f-4a04-9667-73c01b1a6d2e/for-deployment-d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3/tempest.log 2021-06-08 07:56:55.548 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 07:56:55.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b62a55cf-379f-4a04-9667-73c01b1a6d2e/for-deployment-d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3/lock_files' to option 'lock_path'. 2021-06-08 07:56:55.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b62a55cf-379f-4a04-9667-73c01b1a6d2e/for-deployment-d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3/lock_files 2021-06-08 07:56:55.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 07:56:55.549 33 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 2021-06-08 07:56:55.550 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f33e5e82-c18c-4461-980e-05419d5f6db3 2021-06-08 07:56:55.550 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5990ca5e-bb16-4fb8-a034-782aa7ae77c4 2021-06-08 07:56:55.551 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 44d1181e-063b-43f5-a9fe-a3ffb6ed1b92 2021-06-08 07:56:55.551 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3f7a5bd9-ba90-41f8-9630-b2bedeba76ae 2021-06-08 07:56:55.821 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 07:56:55.822 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_ef93099e-ddab-461e-b842-9da6fea3458f 2021-06-08 07:56:55.823 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 07:56:55.912 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 07:56:55.951 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_23b21e38_kNC3Mrla'. Using flavor 'rally_verify_23b21e38_kNC3Mrla' (ID = 887fc313-9fe1-49d9-95b0-173f4cac8b61) for the tests. 2021-06-08 07:56:55.951 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '887fc313-9fe1-49d9-95b0-173f4cac8b61' to option 'instance_type'. 2021-06-08 07:56:55.952 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 887fc313-9fe1-49d9-95b0-173f4cac8b61 2021-06-08 07:56:55.953 33 INFO rally.task.context [-] Verification b62a55cf-379f-4a04-9667-73c01b1a6d2e | Context tempest@default setup() finished in 0.83 sec 2021-06-08 07:56:55.953 33 INFO rally.task.context [-] Verification b62a55cf-379f-4a04-9667-73c01b1a6d2e | Context testr@default setup() finished in 0.27 msec 2021-06-08 07:56:55.953 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/feb1dd4e-a8a7-4bb1-a898-3d20a89f922b'. 2021-06-08 07:57:09.251 33 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.704s] 2021-06-08 07:57:11.946 33 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [3.835s] 2021-06-08 07:57:14.466 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.210s] 2021-06-08 07:57:14.890 33 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [5.639s] 2021-06-08 07:57:16.946 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.478s] 2021-06-08 07:57:17.579 33 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.633s] 2021-06-08 07:57:23.051 33 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.633s] 2021-06-08 07:57:37.245 33 INFO rally.task.context [-] Verification b62a55cf-379f-4a04-9667-73c01b1a6d2e | Context testr@default cleanup() started 2021-06-08 07:57:37.246 33 INFO rally.task.context [-] Verification b62a55cf-379f-4a04-9667-73c01b1a6d2e | Context testr@default cleanup() finished in 0.93 msec 2021-06-08 07:57:37.246 33 INFO rally.task.context [-] Verification b62a55cf-379f-4a04-9667-73c01b1a6d2e | Context tempest@default cleanup() started 2021-06-08 07:57:37.428 33 INFO rally.task.context [-] Verification b62a55cf-379f-4a04-9667-73c01b1a6d2e | Context tempest@default cleanup() finished in 0.18 sec 2021-06-08 07:57:37.447 33 INFO rally.api [-] Verification (UUID=547efac4-a7c8-4027-83ef-9a79ba8981ad) has been successfully finished for deployment 'opnfv-rally' (UUID=d81fc821-47d9-4d8a-a5f5-a63b5d6c9be3)! 2021-06-08 07:57:39.186 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:57:39.187 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:57:39.187 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:57:40.679 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:57:40.679 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:57:40.679 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:57:42.871 45 INFO rally.api [-] Building 'html' report for the following verification(s): '547efac4-a7c8-4027-83ef-9a79ba8981ad' 2021-06-08 07:57:42.895 45 INFO rally.api [-] The report has been successfully built. 2021-06-08 07:57:44.515 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:57:44.515 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:57:44.515 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:57:46.679 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '547efac4-a7c8-4027-83ef-9a79ba8981ad' 2021-06-08 07:57:46.684 47 INFO rally.api [-] The report has been successfully built.