2021-05-16 12:23:20.924 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:20.924 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:20.924 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:23.496 8 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-05-16 12:23:23.496 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:23:23.496 8 ERROR rally.cli.cliutils 2021-05-16 12:23:25.151 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:25.152 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:25.152 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:29.631 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:29.631 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:29.632 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:34.780 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:34.781 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:34.781 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:36.354 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:36.355 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:36.355 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:38.714 18 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-05-16 12:23:38.714 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:23:38.714 18 ERROR rally.cli.cliutils 2021-05-16 12:23:40.577 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:40.578 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:40.578 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:43.295 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:23:43.407 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1fc8686e-a1d9-42c3-84d8-b506c974a363/repo. 2021-05-16 12:23:43.740 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1fc8686e-a1d9-42c3-84d8-b506c974a363/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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 ' 2021-05-16 12:23:43.757 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:23:43.766 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:23:43.792 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:23:43.879 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:23:44.645 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1fc8686e-a1d9-42c3-84d8-b506c974a363) has been successfully created! 2021-05-16 12:23:46.583 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:46.583 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:46.583 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:51.527 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:23:51.527 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:23:51.527 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:23:54.122 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1fc8686e-a1d9-42c3-84d8-b506c974a363) for deployment 'opnfv-rally' (UUID=809377ea-6228-450a-a33f-0ff4e5bafd95). 2021-05-16 12:23:54.645 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1fc8686e-a1d9-42c3-84d8-b506c974a363) has been successfully configured for deployment 'opnfv-rally' (UUID=809377ea-6228-450a-a33f-0ff4e5bafd95)! 2021-05-16 12:24:04.056 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:24:04.057 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:24:04.057 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:24:06.715 36 INFO rally.api [-] Starting verification (UUID=e4a668d4-1163-4bbf-84b4-8827ae0e0e8e) for deployment 'opnfv-rally' (UUID=809377ea-6228-450a-a33f-0ff4e5bafd95) by verifier 'opnfv-tempest' (UUID=1fc8686e-a1d9-42c3-84d8-b506c974a363). 2021-05-16 12:24:07.522 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:24:07.522 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1fc8686e-a1d9-42c3-84d8-b506c974a363/for-deployment-809377ea-6228-450a-a33f-0ff4e5bafd95/tempest.log' to option 'log_file'. 2021-05-16 12:24:07.523 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1fc8686e-a1d9-42c3-84d8-b506c974a363/for-deployment-809377ea-6228-450a-a33f-0ff4e5bafd95/tempest.log 2021-05-16 12:24:07.523 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:24:07.523 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1fc8686e-a1d9-42c3-84d8-b506c974a363/for-deployment-809377ea-6228-450a-a33f-0ff4e5bafd95/lock_files' to option 'lock_path'. 2021-05-16 12:24:07.524 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1fc8686e-a1d9-42c3-84d8-b506c974a363/for-deployment-809377ea-6228-450a-a33f-0ff4e5bafd95/lock_files 2021-05-16 12:24:07.524 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:24:07.524 36 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-05-16 12:24:07.525 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1c5dc0b9-33bc-495e-8dff-04cff26f8eac 2021-05-16 12:24:07.525 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 695c554a-2d52-462b-87c8-3ba5c79f4488 2021-05-16 12:24:07.525 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fa40f5d9-5eef-4d3e-a413-1617817e48e6 2021-05-16 12:24:07.526 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a2345a0c-1d76-4dd7-8a7c-27e0a17b6996 2021-05-16 12:24:07.781 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:24:07.782 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_f4c0c1d5-bef4-446b-afd8-ee2df2d5b344 2021-05-16 12:24:07.782 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:24:07.879 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:24:07.922 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a224fb45_Zll1FLIL'. Using flavor 'rally_verify_a224fb45_Zll1FLIL' (ID = f9474c3b-7ec9-49a7-b97b-30268971576d) for the tests. 2021-05-16 12:24:07.923 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f9474c3b-7ec9-49a7-b97b-30268971576d' to option 'instance_type'. 2021-05-16 12:24:07.923 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f9474c3b-7ec9-49a7-b97b-30268971576d 2021-05-16 12:24:07.924 36 INFO rally.task.context [-] Verification 1fc8686e-a1d9-42c3-84d8-b506c974a363 | Context tempest@default setup() finished in 0.94 sec 2021-05-16 12:24:07.925 36 INFO rally.task.context [-] Verification 1fc8686e-a1d9-42c3-84d8-b506c974a363 | Context testr@default setup() finished in 0.26 msec 2021-05-16 12:24:07.925 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ac716a4b-4c25-4efb-baa6-cfeb029a7481'. 2021-05-16 12:24:20.911 36 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.522s] 2021-05-16 12:24:21.219 36 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [3.249s] 2021-05-16 12:24:24.873 36 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.030s] 2021-05-16 12:24:25.735 36 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [4.831s] 2021-05-16 12:24:27.373 36 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.498s] 2021-05-16 12:24:27.491 36 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.120s] 2021-05-16 12:24:30.783 36 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.329s] 2021-05-16 12:24:40.639 36 INFO rally.task.context [-] Verification 1fc8686e-a1d9-42c3-84d8-b506c974a363 | Context testr@default cleanup() started 2021-05-16 12:24:40.640 36 INFO rally.task.context [-] Verification 1fc8686e-a1d9-42c3-84d8-b506c974a363 | Context testr@default cleanup() finished in 0.80 msec 2021-05-16 12:24:40.641 36 INFO rally.task.context [-] Verification 1fc8686e-a1d9-42c3-84d8-b506c974a363 | Context tempest@default cleanup() started 2021-05-16 12:24:40.804 36 INFO rally.task.context [-] Verification 1fc8686e-a1d9-42c3-84d8-b506c974a363 | Context tempest@default cleanup() finished in 0.16 sec 2021-05-16 12:24:40.822 36 INFO rally.api [-] Verification (UUID=e4a668d4-1163-4bbf-84b4-8827ae0e0e8e) has been successfully finished for deployment 'opnfv-rally' (UUID=809377ea-6228-450a-a33f-0ff4e5bafd95)! 2021-05-16 12:24:42.695 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:24:42.695 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:24:42.696 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:24:44.242 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:24:44.243 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:24:44.243 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:24:46.533 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'e4a668d4-1163-4bbf-84b4-8827ae0e0e8e' 2021-05-16 12:24:46.553 53 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:24:48.007 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:24:48.007 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:24:48.008 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:24:50.375 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e4a668d4-1163-4bbf-84b4-8827ae0e0e8e' 2021-05-16 12:24:50.377 55 INFO rally.api [-] The report has been successfully built.