@@ -11,15 +11,15 @@ Feature: Datasets
11
11
And a valid "appKeyAuth" key in the system
12
12
And an instance of "Datasets" API
13
13
14
- @skip-go @skip-java @skip-python @skip-ruby @skip-rust @skip-typescript @skip-validation @team:DataDog/aaa-granular-access
14
+ @skip-go @skip-java @skip-python @skip-ruby @skip-rust @skip-terraform-config @skip- typescript @skip-validation @team:DataDog/aaa-granular-access
15
15
Scenario : Create a dataset returns "Bad Request" response
16
16
Given new "CreateDataset" request
17
17
And operation "CreateDataset" enabled
18
18
And body with value {"test" : "bad_request" }
19
19
When the request is sent
20
20
Then the response status is 400 Bad Request
21
21
22
- @team:DataDog/aaa-granular-access
22
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
23
23
Scenario : Create a dataset returns "Conflict" response
24
24
Given there is a valid "dataset" in the system
25
25
And operation "CreateDataset" enabled
@@ -28,23 +28,23 @@ Feature: Datasets
28
28
When the request is sent
29
29
Then the response status is 409 Conflict
30
30
31
- @team:DataDog/aaa-granular-access
31
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
32
32
Scenario : Create a dataset returns "OK" response
33
33
Given new "CreateDataset" request
34
34
And operation "CreateDataset" enabled
35
35
And body with value {"data" : {"attributes" : {"name" : "Security Audit Dataset" , "principals" : ["role:94172442-be03-11e9-a77a-3b7612558ac1" ], "product_filters" : [{"filters" : ["@application.id:ABCD" ], "product" : "metrics" }]}, "type" : "dataset" }}
36
36
When the request is sent
37
37
Then the response status is 200 OK
38
38
39
- @team:DataDog/aaa-granular-access
39
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
40
40
Scenario : Delete a dataset returns "Bad Request" response
41
41
Given new "DeleteDataset" request
42
42
And operation "DeleteDataset" enabled
43
43
And request contains "dataset_id" parameter with value "malformed_id"
44
44
When the request is sent
45
45
Then the response status is 400 Bad Request
46
46
47
- @team:DataDog/aaa-granular-access
47
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
48
48
Scenario : Delete a dataset returns "No Content" response
49
49
Given there is a valid "dataset" in the system
50
50
And operation "DeleteDataset" enabled
@@ -53,23 +53,23 @@ Feature: Datasets
53
53
When the request is sent
54
54
Then the response status is 204 No Content
55
55
56
- @team:DataDog/aaa-granular-access
56
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
57
57
Scenario : Delete a dataset returns "Not Found" response
58
58
Given new "DeleteDataset" request
59
59
And operation "DeleteDataset" enabled
60
60
And request contains "dataset_id" parameter with value "00000000-0000-0000-0000-000000000000"
61
61
When the request is sent
62
62
Then the response status is 404 Not Found
63
63
64
- @skip-go @skip-java @skip-python @skip-ruby @skip-rust @skip-typescript @skip-validation @team:DataDog/aaa-granular-access
64
+ @skip-go @skip-java @skip-python @skip-ruby @skip-rust @skip-terraform-config @skip- typescript @skip-validation @team:DataDog/aaa-granular-access
65
65
Scenario : Edit a dataset returns "Bad Request" response
66
66
Given new "UpdateDataset" request
67
67
And operation "UpdateDataset" enabled
68
68
And request contains "dataset_id" parameter with value "malformed_id"
69
69
When the request is sent
70
70
Then the response status is 400 Bad Request
71
71
72
- @skip @team:DataDog/aaa-granular-access
72
+ @skip @skip-terraform-config @ team:DataDog/aaa-granular-access
73
73
Scenario : Edit a dataset returns "Not Found" response
74
74
Given there is a valid "dataset" in the system
75
75
And operation "UpdateDataset" enabled
@@ -79,7 +79,7 @@ Feature: Datasets
79
79
When the request is sent
80
80
Then the response status is 404 Not Found
81
81
82
- @team:DataDog/aaa-granular-access
82
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
83
83
Scenario : Edit a dataset returns "OK" response
84
84
Given there is a valid "dataset" in the system
85
85
And operation "UpdateDataset" enabled
@@ -89,23 +89,23 @@ Feature: Datasets
89
89
When the request is sent
90
90
Then the response status is 200 OK
91
91
92
- @team:DataDog/aaa-granular-access
92
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
93
93
Scenario : Get a single dataset by ID returns "Bad Request" response
94
94
Given new "GetDataset" request
95
95
And operation "GetDataset" enabled
96
96
And request contains "dataset_id" parameter with value "malformed_id"
97
97
When the request is sent
98
98
Then the response status is 400 Bad Request
99
99
100
- @skip @team:DataDog/aaa-granular-access
100
+ @skip @skip-terraform-config @ team:DataDog/aaa-granular-access
101
101
Scenario : Get a single dataset by ID returns "Not Found" response
102
102
Given operation "GetDataset" enabled
103
103
And new "GetDataset" request
104
104
And request contains "dataset_id" parameter with value "00000000-0000-0000-0000-000000000000"
105
105
When the request is sent
106
106
Then the response status is 404 Not Found
107
107
108
- @team:DataDog/aaa-granular-access
108
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
109
109
Scenario : Get a single dataset by ID returns "OK" response
110
110
Given there is a valid "dataset" in the system
111
111
And operation "GetDataset" enabled
@@ -114,7 +114,7 @@ Feature: Datasets
114
114
When the request is sent
115
115
Then the response status is 200 OK
116
116
117
- @team:DataDog/aaa-granular-access
117
+ @skip-terraform-config @ team:DataDog/aaa-granular-access
118
118
Scenario : Get all datasets returns "OK" response
119
119
Given there is a valid "dataset" in the system
120
120
And operation "GetAllDatasets" enabled
0 commit comments