File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
tests/integration/targets/cics_cmci Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ cmci_password: __password__
9
9
cmci_context: CICSEX56
10
10
cmci_scope_https: IYCWEMW2
11
11
cmci_scope_http: IYCWEMW1
12
- cmci_scope_alternate_1 : IYCWEML1
13
- cmci_scope_alternate_2 : IYCWEMM1
12
+ cmci_scope_region_1 : IYCWEML1
13
+ cmci_scope_region_2 : IYCWEMM1
Original file line number Diff line number Diff line change 15
15
resource_assignment : ' ANSIGMNT'
16
16
resource_group : ' ANSIRGRP'
17
17
related_scope : ' {{ cmci_scope_http }}'
18
- region_one : ' {{ cmci_scope_alternate_1 }}'
19
- region_two : ' {{ cmci_scope_alternate_2 }}'
18
+ region_one : ' {{ cmci_scope_region_1 }}'
19
+ region_two : ' {{ cmci_scope_region_2 }}'
20
20
target_scope : ' ANSITARG'
21
21
def_ver : ' 1'
22
22
Original file line number Diff line number Diff line change 20
20
resource_assignment_type_related : ' CICSLocalFile'
21
21
resource_group : ' ANSIRGRP'
22
22
related_scope : ' {{ cmci_scope_http }}'
23
- target_scope : ' {{ cmci_scope_alternate_1 }}'
23
+ target_scope : ' {{ cmci_scope_region_1 }}'
24
24
def_ver : ' 1'
25
25
26
26
Original file line number Diff line number Diff line change 12
12
program : ' ANSIPROG'
13
13
resource_description : ' ANSIBAS'
14
14
resource_group : ' ANSIGRP'
15
- resource_scope : ' {{ cmci_scope_alternate_2 }}'
15
+ resource_scope : ' {{ cmci_scope_region_2 }}'
16
16
def_ver : ' 1'
17
17
18
18
Original file line number Diff line number Diff line change 55
55
cmci_password : ' {{ cmci_password }}'
56
56
57
57
context : ' {{ cmci_context }}'
58
- scope : ' {{ cmci_scope_alternate_1 }}'
58
+ scope : ' {{ cmci_scope_region_1 }}'
59
59
type : ' cicsprogram'
60
60
scheme : ' https'
61
61
insecure : true
You can’t perform that action at this time.
0 commit comments