Lines Matching full:renode

709 Currently the command supports only one runner which is using ``renode-test``,
710 (essentially a wrapper for running Robot tests in Renode), but can be
715 west robot --runner=renode-robot --testsuite path/to/testsuite.robot
720 To pass additional parameters to Renode use ``--renode-robot-args`` switch.
721 For example to show Renode logs in addition to Robot Framework's output:
723 …west robot --runner=renode-robot --testsuite path/to/testsuite.robot --renode-robot-arg="--show-lo…
732 west robot --runner=renode-robot --context
735 To view all available options "renode-test" runner supports, use::
737 west robot --runner=renode-robot --renode-robot-help
745 Currently the command supports only one runner which is using Renode,
750 west simulate --runner=renode
752 This will start Renode and configure simulation based on a default ``.resc`` script
754 then can be started by typing "start" or "s" in Renode's Monitor. This can also be
755 done by passing a command to Renode, using an argument provided by the runner:
757 west simulate --runner=renode --renode-command start
759 To pass an argument to Renode itself, for example to start Renode in console mode
762 west simulate --runner=renode --renode-arg="--console"
764 From that point on Renode can be used normally in both console and window modes.
765 For details on using Renode see `Renode - documentation`_.
768 http://docs.renode.io
776 west simulate --runner=renode --context
778 To view all available options Renode supports, use::
780 west simulate --runner=renode --renode-help