2020-05-03 12:10:34.766 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:34.766 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:34.767 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:10:37.122 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-05-03 12:10:37.122 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:10:37.122 7 ERROR rally.cli.cliutils 2020-05-03 12:10:38.764 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:38.765 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:38.765 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:10:42.901 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:42.902 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:42.902 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:10:47.436 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:47.436 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:47.436 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:10:48.894 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:48.894 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:48.894 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:10:50.898 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-05-03 12:10:50.898 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:10:50.898 17 ERROR rally.cli.cliutils 2020-05-03 12:10:52.402 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:52.402 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:52.402 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:10:54.404 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 12:10:54.525 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca/repo. 2020-05-03 12:10:54.755 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca/repo'... done. ' 2020-05-03 12:10:54.767 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 12:10:54.776 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 12:10:54.801 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 12:10:54.855 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 12:10:55.503 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca) has been successfully created! 2020-05-03 12:10:57.100 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:10:57.100 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:10:57.101 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:11:01.590 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:11:01.590 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:11:01.590 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:11:03.717 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca) for deployment 'opnfv-rally' (UUID=c6c79ef9-af9d-4c37-8c00-aa701b708a2a). 2020-05-03 12:11:04.509 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca) has been successfully configured for deployment 'opnfv-rally' (UUID=c6c79ef9-af9d-4c37-8c00-aa701b708a2a)! 2020-05-03 12:11:09.889 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:11:09.890 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:11:09.890 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:11:12.170 35 INFO rally.api [-] Starting verification (UUID=e402a23b-f67b-4430-8996-c1417895072f) for deployment 'opnfv-rally' (UUID=c6c79ef9-af9d-4c37-8c00-aa701b708a2a) by verifier 'opnfv-tempest' (UUID=9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca). 2020-05-03 12:11:12.972 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 12:11:12.972 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca/for-deployment-c6c79ef9-af9d-4c37-8c00-aa701b708a2a/tempest.log' to option 'log_file'. 2020-05-03 12:11:12.973 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca/for-deployment-c6c79ef9-af9d-4c37-8c00-aa701b708a2a/tempest.log 2020-05-03 12:11:12.973 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 12:11:12.973 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca/for-deployment-c6c79ef9-af9d-4c37-8c00-aa701b708a2a/lock_files' to option 'lock_path'. 2020-05-03 12:11:12.974 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca/for-deployment-c6c79ef9-af9d-4c37-8c00-aa701b708a2a/lock_files 2020-05-03 12:11:12.974 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 12:11:12.974 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-05-03 12:11:12.975 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3e0e7f96-9450-4bde-9a70-eefd1d776457 2020-05-03 12:11:12.975 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e694616a-fcf6-4395-9327-ff202922991c 2020-05-03 12:11:12.976 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ec59696e-95b2-42eb-be67-c1c186737acf 2020-05-03 12:11:12.976 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7373d5e7-a8e2-4bbd-8539-d32d3d1e8904 2020-05-03 12:11:13.320 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 12:11:13.321 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_b19c8464-2188-41f1-ad9e-8fc664697535 2020-05-03 12:11:13.322 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 12:11:13.415 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 12:11:13.457 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_d1e74557_Ww9IZFfQ'. Using flavor 'rally_verify_d1e74557_Ww9IZFfQ' (ID = d8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711) for the tests. 2020-05-03 12:11:13.457 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711' to option 'instance_type'. 2020-05-03 12:11:13.457 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711 2020-05-03 12:11:13.459 35 INFO rally.task.context [-] Verification 9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca | Context tempest@default setup() finished in 1.06 sec 2020-05-03 12:11:13.460 35 INFO rally.task.context [-] Verification 9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca | Context testr@default setup() finished in 0.44 msec 2020-05-03 12:11:13.461 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/4986440d-6723-49ba-b693-0b5b7815847f'. 2020-05-03 12:11:20.869 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [4.223s] 2020-05-03 12:11:22.176 35 INFO rally.task.context [-] Verification 9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca | Context testr@default cleanup() started 2020-05-03 12:11:22.177 35 INFO rally.task.context [-] Verification 9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca | Context testr@default cleanup() finished in 0.54 msec 2020-05-03 12:11:22.177 35 INFO rally.task.context [-] Verification 9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca | Context tempest@default cleanup() started 2020-05-03 12:11:22.335 35 INFO rally.task.context [-] Verification 9aa05f99-c9b4-42b0-b086-cfcfcdfd70ca | Context tempest@default cleanup() finished in 0.16 sec 2020-05-03 12:11:22.355 35 INFO rally.api [-] Verification (UUID=e402a23b-f67b-4430-8996-c1417895072f) has been successfully finished for deployment 'opnfv-rally' (UUID=c6c79ef9-af9d-4c37-8c00-aa701b708a2a)! 2020-05-03 12:11:24.098 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:11:24.098 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:11:24.099 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:11:25.524 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:11:25.524 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:11:25.525 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:11:27.702 43 INFO rally.api [-] Building 'html' report for the following verification(s): 'e402a23b-f67b-4430-8996-c1417895072f' 2020-05-03 12:11:27.737 43 INFO rally.api [-] The report has been successfully built. 2020-05-03 12:11:29.249 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:11:29.249 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:11:29.250 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:11:31.362 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e402a23b-f67b-4430-8996-c1417895072f' 2020-05-03 12:11:31.364 45 INFO rally.api [-] The report has been successfully built.