2020-06-16 09:29:48.435 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:29:48.435 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:29:48.435 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:29:51.100 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-16 09:29:51.100 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:29:51.100 7 ERROR rally.cli.cliutils 2020-06-16 09:29:52.814 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:29:52.815 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:29:52.815 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:29:57.119 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:29:57.120 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:29:57.120 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:02.287 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:30:02.288 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:30:02.288 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:03.807 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:30:03.808 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:30:03.808 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:06.249 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-16 09:30:06.249 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:30:06.249 17 ERROR rally.cli.cliutils 2020-06-16 09:30:07.851 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:30:07.852 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:30:07.852 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:10.281 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:30:10.338 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-13ffed3f-4ef3-41e5-aa73-ed921707d466/repo. 2020-06-16 09:30:10.557 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-13ffed3f-4ef3-41e5-aa73-ed921707d466/repo'... done. ' 2020-06-16 09:30:10.569 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:30:10.596 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:30:10.663 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:30:11.501 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13ffed3f-4ef3-41e5-aa73-ed921707d466) has been successfully created! 2020-06-16 09:30:13.293 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:30:13.293 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:30:13.293 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:18.216 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:30:18.216 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:30:18.216 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:20.873 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=13ffed3f-4ef3-41e5-aa73-ed921707d466) for deployment 'opnfv-rally' (UUID=6e1c033a-5d44-40b5-bade-c01ee86dacbd). 2020-06-16 09:30:25.930 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13ffed3f-4ef3-41e5-aa73-ed921707d466) has been successfully configured for deployment 'opnfv-rally' (UUID=6e1c033a-5d44-40b5-bade-c01ee86dacbd)! 2020-06-16 09:30:34.714 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:30:34.715 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:30:34.715 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:30:37.344 34 INFO rally.api [-] Starting verification (UUID=08a7165c-1c92-489d-aef8-4e8fc68c1a79) for deployment 'opnfv-rally' (UUID=6e1c033a-5d44-40b5-bade-c01ee86dacbd) by verifier 'opnfv-tempest' (UUID=13ffed3f-4ef3-41e5-aa73-ed921707d466). 2020-06-16 09:30:38.020 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:30:38.020 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-13ffed3f-4ef3-41e5-aa73-ed921707d466/for-deployment-6e1c033a-5d44-40b5-bade-c01ee86dacbd/tempest.log' to option 'log_file'. 2020-06-16 09:30:38.021 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-13ffed3f-4ef3-41e5-aa73-ed921707d466/for-deployment-6e1c033a-5d44-40b5-bade-c01ee86dacbd/tempest.log 2020-06-16 09:30:38.021 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:30:38.022 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-13ffed3f-4ef3-41e5-aa73-ed921707d466/for-deployment-6e1c033a-5d44-40b5-bade-c01ee86dacbd/lock_files' to option 'lock_path'. 2020-06-16 09:30:38.022 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-13ffed3f-4ef3-41e5-aa73-ed921707d466/for-deployment-6e1c033a-5d44-40b5-bade-c01ee86dacbd/lock_files 2020-06-16 09:30:38.022 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-16 09:30:38.023 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-16 09:30:38.023 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 433b6957-b7cb-41fb-869d-44d2d943428d 2020-06-16 09:30:38.023 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8d770c9b-b543-49d0-ac91-bba11b4e37e9 2020-06-16 09:30:38.024 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cfc03897-7ded-49eb-8c44-89d99e7fe928 2020-06-16 09:30:38.025 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ed4a1080-0b23-4710-be3c-f42552a8fbe3 2020-06-16 09:30:38.261 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:30:38.262 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_01890308-8b41-4c62-9086-c11b18fe58b7 2020-06-16 09:30:38.263 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:30:38.340 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:30:38.380 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a7067560_RYauRRFv'. Using flavor 'rally_verify_a7067560_RYauRRFv' (ID = d19db21d-5319-4188-82ec-d81f4a8005c3) for the tests. 2020-06-16 09:30:38.380 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd19db21d-5319-4188-82ec-d81f4a8005c3' to option 'instance_type'. 2020-06-16 09:30:38.381 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d19db21d-5319-4188-82ec-d81f4a8005c3 2020-06-16 09:30:38.382 34 INFO rally.task.context [-] Verification 13ffed3f-4ef3-41e5-aa73-ed921707d466 | Context tempest@default setup() finished in 0.82 sec 2020-06-16 09:30:38.383 34 INFO rally.task.context [-] Verification 13ffed3f-4ef3-41e5-aa73-ed921707d466 | Context testr@default setup() finished in 0.29 msec 2020-06-16 09:30:38.383 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cdffb810-d9e4-4b1f-8073-fb23fc0f67c4'. 2020-06-16 09:30:59.433 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.737s] 2020-06-16 09:30:59.531 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.099s] 2020-06-16 09:31:03.783 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.541s] 2020-06-16 09:31:04.056 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.553s] 2020-06-16 09:31:05.921 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.285s] 2020-06-16 09:31:06.046 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.124s] 2020-06-16 09:31:06.256 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.204s] 2020-06-16 09:31:06.405 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.153s] 2020-06-16 09:31:06.587 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.181s] 2020-06-16 09:31:29.092 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-06-16 09:31:35.344 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.277s] 2020-06-16 09:31:37.755 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.789s] 2020-06-16 09:32:13.765 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [26.047s] 2020-06-16 09:32:29.184 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-06-16 09:32:29.488 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [33.456s] 2020-06-16 09:33:05.286 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [52.602s] 2020-06-16 09:33:21.257 34 INFO rally.task.context [-] Verification 13ffed3f-4ef3-41e5-aa73-ed921707d466 | Context testr@default cleanup() started 2020-06-16 09:33:21.258 34 INFO rally.task.context [-] Verification 13ffed3f-4ef3-41e5-aa73-ed921707d466 | Context testr@default cleanup() finished in 0.86 msec 2020-06-16 09:33:21.258 34 INFO rally.task.context [-] Verification 13ffed3f-4ef3-41e5-aa73-ed921707d466 | Context tempest@default cleanup() started 2020-06-16 09:33:21.430 34 INFO rally.task.context [-] Verification 13ffed3f-4ef3-41e5-aa73-ed921707d466 | Context tempest@default cleanup() finished in 0.17 sec 2020-06-16 09:33:21.447 34 INFO rally.api [-] Verification (UUID=08a7165c-1c92-489d-aef8-4e8fc68c1a79) has been successfully finished for deployment 'opnfv-rally' (UUID=6e1c033a-5d44-40b5-bade-c01ee86dacbd)! 2020-06-16 09:33:23.266 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:33:23.266 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:33:23.267 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:33:24.890 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:33:24.891 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:33:24.891 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:33:27.309 57 INFO rally.api [-] Building 'html' report for the following verification(s): '08a7165c-1c92-489d-aef8-4e8fc68c1a79' 2020-06-16 09:33:27.334 57 INFO rally.api [-] The report has been successfully built. 2020-06-16 09:33:29.163 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:33:29.163 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:33:29.163 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:33:31.606 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '08a7165c-1c92-489d-aef8-4e8fc68c1a79' 2020-06-16 09:33:31.609 59 INFO rally.api [-] The report has been successfully built.