Recent News
SNAP Version 4.2.1 Released
February 16, 2024
AptPlot 8.0.4 Updated
February 16, 2024
PyPost 4.0.3 Released
August 18, 2022
Home / SNAP / Plug-ins / AVF /

AVF Plug-in

The TRACE Automated Testing Framework (ATF) is a collection of Perl scripts, input files, and directories used to analyze TRACE code versions. This framework divides testing into three tiers of varying purpose: measuring consistency between code versions (regression), code health (robustness), and code accuracy (assessment). Each of these tiers are broken into several suites, which themselves are logical groupings of inputs. Regression testing is implemented by coupling Perl scripts and GNU make to run a large number of input decks and generate summaries of the differences between runs. Robustness and Assessment utilize Perl scripts and AVScript to compare results between code versions and data.

The Automated Validation Framework (AVF) plug-in is a SNAP plug-in designed to provide the simmilar functionality to the TRACE ATF and AVScript in a generic fashion that can be easily adapted to other analysis codes. The AVF Plug-in User's Manual contains instructions for importing ATF files and for working with AVF models. An AVF Plug-in Tutorial is also available which includes hands-on instructions for working with the new features of the AVF plug-in.


Change Log

Version 3.7.2 - Released 5/18/2023:

  • The AVF Plug-in was updated to support a directory as a test case location.

more....