File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-03-25 18:26:21.124240 ",
8
- "spec_repo_commit": "b25d7c85 "
7
+ "regenerated": "2025-03-26 16:43:20.468816 ",
8
+ "spec_repo_commit": "c32c8cf5 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-03-25 18:26:21.139311 ",
13
- "spec_repo_commit": "b25d7c85 "
12
+ "regenerated": "2025-03-26 16:43:20.485309 ",
13
+ "spec_repo_commit": "c32c8cf5 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ Feature: Container Images
10
10
And an instance of "ContainerImages" API
11
11
And new "ListContainerImages" request
12
12
13
- @replay-only @team:DataDog/processes
13
+ @replay-only @team:DataDog/container-experiences
14
14
Scenario : Get all Container Image groups returns "OK" response
15
15
Given request contains "group_by" parameter with value "short_image"
16
16
When the request is sent
17
17
Then the response status is 200 OK
18
18
And the response "data[0].attributes.name" is equal to "test_name"
19
19
20
- @generated @skip @team:DataDog/processes
20
+ @generated @skip @team:DataDog/container-experiences
21
21
Scenario : Get all Container Images returns "Bad Request" response
22
22
When the request is sent
23
23
Then the response status is 400 Bad Request
24
24
25
- @replay-only @team:DataDog/processes
25
+ @replay-only @team:DataDog/container-experiences
26
26
Scenario : Get all Container Images returns "OK" response
27
27
When the request is sent
28
28
Then the response status is 200 OK
29
29
And the response "data[0].attributes.name" is equal to "test_name"
30
30
31
- @replay-only @skip-validation @team:DataDog/processes @with-pagination
31
+ @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
32
32
Scenario : Get all Container Images returns "OK" response with pagination
33
33
Given request contains "page[size]" parameter with value 2
34
34
When the request with pagination is sent
Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ Feature: Containers
10
10
And an instance of "Containers" API
11
11
And new "ListContainers" request
12
12
13
- @replay-only @team:DataDog/processes
13
+ @replay-only @team:DataDog/container-experiences
14
14
Scenario : Get All Container groups returns "OK" response
15
15
Given request contains "group_by" parameter with value "short_image"
16
16
When the request is sent
17
17
Then the response status is 200 OK
18
18
And the response "data[0].attributes.count" is equal to 123
19
19
20
- @generated @skip @team:DataDog/processes
20
+ @generated @skip @team:DataDog/container-experiences
21
21
Scenario : Get All Containers returns "Bad Request" response
22
22
When the request is sent
23
23
Then the response status is 400 Bad Request
24
24
25
- @replay-only @team:DataDog/processes
25
+ @replay-only @team:DataDog/container-experiences
26
26
Scenario : Get All Containers returns "OK" response
27
27
When the request is sent
28
28
Then the response status is 200 OK
29
29
And the response "data[0].attributes.name" is equal to "test_name"
30
30
31
- @replay-only @skip-validation @team:DataDog/processes @with-pagination
31
+ @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
32
32
Scenario : Get All Containers returns "OK" response with pagination
33
33
Given request contains "page[size]" parameter with value 2
34
34
When the request with pagination is sent
You can’t perform that action at this time.
0 commit comments