madynes / distem

DISTributed systems EMulator -- old repository
https://distem.gitlabpages.inria.fr/
GNU General Public License v3.0
5 stars 8 forks source link

use Ruby API for test scripts #35

Open t-valette opened 4 years ago

t-valette commented 4 years ago

Currently, scripts like test/g5k/engine_basics.rb are based on cli commands (which do not cover all features). Maybe it would be better to use Ruby API as it would be easier to add new tests (for instance: checking that IO Throttling works)

lnussbaum commented 4 years ago

it might be better to extend the command line interface to support most features