2020-10-05 12:04:56.753 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:04:56.754 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:04:56.754 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:04:58.916 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-10-05 12:04:58.916 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-10-05 12:04:58.916 7 ERROR rally.cli.cliutils 2020-10-05 12:05:00.519 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:00.520 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:00.520 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:04.651 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:04.652 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:04.652 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:09.118 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:09.119 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:09.119 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:10.424 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:10.425 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:10.425 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:12.694 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-10-05 12:05:12.694 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-10-05 12:05:12.694 17 ERROR rally.cli.cliutils 2020-10-05 12:05:14.069 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:14.069 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:14.069 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:16.328 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-10-05 12:05:16.435 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5b2694dc-7b05-43d2-81d4-de0517d569c8/repo. 2020-10-05 12:05:16.703 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5b2694dc-7b05-43d2-81d4-de0517d569c8/repo'... done. ' 2020-10-05 12:05:16.717 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-10-05 12:05:16.737 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-10-05 12:05:16.800 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-10-05 12:05:17.346 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5b2694dc-7b05-43d2-81d4-de0517d569c8) has been successfully created! 2020-10-05 12:05:18.728 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:18.728 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:18.728 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:22.926 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:22.926 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:22.927 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:25.134 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5b2694dc-7b05-43d2-81d4-de0517d569c8) for deployment 'opnfv-rally' (UUID=6b59329e-dbf2-4525-9fb0-17646f73028b). 2020-10-05 12:05:25.574 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5b2694dc-7b05-43d2-81d4-de0517d569c8) has been successfully configured for deployment 'opnfv-rally' (UUID=6b59329e-dbf2-4525-9fb0-17646f73028b)! 2020-10-05 12:05:30.463 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:30.463 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:30.464 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:32.449 34 INFO rally.api [-] Starting verification (UUID=e015681c-35ea-43b1-92d3-22775807213f) for deployment 'opnfv-rally' (UUID=6b59329e-dbf2-4525-9fb0-17646f73028b) by verifier 'opnfv-tempest' (UUID=5b2694dc-7b05-43d2-81d4-de0517d569c8). 2020-10-05 12:05:33.146 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-10-05 12:05:33.146 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5b2694dc-7b05-43d2-81d4-de0517d569c8/for-deployment-6b59329e-dbf2-4525-9fb0-17646f73028b/tempest.log' to option 'log_file'. 2020-10-05 12:05:33.146 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5b2694dc-7b05-43d2-81d4-de0517d569c8/for-deployment-6b59329e-dbf2-4525-9fb0-17646f73028b/tempest.log 2020-10-05 12:05:33.147 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-10-05 12:05:33.147 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5b2694dc-7b05-43d2-81d4-de0517d569c8/for-deployment-6b59329e-dbf2-4525-9fb0-17646f73028b/lock_files' to option 'lock_path'. 2020-10-05 12:05:33.147 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5b2694dc-7b05-43d2-81d4-de0517d569c8/for-deployment-6b59329e-dbf2-4525-9fb0-17646f73028b/lock_files 2020-10-05 12:05:33.148 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-10-05 12:05:33.148 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-10-05 12:05:33.148 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 30322d24-65ca-47dd-89a7-3a9f24ca7fc8 2020-10-05 12:05:33.149 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 726c2934-ecb1-4017-ab86-dbadf80568f3 2020-10-05 12:05:33.149 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0641ff02-a24a-44e6-b511-4c2a1da9489e 2020-10-05 12:05:33.150 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1046aa57-aff1-47a1-961e-6edff4cd55af 2020-10-05 12:05:33.399 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-10-05 12:05:33.399 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_d0735af3-9717-452f-aa12-02997c4f929c 2020-10-05 12:05:33.400 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-10-05 12:05:33.468 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-10-05 12:05:33.509 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_654b999a_sfZSOmUO'. Using flavor 'rally_verify_654b999a_sfZSOmUO' (ID = d5a131a2-e2df-4995-b293-9a0b509f7350) for the tests. 2020-10-05 12:05:33.510 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd5a131a2-e2df-4995-b293-9a0b509f7350' to option 'instance_type'. 2020-10-05 12:05:33.510 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d5a131a2-e2df-4995-b293-9a0b509f7350 2020-10-05 12:05:33.511 34 INFO rally.task.context [-] Verification 5b2694dc-7b05-43d2-81d4-de0517d569c8 | Context tempest@default setup() finished in 0.87 sec 2020-10-05 12:05:33.512 34 INFO rally.task.context [-] Verification 5b2694dc-7b05-43d2-81d4-de0517d569c8 | Context testr@default setup() finished in 0.33 msec 2020-10-05 12:05:33.512 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/5466d4ef-cc22-4061-8b4d-93cf89c95dd9'. 2020-10-05 12:05:38.543 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.117s] 2020-10-05 12:05:39.515 34 INFO rally.task.context [-] Verification 5b2694dc-7b05-43d2-81d4-de0517d569c8 | Context testr@default cleanup() started 2020-10-05 12:05:39.515 34 INFO rally.task.context [-] Verification 5b2694dc-7b05-43d2-81d4-de0517d569c8 | Context testr@default cleanup() finished in 0.68 msec 2020-10-05 12:05:39.516 34 INFO rally.task.context [-] Verification 5b2694dc-7b05-43d2-81d4-de0517d569c8 | Context tempest@default cleanup() started 2020-10-05 12:05:39.660 34 INFO rally.task.context [-] Verification 5b2694dc-7b05-43d2-81d4-de0517d569c8 | Context tempest@default cleanup() finished in 0.14 sec 2020-10-05 12:05:39.686 34 INFO rally.api [-] Verification (UUID=e015681c-35ea-43b1-92d3-22775807213f) has been successfully finished for deployment 'opnfv-rally' (UUID=6b59329e-dbf2-4525-9fb0-17646f73028b)! 2020-10-05 12:05:41.119 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:41.119 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:41.119 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:42.388 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:42.389 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:42.389 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:44.253 42 INFO rally.api [-] Building 'html' report for the following verification(s): 'e015681c-35ea-43b1-92d3-22775807213f' 2020-10-05 12:05:44.271 42 INFO rally.api [-] The report has been successfully built. 2020-10-05 12:05:45.662 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:05:45.662 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:05:45.663 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:05:47.769 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e015681c-35ea-43b1-92d3-22775807213f' 2020-10-05 12:05:47.771 44 INFO rally.api [-] The report has been successfully built.