2020-07-02 15:55:26.414 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:26.414 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:26.415 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:28.779 6 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-02 15:55:28.779 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 15:55:28.779 6 ERROR rally.cli.cliutils 2020-07-02 15:55:30.320 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:30.320 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:30.320 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:34.227 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:34.228 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:34.228 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:38.580 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:38.580 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:38.581 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:39.960 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:39.960 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:39.961 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:41.940 15 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-02 15:55:41.940 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils force=force) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 15:55:41.940 15 ERROR rally.cli.cliutils 2020-07-02 15:55:43.462 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:43.462 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:43.462 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:45.432 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 15:55:45.520 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ae7b0870-c8bb-4963-bfb1-251d49d880b6/repo. 2020-07-02 15:55:45.851 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ae7b0870-c8bb-4963-bfb1-251d49d880b6/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 15:55:45.868 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 15:55:45.877 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 15:55:45.899 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 15:55:45.960 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 15:55:46.460 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ae7b0870-c8bb-4963-bfb1-251d49d880b6) has been successfully created! 2020-07-02 15:55:47.907 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:47.908 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:47.908 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:52.154 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:52.154 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:52.154 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:55:54.041 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ae7b0870-c8bb-4963-bfb1-251d49d880b6) for deployment 'opnfv-rally' (UUID=f96f5f89-a3b4-49bc-8d00-fa73ba19909d). 2020-07-02 15:55:54.778 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ae7b0870-c8bb-4963-bfb1-251d49d880b6) has been successfully configured for deployment 'opnfv-rally' (UUID=f96f5f89-a3b4-49bc-8d00-fa73ba19909d)! 2020-07-02 15:55:59.778 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:55:59.779 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:55:59.779 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:56:01.846 32 INFO rally.api [-] Starting verification (UUID=6d12ad07-3274-4e70-9f20-8dc4de55623c) for deployment 'opnfv-rally' (UUID=f96f5f89-a3b4-49bc-8d00-fa73ba19909d) by verifier 'opnfv-tempest' (UUID=ae7b0870-c8bb-4963-bfb1-251d49d880b6). 2020-07-02 15:56:02.542 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 15:56:02.542 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ae7b0870-c8bb-4963-bfb1-251d49d880b6/for-deployment-f96f5f89-a3b4-49bc-8d00-fa73ba19909d/tempest.log' to option 'log_file'. 2020-07-02 15:56:02.542 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ae7b0870-c8bb-4963-bfb1-251d49d880b6/for-deployment-f96f5f89-a3b4-49bc-8d00-fa73ba19909d/tempest.log 2020-07-02 15:56:02.543 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 15:56:02.543 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ae7b0870-c8bb-4963-bfb1-251d49d880b6/for-deployment-f96f5f89-a3b4-49bc-8d00-fa73ba19909d/lock_files' to option 'lock_path'. 2020-07-02 15:56:02.543 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ae7b0870-c8bb-4963-bfb1-251d49d880b6/for-deployment-f96f5f89-a3b4-49bc-8d00-fa73ba19909d/lock_files 2020-07-02 15:56:02.544 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 15:56:02.544 32 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-02 15:56:02.544 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a3112859-41d1-4808-bc1f-57ea907b4eb6 2020-07-02 15:56:02.545 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 847fa45f-b88d-4572-a763-5bf9e24e31a5 2020-07-02 15:56:02.545 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3b50fab9-1c5b-4737-b912-73dfba50f1d0 2020-07-02 15:56:02.546 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 775d48bd-96b8-4440-b91a-4b1b23a2cae2 2020-07-02 15:56:02.878 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 15:56:02.878 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_9adb1629-ec28-42e9-8f10-96fe1a2b5261 2020-07-02 15:56:02.878 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 15:56:03.068 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 15:56:03.112 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_866af7a2_deUxvBih'. Using flavor 'rally_verify_866af7a2_deUxvBih' (ID = e02949ce-8dc5-4256-be6e-ff227d2c1591) for the tests. 2020-07-02 15:56:03.112 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e02949ce-8dc5-4256-be6e-ff227d2c1591' to option 'instance_type'. 2020-07-02 15:56:03.112 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e02949ce-8dc5-4256-be6e-ff227d2c1591 2020-07-02 15:56:03.114 32 INFO rally.task.context [-] Verification ae7b0870-c8bb-4963-bfb1-251d49d880b6 | Context tempest@default setup() finished in 1.03 sec 2020-07-02 15:56:03.115 32 INFO rally.task.context [-] Verification ae7b0870-c8bb-4963-bfb1-251d49d880b6 | Context testr@default setup() finished in 0.35 msec 2020-07-02 15:56:03.115 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/e652255d-808b-4e46-a6bc-a571a12ec14c'. 2020-07-02 15:56:15.894 32 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.185s] 2020-07-02 15:56:16.896 32 INFO rally.task.context [-] Verification ae7b0870-c8bb-4963-bfb1-251d49d880b6 | Context testr@default cleanup() started 2020-07-02 15:56:16.897 32 INFO rally.task.context [-] Verification ae7b0870-c8bb-4963-bfb1-251d49d880b6 | Context testr@default cleanup() finished in 0.83 msec 2020-07-02 15:56:16.897 32 INFO rally.task.context [-] Verification ae7b0870-c8bb-4963-bfb1-251d49d880b6 | Context tempest@default cleanup() started 2020-07-02 15:56:17.074 32 INFO rally.task.context [-] Verification ae7b0870-c8bb-4963-bfb1-251d49d880b6 | Context tempest@default cleanup() finished in 0.18 sec 2020-07-02 15:56:17.101 32 INFO rally.api [-] Verification (UUID=6d12ad07-3274-4e70-9f20-8dc4de55623c) has been successfully finished for deployment 'opnfv-rally' (UUID=f96f5f89-a3b4-49bc-8d00-fa73ba19909d)! 2020-07-02 15:56:18.700 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:56:18.701 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:56:18.701 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:56:20.074 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:56:20.074 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:56:20.074 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:56:22.081 38 INFO rally.api [-] Building 'html' report for the following verification(s): '6d12ad07-3274-4e70-9f20-8dc4de55623c' 2020-07-02 15:56:22.109 38 INFO rally.api [-] The report has been successfully built. 2020-07-02 15:56:23.639 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 15:56:23.639 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 15:56:23.639 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 15:56:25.628 40 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6d12ad07-3274-4e70-9f20-8dc4de55623c' 2020-07-02 15:56:25.633 40 INFO rally.api [-] The report has been successfully built.