Name that term Flashcards
The DTM data is compiled into images known as ___.
MFGDs
A complete test process is made up of one or more ____.
MFGD sequences
Each individual sequence of MfgCmds to be run is compiled into its own ___.
MFGD file
Function Test is made up of these two MFGD sequences
PreRsv and PstRsv
SRST is made of up of how many MFGDs?
one, unlike Function Test, which is made up of two MFGD sequences
MFGDs are the compiled data structure defined by a collection of ___ that define:
- The sequence of MfgCmds to be run
- The MCCB settings
- A collection of limits
- A limited set of environmental and configuration settings
XML files
MFGDs are the compiled data structure defined by a collection of XML files that define the ________ to be run
sequence of MfgCmds
the sequence can be a simple static sequence or controlled by selectors
MFGDs containg the ___ for the individual commands that make up that sequence (and these, like the MfgCmd sequence, can be simple and static or controlled via selectors)
MCCB settings
Manufacturing Command Command Block
MFGDs contain collection of limits that will be tested against the ____ returned by the MfgCmds
These limits make up the bulk of the specifications applied against all drives that go through the factory test process.
MCSBs
Manufacturing Command Status Blocks
A limited set of environmental and configuration settings for things like “record log size” and “preferred temperature” are found in the ____.
MFGD
_____ is the C++ logic mainly responsible for
- Running the generic sequences from the loaded MFGD
- Constructing the MCCB structures
- Processing the MCSB data and comparing those outputs to the specifications from the MFGD
- Managing writing to and from the firmware FIDs and RIDs
DTM code
DTM code is responsible for running the generic sequences from the loaded ____.
MFGD
DTM code is responsible for constructing the ____ structures.
MCCB
Manufacturing Command Command Block
DTM code is responsible for processing the ___ data and comparing those outputs to the specifications from the MFGD.
MCSB
Manufacturing Command Status Blocks
____ manages writing to and from the firmware FIDs and RIDs.
DTM code
DTM legacy applications (logic for commands that were never ported into standard MfgCmds) are mostly used in ______ due to the lack of “command queuing” for MfgCmd code.
“Performance Testing”
SRST is run at what temperature?
Hot
It was called “Self-Run Selftest” operation because almost all of the test logic would be contained and run on ____, when before it was run by ___. This eventually became the basis for all test processes, including function test.
Then, in CCB, SRST applications became MfgCmds, and the old SRST code became known as DTM, though the hot temp process maintained the name “SRST.”
the drive’s own processor, tester code