From df11800fd4073de7bf0995bce11fbcad78a8f7ee Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:47:03 +0000 Subject: [PATCH] [CODEOWNERS] Update processes to container-experiences (#429) Co-authored-by: ci.datadog-api-spec --- .apigentools-info | 8 ++++---- tests/scenarios/features/v2/container_images.feature | 8 ++++---- tests/scenarios/features/v2/containers.feature | 8 ++++---- tests/scenarios/features/v2/processes.feature | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 2ffdcbbe0..0b63946f1 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-12 15:23:50.266080", - "spec_repo_commit": "222e1f81" + "regenerated": "2024-12-13 14:31:40.464564", + "spec_repo_commit": "ed3bb0a0" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-12 15:23:50.285587", - "spec_repo_commit": "222e1f81" + "regenerated": "2024-12-13 14:31:40.482782", + "spec_repo_commit": "ed3bb0a0" } } } \ No newline at end of file diff --git a/tests/scenarios/features/v2/container_images.feature b/tests/scenarios/features/v2/container_images.feature index ad6e1559b..8e9162526 100644 --- a/tests/scenarios/features/v2/container_images.feature +++ b/tests/scenarios/features/v2/container_images.feature @@ -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 diff --git a/tests/scenarios/features/v2/containers.feature b/tests/scenarios/features/v2/containers.feature index 814931923..1e1e84237 100644 --- a/tests/scenarios/features/v2/containers.feature +++ b/tests/scenarios/features/v2/containers.feature @@ -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 diff --git a/tests/scenarios/features/v2/processes.feature b/tests/scenarios/features/v2/processes.feature index 0806c596f..7399829f2 100644 --- a/tests/scenarios/features/v2/processes.feature +++ b/tests/scenarios/features/v2/processes.feature @@ -11,12 +11,12 @@ Feature: Processes And an instance of "Processes" API And new "ListProcesses" request - @generated @skip @team:DataDog/processes + @generated @skip @team:DataDog/container-experiences Scenario: Get all processes returns "Bad Request" response When the request is sent Then the response status is 400 Bad Request - @team:DataDog/processes + @team:DataDog/container-experiences Scenario: Get all processes returns "OK" response Given request contains "search" parameter with value "process-agent" And request contains "tags" parameter with value "testing:true" @@ -24,7 +24,7 @@ Feature: Processes When the request is sent Then the response status is 200 OK - @replay-only @skip-validation @team:DataDog/processes @with-pagination + @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination Scenario: Get all processes returns "OK" response with pagination Given request contains "page[limit]" parameter with value 2 When the request with pagination is sent