Skip to content

lisa.conf: Check for mandatory args in check_init_param()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr170 into master

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'

Merge request reports