2020-12-14 00:02:20.336 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:02:20.341 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:02:20.343 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:02:43.025 10 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-12-14 00:02:43.025 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:02:43.025 10 ERROR rally.cli.cliutils 2020-12-14 00:02:54.729 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:02:54.734 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:02:54.735 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:03:30.599 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:03:30.605 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:03:30.607 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:04:14.114 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:04:14.119 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:04:14.121 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:04:27.800 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:04:27.807 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:04:27.808 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:04:52.499 40 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-12-14 00:04:52.499 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:04:52.499 40 ERROR rally.cli.cliutils 2020-12-14 00:05:05.529 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:05:05.534 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:05:05.536 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:05:30.539 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:05:31.006 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f0348a4a-d195-4871-839a-d1297c81e704/repo. 2020-12-14 00:05:31.817 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f0348a4a-d195-4871-839a-d1297c81e704/repo'... done. ' 2020-12-14 00:05:31.909 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:05:31.968 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:05:32.680 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:05:39.101 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0348a4a-d195-4871-839a-d1297c81e704) has been successfully created! 2020-12-14 00:05:52.865 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:05:52.870 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:05:52.871 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:06:28.983 86 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:06:28.988 86 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:06:28.989 86 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:06:50.349 86 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f0348a4a-d195-4871-839a-d1297c81e704) for deployment 'opnfv-rally' (UUID=ce484d55-3674-4d76-a9cf-644398a808e9). 2020-12-14 00:06:51.756 86 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0348a4a-d195-4871-839a-d1297c81e704) has been successfully configured for deployment 'opnfv-rally' (UUID=ce484d55-3674-4d76-a9cf-644398a808e9)! 2020-12-14 00:07:38.239 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:07:38.245 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:07:38.246 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:07:59.988 112 INFO rally.api [-] Starting verification (UUID=b698f461-6508-4273-864d-5aac7565ca21) for deployment 'opnfv-rally' (UUID=ce484d55-3674-4d76-a9cf-644398a808e9) by verifier 'opnfv-tempest' (UUID=f0348a4a-d195-4871-839a-d1297c81e704). 2020-12-14 00:08:03.750 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:08:03.752 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f0348a4a-d195-4871-839a-d1297c81e704/for-deployment-ce484d55-3674-4d76-a9cf-644398a808e9/tempest.log' to option 'log_file'. 2020-12-14 00:08:03.754 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f0348a4a-d195-4871-839a-d1297c81e704/for-deployment-ce484d55-3674-4d76-a9cf-644398a808e9/tempest.log 2020-12-14 00:08:03.756 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:08:03.757 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f0348a4a-d195-4871-839a-d1297c81e704/for-deployment-ce484d55-3674-4d76-a9cf-644398a808e9/lock_files' to option 'lock_path'. 2020-12-14 00:08:03.759 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f0348a4a-d195-4871-839a-d1297c81e704/for-deployment-ce484d55-3674-4d76-a9cf-644398a808e9/lock_files 2020-12-14 00:08:03.761 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 00:08:03.763 112 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-12-14 00:08:03.764 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e609befb-4001-4bc6-8c12-081019ee7d50 2020-12-14 00:08:03.766 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 92cb9cc8-6b65-4844-8cbd-73e250c5dc2b 2020-12-14 00:08:03.769 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0a3e1adb-75be-44ca-a176-5c5aebf076c3 2020-12-14 00:08:03.772 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 03bb83d8-a8ea-46c5-86ee-a388b153bf26 2020-12-14 00:08:04.244 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:08:04.246 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_b8cf7f9c-2c96-4f44-8ac0-eebffb401214 2020-12-14 00:08:04.250 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:08:04.951 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 00:08:05.051 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_38398e18_vzPTHdpv'. Using flavor 'rally_verify_38398e18_vzPTHdpv' (ID = 4edf6fea-6f3c-4794-ad8e-8c2c4671b796) for the tests. 2020-12-14 00:08:05.052 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4edf6fea-6f3c-4794-ad8e-8c2c4671b796' to option 'instance_type'. 2020-12-14 00:08:05.053 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4edf6fea-6f3c-4794-ad8e-8c2c4671b796 2020-12-14 00:08:05.059 112 INFO rally.task.context [-] Verification f0348a4a-d195-4871-839a-d1297c81e704 | Context tempest@default setup() finished in 4.26 sec 2020-12-14 00:08:05.062 112 INFO rally.task.context [-] Verification f0348a4a-d195-4871-839a-d1297c81e704 | Context testr@default setup() finished in 1.12 msec 2020-12-14 00:08:05.063 112 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/98e6ebbb-20f8-427a-a550-019ace91f740'. 2020-12-14 00:08:34.541 112 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [9.014s] 2020-12-14 00:08:36.028 112 INFO rally.task.context [-] Verification f0348a4a-d195-4871-839a-d1297c81e704 | Context testr@default cleanup() started 2020-12-14 00:08:36.035 112 INFO rally.task.context [-] Verification f0348a4a-d195-4871-839a-d1297c81e704 | Context testr@default cleanup() finished in 7.37 msec 2020-12-14 00:08:36.038 112 INFO rally.task.context [-] Verification f0348a4a-d195-4871-839a-d1297c81e704 | Context tempest@default cleanup() started 2020-12-14 00:08:36.539 112 INFO rally.task.context [-] Verification f0348a4a-d195-4871-839a-d1297c81e704 | Context tempest@default cleanup() finished in 0.50 sec 2020-12-14 00:08:36.582 112 INFO rally.api [-] Verification (UUID=b698f461-6508-4273-864d-5aac7565ca21) has been successfully finished for deployment 'opnfv-rally' (UUID=ce484d55-3674-4d76-a9cf-644398a808e9)! 2020-12-14 00:08:48.232 138 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:08:48.237 138 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:08:48.239 138 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:09:00.549 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:09:00.554 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:09:00.555 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:09:22.635 144 INFO rally.api [-] Building 'html' report for the following verification(s): 'b698f461-6508-4273-864d-5aac7565ca21' 2020-12-14 00:09:22.819 144 INFO rally.api [-] The report has been successfully built. 2020-12-14 00:09:34.733 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:09:34.738 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:09:34.740 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:09:57.056 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b698f461-6508-4273-864d-5aac7565ca21' 2020-12-14 00:09:57.076 150 INFO rally.api [-] The report has been successfully built.