Home
last modified time | relevance | path

Searched refs:Robot (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/scripts/west_commands/
Drobot.py13 class Robot(WestCommand): class
16 super(Robot, self).__init__(
/Zephyr-latest/boards/common/
Drenode_robot.board.cmake8 # UART: default UART used by Robot in tests, defined in board.cmake
9 # KEYWORDS: path to common.robot, which contains common Robot keywords
10 # RESULTS_DIR: directory in which Robot artifacts will be generated after running a testsuite
/Zephyr-latest/samples/subsys/zbus/benchmark/
DREADME.rst46 There is a `Robot framework <https://robotframework.org/>`_ script called ``benchmark_256KB.robot``…
55 The complete benchmark command using Robot framework is:
/Zephyr-latest/scripts/tests/twister/
Dtest_harness.py29 Robot,
216 robot_harness = Robot()
244 handler = Robot()
297 robot = Robot()
/Zephyr-latest/doc/develop/test/
Dtwister.rst536 The ``robot`` harness is used to execute Robot Framework test suites
695 Specify one or more paths to a file containing a Robot Framework test suite to be run.
1541 Robot Framework Tests
1543 Zephyr supports `Robot Framework <https://robotframework.org/>`_ as one of solutions for automated …
1545 Robot files allow you to express interactive test scenarios in human-readable text format and execu…
1546 At this moment Zephyr integration supports running Robot tests in the `Renode <https://renode.io/>`…
1548 To execute a Robot test suite with twister, run the following command:
1564 Writing Robot tests
1567 For the list of keywords provided by the Robot Framework itself, refer to `the official Robot docum…
1569 Information on writing and running Robot Framework tests in Renode can be found in `the testing sec…
[all …]
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst701 Running Robot Framework tests: ``west robot``
710 (essentially a wrapper for running Robot tests in Renode), but can be
713 From a Zephyr build directory, to run a Robot test suite::
718 by Robot Framework.
721 For example to show Renode logs in addition to Robot Framework's output:
728 To view all of the available options for the Robot runners your board
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py169 class Robot(Harness): class
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst30 GoogleTest and Robot Framework.