Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
---
|
|
version: 2
|
|
title: Dummy Manila Security Services
|
|
description: Test manila security services operations
|
|
subtasks:
|
|
- title: Dummy manila security services
|
|
scenario:
|
|
Dummy.openstack:
|
|
sleep: 0.1
|
|
runner:
|
|
constant:
|
|
times: 4
|
|
concurrency: 2
|
|
contexts:
|
|
quotas:
|
|
manila:
|
|
shares: -1
|
|
gigabytes: -1
|
|
share_networks: -1
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
manila_share_networks:
|
|
use_share_networks: true
|
|
manila_security_services:
|
|
security_services:
|
|
- type: ldap
|
|
server: LDAP server address
|
|
user: User that will be used
|
|
password: Password for specified user
|
|
- type: kerberos
|
|
dns_ip: IP address of DNS service to be used
|
|
server: Kerberos server address
|
|
domain: Kerberos realm
|
|
user: User that will be used
|
|
password: Password for specified user
|
|
- type: active_directory
|
|
dns_ip: IP address of DNS service to be used
|
|
domain: Domain from 'Active Directory'
|
|
user: User from 'Active Directory'
|
|
password: password for specified user
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|