2021-02-13 19:52:43.706 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:43.707 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:43.707 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:46.157 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-02-13 19:52:46.157 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 19:52:46.157 7 ERROR rally.cli.cliutils 2021-02-13 19:52:47.860 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:47.861 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:47.861 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:52.254 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:52.255 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:52.255 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:56.972 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:56.972 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:56.972 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:58.532 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:58.533 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:58.533 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:00.757 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 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 19:53:00.757 17 ERROR rally.cli.cliutils 2021-02-13 19:53:02.471 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:53:02.472 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:53:02.472 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:04.663 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 19:53:04.740 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c0f80619-2cb4-4802-b21b-ebb3fc62c0e1/repo. 2021-02-13 19:53:04.995 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c0f80619-2cb4-4802-b21b-ebb3fc62c0e1/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 19:53:05.009 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 19:53:05.015 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 19:53:05.036 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 19:53:05.086 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 19:53:05.907 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c0f80619-2cb4-4802-b21b-ebb3fc62c0e1) has been successfully created! 2021-02-13 19:53:07.748 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:53:07.748 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:53:07.749 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:12.435 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:53:12.436 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:53:12.436 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:14.823 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c0f80619-2cb4-4802-b21b-ebb3fc62c0e1) for deployment 'opnfv-rally' (UUID=e1e46140-7a11-4ff0-844c-206a2f66db64). 2021-02-13 19:53:15.357 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c0f80619-2cb4-4802-b21b-ebb3fc62c0e1) has been successfully configured for deployment 'opnfv-rally' (UUID=e1e46140-7a11-4ff0-844c-206a2f66db64)! 2021-02-13 19:53:24.143 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:53:24.143 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:53:24.143 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:26.555 35 INFO rally.api [-] Starting verification (UUID=9b43b7e9-7e63-4984-991c-244a498c0641) for deployment 'opnfv-rally' (UUID=e1e46140-7a11-4ff0-844c-206a2f66db64) by verifier 'opnfv-tempest' (UUID=c0f80619-2cb4-4802-b21b-ebb3fc62c0e1). 2021-02-13 19:53:27.349 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 19:53:27.350 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c0f80619-2cb4-4802-b21b-ebb3fc62c0e1/for-deployment-e1e46140-7a11-4ff0-844c-206a2f66db64/tempest.log' to option 'log_file'. 2021-02-13 19:53:27.350 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c0f80619-2cb4-4802-b21b-ebb3fc62c0e1/for-deployment-e1e46140-7a11-4ff0-844c-206a2f66db64/tempest.log 2021-02-13 19:53:27.351 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 19:53:27.351 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c0f80619-2cb4-4802-b21b-ebb3fc62c0e1/for-deployment-e1e46140-7a11-4ff0-844c-206a2f66db64/lock_files' to option 'lock_path'. 2021-02-13 19:53:27.352 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c0f80619-2cb4-4802-b21b-ebb3fc62c0e1/for-deployment-e1e46140-7a11-4ff0-844c-206a2f66db64/lock_files 2021-02-13 19:53:27.352 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 19:53:27.352 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 2021-02-13 19:53:27.353 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 31fc7d96-0b8e-4b89-a0e8-5ed3eed1bb92 2021-02-13 19:53:27.353 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 937dc972-3c5a-4fc8-8c8b-6377a1f1f045 2021-02-13 19:53:27.354 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bcb42227-4700-45c1-8fe4-9b4d84726e89 2021-02-13 19:53:27.354 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f3d3f0bd-d672-44a4-842d-a6714c4848a2 2021-02-13 19:53:27.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 19:53:27.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_1d98a955-045b-402d-ae28-fb725961a319 2021-02-13 19:53:27.641 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 19:53:27.739 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 19:53:27.787 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8de24ffc_4CuZbWl4'. Using flavor 'rally_verify_8de24ffc_4CuZbWl4' (ID = 02499d4c-b5aa-4b74-976c-f6d28679d05f) for the tests. 2021-02-13 19:53:27.787 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02499d4c-b5aa-4b74-976c-f6d28679d05f' to option 'instance_type'. 2021-02-13 19:53:27.788 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02499d4c-b5aa-4b74-976c-f6d28679d05f 2021-02-13 19:53:27.789 35 INFO rally.task.context [-] Verification c0f80619-2cb4-4802-b21b-ebb3fc62c0e1 | Context tempest@default setup() finished in 1.03 sec 2021-02-13 19:53:27.790 35 INFO rally.task.context [-] Verification c0f80619-2cb4-4802-b21b-ebb3fc62c0e1 | Context testr@default setup() finished in 0.58 msec 2021-02-13 19:53:27.790 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/87ec9d29-ed3f-4f35-b70d-a1e55479b5ad'. 2021-02-13 19:53:44.508 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.423s] 2021-02-13 19:53:44.636 35 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [3.802s] 2021-02-13 19:53:47.716 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [2.144s] 2021-02-13 19:53:48.036 35 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [3.527s] 2021-02-13 19:53:50.120 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [2.403s] 2021-02-13 19:53:50.455 35 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.335s] 2021-02-13 19:53:55.218 35 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [6.469s] 2021-02-13 19:54:11.365 35 INFO rally.task.context [-] Verification c0f80619-2cb4-4802-b21b-ebb3fc62c0e1 | Context testr@default cleanup() started 2021-02-13 19:54:11.366 35 INFO rally.task.context [-] Verification c0f80619-2cb4-4802-b21b-ebb3fc62c0e1 | Context testr@default cleanup() finished in 0.73 msec 2021-02-13 19:54:11.366 35 INFO rally.task.context [-] Verification c0f80619-2cb4-4802-b21b-ebb3fc62c0e1 | Context tempest@default cleanup() started 2021-02-13 19:54:11.529 35 INFO rally.task.context [-] Verification c0f80619-2cb4-4802-b21b-ebb3fc62c0e1 | Context tempest@default cleanup() finished in 0.16 sec 2021-02-13 19:54:11.547 35 INFO rally.api [-] Verification (UUID=9b43b7e9-7e63-4984-991c-244a498c0641) has been successfully finished for deployment 'opnfv-rally' (UUID=e1e46140-7a11-4ff0-844c-206a2f66db64)! 2021-02-13 19:54:13.498 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:54:13.498 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:54:13.498 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:54:15.204 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:54:15.205 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:54:15.205 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:54:17.545 52 INFO rally.api [-] Building 'html' report for the following verification(s): '9b43b7e9-7e63-4984-991c-244a498c0641' 2021-02-13 19:54:17.567 52 INFO rally.api [-] The report has been successfully built. 2021-02-13 19:54:19.194 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:54:19.194 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:54:19.195 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:54:21.511 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9b43b7e9-7e63-4984-991c-244a498c0641' 2021-02-13 19:54:21.514 54 INFO rally.api [-] The report has been successfully built.