blob: 5c9e2128b6350204924fd200781aca1f41105b41 [file] [log] [blame]
Mykyta Karpin504489e2018-04-11 14:16:06 +00001classes:
2 - service.runtest.tempest.cert
3 - service.runtest.tempest.test_accounts
4parameters:
5 _param:
6 # barbican tempest tests require admin accounts access
7 runtest_tempest_test_accounts_admin_access_enabled: True
8 runtest_tempest_test_accounts_roles:
9 - creator
10 - key-manager:service-admin
11 barbican:
12 client:
13 enabled: True
14 resources:
15 v1:
16 enabled: true
17 cloud_name: admin_identity
18 secrets:
19 TestSecret:
20 type: certificate
21 algorithm: RSA
22 payload_content_type: application/octet-stream
23 payload_content_encoding: base64
24 payload_path: ${_param:tempest_cert_file}
25 encodeb64_payload: true
26 runtest:
27 tempest:
28 test_cert_key: ${_param:tempest_cert_key}
29 test_cert_crt: ${_param:tempest_cert_file}
30 barbican_secret_name: TestSecret