API Usage: Remote Control Facility API
Introduction
RCF API is an interface to access RCF services. Some functions of this API expected to be used from Test Engine components only (Logger, Configurator), but there are few that can be used from test scenarios.
The description of RCF API functions can be found at this page:
The following diagram shows components that use this or that RCF API function.
RCF API functions for test scenarios
For test scenarios we can use RCF API for:
manipulation of environment variables:
manipulation of files on Test Agent side:
calling a function on Test Agent side (do not mix it with RPC calls):
rcf_ta_call().
process and thread manipulation on Test Agent side:
rcf_ta_start_task();
rcf_ta_start_thread();