@@ -4,7 +4,51 @@ name: terraform-provider-ovh
4
4
description : |
5
5
Empty pipeline to use as root node for the workflow allowing the use of parameters from the UI
6
6
parameters :
7
- testargs :
8
- type : string
9
- default : " "
10
- description : additional testacc arguments
7
+ skipthistest.cloudprojectdatabase :
8
+ type : boolean
9
+ description : Skip Cloud Project Database tests
10
+ skipthistest.cloudproject :
11
+ type : boolean
12
+ description : Skip Cloud Project tests
13
+ skipthistest.cloudprojectkubernetes :
14
+ type : boolean
15
+ description : Skip Cloud Project Kubernetes tests
16
+ skipthistest.ldp :
17
+ type : boolean
18
+ description : Skip LDP tests
19
+ skipthistest.ceph :
20
+ type : boolean
21
+ description : Skip Ceph tests
22
+ skipthistest.nasha :
23
+ type : boolean
24
+ description : Skip NAS HA tests
25
+ skipthistest.baremetal :
26
+ type : boolean
27
+ description : Skip Baremetal tests
28
+ skipthistest.dns :
29
+ type : boolean
30
+ description : Skip DNS Zone tests
31
+ skipthistest.hostingdatabase :
32
+ type : boolean
33
+ description : Skip Hosting Database tests
34
+ skipthistest.iplb :
35
+ type : boolean
36
+ description : Skip IPLB tests
37
+ skipthistest.ip :
38
+ type : boolean
39
+ description : Skip IP tests
40
+ skipthistest.order :
41
+ type : boolean
42
+ description : Skip Order tests
43
+ skipthistest.iam :
44
+ type : boolean
45
+ description : Skip IAM tests
46
+ skipthistest.account :
47
+ type : boolean
48
+ description : Skip Account Management tests
49
+ skipthistest.vps :
50
+ type : boolean
51
+ description : Skip VPS tests
52
+ skipthistest.vrack :
53
+ type : boolean
54
+ description : Skip vRack tests
0 commit comments