The ability to run stress-ng as a load to rteval was already added. The original intention was to run stress-ng as the only load for diagnostic purposes. The following patches create the notion of a module with an exclusive field meaning it should run exclusively, and makes the stress-ng module one of those. The first patch does some clean-ups and makes sure that the current donotrun field works as advertised. The second patch creates the ability to run a load exclusively and sets stress-ng as an exclusive module by default John Kacur (2): rteval: Make donotrun work correctly in load modules rteval: Add idea of exclusive load module and make stress-ng one rteval/__init__.py | 4 ++-- rteval/modules/__init__.py | 21 +++++++++++++++++++++ rteval/modules/loads/__init__.py | 2 +- rteval/modules/loads/hackbench.py | 3 +++ rteval/modules/loads/kcompile.py | 9 +++++++++ rteval/modules/loads/stressng.py | 2 ++ 6 files changed, 38 insertions(+), 3 deletions(-) -- 2.31.1