-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Add polarion.yaml missing in sssd-2-8
- Loading branch information
1 parent
9030bc6
commit 4c8d0f9
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
testcase: | ||
required: | ||
title: | ||
transform: | ||
pattern: "^(.*)$" | ||
replace: "IDM-SSSD-TC: \\1" | ||
validate: "IDM-SSSD-TC: (.+)" | ||
setup: | ||
format: pre | ||
steps: | ||
expectedresults: | ||
customerscenario: | ||
caseimportance: | ||
requirement: | ||
optional: | ||
id: | ||
default: "idm-sssd-tc::{{ item.id }}" | ||
caseautomation: | ||
default: "automated" | ||
casecomponent: | ||
default: "sssd" | ||
status: | ||
default: "approved" | ||
subsystemteam: | ||
default: "rhel-sst-idm-sssd" | ||
upstream: | ||
default: "yes" | ||
automation_script: | ||
default: "{{ tests_url }}/{{ item.location.file }}#L{{ item.location.line }}" | ||
testtype: | ||
default: "functional" | ||
caselevel: | ||
default: "system" | ||
teardown: | ||
format: pre |