2020-11-28 12:53:50.169 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:53:50.169 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:53:50.169 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:53:52.635 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-11-28 12:53:52.635 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:53:52.635 7 ERROR rally.cli.cliutils 2020-11-28 12:53:54.363 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:53:54.364 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:53:54.364 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:53:58.658 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:53:58.658 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:53:58.659 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:03.558 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:54:03.559 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:54:03.559 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:05.153 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:54:05.154 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:54:05.154 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:07.541 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-11-28 12:54:07.541 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:54:07.541 17 ERROR rally.cli.cliutils 2020-11-28 12:54:09.527 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:54:09.527 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:54:09.527 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:11.940 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:54:12.021 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-af49ce7a-ca0b-4993-86c8-7f499d91a18e/repo. 2020-11-28 12:54:12.366 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-af49ce7a-ca0b-4993-86c8-7f499d91a18e/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:54:12.381 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:54:12.390 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:54:12.414 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:54:12.481 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:54:13.412 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=af49ce7a-ca0b-4993-86c8-7f499d91a18e) has been successfully created! 2020-11-28 12:54:15.247 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:54:15.247 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:54:15.248 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:20.284 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:54:20.284 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:54:20.285 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:22.916 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=af49ce7a-ca0b-4993-86c8-7f499d91a18e) for deployment 'opnfv-rally' (UUID=84ab329f-3eb2-4fc7-b29b-89aaaa1652c6). 2020-11-28 12:54:25.118 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=af49ce7a-ca0b-4993-86c8-7f499d91a18e) has been successfully configured for deployment 'opnfv-rally' (UUID=84ab329f-3eb2-4fc7-b29b-89aaaa1652c6)! 2020-11-28 12:54:34.158 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:54:34.158 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:54:34.159 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:54:36.590 35 INFO rally.api [-] Starting verification (UUID=2deae99e-428c-4a58-9505-9f3f7d182b5b) for deployment 'opnfv-rally' (UUID=84ab329f-3eb2-4fc7-b29b-89aaaa1652c6) by verifier 'opnfv-tempest' (UUID=af49ce7a-ca0b-4993-86c8-7f499d91a18e). 2020-11-28 12:54:37.252 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:54:37.253 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-af49ce7a-ca0b-4993-86c8-7f499d91a18e/for-deployment-84ab329f-3eb2-4fc7-b29b-89aaaa1652c6/tempest.log' to option 'log_file'. 2020-11-28 12:54:37.253 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-af49ce7a-ca0b-4993-86c8-7f499d91a18e/for-deployment-84ab329f-3eb2-4fc7-b29b-89aaaa1652c6/tempest.log 2020-11-28 12:54:37.254 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:54:37.254 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-af49ce7a-ca0b-4993-86c8-7f499d91a18e/for-deployment-84ab329f-3eb2-4fc7-b29b-89aaaa1652c6/lock_files' to option 'lock_path'. 2020-11-28 12:54:37.254 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-af49ce7a-ca0b-4993-86c8-7f499d91a18e/for-deployment-84ab329f-3eb2-4fc7-b29b-89aaaa1652c6/lock_files 2020-11-28 12:54:37.255 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:54:37.255 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-11-28 12:54:37.255 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5f97bf40-fff5-496a-a316-1bc37c4d52e7 2020-11-28 12:54:37.256 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c64841e1-8671-4628-bd30-326ba2f1645c 2020-11-28 12:54:37.257 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7646aa59-24d4-4940-b355-0d2267d75539 2020-11-28 12:54:37.257 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cb7f77f0-2dca-4c83-83c5-6b9cc78281b4 2020-11-28 12:54:37.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:54:37.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_8e17ba48-4c13-42db-9fcc-307df126af80 2020-11-28 12:54:37.497 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:54:37.604 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:54:37.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_fa902c0a_QvUXMdnQ'. Using flavor 'rally_verify_fa902c0a_QvUXMdnQ' (ID = d8dc28cb-a9e6-4033-9ada-87025621082b) for the tests. 2020-11-28 12:54:37.664 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8dc28cb-a9e6-4033-9ada-87025621082b' to option 'instance_type'. 2020-11-28 12:54:37.664 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8dc28cb-a9e6-4033-9ada-87025621082b 2020-11-28 12:54:37.665 35 INFO rally.task.context [-] Verification af49ce7a-ca0b-4993-86c8-7f499d91a18e | Context tempest@default setup() finished in 0.91 sec 2020-11-28 12:54:37.666 35 INFO rally.task.context [-] Verification af49ce7a-ca0b-4993-86c8-7f499d91a18e | Context testr@default setup() finished in 0.28 msec 2020-11-28 12:54:37.666 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c225ff69-c372-462b-a156-4f478ac3723e'. 2020-11-28 12:54:59.692 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.390s] 2020-11-28 12:55:03.782 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.543s] 2020-11-28 12:55:05.536 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.641s] 2020-11-28 12:55:05.627 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.091s] 2020-11-28 12:55:05.922 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.486s] 2020-11-28 12:55:34.131 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.495s] 2020-11-28 12:55:52.916 35 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [15.857s] 2020-11-28 12:56:03.167 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [35.990s] 2020-11-28 12:56:03.747 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.283s] 2020-11-28 12:56:03.861 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.114s] 2020-11-28 12:56:04.034 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.172s] 2020-11-28 12:56:04.145 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.111s] 2020-11-28 12:56:04.287 35 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.141s] 2020-11-28 12:56:05.191 35 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2020-11-28 12:56:58.852 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [83.004s] 2020-11-28 12:57:13.779 35 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.test_barbican_tempest_plugin.TestBarbican_tempest_plugin.test_something ... success [0.001s] 2020-11-28 12:57:14.234 35 INFO rally.task.context [-] Verification af49ce7a-ca0b-4993-86c8-7f499d91a18e | Context testr@default cleanup() started 2020-11-28 12:57:14.235 35 INFO rally.task.context [-] Verification af49ce7a-ca0b-4993-86c8-7f499d91a18e | Context testr@default cleanup() finished in 0.64 msec 2020-11-28 12:57:14.236 35 INFO rally.task.context [-] Verification af49ce7a-ca0b-4993-86c8-7f499d91a18e | Context tempest@default cleanup() started 2020-11-28 12:57:14.429 35 INFO rally.task.context [-] Verification af49ce7a-ca0b-4993-86c8-7f499d91a18e | Context tempest@default cleanup() finished in 0.19 sec 2020-11-28 12:57:14.456 35 INFO rally.api [-] Verification (UUID=2deae99e-428c-4a58-9505-9f3f7d182b5b) has been successfully finished for deployment 'opnfv-rally' (UUID=84ab329f-3eb2-4fc7-b29b-89aaaa1652c6)! 2020-11-28 12:57:16.532 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:57:16.533 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:57:16.533 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:57:18.204 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:57:18.205 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:57:18.205 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:57:20.694 58 INFO rally.api [-] Building 'html' report for the following verification(s): '2deae99e-428c-4a58-9505-9f3f7d182b5b' 2020-11-28 12:57:20.725 58 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:57:22.453 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:57:22.453 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:57:22.454 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:57:24.711 60 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2deae99e-428c-4a58-9505-9f3f7d182b5b' 2020-11-28 12:57:24.714 60 INFO rally.api [-] The report has been successfully built.