Lines Matching full:should
15 # You should have received a copy of the GNU General Public License
45 generator should be specified as a mandatory parameter of the test runner.
67 In the latter case a parent element should be placed on the first position,
145 The file should be created if it doesn't exist or overwritten otherwise.
174 1. Should be able to inject random data
175 2. Should be able to select a random value from the manually pregenerated
177 3. Image template should describe a general structure invariant for all
179 4. Image template should be autonomous and other fuzzer parts should not
181 5. Image template should contain reference rules (not only block+size
183 6. Should generate the test image with the correct structure based on an image
185 7. Should accept a seed as an argument (for regression purpose)
186 8. Should generate a seed if it is not specified as an input parameter.
187 9. The same seed should generate the same image for the same action vector,
189 10. Should accept a vector of actions as an argument (for test reproducing and
192 11. Action vector should be randomly generated from the pool of available
194 12. Pool of actions should be defined automatically based on an image template
195 13. Should accept a SUT and its call parameters as an argument or select them
199 14. Should support an external cancellation of a test run
200 15. Seed should be logged (for regression purpose)
201 16. All files related to a test result should be collected: a test image,
203 17. Should be compatible with python version 2.4-2.7
204 18. Usage of external libraries should be limited as much as possible.
210 Main target image format is qcow2, but support of image templates should
219 It should be able to perform rather complex and precise tests, that can be