2020-06-17 11:21:01.366 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:01.366 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:01.366 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:03.693 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-06-17 11:21:03.693 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 11:21:03.693 7 ERROR rally.cli.cliutils 2020-06-17 11:21:05.380 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:05.380 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:05.380 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:09.912 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:09.913 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:09.913 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:14.357 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:14.357 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:14.357 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:15.801 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:15.801 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:15.802 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:18.108 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-06-17 11:21:18.108 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 11:21:18.108 17 ERROR rally.cli.cliutils 2020-06-17 11:21:19.933 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:19.933 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:19.933 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:22.506 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 11:21:22.575 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-61f81777-203f-49a9-81f5-b0a0ea825f43/repo. 2020-06-17 11:21:22.879 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-61f81777-203f-49a9-81f5-b0a0ea825f43/repo'... done. ' 2020-06-17 11:21:22.893 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 11:21:22.916 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 11:21:23.000 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 11:21:23.743 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=61f81777-203f-49a9-81f5-b0a0ea825f43) has been successfully created! 2020-06-17 11:21:25.437 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:25.438 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:25.438 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:29.848 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:29.849 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:29.849 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:32.074 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=61f81777-203f-49a9-81f5-b0a0ea825f43) for deployment 'opnfv-rally' (UUID=8490c76d-fc7e-458f-9b5f-d181d1cf53a9). 2020-06-17 11:21:32.578 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=61f81777-203f-49a9-81f5-b0a0ea825f43) has been successfully configured for deployment 'opnfv-rally' (UUID=8490c76d-fc7e-458f-9b5f-d181d1cf53a9)! 2020-06-17 11:21:40.900 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:21:40.900 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:21:40.900 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:21:43.271 34 INFO rally.api [-] Starting verification (UUID=63d5e02a-2862-473e-a9f4-2e7705effda4) for deployment 'opnfv-rally' (UUID=8490c76d-fc7e-458f-9b5f-d181d1cf53a9) by verifier 'opnfv-tempest' (UUID=61f81777-203f-49a9-81f5-b0a0ea825f43). 2020-06-17 11:21:43.894 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 11:21:43.894 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-61f81777-203f-49a9-81f5-b0a0ea825f43/for-deployment-8490c76d-fc7e-458f-9b5f-d181d1cf53a9/tempest.log' to option 'log_file'. 2020-06-17 11:21:43.895 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-61f81777-203f-49a9-81f5-b0a0ea825f43/for-deployment-8490c76d-fc7e-458f-9b5f-d181d1cf53a9/tempest.log 2020-06-17 11:21:43.895 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 11:21:43.895 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-61f81777-203f-49a9-81f5-b0a0ea825f43/for-deployment-8490c76d-fc7e-458f-9b5f-d181d1cf53a9/lock_files' to option 'lock_path'. 2020-06-17 11:21:43.895 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-61f81777-203f-49a9-81f5-b0a0ea825f43/for-deployment-8490c76d-fc7e-458f-9b5f-d181d1cf53a9/lock_files 2020-06-17 11:21:43.895 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 11:21:43.895 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-06-17 11:21:43.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b0da818b-f1fe-4623-91ba-e94282ba9e66 2020-06-17 11:21:43.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4053be6e-1b70-4987-b71a-61a81c3891dc 2020-06-17 11:21:43.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8689893e-34d4-4f1d-9ac7-38c36a7c0d2a 2020-06-17 11:21:43.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 24edcfc8-7119-4c65-8a4b-81ced9d4d782 2020-06-17 11:21:44.114 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 11:21:44.114 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_135a8c5f-2cfb-4f56-9b09-a862ed6a149d 2020-06-17 11:21:44.115 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 11:21:44.216 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 11:21:44.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36f85315_2IuvrgfK'. Using flavor 'rally_verify_36f85315_2IuvrgfK' (ID = 7ef92676-ccd6-46b3-a4cc-31b780532976) for the tests. 2020-06-17 11:21:44.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7ef92676-ccd6-46b3-a4cc-31b780532976' to option 'instance_type'. 2020-06-17 11:21:44.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7ef92676-ccd6-46b3-a4cc-31b780532976 2020-06-17 11:21:44.254 34 INFO rally.task.context [-] Verification 61f81777-203f-49a9-81f5-b0a0ea825f43 | Context tempest@default setup() finished in 0.81 sec 2020-06-17 11:21:44.254 34 INFO rally.task.context [-] Verification 61f81777-203f-49a9-81f5-b0a0ea825f43 | Context testr@default setup() finished in 0.21 msec 2020-06-17 11:21:44.255 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fcfc31f7-78a2-4b22-b8c7-230354b9c563'. 2020-06-17 11:22:01.760 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.609s] 2020-06-17 11:22:02.167 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.400s] 2020-06-17 11:22:04.515 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.535s] 2020-06-17 11:22:04.601 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.086s] 2020-06-17 11:22:28.868 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.269s] 2020-06-17 11:22:28.971 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.103s] 2020-06-17 11:22:29.134 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.161s] 2020-06-17 11:22:29.238 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.104s] 2020-06-17 11:22:29.373 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.134s] 2020-06-17 11:22:29.881 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.418s] 2020-06-17 11:22:49.094 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [46.663s] 2020-06-17 11:22:51.050 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [30.179s] 2020-06-17 11:22:55.998 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.277s] 2020-06-17 11:23:01.899 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-06-17 11:23:01.902 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-06-17 11:23:20.414 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [14.435s] 2020-06-17 11:23:32.373 34 INFO rally.task.context [-] Verification 61f81777-203f-49a9-81f5-b0a0ea825f43 | Context testr@default cleanup() started 2020-06-17 11:23:32.374 34 INFO rally.task.context [-] Verification 61f81777-203f-49a9-81f5-b0a0ea825f43 | Context testr@default cleanup() finished in 0.69 msec 2020-06-17 11:23:32.375 34 INFO rally.task.context [-] Verification 61f81777-203f-49a9-81f5-b0a0ea825f43 | Context tempest@default cleanup() started 2020-06-17 11:23:32.539 34 INFO rally.task.context [-] Verification 61f81777-203f-49a9-81f5-b0a0ea825f43 | Context tempest@default cleanup() finished in 0.16 sec 2020-06-17 11:23:32.557 34 INFO rally.api [-] Verification (UUID=63d5e02a-2862-473e-a9f4-2e7705effda4) has been successfully finished for deployment 'opnfv-rally' (UUID=8490c76d-fc7e-458f-9b5f-d181d1cf53a9)! 2020-06-17 11:23:34.291 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:23:34.291 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:23:34.291 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:23:35.813 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:23:35.814 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:23:35.814 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:23:38.138 57 INFO rally.api [-] Building 'html' report for the following verification(s): '63d5e02a-2862-473e-a9f4-2e7705effda4' 2020-06-17 11:23:38.160 57 INFO rally.api [-] The report has been successfully built. 2020-06-17 11:23:39.798 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:23:39.799 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:23:39.799 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:23:42.209 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '63d5e02a-2862-473e-a9f4-2e7705effda4' 2020-06-17 11:23:42.211 59 INFO rally.api [-] The report has been successfully built.