2020-06-04 19:15:50.247 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:15:50.248 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:15:50.248 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:15:52.422 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-04 19:15:52.422 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 19:15:52.422 7 ERROR rally.cli.cliutils 2020-06-04 19:15:53.980 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:15:53.981 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:15:53.981 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:15:58.014 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:15:58.014 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:15:58.015 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:03.017 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:16:03.017 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:16:03.018 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:04.514 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:16:04.514 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:16:04.515 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:06.680 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-04 19:16:06.680 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 19:16:06.680 17 ERROR rally.cli.cliutils 2020-06-04 19:16:08.405 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:16:08.405 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:16:08.406 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:10.748 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 19:16:10.826 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ad6b8962-02d0-4250-8c58-3ed53d0a697d/repo. 2020-06-04 19:16:11.042 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ad6b8962-02d0-4250-8c58-3ed53d0a697d/repo'... done. ' 2020-06-04 19:16:11.054 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 19:16:11.076 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 19:16:11.126 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 19:16:11.953 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ad6b8962-02d0-4250-8c58-3ed53d0a697d) has been successfully created! 2020-06-04 19:16:13.854 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:16:13.854 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:16:13.854 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:18.485 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:16:18.485 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:16:18.485 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:20.901 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ad6b8962-02d0-4250-8c58-3ed53d0a697d) for deployment 'opnfv-rally' (UUID=c27464c6-38ad-4f2d-86ce-d227365dd363). 2020-06-04 19:16:21.385 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ad6b8962-02d0-4250-8c58-3ed53d0a697d) has been successfully configured for deployment 'opnfv-rally' (UUID=c27464c6-38ad-4f2d-86ce-d227365dd363)! 2020-06-04 19:16:29.892 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:16:29.893 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:16:29.893 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:16:32.220 34 INFO rally.api [-] Starting verification (UUID=e8ab2be5-05e0-49f2-948c-8a8e4f58c066) for deployment 'opnfv-rally' (UUID=c27464c6-38ad-4f2d-86ce-d227365dd363) by verifier 'opnfv-tempest' (UUID=ad6b8962-02d0-4250-8c58-3ed53d0a697d). 2020-06-04 19:16:33.004 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 19:16:33.004 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ad6b8962-02d0-4250-8c58-3ed53d0a697d/for-deployment-c27464c6-38ad-4f2d-86ce-d227365dd363/tempest.log' to option 'log_file'. 2020-06-04 19:16:33.005 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ad6b8962-02d0-4250-8c58-3ed53d0a697d/for-deployment-c27464c6-38ad-4f2d-86ce-d227365dd363/tempest.log 2020-06-04 19:16:33.005 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 19:16:33.006 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ad6b8962-02d0-4250-8c58-3ed53d0a697d/for-deployment-c27464c6-38ad-4f2d-86ce-d227365dd363/lock_files' to option 'lock_path'. 2020-06-04 19:16:33.006 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ad6b8962-02d0-4250-8c58-3ed53d0a697d/for-deployment-c27464c6-38ad-4f2d-86ce-d227365dd363/lock_files 2020-06-04 19:16:33.007 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-04 19:16:33.007 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-04 19:16:33.008 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8db9f29a-6cf6-434b-9b91-1bae9cc45e72 2020-06-04 19:16:33.008 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 81766ea3-b32b-4ad7-95d2-8b91c5303366 2020-06-04 19:16:33.009 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = de50bb1a-1577-4982-9104-5dcd54211169 2020-06-04 19:16:33.009 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3223c733-9ae0-4d05-bc4a-618f01d54bfe 2020-06-04 19:16:33.225 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 19:16:33.225 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_07fbd1ec-cbcf-4103-9a1e-bbe998896b3e 2020-06-04 19:16:33.225 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 19:16:33.301 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 19:16:33.340 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 19:16:33.340 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e8ab2be5_z5mOyeTI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 19:16:33.378 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e8ab2be5_z5mOyeTI' (ID = 2a5b1c41-45c4-41e2-af1e-662e40d7d45b) has been successfully created! 2020-06-04 19:16:33.379 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2a5b1c41-45c4-41e2-af1e-662e40d7d45b' to option 'instance_type'. 2020-06-04 19:16:33.379 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2a5b1c41-45c4-41e2-af1e-662e40d7d45b 2020-06-04 19:16:33.381 34 INFO rally.task.context [-] Verification ad6b8962-02d0-4250-8c58-3ed53d0a697d | Context tempest@default setup() finished in 0.90 sec 2020-06-04 19:16:33.382 34 INFO rally.task.context [-] Verification ad6b8962-02d0-4250-8c58-3ed53d0a697d | Context testr@default setup() finished in 0.41 msec 2020-06-04 19:16:33.382 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/a05a38d9-7d02-49a8-9034-e105af66395d'. 2020-06-04 19:16:38.185 34 INFO opnfv-tempest [-] {4} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.000s] 2020-06-04 19:16:38.385 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-06-04 19:17:01.783 34 INFO opnfv-tempest [-] {10} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.560s] 2020-06-04 19:17:02.493 34 INFO opnfv-tempest [-] {5} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.775s] 2020-06-04 19:17:03.076 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.833s] 2020-06-04 19:17:07.574 34 INFO opnfv-tempest [-] {9} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.440s] 2020-06-04 19:17:07.686 34 INFO opnfv-tempest [-] {7} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.869s] 2020-06-04 19:17:07.828 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.322s] 2020-06-04 19:17:07.830 34 INFO opnfv-tempest [-] {7} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.136s] 2020-06-04 19:17:07.957 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.136s] 2020-06-04 19:17:08.262 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.305s] 2020-06-04 19:17:08.401 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.138s] 2020-06-04 19:17:08.536 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.133s] 2020-06-04 19:17:18.301 34 INFO opnfv-tempest [-] {6} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [36.601s] 2020-06-04 19:17:19.814 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [19.752s] 2020-06-04 19:18:01.637 34 INFO opnfv-tempest [-] {8} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [55.805s] 2020-06-04 19:18:16.999 34 INFO rally.task.context [-] Verification ad6b8962-02d0-4250-8c58-3ed53d0a697d | Context testr@default cleanup() started 2020-06-04 19:18:17.000 34 INFO rally.task.context [-] Verification ad6b8962-02d0-4250-8c58-3ed53d0a697d | Context testr@default cleanup() finished in 0.78 msec 2020-06-04 19:18:17.000 34 INFO rally.task.context [-] Verification ad6b8962-02d0-4250-8c58-3ed53d0a697d | Context tempest@default cleanup() started 2020-06-04 19:18:17.169 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e8ab2be5_z5mOyeTI'. 2020-06-04 19:18:17.388 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e8ab2be5_z5mOyeTI' has been deleted. 2020-06-04 19:18:17.390 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2a5b1c41-45c4-41e2-af1e-662e40d7d45b' of option 'instance_type' from Tempest config file. 2020-06-04 19:18:17.390 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2a5b1c41-45c4-41e2-af1e-662e40d7d45b' has been removed. 2020-06-04 19:18:17.394 34 INFO rally.task.context [-] Verification ad6b8962-02d0-4250-8c58-3ed53d0a697d | Context tempest@default cleanup() finished in 0.39 sec 2020-06-04 19:18:17.417 34 INFO rally.api [-] Verification (UUID=e8ab2be5-05e0-49f2-948c-8a8e4f58c066) has been successfully finished for deployment 'opnfv-rally' (UUID=c27464c6-38ad-4f2d-86ce-d227365dd363)! 2020-06-04 19:18:20.024 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:18:20.024 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:18:20.025 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:18:21.723 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:18:21.723 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:18:21.723 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:18:24.884 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'e8ab2be5-05e0-49f2-948c-8a8e4f58c066' 2020-06-04 19:18:24.917 78 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:18:26.763 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:18:26.764 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:18:26.764 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:18:28.947 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e8ab2be5-05e0-49f2-948c-8a8e4f58c066' 2020-06-04 19:18:28.950 80 INFO rally.api [-] The report has been successfully built.