2020-07-10 11:12:00.401 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:00.401 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:00.401 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:02.623 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-07-10 11:12:02.623 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:12:02.623 7 ERROR rally.cli.cliutils 2020-07-10 11:12:04.302 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:04.302 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:04.303 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:08.728 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:08.729 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:08.729 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:13.245 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:13.245 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:13.245 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:14.699 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:14.700 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:14.700 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:17.174 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-07-10 11:12:17.174 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:12:17.174 17 ERROR rally.cli.cliutils 2020-07-10 11:12:18.651 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:18.651 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:18.652 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:20.732 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:12:20.852 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-70a05fbb-cac7-4ff6-9c55-7f6311712e38/repo. 2020-07-10 11:12:21.071 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-70a05fbb-cac7-4ff6-9c55-7f6311712e38/repo'... done. ' 2020-07-10 11:12:21.083 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:12:21.101 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:12:21.188 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:12:21.882 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70a05fbb-cac7-4ff6-9c55-7f6311712e38) has been successfully created! 2020-07-10 11:12:23.728 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:23.728 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:23.728 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:28.246 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:28.246 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:28.247 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:30.515 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=70a05fbb-cac7-4ff6-9c55-7f6311712e38) for deployment 'opnfv-rally' (UUID=e3eecc8e-0945-4c60-8a35-7392dca4e462). 2020-07-10 11:12:31.051 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70a05fbb-cac7-4ff6-9c55-7f6311712e38) has been successfully configured for deployment 'opnfv-rally' (UUID=e3eecc8e-0945-4c60-8a35-7392dca4e462)! 2020-07-10 11:12:36.643 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:36.644 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:36.644 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:39.010 34 INFO rally.api [-] Starting verification (UUID=7a7c2885-8c15-4384-b637-1a7420e257d9) for deployment 'opnfv-rally' (UUID=e3eecc8e-0945-4c60-8a35-7392dca4e462) by verifier 'opnfv-tempest' (UUID=70a05fbb-cac7-4ff6-9c55-7f6311712e38). 2020-07-10 11:12:39.664 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:12:39.665 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70a05fbb-cac7-4ff6-9c55-7f6311712e38/for-deployment-e3eecc8e-0945-4c60-8a35-7392dca4e462/tempest.log' to option 'log_file'. 2020-07-10 11:12:39.665 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-70a05fbb-cac7-4ff6-9c55-7f6311712e38/for-deployment-e3eecc8e-0945-4c60-8a35-7392dca4e462/tempest.log 2020-07-10 11:12:39.666 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:12:39.666 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70a05fbb-cac7-4ff6-9c55-7f6311712e38/for-deployment-e3eecc8e-0945-4c60-8a35-7392dca4e462/lock_files' to option 'lock_path'. 2020-07-10 11:12:39.666 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-70a05fbb-cac7-4ff6-9c55-7f6311712e38/for-deployment-e3eecc8e-0945-4c60-8a35-7392dca4e462/lock_files 2020-07-10 11:12:39.667 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:12:39.667 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-07-10 11:12:39.667 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dc566f02-e21a-4d6a-bb2a-d659a8a98097 2020-07-10 11:12:39.668 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 529ca2bc-6a35-49f2-ae9b-ed369a820067 2020-07-10 11:12:39.668 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e024df6b-3efc-45b2-950b-cb2487b8658d 2020-07-10 11:12:39.669 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8a673b51-7976-4b71-bf4f-5d9d34a9bdf2 2020-07-10 11:12:39.918 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:12:39.918 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_326e2689-58af-400d-8dd8-e0bd3a7d2c89 2020-07-10 11:12:39.919 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:12:40.017 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:12:40.057 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_581547b3_2wbY7NSB'. Using flavor 'rally_verify_581547b3_2wbY7NSB' (ID = 4af28ac9-cddf-496c-8530-1c451cc53ee6) for the tests. 2020-07-10 11:12:40.057 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4af28ac9-cddf-496c-8530-1c451cc53ee6' to option 'instance_type'. 2020-07-10 11:12:40.058 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4af28ac9-cddf-496c-8530-1c451cc53ee6 2020-07-10 11:12:40.059 34 INFO rally.task.context [-] Verification 70a05fbb-cac7-4ff6-9c55-7f6311712e38 | Context tempest@default setup() finished in 0.81 sec 2020-07-10 11:12:40.060 34 INFO rally.task.context [-] Verification 70a05fbb-cac7-4ff6-9c55-7f6311712e38 | Context testr@default setup() finished in 0.55 msec 2020-07-10 11:12:40.060 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/bd76f31b-36c6-4bfa-9608-45b984a2efae'. 2020-07-10 11:12:53.192 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.099s] 2020-07-10 11:12:54.188 34 INFO rally.task.context [-] Verification 70a05fbb-cac7-4ff6-9c55-7f6311712e38 | Context testr@default cleanup() started 2020-07-10 11:12:54.189 34 INFO rally.task.context [-] Verification 70a05fbb-cac7-4ff6-9c55-7f6311712e38 | Context testr@default cleanup() finished in 0.78 msec 2020-07-10 11:12:54.190 34 INFO rally.task.context [-] Verification 70a05fbb-cac7-4ff6-9c55-7f6311712e38 | Context tempest@default cleanup() started 2020-07-10 11:12:54.375 34 INFO rally.task.context [-] Verification 70a05fbb-cac7-4ff6-9c55-7f6311712e38 | Context tempest@default cleanup() finished in 0.18 sec 2020-07-10 11:12:54.395 34 INFO rally.api [-] Verification (UUID=7a7c2885-8c15-4384-b637-1a7420e257d9) has been successfully finished for deployment 'opnfv-rally' (UUID=e3eecc8e-0945-4c60-8a35-7392dca4e462)! 2020-07-10 11:12:56.095 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:56.096 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:56.096 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:57.618 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:12:57.618 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:12:57.618 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:12:59.964 42 INFO rally.api [-] Building 'html' report for the following verification(s): '7a7c2885-8c15-4384-b637-1a7420e257d9' 2020-07-10 11:12:59.985 42 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:13:01.427 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:13:01.428 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:13:01.428 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:13:03.486 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7a7c2885-8c15-4384-b637-1a7420e257d9' 2020-07-10 11:13:03.488 44 INFO rally.api [-] The report has been successfully built.