Skip to content

Commit

Permalink
README.md: Add section for ghaf-robot
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
  • Loading branch information
Mika Tammi committed Aug 17, 2023
1 parent 4a27769 commit bdddba8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@

Jenkinsfiles, Robot framework suites, libraries and requirements for running tests to ghaf-project nixOS with real HW.

## Nix Flake usage

### Basic test running

To enter a shell which has the `ghaf-robot` wrapper for running the Robot
Framework, run `nix shell`.

Alternatively, you can build the package with `nix build` and the wrapper will
appear at `result/bin/ghaf-robot`.

### Devshell

To enter a devshell, where you can run `robot` (instead of the wrapper) and all
the Python dependencies are available, run `nix develop`.

## drcontrol.py

For more information, see [drcontrol-README.md](./drcontrol/drcontrol-README.md).
Expand Down

0 comments on commit bdddba8

Please sign in to comment.