2020-12-09 11:26:07.951 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:07.952 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:07.952 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:09.933 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-12-09 11:26:09.933 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:26:09.933 7 ERROR rally.cli.cliutils 2020-12-09 11:26:11.403 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:11.404 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:11.404 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:15.292 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:15.292 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:15.292 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:19.191 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:19.191 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:19.191 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:20.559 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:20.560 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:20.560 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:22.563 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-12-09 11:26:22.563 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:26:22.563 17 ERROR rally.cli.cliutils 2020-12-09 11:26:24.090 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:24.090 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:24.090 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:25.916 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:26:26.024 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7d430773-dcfa-4839-9b8e-54fc7b98851c/repo. 2020-12-09 11:26:26.295 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7d430773-dcfa-4839-9b8e-54fc7b98851c/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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 ' 2020-12-09 11:26:26.309 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:26:26.316 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:26:26.337 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:26:26.398 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:26:27.050 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7d430773-dcfa-4839-9b8e-54fc7b98851c) has been successfully created! 2020-12-09 11:26:28.523 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:28.524 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:28.524 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:32.455 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:32.456 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:32.456 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:34.408 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7d430773-dcfa-4839-9b8e-54fc7b98851c) for deployment 'opnfv-rally' (UUID=ffebc70a-1f42-494c-988f-23abae5ce6e7). 2020-12-09 11:26:34.921 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7d430773-dcfa-4839-9b8e-54fc7b98851c) has been successfully configured for deployment 'opnfv-rally' (UUID=ffebc70a-1f42-494c-988f-23abae5ce6e7)! 2020-12-09 11:26:39.934 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:39.934 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:39.934 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:41.902 35 INFO rally.api [-] Starting verification (UUID=78cb021e-9ddf-4f94-8e03-8cecafe60add) for deployment 'opnfv-rally' (UUID=ffebc70a-1f42-494c-988f-23abae5ce6e7) by verifier 'opnfv-tempest' (UUID=7d430773-dcfa-4839-9b8e-54fc7b98851c). 2020-12-09 11:26:42.625 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:26:42.625 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7d430773-dcfa-4839-9b8e-54fc7b98851c/for-deployment-ffebc70a-1f42-494c-988f-23abae5ce6e7/tempest.log' to option 'log_file'. 2020-12-09 11:26:42.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7d430773-dcfa-4839-9b8e-54fc7b98851c/for-deployment-ffebc70a-1f42-494c-988f-23abae5ce6e7/tempest.log 2020-12-09 11:26:42.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:26:42.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7d430773-dcfa-4839-9b8e-54fc7b98851c/for-deployment-ffebc70a-1f42-494c-988f-23abae5ce6e7/lock_files' to option 'lock_path'. 2020-12-09 11:26:42.627 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7d430773-dcfa-4839-9b8e-54fc7b98851c/for-deployment-ffebc70a-1f42-494c-988f-23abae5ce6e7/lock_files 2020-12-09 11:26:42.627 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 11:26:42.627 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 2020-12-09 11:26:42.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b7e71717-e119-4d85-9c2f-35cd78aef13c 2020-12-09 11:26:42.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c0c1b93c-3b34-44f0-8a38-b28419a77f4f 2020-12-09 11:26:42.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ae72cf88-9529-4a8e-9fa5-782818dca17b 2020-12-09 11:26:42.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bc149980-b5e0-4ac0-90c2-89e802961c53 2020-12-09 11:26:42.849 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:26:42.849 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_1a29a697-aefc-4c67-93d3-3ec0e2cf1ebb 2020-12-09 11:26:42.850 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:26:42.946 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:26:42.986 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_4bbdce16_3e64aGxb'. Using flavor 'rally_verify_4bbdce16_3e64aGxb' (ID = 29ec1cfb-6cd1-4c10-ba99-5f0b03558745) for the tests. 2020-12-09 11:26:42.986 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '29ec1cfb-6cd1-4c10-ba99-5f0b03558745' to option 'instance_type'. 2020-12-09 11:26:42.987 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 29ec1cfb-6cd1-4c10-ba99-5f0b03558745 2020-12-09 11:26:42.988 35 INFO rally.task.context [-] Verification 7d430773-dcfa-4839-9b8e-54fc7b98851c | Context tempest@default setup() finished in 0.87 sec 2020-12-09 11:26:42.989 35 INFO rally.task.context [-] Verification 7d430773-dcfa-4839-9b8e-54fc7b98851c | Context testr@default setup() finished in 0.26 msec 2020-12-09 11:26:42.989 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/c0bdbb4d-077d-44aa-a260-18e45b57e271'. 2020-12-09 11:26:48.621 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.582s] 2020-12-09 11:26:49.965 35 INFO rally.task.context [-] Verification 7d430773-dcfa-4839-9b8e-54fc7b98851c | Context testr@default cleanup() started 2020-12-09 11:26:49.966 35 INFO rally.task.context [-] Verification 7d430773-dcfa-4839-9b8e-54fc7b98851c | Context testr@default cleanup() finished in 0.74 msec 2020-12-09 11:26:49.966 35 INFO rally.task.context [-] Verification 7d430773-dcfa-4839-9b8e-54fc7b98851c | Context tempest@default cleanup() started 2020-12-09 11:26:50.157 35 INFO rally.task.context [-] Verification 7d430773-dcfa-4839-9b8e-54fc7b98851c | Context tempest@default cleanup() finished in 0.19 sec 2020-12-09 11:26:50.176 35 INFO rally.api [-] Verification (UUID=78cb021e-9ddf-4f94-8e03-8cecafe60add) has been successfully finished for deployment 'opnfv-rally' (UUID=ffebc70a-1f42-494c-988f-23abae5ce6e7)! 2020-12-09 11:26:51.883 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:51.883 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:51.884 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:53.445 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:53.445 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:53.446 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:55.479 43 INFO rally.api [-] Building 'html' report for the following verification(s): '78cb021e-9ddf-4f94-8e03-8cecafe60add' 2020-12-09 11:26:55.497 43 INFO rally.api [-] The report has been successfully built. 2020-12-09 11:26:57.053 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:57.054 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:57.054 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:59.239 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '78cb021e-9ddf-4f94-8e03-8cecafe60add' 2020-12-09 11:26:59.241 45 INFO rally.api [-] The report has been successfully built.