- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 07:06 AM
I am asked to 'exclude' ATF during a clone down from PROD so that the info isn't overwritten. How I can update our clone down documentation to include this?
#ATF, Automated Test Framework, ATF Clone
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 08:04 AM
As best practice says cloneing geos from production downwards and ATF is adviced never to be used on production instances but test and dev ones, you need to use excluders and preservers in the clone module. Just add the entire ATF structure (plans, tests, suites, etc) to exclude and same as preserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 08:04 AM
As best practice says cloneing geos from production downwards and ATF is adviced never to be used on production instances but test and dev ones, you need to use excluders and preservers in the clone module. Just add the entire ATF structure (plans, tests, suites, etc) to exclude and same as preserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:15 AM - edited 04-04-2024 01:35 AM
Hi @Community Alums , Thanks for your reply
So for the basic structure, Should I include all these below tables in the Exclude Table Clone Definition
- sys_atf_test (ATF Test)
- sys_atf_step (ATF Test Step)
- sys_atf_test_instance (ATF Test Instances)
- sys_atf_test_result (ATF Test Result)
- sys_atf_step_result (ATF Test Step Result)
- sys_atf_test_suite (ATF Test Suites)
- sys_atf_test_suite_result (ATF Test Suites Result)
- any other custom ATF Related tables that an instance might have (Optional)
I want to preserve all the ATF Data after the clone
To be more specific what tables and data I should include in Exclude and Preserve criteria respectively
Please tell me what are the other measures needs to be taken in ATF while cloning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 08:15 AM
Yes this should suffice.