Skip to content

libs/utils/tests: Don't look at Executor config in LisaTest

Created by: bjackman

We don't need to validate the config; Executor already does that. Therefore we don't even need to parse it - just pass it blindly on to Executor. That way we can use raw dicts instead of JSON files.

Merge request reports