lisa.conf: Check for mandatory args in check_init_param()
Make sure that all mandatory args have a value, and raise an exception is it's not the case with the path in the configuration.
For example, if kind
key is missing in TargetConf
, the following message will appear when running with exekall
:
EXCEPTION (KeyError): 'Missing mandatory keys: target-conf/kind'