Skip to content

Commit

Permalink
chore: normalize test names for integration tests (aws#21147)
Browse files Browse the repository at this point in the history
This PR is a follow up to aws#21093 which updated the logic to normalize
the name of the integration test that was stored in the `integ.json`
file. This PR updates the names in all of the `integ.json` files.

This will cut down on some of the noise/confusion in PRs.


----

### All Submissions:

* [ ] Have you followed the guidelines in our [Contributing guide?](https:/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https:/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https:/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
corymhall authored and comcalvi committed Jul 25, 2022
1 parent 65ae20c commit 21c121f
Show file tree
Hide file tree
Showing 451 changed files with 848 additions and 831 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"app-delivery/test/integ.cicd": {
"integ.cicd": {
"stacks": [
"CICD"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-amplify/test/integ.app-asset-deployment": {
"integ.app-asset-deployment": {
"stacks": [
"cdk-amplify-app-asset-deployment"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.api-definition.asset": {
"integ.api-definition.asset": {
"stacks": [
"integtest-restapi-fromdefinition-asset"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.api-definition.inline": {
"integ.api-definition.inline": {
"stacks": [
"integtest-restapi-fromdefinition-inline"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/authorizers/integ.cognito-authorizer": {
"integ.cognito-authorizer": {
"stacks": [
"CognitoUserPoolsAuthorizerInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/authorizers/integ.request-authorizer.lit": {
"integ.request-authorizer.lit": {
"stacks": [
"RequestAuthorizerInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/authorizers/integ.token-authorizer-iam-role": {
"integ.token-authorizer-iam-role": {
"stacks": [
"TokenAuthorizerIAMRoleInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/authorizers/integ.token-authorizer.lit": {
"integ.token-authorizer.lit": {
"stacks": [
"TokenAuthorizerInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.cors": {
"integ.cors": {
"stacks": [
"cors-twitch-test"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"integ.lambda-api-nonproxy": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"integ.lambda-api": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.lambda-api.latebound-deploymentstage": {
"integ.lambda-api.latebound-deploymentstage": {
"stacks": [
"LateBoundDeploymentStageStack"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi-import.lit": {
"integ.restapi-import.lit": {
"stacks": [
"integ-restapi-import-RootStack"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi.books": {
"integ.restapi.books": {
"stacks": [
"restapi-books-example"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi.defaults": {
"integ.restapi.defaults": {
"stacks": [
"test-apigateway-restapi-defaults"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi": {
"integ.restapi": {
"stacks": [
"test-apigateway-restapi"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi.multistack": {
"integ.restapi.multistack": {
"stacks": [
"*"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi.multiuse": {
"integ.restapi.multiuse": {
"stacks": [
"restapi-multiuse-example"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.restapi.vpc-endpoint": {
"integ.restapi.vpc-endpoint": {
"stacks": [
"test-apigateway-vpcendpoint"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"integ.stepfunctions-api": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.usage-plan.multikey": {
"integ.usage-plan.multikey": {
"stacks": [
"test-apigateway-usageplan-multikey"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigateway/test/integ.usage-plan.sharing": {
"integ.usage-plan.sharing": {
"stacks": [
"*"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2-authorizers/test/http/integ.iam": {
"integ.iam": {
"stacks": [
"IntegApiGatewayV2Iam"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "20.0.0",
"testCases": {
"http/integ.lambda": {
"integ.lambda": {
"stacks": [
"AuthorizerInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "20.0.0",
"testCases": {
"http/integ.user-pool": {
"integ.user-pool": {
"stacks": [
"AuthorizerInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2-integrations/test/http/integ.alb": {
"integ.alb": {
"stacks": [
"integ-alb-integration"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "20.0.0",
"testCases": {
"http/integ.http-proxy": {
"integ.http-proxy": {
"stacks": [
"integ-http-proxy"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "20.0.0",
"testCases": {
"http/integ.lambda-proxy": {
"integ.lambda-proxy": {
"stacks": [
"integ-lambda-proxy"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2-integrations/test/http/integ.nlb": {
"integ.nlb": {
"stacks": [
"integ-nlb-integration"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2-integrations/test/http/integ.service-discovery": {
"integ.service-discovery": {
"stacks": [
"integ-service-discovery-integration"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "20.0.0",
"testCases": {
"websocket/integ.lambda": {
"integ.lambda": {
"stacks": [
"WebSocketApiInteg"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2-integrations/test/websocket/integ.mock": {
"integ.mock": {
"stacks": [
"integ-mock-websocket-integration"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2/test/http/integ.stage": {
"integ.stage": {
"stacks": [
"aws-cdk-aws-apigatewayv2-http-stage"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2/test/websocket/integ.api-apikey": {
"integ.api-apikey": {
"stacks": [
"aws-cdk-aws-apigatewayv2-websockets"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-apigatewayv2/test/websocket/integ.stage": {
"integ.stage": {
"stacks": [
"aws-cdk-aws-apigatewayv2-websocket-stage"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "19.0.0",
"version": "20.0.0",
"testCases": {
"integ.service-ecr-public": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "19.0.0",
"version": "20.0.0",
"testCases": {
"integ.service-ecr": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "19.0.0",
"version": "20.0.0",
"testCases": {
"integ.service-github": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "19.0.0",
"version": "20.0.0",
"testCases": {
"integ.service-vpc-connector": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-appsync/test/integ.api-import": {
"integ.api-import": {
"stacks": [
"*"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-appsync/test/integ.appsync-lambda": {
"integ.appsync-lambda": {
"stacks": [
"*"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.0.0",
"version": "20.0.0",
"testCases": {
"aws-appsync/test/integ.auth-apikey": {
"integ.auth-apikey": {
"stacks": [
"aws-appsync-integ"
],
Expand Down
Loading

0 comments on commit 21c121f

Please sign in to comment.