Skip to content

Commit 4df6218

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Revert "Skip gcp STS validation tests for now (#2409)" (#1356)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 16ce336 commit 4df6218

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-10-02 15:35:38.157524",
8-
"spec_repo_commit": "deb69b98"
7+
"regenerated": "2023-10-02 18:58:17.891416",
8+
"spec_repo_commit": "aee9e14a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-10-02 15:35:38.171924",
13-
"spec_repo_commit": "deb69b98"
12+
"regenerated": "2023-10-02 18:58:17.905529",
13+
"spec_repo_commit": "aee9e14a"
1414
}
1515
}
1616
}

features/v2/gcp_integration.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Feature: GCP Integration
4545
When the request is sent
4646
Then the response status is 409 Conflict
4747

48-
@skip-validation @team:DataDog/gcp-integrations
48+
@team:DataDog/gcp-integrations
4949
Scenario: Create a new entry for your service account returns "OK" response
5050
Given new "CreateGCPSTSAccount" request
5151
And body with value {"data": {"attributes": {"client_email": "{{ unique_hash }}@test-project.iam.gserviceaccount.com", "host_filters": []}, "type": "gcp_service_account"}}
@@ -84,7 +84,7 @@ Feature: GCP Integration
8484
When the request is sent
8585
Then the response status is 404 Not Found
8686

87-
@skip-validation @team:DataDog/gcp-integrations
87+
@team:DataDog/gcp-integrations
8888
Scenario: List all GCP STS-enabled service accounts returns "OK" response
8989
Given there is a valid "gcp_sts_account" in the system
9090
And new "ListGCPSTSAccounts" request
@@ -115,7 +115,7 @@ Feature: GCP Integration
115115
When the request is sent
116116
Then the response status is 404 Not Found
117117

118-
@skip-validation @team:DataDog/gcp-integrations
118+
@team:DataDog/gcp-integrations
119119
Scenario: Update STS Service Account returns "OK" response
120120
Given there is a valid "gcp_sts_account" in the system
121121
And new "UpdateGCPSTSAccount" request

0 commit comments

Comments
 (0)