Mentions légales du service

Skip to content

Changing Setup into I/O Pattern and I/O Test

Luan Teylo requested to merge binary-search into dev-1.0
  1. Rename setup fields and change the setup into I/O patterns (pattern and file mode) and tests. Now, it makes sense: a list of tests is executed for each of the patterns.
  2. Clean up, fix, and move test building. Clean up the test building function (renamed to run). For now, it is in iops.py, but it needs to be moved.
  3. Rename fields in the .ini file, and update the generator and the config.
  4. Add and improve error checks in the config. Now, when using Local, only file size is allowed, and that is checked in the config.
  5. Change Test Factory to consider the pattern and file mode.
  6. Change Round to consider the pattern and file mode.

Todo: Test on plafrim.

Merge request reports