2020-05-03 13:34:44.602 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:44.602 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:44.602 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:47.081 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-05-03 13:34:47.081 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 13:34:47.081 7 ERROR rally.cli.cliutils 2020-05-03 13:34:48.833 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:48.833 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:48.834 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:53.066 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:53.067 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:53.067 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:58.041 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:58.042 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:58.042 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:34:59.682 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:34:59.682 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:34:59.683 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:35:02.023 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-05-03 13:35:02.023 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 13:35:02.023 17 ERROR rally.cli.cliutils 2020-05-03 13:35:03.902 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:35:03.903 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:35:03.903 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:35:06.310 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 13:35:06.445 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ae3a7965-dcb5-40ad-8444-549f66fda883/repo. 2020-05-03 13:35:06.727 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ae3a7965-dcb5-40ad-8444-549f66fda883/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-05-03 13:35:06.742 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 13:35:06.752 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 13:35:06.771 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 13:35:06.824 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 13:35:07.660 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ae3a7965-dcb5-40ad-8444-549f66fda883) has been successfully created! 2020-05-03 13:35:09.532 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:35:09.532 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:35:09.533 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:35:14.383 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:35:14.383 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:35:14.383 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:35:16.812 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ae3a7965-dcb5-40ad-8444-549f66fda883) for deployment 'opnfv-rally' (UUID=69959f10-939e-42d7-a8b1-584102dc2fff). 2020-05-03 13:35:17.273 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ae3a7965-dcb5-40ad-8444-549f66fda883) has been successfully configured for deployment 'opnfv-rally' (UUID=69959f10-939e-42d7-a8b1-584102dc2fff)! 2020-05-03 13:35:26.571 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:35:26.571 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:35:26.571 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:35:29.080 35 INFO rally.api [-] Starting verification (UUID=3ec995ae-574f-4abc-ba34-c3ad7852d9e6) for deployment 'opnfv-rally' (UUID=69959f10-939e-42d7-a8b1-584102dc2fff) by verifier 'opnfv-tempest' (UUID=ae3a7965-dcb5-40ad-8444-549f66fda883). 2020-05-03 13:35:29.896 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 13:35:29.897 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ae3a7965-dcb5-40ad-8444-549f66fda883/for-deployment-69959f10-939e-42d7-a8b1-584102dc2fff/tempest.log' to option 'log_file'. 2020-05-03 13:35:29.897 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ae3a7965-dcb5-40ad-8444-549f66fda883/for-deployment-69959f10-939e-42d7-a8b1-584102dc2fff/tempest.log 2020-05-03 13:35:29.897 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 13:35:29.898 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ae3a7965-dcb5-40ad-8444-549f66fda883/for-deployment-69959f10-939e-42d7-a8b1-584102dc2fff/lock_files' to option 'lock_path'. 2020-05-03 13:35:29.898 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ae3a7965-dcb5-40ad-8444-549f66fda883/for-deployment-69959f10-939e-42d7-a8b1-584102dc2fff/lock_files 2020-05-03 13:35:29.898 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 13:35:29.899 35 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-05-03 13:35:29.899 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 61bb3c82-b21f-46f7-a803-9d68fa7070d9 2020-05-03 13:35:29.900 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9676d92f-67d7-40f7-b6ea-da7d413a58ba 2020-05-03 13:35:29.901 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9c7278c7-9f94-4344-85c3-8b2525ad5ea6 2020-05-03 13:35:29.902 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d629b070-e66c-4659-95b3-c2ba559cf55c 2020-05-03 13:35:30.213 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 13:35:30.213 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_7593bf38-2b03-44e1-83b5-adbfc1544e45 2020-05-03 13:35:30.214 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 13:35:30.290 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 13:35:30.328 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8dd2d5f2_VbQQ6kO7'. Using flavor 'rally_verify_8dd2d5f2_VbQQ6kO7' (ID = fa1388b7-2d72-4010-8f62-af49e65abb70) for the tests. 2020-05-03 13:35:30.329 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fa1388b7-2d72-4010-8f62-af49e65abb70' to option 'instance_type'. 2020-05-03 13:35:30.329 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fa1388b7-2d72-4010-8f62-af49e65abb70 2020-05-03 13:35:30.330 35 INFO rally.task.context [-] Verification ae3a7965-dcb5-40ad-8444-549f66fda883 | Context tempest@default setup() finished in 1.00 sec 2020-05-03 13:35:30.331 35 INFO rally.task.context [-] Verification ae3a7965-dcb5-40ad-8444-549f66fda883 | Context testr@default setup() finished in 0.36 msec 2020-05-03 13:35:30.331 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/7e749cdb-413e-418c-9fc8-b485d04011c8'. 2020-05-03 13:35:35.251 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-05-03 13:35:35.292 35 INFO opnfv-tempest [-] {5} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-05-03 13:35:53.776 35 INFO opnfv-tempest [-] {4} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.630s] 2020-05-03 13:35:53.880 35 INFO opnfv-tempest [-] {4} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.105s] 2020-05-03 13:35:55.693 35 INFO opnfv-tempest [-] {7} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.693s] 2020-05-03 13:35:56.413 35 INFO opnfv-tempest [-] {6} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.553s] 2020-05-03 13:35:56.646 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.618s] 2020-05-03 13:35:58.414 35 INFO opnfv-tempest [-] {10} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.412s] 2020-05-03 13:35:59.132 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.215s] 2020-05-03 13:35:59.245 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.112s] 2020-05-03 13:35:59.436 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.190s] 2020-05-03 13:35:59.555 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.118s] 2020-05-03 13:35:59.687 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.130s] 2020-05-03 13:36:09.472 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [32.935s] 2020-05-03 13:36:13.513 35 INFO opnfv-tempest [-] {9} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [22.081s] 2020-05-03 13:37:22.697 35 INFO opnfv-tempest [-] {8} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [90.219s] 2020-05-03 13:37:36.755 35 INFO rally.task.context [-] Verification ae3a7965-dcb5-40ad-8444-549f66fda883 | Context testr@default cleanup() started 2020-05-03 13:37:36.756 35 INFO rally.task.context [-] Verification ae3a7965-dcb5-40ad-8444-549f66fda883 | Context testr@default cleanup() finished in 0.81 msec 2020-05-03 13:37:36.756 35 INFO rally.task.context [-] Verification ae3a7965-dcb5-40ad-8444-549f66fda883 | Context tempest@default cleanup() started 2020-05-03 13:37:36.947 35 INFO rally.task.context [-] Verification ae3a7965-dcb5-40ad-8444-549f66fda883 | Context tempest@default cleanup() finished in 0.19 sec 2020-05-03 13:37:36.967 35 INFO rally.api [-] Verification (UUID=3ec995ae-574f-4abc-ba34-c3ad7852d9e6) has been successfully finished for deployment 'opnfv-rally' (UUID=69959f10-939e-42d7-a8b1-584102dc2fff)! 2020-05-03 13:37:38.838 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:37:38.839 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:37:38.839 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:37:40.440 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:37:40.440 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:37:40.441 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:37:42.836 79 INFO rally.api [-] Building 'html' report for the following verification(s): '3ec995ae-574f-4abc-ba34-c3ad7852d9e6' 2020-05-03 13:37:42.857 79 INFO rally.api [-] The report has been successfully built. 2020-05-03 13:37:44.671 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:37:44.671 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:37:44.671 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:37:46.878 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3ec995ae-574f-4abc-ba34-c3ad7852d9e6' 2020-05-03 13:37:46.881 81 INFO rally.api [-] The report has been successfully built.