< RW Verify Process > "input data" -- init --> (target) -- dump --> "output data1" \ | \ update \ | /---> compare V / (target) -- dump --> "output data2" / * The verify tool should be able to: - input test data to module - extract data from module * If a verify tool wants to be executed, it should contain - two scripts (under src/NAME) : init.sh, dump.sh - packaging spec file (under packaging/NAME) * The verify process checks the integrity by comparing extracted data before/after update.