--- KeystoneBasic.create_user: - args: {} runner: type: "constant" times: 10 concurrency: 10 sla: failure_rate: max: 0 {% if test_type == "smoke" %} KeystoneBasic.create_delete_user: - args: {} runner: type: "constant" times: 10 concurrency: 10 sla: failure_rate: max: 0 {% fi %}