2020-06-06 08:20:48.575 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:48.575 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:48.575 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:50.891 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-06-06 08:20:50.891 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:20:50.891 7 ERROR rally.cli.cliutils 2020-06-06 08:20:52.637 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:52.638 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:52.638 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:57.243 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:57.243 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:57.243 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:02.039 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:21:02.039 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:21:02.039 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:03.662 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:21:03.663 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:21:03.663 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:05.864 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-06-06 08:21:05.864 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:21:05.864 17 ERROR rally.cli.cliutils 2020-06-06 08:21:07.518 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:21:07.518 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:21:07.518 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:09.746 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:21:09.820 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d5f5de84-508f-4341-b6ad-71979ea05588/repo. 2020-06-06 08:21:10.054 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d5f5de84-508f-4341-b6ad-71979ea05588/repo'... done. ' 2020-06-06 08:21:10.065 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:21:10.087 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:21:10.135 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:21:10.878 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d5f5de84-508f-4341-b6ad-71979ea05588) has been successfully created! 2020-06-06 08:21:12.669 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:21:12.670 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:21:12.670 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:17.401 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:21:17.401 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:21:17.401 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:19.716 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d5f5de84-508f-4341-b6ad-71979ea05588) for deployment 'opnfv-rally' (UUID=9d45b00f-c9b6-4f6b-963f-d9695648f7ab). 2020-06-06 08:21:20.133 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d5f5de84-508f-4341-b6ad-71979ea05588) has been successfully configured for deployment 'opnfv-rally' (UUID=9d45b00f-c9b6-4f6b-963f-d9695648f7ab)! 2020-06-06 08:21:28.839 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:21:28.840 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:21:28.840 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:21:31.194 34 INFO rally.api [-] Starting verification (UUID=bbdd6df9-8ab2-4e8c-82ea-3f78ac3f0626) for deployment 'opnfv-rally' (UUID=9d45b00f-c9b6-4f6b-963f-d9695648f7ab) by verifier 'opnfv-tempest' (UUID=d5f5de84-508f-4341-b6ad-71979ea05588). 2020-06-06 08:21:31.846 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:21:31.847 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d5f5de84-508f-4341-b6ad-71979ea05588/for-deployment-9d45b00f-c9b6-4f6b-963f-d9695648f7ab/tempest.log' to option 'log_file'. 2020-06-06 08:21:31.847 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d5f5de84-508f-4341-b6ad-71979ea05588/for-deployment-9d45b00f-c9b6-4f6b-963f-d9695648f7ab/tempest.log 2020-06-06 08:21:31.848 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:21:31.848 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d5f5de84-508f-4341-b6ad-71979ea05588/for-deployment-9d45b00f-c9b6-4f6b-963f-d9695648f7ab/lock_files' to option 'lock_path'. 2020-06-06 08:21:31.848 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d5f5de84-508f-4341-b6ad-71979ea05588/for-deployment-9d45b00f-c9b6-4f6b-963f-d9695648f7ab/lock_files 2020-06-06 08:21:31.848 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:21:31.848 34 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-06-06 08:21:31.848 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e8e6aa7f-a66d-400e-ad8b-baf214fc7fde 2020-06-06 08:21:31.849 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 57b51abc-7784-4c83-a84b-59a07a9623d5 2020-06-06 08:21:31.849 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b72376cb-a689-485a-acf7-a7c81ce7a3c6 2020-06-06 08:21:31.849 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c99b8139-97e2-4f1e-b3f4-c9fb6efabcda 2020-06-06 08:21:32.055 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:21:32.056 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_adfefc56-ba4e-45bc-b823-e07204025f63 2020-06-06 08:21:32.056 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:21:32.128 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:21:32.166 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2798ff32_XZH7sgGP'. Using flavor 'rally_verify_2798ff32_XZH7sgGP' (ID = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60) for the tests. 2020-06-06 08:21:32.166 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '777da3a9-f1d6-4e6a-8b48-2d307dbe6b60' to option 'instance_type'. 2020-06-06 08:21:32.167 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60 2020-06-06 08:21:32.168 34 INFO rally.task.context [-] Verification d5f5de84-508f-4341-b6ad-71979ea05588 | Context tempest@default setup() finished in 0.79 sec 2020-06-06 08:21:32.169 34 INFO rally.task.context [-] Verification d5f5de84-508f-4341-b6ad-71979ea05588 | Context testr@default setup() finished in 0.24 msec 2020-06-06 08:21:32.169 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4c65e55a-6976-4081-968d-59225e36bd1c'. 2020-06-06 08:21:48.992 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [3.444s] 2020-06-06 08:21:51.673 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [6.795s] 2020-06-06 08:21:55.924 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [2.267s] 2020-06-06 08:21:56.956 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [7.963s] 2020-06-06 08:21:58.890 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.964s] 2020-06-06 08:21:59.274 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.385s] 2020-06-06 08:22:05.744 34 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [11.282s] 2020-06-06 08:22:24.225 34 INFO rally.task.context [-] Verification d5f5de84-508f-4341-b6ad-71979ea05588 | Context testr@default cleanup() started 2020-06-06 08:22:24.226 34 INFO rally.task.context [-] Verification d5f5de84-508f-4341-b6ad-71979ea05588 | Context testr@default cleanup() finished in 0.68 msec 2020-06-06 08:22:24.226 34 INFO rally.task.context [-] Verification d5f5de84-508f-4341-b6ad-71979ea05588 | Context tempest@default cleanup() started 2020-06-06 08:22:24.375 34 INFO rally.task.context [-] Verification d5f5de84-508f-4341-b6ad-71979ea05588 | Context tempest@default cleanup() finished in 0.15 sec 2020-06-06 08:22:24.392 34 INFO rally.api [-] Verification (UUID=bbdd6df9-8ab2-4e8c-82ea-3f78ac3f0626) has been successfully finished for deployment 'opnfv-rally' (UUID=9d45b00f-c9b6-4f6b-963f-d9695648f7ab)! 2020-06-06 08:22:26.135 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:22:26.136 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:22:26.136 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:22:27.724 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:22:27.725 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:22:27.725 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:22:29.923 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'bbdd6df9-8ab2-4e8c-82ea-3f78ac3f0626' 2020-06-06 08:22:29.944 51 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:22:31.680 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:22:31.681 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:22:31.681 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:22:33.990 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bbdd6df9-8ab2-4e8c-82ea-3f78ac3f0626' 2020-06-06 08:22:33.992 53 INFO rally.api [-] The report has been successfully built.