Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-03-25 18:26:19.730337",
"spec_repo_commit": "b25d7c85"
"regenerated": "2025-03-28 15:07:48.185211",
"spec_repo_commit": "3f3e8eaf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-03-25 18:26:19.746346",
"spec_repo_commit": "b25d7c85"
"regenerated": "2025-03-28 15:07:48.208726",
"spec_repo_commit": "3f3e8eaf"
}
}
}
8 changes: 4 additions & 4 deletions features/v2/container_images.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ Feature: Container Images
And an instance of "ContainerImages" API
And new "ListContainerImages" request

@replay-only @team:DataDog/processes
@replay-only @team:DataDog/container-experiences
Scenario: Get all Container Image groups returns "OK" response
Given request contains "group_by" parameter with value "short_image"
When the request is sent
Then the response status is 200 OK
And the response "data[0].attributes.name" is equal to "test_name"

@generated @skip @team:DataDog/processes
@generated @skip @team:DataDog/container-experiences
Scenario: Get all Container Images returns "Bad Request" response
When the request is sent
Then the response status is 400 Bad Request

@replay-only @team:DataDog/processes
@replay-only @team:DataDog/container-experiences
Scenario: Get all Container Images returns "OK" response
When the request is sent
Then the response status is 200 OK
And the response "data[0].attributes.name" is equal to "test_name"

@replay-only @skip-validation @team:DataDog/processes @with-pagination
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
Scenario: Get all Container Images returns "OK" response with pagination
Given request contains "page[size]" parameter with value 2
When the request with pagination is sent
Expand Down
8 changes: 4 additions & 4 deletions features/v2/containers.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ Feature: Containers
And an instance of "Containers" API
And new "ListContainers" request

@replay-only @team:DataDog/processes
@replay-only @team:DataDog/container-experiences
Scenario: Get All Container groups returns "OK" response
Given request contains "group_by" parameter with value "short_image"
When the request is sent
Then the response status is 200 OK
And the response "data[0].attributes.count" is equal to 123

@generated @skip @team:DataDog/processes
@generated @skip @team:DataDog/container-experiences
Scenario: Get All Containers returns "Bad Request" response
When the request is sent
Then the response status is 400 Bad Request

@replay-only @team:DataDog/processes
@replay-only @team:DataDog/container-experiences
Scenario: Get All Containers returns "OK" response
When the request is sent
Then the response status is 200 OK
And the response "data[0].attributes.name" is equal to "test_name"

@replay-only @skip-validation @team:DataDog/processes @with-pagination
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
Scenario: Get All Containers returns "OK" response with pagination
Given request contains "page[size]" parameter with value 2
When the request with pagination is sent
Expand Down
Loading