AEMC/Deployment Pipeline: Scan Suites and ATF Tests advise

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 05:45 AM
Hi, those of you who are running tests and/or checks in your deployment pipeline, help me brainstorm what you are checking. I would have loved to see some shipped in-depth tests and checks for inspiration.
- Labels:
-
app engine
-
ATF
-
Deployment Pipeline
-
Scan Suites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 04:07 PM
First, I want to understand how to integrate tests and checks into the deployment pipeline. Specifically, in which environment should I create these tests and checks? Should they be created in DEV and then imported into TEST so that they run automatically during deployment? Or should I first add them in PROD (after creating them in DEV) so they are automatically copied to TEST during deployment?
For example, consider three environments: DEV, TEST, and PROD. I want to run my ATF tests and instance checks in the TEST environment. When creating a simple ATF test for a basic record producer, which environment should I create it in, and how should I set it up to ensure it runs automatically in TEST during deployment?
I'm really struggling to determine the correct environment in which to add these tests and checks in the deployment pipeline.
Any suggestions would be greatly appreciated.