Setup Dut

DEPRECATED It will be removed in a future version. Please use keyword Sfa Setup instead. This keyword will be supported until version 0.3.0.

Sets automatically the dut name and the token path.

Arguments Description

dut name (str): The Ecu name.

Token path (str): the path of tokens folder

Returns

bool: True if writing process succeeded; otherwise, False.

Example

${res}= Setup Dut ${new_dut_name} ${token_path}