Pass ini file to the executable with an option keyword
Executables might get the ini file with an option, e.g.
<executable> -iniFile myini.ini
This option has to be passed when creating the ctest.
It is possible to read this systemtest specific option from the metaini file with a special keyword, e.g.
__inifile_optionkey = "-iniFile"