From eda74fdaf382799fbcb8ffb4bebf6fd40c05e008 Mon Sep 17 00:00:00 2001 From: vet Date: Fri, 7 Jun 2024 04:09:20 +0000 Subject: [PATCH] Update README.md --- aws-rds-integration/README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/aws-rds-integration/README.md b/aws-rds-integration/README.md index f3c3a6433..3e96cc66f 100644 --- a/aws-rds-integration/README.md +++ b/aws-rds-integration/README.md @@ -5,24 +5,3 @@ The CloudFormation Resource Provider Package For Amazon Relational Database Serv ## License This library is licensed under the Apache 2.0 License. - -### Generate testsAccountsConfig.yml for contract tests - -See [Uluru wiki](https://w.amazon.com/bin/view/AWS/CloudFormation/Teams/ProviderEx/RP-Framework/Projects/UluruContractTests#HCanIrunCTv2inpipelineusingmyownaccounts3F) - -Uluru allows service teams to run contract tests on their own accounts. This way, the test process is completely visible -to the service team -- any errors can be easily debugged in Step Functions (instead of S3), any stuck dependency stacks -can be freely removed and retried, and contract tests can reuse the same prefab resources as integration tests. - -File generation is only needed if: 1) RDS adds a new control plane region, 2) RDS adds a new CFN resource - -1. (One-time) Install jq and yq - ``` - brew install jq yq - ``` -2. Run command to generate testsAccountsConfig.yml and copy the generated file to all projects' **contract-tests-artifacts** directories - ``` - brazil-build generateTestAccountsConfig - ``` -3. Examine `git diff` to make sure the changes are expected -4. CR the changes