Commit 0745776 1 parent 64d121c commit 0745776 Copy full SHA for 0745776
File tree 1 file changed +26
-26
lines changed
packages/cli/__tests__/__src__
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
export interface ITestPropertiesSchema {
17
17
18
- /**
18
+ /**
19
19
* Properties related to connecting to CICS service
20
20
*/
21
- cics : {
22
- /**
21
+ cics : {
22
+ /**
23
23
* user ID to connect to CMCI
24
24
*/
25
- user : string ,
26
- /**
25
+ user : string ,
26
+ /**
27
27
* Password to connect to CMCI
28
28
*/
29
- password : string ,
30
- /**
29
+ password : string ,
30
+ /**
31
31
* host name for CMCI
32
32
*/
33
- host : string ,
34
- /**
33
+ host : string ,
34
+ /**
35
35
* Port for CMCI
36
36
*/
37
- port ?: number ,
37
+ port ?: number ,
38
38
39
- /**
39
+ /**
40
40
* http or https protocol for CMCI
41
41
*/
42
- protocol ?: string ;
42
+ protocol ?: string ;
43
43
44
- /**
44
+ /**
45
45
* http or https protocol for CMCI
46
46
*/
47
- rejectUnauthorized ?: boolean ;
48
- } ;
47
+ rejectUnauthorized ?: boolean ;
48
+ } ;
49
49
50
- /**
50
+ /**
51
51
* Properties related to connecting to CMCI
52
52
*/
53
- cmci : {
54
- /**
53
+ cmci : {
54
+ /**
55
55
* CSD group to define resources to
56
56
*/
57
- csdGroup ?: string ;
57
+ csdGroup ?: string ;
58
58
59
- /**
59
+ /**
60
60
* Name of the CICS region e.g. "CICSCMCI"
61
61
*/
62
- regionName ?: string ;
63
- } ;
62
+ regionName ?: string ;
63
+ } ;
64
64
65
- urimap : {
66
- /**
65
+ urimap : {
66
+ /**
67
67
* Name of the certificate to use for CICS Client Testing
68
68
*/
69
- certificate ?: string ;
70
- } ;
69
+ certificate ?: string ;
70
+ } ;
71
71
}
You can’t perform that action at this time.
0 commit comments