2020-07-10 12:44:44.846 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:44:44.847 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:44:44.847 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:44:47.228 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-07-10 12:44:47.228 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 12:44:47.228 7 ERROR rally.cli.cliutils 2020-07-10 12:44:48.954 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:44:48.955 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:44:48.955 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:44:53.277 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:44:53.278 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:44:53.278 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:44:57.673 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:44:57.674 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:44:57.674 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:44:59.167 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:44:59.167 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:44:59.168 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:45:01.576 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-07-10 12:45:01.576 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 12:45:01.576 17 ERROR rally.cli.cliutils 2020-07-10 12:45:03.241 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:45:03.242 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:45:03.242 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:45:05.429 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 12:45:05.493 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0919c42e-7419-4f07-a8e9-5f707e943d75/repo. 2020-07-10 12:45:05.716 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0919c42e-7419-4f07-a8e9-5f707e943d75/repo'... done. ' 2020-07-10 12:45:05.733 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 12:45:05.755 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 12:45:05.816 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 12:45:06.507 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0919c42e-7419-4f07-a8e9-5f707e943d75) has been successfully created! 2020-07-10 12:45:08.141 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:45:08.142 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:45:08.142 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:45:12.769 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:45:12.769 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:45:12.769 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:45:15.188 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0919c42e-7419-4f07-a8e9-5f707e943d75) for deployment 'opnfv-rally' (UUID=1f6fa674-ad8e-4ebb-b50d-bfac5a72793b). 2020-07-10 12:45:15.635 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0919c42e-7419-4f07-a8e9-5f707e943d75) has been successfully configured for deployment 'opnfv-rally' (UUID=1f6fa674-ad8e-4ebb-b50d-bfac5a72793b)! 2020-07-10 12:45:24.015 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:45:24.015 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:45:24.015 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:45:26.330 34 INFO rally.api [-] Starting verification (UUID=fb6785e5-e9e0-4032-a1b2-a69bf0cafb3f) for deployment 'opnfv-rally' (UUID=1f6fa674-ad8e-4ebb-b50d-bfac5a72793b) by verifier 'opnfv-tempest' (UUID=0919c42e-7419-4f07-a8e9-5f707e943d75). 2020-07-10 12:45:26.871 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 12:45:26.871 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0919c42e-7419-4f07-a8e9-5f707e943d75/for-deployment-1f6fa674-ad8e-4ebb-b50d-bfac5a72793b/tempest.log' to option 'log_file'. 2020-07-10 12:45:26.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0919c42e-7419-4f07-a8e9-5f707e943d75/for-deployment-1f6fa674-ad8e-4ebb-b50d-bfac5a72793b/tempest.log 2020-07-10 12:45:26.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 12:45:26.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0919c42e-7419-4f07-a8e9-5f707e943d75/for-deployment-1f6fa674-ad8e-4ebb-b50d-bfac5a72793b/lock_files' to option 'lock_path'. 2020-07-10 12:45:26.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0919c42e-7419-4f07-a8e9-5f707e943d75/for-deployment-1f6fa674-ad8e-4ebb-b50d-bfac5a72793b/lock_files 2020-07-10 12:45:26.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 12:45:26.873 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-07-10 12:45:26.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5029eae5-b4e2-4d0e-9873-913ac2f9161f 2020-07-10 12:45:26.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f0e49cb4-e5bd-482a-9cfb-4893fabc0c2c 2020-07-10 12:45:26.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5f93379c-5221-43e9-b7fd-f73734ea2177 2020-07-10 12:45:26.875 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b3b6fac9-ade4-4324-8c4f-7251d7fb7f7c 2020-07-10 12:45:27.159 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 12:45:27.160 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_2e5668c6-2d1d-4b31-accc-2027737732e9 2020-07-10 12:45:27.160 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 12:45:27.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 12:45:27.289 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 12:45:27.290 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_fb6785e5_I3i7PCnE' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 12:45:27.325 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_fb6785e5_I3i7PCnE' (ID = 9b7c5c75-da44-41b1-9788-1978a9243e00) has been successfully created! 2020-07-10 12:45:27.325 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9b7c5c75-da44-41b1-9788-1978a9243e00' to option 'instance_type'. 2020-07-10 12:45:27.326 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9b7c5c75-da44-41b1-9788-1978a9243e00 2020-07-10 12:45:27.327 34 INFO rally.task.context [-] Verification 0919c42e-7419-4f07-a8e9-5f707e943d75 | Context tempest@default setup() finished in 0.83 sec 2020-07-10 12:45:27.328 34 INFO rally.task.context [-] Verification 0919c42e-7419-4f07-a8e9-5f707e943d75 | Context testr@default setup() finished in 0.32 msec 2020-07-10 12:45:27.328 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cb758542-0192-4c10-9f4f-bcd730a199bf'. 2020-07-10 12:45:45.889 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.754s] 2020-07-10 12:45:46.027 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.513s] 2020-07-10 12:45:47.044 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.435s] 2020-07-10 12:45:47.102 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.493s] 2020-07-10 12:45:47.212 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.109s] 2020-07-10 12:46:14.328 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.253s] 2020-07-10 12:46:18.640 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.257s] 2020-07-10 12:46:18.849 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.208s] 2020-07-10 12:46:19.038 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.188s] 2020-07-10 12:46:19.160 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.121s] 2020-07-10 12:46:19.306 34 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.145s] 2020-07-10 12:46:26.407 34 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-07-10 12:46:30.272 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [16.962s] 2020-07-10 12:46:44.048 34 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-07-10 12:47:21.081 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [61.947s] 2020-07-10 12:47:59.928 34 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [25.776s] 2020-07-10 12:48:02.367 34 INFO rally.task.context [-] Verification 0919c42e-7419-4f07-a8e9-5f707e943d75 | Context testr@default cleanup() started 2020-07-10 12:48:02.367 34 INFO rally.task.context [-] Verification 0919c42e-7419-4f07-a8e9-5f707e943d75 | Context testr@default cleanup() finished in 0.71 msec 2020-07-10 12:48:02.368 34 INFO rally.task.context [-] Verification 0919c42e-7419-4f07-a8e9-5f707e943d75 | Context tempest@default cleanup() started 2020-07-10 12:48:02.534 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_fb6785e5_I3i7PCnE'. 2020-07-10 12:48:02.745 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_fb6785e5_I3i7PCnE' has been deleted. 2020-07-10 12:48:02.746 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '9b7c5c75-da44-41b1-9788-1978a9243e00' of option 'instance_type' from Tempest config file. 2020-07-10 12:48:02.746 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '9b7c5c75-da44-41b1-9788-1978a9243e00' has been removed. 2020-07-10 12:48:02.753 34 INFO rally.task.context [-] Verification 0919c42e-7419-4f07-a8e9-5f707e943d75 | Context tempest@default cleanup() finished in 0.38 sec 2020-07-10 12:48:02.774 34 INFO rally.api [-] Verification (UUID=fb6785e5-e9e0-4032-a1b2-a69bf0cafb3f) has been successfully finished for deployment 'opnfv-rally' (UUID=1f6fa674-ad8e-4ebb-b50d-bfac5a72793b)! 2020-07-10 12:48:04.457 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:04.458 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:04.458 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:05.999 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:06.000 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:06.000 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:08.427 57 INFO rally.api [-] Building 'html' report for the following verification(s): 'fb6785e5-e9e0-4032-a1b2-a69bf0cafb3f' 2020-07-10 12:48:08.448 57 INFO rally.api [-] The report has been successfully built. 2020-07-10 12:48:10.106 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:10.106 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:10.106 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:12.383 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fb6785e5-e9e0-4032-a1b2-a69bf0cafb3f' 2020-07-10 12:48:12.386 59 INFO rally.api [-] The report has been successfully built.