.. _component-test: ================ component-test ================ .. program:: component-test Synopsis ======== :samp:`component-test {[OPTIONS]} {[INPUT-FILE]}` Description =========== Two modes: * Remote execution via RPC interface (if :option:`control-uri` is used) * Read story specification from :samp:`{INPUT-FILE}` and execute it. .. only:: html .. seealso:: :ref:`rsb:common-options` The usual commandline options are accepted. :ref:`rsb:idl-options` The usual IDL-related options are accepted. .. .. only:: man .. .. .. include:: common.rst .. :start-line: 13 .. :end-line: 113 .. .. .. include:: common.rst .. :start-line: 115 .. :end-line: 147 .. option:: --control-uri URI, -c URI Expose an RPC interface for remote-controlling the component-test process under :samp:`{URI}`. See :ref:`rpc` for details. Examples ======== TODO