Set Feature Status
Enable or disable a specific feature based on provided status value
Arguments Description
feature_id (hex): the id of the feature.
status (int): 0 in order to disable the provided feature, 1 in order to enable it.
- dut_name (str): connection name like specified in diag manager config (json file)
by default, it uses the first connection in the diag config
Returns
bool: True enabling or disabling feature succeeded; otherwise, False.
Example
{res}= Set Feature Status ${feature_id} ${token_index}