2021-08-17 09:51:10.066 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:10.066 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:10.066 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:12.132 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-08-17 09:51:12.132 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:51:12.132 8 ERROR rally.cli.cliutils 2021-08-17 09:51:13.618 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:13.618 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:13.618 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:17.693 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:17.693 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:17.693 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:22.477 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:22.478 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:22.478 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:23.872 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:23.872 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:23.872 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:25.997 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-08-17 09:51:25.997 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:51:25.997 18 ERROR rally.cli.cliutils 2021-08-17 09:51:27.573 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:27.574 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:27.574 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:29.752 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:51:29.905 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9d4ef751-bfe8-42e9-a810-4e5425c8bf6a/repo. 2021-08-17 09:51:30.231 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9d4ef751-bfe8-42e9-a810-4e5425c8bf6a/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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-08-17 09:51:30.276 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:51:30.285 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:51:30.297 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:51:30.355 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:51:30.986 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9d4ef751-bfe8-42e9-a810-4e5425c8bf6a) has been successfully created! 2021-08-17 09:51:32.568 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:32.568 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:32.568 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:36.660 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:36.661 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:36.661 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:38.719 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9d4ef751-bfe8-42e9-a810-4e5425c8bf6a) for deployment 'opnfv-rally' (UUID=67eb348a-a978-4879-9e0b-a16a2e88d411). 2021-08-17 09:51:39.068 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9d4ef751-bfe8-42e9-a810-4e5425c8bf6a) has been successfully configured for deployment 'opnfv-rally' (UUID=67eb348a-a978-4879-9e0b-a16a2e88d411)! 2021-08-17 09:51:44.064 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:44.064 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:44.064 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:46.662 36 INFO rally.api [-] Starting verification (UUID=c0eaa14d-424d-42cb-8bf6-f8980f85abd9) for deployment 'opnfv-rally' (UUID=67eb348a-a978-4879-9e0b-a16a2e88d411) by verifier 'opnfv-tempest' (UUID=9d4ef751-bfe8-42e9-a810-4e5425c8bf6a). 2021-08-17 09:51:47.310 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:51:47.310 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9d4ef751-bfe8-42e9-a810-4e5425c8bf6a/for-deployment-67eb348a-a978-4879-9e0b-a16a2e88d411/tempest.log' to option 'log_file'. 2021-08-17 09:51:47.311 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9d4ef751-bfe8-42e9-a810-4e5425c8bf6a/for-deployment-67eb348a-a978-4879-9e0b-a16a2e88d411/tempest.log 2021-08-17 09:51:47.311 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:51:47.311 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9d4ef751-bfe8-42e9-a810-4e5425c8bf6a/for-deployment-67eb348a-a978-4879-9e0b-a16a2e88d411/lock_files' to option 'lock_path'. 2021-08-17 09:51:47.312 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9d4ef751-bfe8-42e9-a810-4e5425c8bf6a/for-deployment-67eb348a-a978-4879-9e0b-a16a2e88d411/lock_files 2021-08-17 09:51:47.312 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:51:47.312 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-08-17 09:51:47.313 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b3ed29c8-3993-451f-b3b7-75e15510f6c6 2021-08-17 09:51:47.313 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c52ff877-6f47-450e-804a-47c40ae4f545 2021-08-17 09:51:47.314 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0acbe362-a9fe-4813-86ef-1183d3963ebe 2021-08-17 09:51:47.314 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a1603567-ec19-4c13-b71e-a754de7ea285 2021-08-17 09:51:47.534 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:51:47.534 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_d2546bd2-22c6-4281-9563-045eddb633a6 2021-08-17 09:51:47.535 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:51:47.632 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:51:47.668 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02f7aa5b_WTRAKrgT'. Using flavor 'rally_verify_02f7aa5b_WTRAKrgT' (ID = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8) for the tests. 2021-08-17 09:51:47.668 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8746b876-9c2c-4a6c-9b73-0302e8c4ede8' to option 'instance_type'. 2021-08-17 09:51:47.668 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8 2021-08-17 09:51:47.670 36 INFO rally.task.context [-] Verification 9d4ef751-bfe8-42e9-a810-4e5425c8bf6a | Context tempest@default setup() finished in 0.81 sec 2021-08-17 09:51:47.671 36 INFO rally.task.context [-] Verification 9d4ef751-bfe8-42e9-a810-4e5425c8bf6a | Context testr@default setup() finished in 0.39 msec 2021-08-17 09:51:47.671 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/3fa219c5-715e-4329-bcab-d34aaae46a65'. 2021-08-17 09:51:53.015 36 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.189s] 2021-08-17 09:51:53.947 36 INFO rally.task.context [-] Verification 9d4ef751-bfe8-42e9-a810-4e5425c8bf6a | Context testr@default cleanup() started 2021-08-17 09:51:53.948 36 INFO rally.task.context [-] Verification 9d4ef751-bfe8-42e9-a810-4e5425c8bf6a | Context testr@default cleanup() finished in 0.81 msec 2021-08-17 09:51:53.949 36 INFO rally.task.context [-] Verification 9d4ef751-bfe8-42e9-a810-4e5425c8bf6a | Context tempest@default cleanup() started 2021-08-17 09:51:54.119 36 INFO rally.task.context [-] Verification 9d4ef751-bfe8-42e9-a810-4e5425c8bf6a | Context tempest@default cleanup() finished in 0.17 sec 2021-08-17 09:51:54.129 36 INFO rally.api [-] Verification (UUID=c0eaa14d-424d-42cb-8bf6-f8980f85abd9) has been successfully finished for deployment 'opnfv-rally' (UUID=67eb348a-a978-4879-9e0b-a16a2e88d411)! 2021-08-17 09:51:56.015 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:56.015 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:56.016 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:51:57.694 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:51:57.694 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:51:57.694 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:52:00.320 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'c0eaa14d-424d-42cb-8bf6-f8980f85abd9' 2021-08-17 09:52:00.343 44 INFO rally.api [-] The report has been successfully built. 2021-08-17 09:52:02.117 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:52:02.118 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:52:02.118 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:52:04.545 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c0eaa14d-424d-42cb-8bf6-f8980f85abd9' 2021-08-17 09:52:04.547 46 INFO rally.api [-] The report has been successfully built.