-
Notifications
You must be signed in to change notification settings - Fork 7
/
polarion_tools.yaml.template
80 lines (72 loc) · 1.63 KB
/
polarion_tools.yaml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
polarion-project-id: POLARION_PROJECT
xunit_import_properties:
polarion-testrun-status-id: inprogress
polarion-lookup-method: custom
polarion-custom-lookup-method-field-id: testCaseID
testcase_import_properties:
lookup-method: custom
polarion-custom-lookup-method-field-id: testCaseID
polarion_url: https://polarion_url
username: user
password: Password
repo_address: https://github.com/project/repo
default_fields:
assignee: ""
caseautomation: automated
casecomponent: "-"
caseimportance: high
caselevel: component
caseposneg: positive
customerscenario: ""
description: ""
expectedResults: ""
ignored: false
initialEstimate: ""
linkedWorkItems: ""
setup: ""
status: ""
subtype1: "-"
subtype2: "-"
tags: ""
teardown: ""
testSteps: ""
testtype: functional
title: ""
work_item_id: ""
custom_fields:
- caseautomation
- casecomponent
- caseimportance
- caselevel
- caseposneg
- customerscenario
- setup
- subtype1
- subtype2
- tags
- teardown
- testtype
- upstream
requirements_default_fields:
assignee: ""
dueDate: ""
initialEstimate: ""
plannedIn: ""
priority: ""
reqtype: "functional"
severity: ""
status: ""
requirements_custom_fields:
- reqtype
blacklisted_tests:
- 'cfme/tests/containers/'
- 'cfme/tests/openstack/'
- 'test_import_own_module'
- 'hawkular'
- '\[.*rhos'
- '\[.*rhev'
- '\[.*rhv'
whitelisted_tests:
- 'cfme/tests/infrastructure/test_quota_tagging.py::test_.*\[.*rhe?v'
- 'test_tenant_quota.py'
- 'cfme/tests/v2v'