AEMC/Deployment Pipeline: Scan Suites and ATF Tests advise

Mikael Karlsson
Kilo Sage

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.

 

MikaelKarlsson_0-1726144826941.png

 

MikaelKarlsson_1-1726145055097.png

 

 

1 REPLY 1

Dan Covic2
Tera Contributor

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.