File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-03-25 18:26:19.730337 ",
8- "spec_repo_commit": "b25d7c85 "
7+ "regenerated": "2025-03-28 15:07:48.185211 ",
8+ "spec_repo_commit": "3f3e8eaf "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-03-25 18:26:19.746346 ",
13- "spec_repo_commit": "b25d7c85 "
12+ "regenerated": "2025-03-28 15:07:48.208726 ",
13+ "spec_repo_commit": "3f3e8eaf "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ Feature: Container Images
1010 And an instance of "ContainerImages" API
1111 And new "ListContainerImages" request
1212
13- @replay-only @team:DataDog/processes
13+ @replay-only @team:DataDog/container-experiences
1414 Scenario : Get all Container Image groups returns "OK" response
1515 Given request contains "group_by" parameter with value "short_image"
1616 When the request is sent
1717 Then the response status is 200 OK
1818 And the response "data[0].attributes.name" is equal to "test_name"
1919
20- @generated @skip @team:DataDog/processes
20+ @generated @skip @team:DataDog/container-experiences
2121 Scenario : Get all Container Images returns "Bad Request" response
2222 When the request is sent
2323 Then the response status is 400 Bad Request
2424
25- @replay-only @team:DataDog/processes
25+ @replay-only @team:DataDog/container-experiences
2626 Scenario : Get all Container Images returns "OK" response
2727 When the request is sent
2828 Then the response status is 200 OK
2929 And the response "data[0].attributes.name" is equal to "test_name"
3030
31- @replay-only @skip-validation @team:DataDog/processes @with-pagination
31+ @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
3232 Scenario : Get all Container Images returns "OK" response with pagination
3333 Given request contains "page[size]" parameter with value 2
3434 When the request with pagination is sent
Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ Feature: Containers
1010 And an instance of "Containers" API
1111 And new "ListContainers" request
1212
13- @replay-only @team:DataDog/processes
13+ @replay-only @team:DataDog/container-experiences
1414 Scenario : Get All Container groups returns "OK" response
1515 Given request contains "group_by" parameter with value "short_image"
1616 When the request is sent
1717 Then the response status is 200 OK
1818 And the response "data[0].attributes.count" is equal to 123
1919
20- @generated @skip @team:DataDog/processes
20+ @generated @skip @team:DataDog/container-experiences
2121 Scenario : Get All Containers returns "Bad Request" response
2222 When the request is sent
2323 Then the response status is 400 Bad Request
2424
25- @replay-only @team:DataDog/processes
25+ @replay-only @team:DataDog/container-experiences
2626 Scenario : Get All Containers returns "OK" response
2727 When the request is sent
2828 Then the response status is 200 OK
2929 And the response "data[0].attributes.name" is equal to "test_name"
3030
31- @replay-only @skip-validation @team:DataDog/processes @with-pagination
31+ @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
3232 Scenario : Get All Containers returns "OK" response with pagination
3333 Given request contains "page[size]" parameter with value 2
3434 When the request with pagination is sent
You can’t perform that action at this time.
0 commit comments