Expand description
Start the test_igvm_agent_rpc_server before running VMM tests.
The RPC server provides a fake IGVM agent attestation endpoint for CVM TPM guest tests. It must be running before the tests start and stay alive for the duration of the test run.
This node starts the server from the test content directory (where init_vmm_tests_env copies the binary) and redirects output to a log file.
Note: This node only supports Windows. Callers should check the platform before requesting this node.
See also: stop_test_igvm_agent_rpc_server for cleanup after tests complete.