2020-06-24 12:10:54.138 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:54.139 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:54.139 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:56.236 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 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 12:10:56.236 8 ERROR rally.cli.cliutils 2020-06-24 12:10:57.743 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:57.744 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:57.744 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:01.727 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:01.727 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:01.727 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:06.153 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:06.153 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:06.154 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:07.598 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:07.599 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:07.599 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:09.760 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 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 12:11:09.760 18 ERROR rally.cli.cliutils 2020-06-24 12:11:11.306 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:11.307 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:11.307 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:13.200 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 12:11:13.323 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-35c9d7e0-bce2-48ca-8732-a248025256c4/repo. 2020-06-24 12:11:13.554 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-35c9d7e0-bce2-48ca-8732-a248025256c4/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-24 12:11:13.568 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 12:11:13.578 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 12:11:13.605 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 12:11:13.648 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 12:11:14.388 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35c9d7e0-bce2-48ca-8732-a248025256c4) has been successfully created! 2020-06-24 12:11:16.018 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:16.019 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:16.019 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:20.339 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:20.339 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:20.340 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:22.424 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=35c9d7e0-bce2-48ca-8732-a248025256c4) for deployment 'opnfv-rally' (UUID=00fc3d31-97a9-4086-beca-848b2742725e). 2020-06-24 12:11:22.854 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35c9d7e0-bce2-48ca-8732-a248025256c4) has been successfully configured for deployment 'opnfv-rally' (UUID=00fc3d31-97a9-4086-beca-848b2742725e)! 2020-06-24 12:11:27.998 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:27.998 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:27.998 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:30.189 36 INFO rally.api [-] Starting verification (UUID=e865dfe0-e41a-4897-b9ca-e1443c8668e1) for deployment 'opnfv-rally' (UUID=00fc3d31-97a9-4086-beca-848b2742725e) by verifier 'opnfv-tempest' (UUID=35c9d7e0-bce2-48ca-8732-a248025256c4). 2020-06-24 12:11:31.021 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 12:11:31.022 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-35c9d7e0-bce2-48ca-8732-a248025256c4/for-deployment-00fc3d31-97a9-4086-beca-848b2742725e/tempest.log' to option 'log_file'. 2020-06-24 12:11:31.022 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-35c9d7e0-bce2-48ca-8732-a248025256c4/for-deployment-00fc3d31-97a9-4086-beca-848b2742725e/tempest.log 2020-06-24 12:11:31.023 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 12:11:31.023 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-35c9d7e0-bce2-48ca-8732-a248025256c4/for-deployment-00fc3d31-97a9-4086-beca-848b2742725e/lock_files' to option 'lock_path'. 2020-06-24 12:11:31.023 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-35c9d7e0-bce2-48ca-8732-a248025256c4/for-deployment-00fc3d31-97a9-4086-beca-848b2742725e/lock_files 2020-06-24 12:11:31.024 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 12:11:31.024 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 2020-06-24 12:11:31.024 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a2586760-a0b4-4bfe-93d2-5084fe74246c 2020-06-24 12:11:31.025 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 94d5846e-4a0c-461d-a203-2d818fb3e9f7 2020-06-24 12:11:31.025 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8171e101-4a57-44e6-907c-80af6aff6673 2020-06-24 12:11:31.025 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 68cec2e0-ea80-43a1-88ca-35b402634150 2020-06-24 12:11:31.338 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 12:11:31.339 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_dd481ccc-26d2-4e9e-8980-e1984f833947 2020-06-24 12:11:31.340 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 12:11:31.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 12:11:31.475 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_3b2da3e0_r8XYbn1W'. Using flavor 'rally_verify_3b2da3e0_r8XYbn1W' (ID = f2b17dcc-1794-4165-bb62-f7f29b5d4495) for the tests. 2020-06-24 12:11:31.475 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f2b17dcc-1794-4165-bb62-f7f29b5d4495' to option 'instance_type'. 2020-06-24 12:11:31.475 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f2b17dcc-1794-4165-bb62-f7f29b5d4495 2020-06-24 12:11:31.477 36 INFO rally.task.context [-] Verification 35c9d7e0-bce2-48ca-8732-a248025256c4 | Context tempest@default setup() finished in 1.07 sec 2020-06-24 12:11:31.477 36 INFO rally.task.context [-] Verification 35c9d7e0-bce2-48ca-8732-a248025256c4 | Context testr@default setup() finished in 0.30 msec 2020-06-24 12:11:31.477 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/99093b15-77c3-4e60-8ec1-a5a55eac0ad0'. 2020-06-24 12:11:44.614 36 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.253s] 2020-06-24 12:11:45.586 36 INFO rally.task.context [-] Verification 35c9d7e0-bce2-48ca-8732-a248025256c4 | Context testr@default cleanup() started 2020-06-24 12:11:45.586 36 INFO rally.task.context [-] Verification 35c9d7e0-bce2-48ca-8732-a248025256c4 | Context testr@default cleanup() finished in 0.45 msec 2020-06-24 12:11:45.587 36 INFO rally.task.context [-] Verification 35c9d7e0-bce2-48ca-8732-a248025256c4 | Context tempest@default cleanup() started 2020-06-24 12:11:45.870 36 INFO rally.task.context [-] Verification 35c9d7e0-bce2-48ca-8732-a248025256c4 | Context tempest@default cleanup() finished in 0.28 sec 2020-06-24 12:11:45.892 36 INFO rally.api [-] Verification (UUID=e865dfe0-e41a-4897-b9ca-e1443c8668e1) has been successfully finished for deployment 'opnfv-rally' (UUID=00fc3d31-97a9-4086-beca-848b2742725e)! 2020-06-24 12:11:47.621 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:47.621 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:47.621 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:49.213 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:49.214 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:49.214 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:51.290 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'e865dfe0-e41a-4897-b9ca-e1443c8668e1' 2020-06-24 12:11:51.310 44 INFO rally.api [-] The report has been successfully built. 2020-06-24 12:11:52.881 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:11:52.882 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:11:52.882 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:11:55.083 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e865dfe0-e41a-4897-b9ca-e1443c8668e1' 2020-06-24 12:11:55.085 46 INFO rally.api [-] The report has been successfully built.