Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
obinex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
obinex
Commits
d32d620d
There was a problem fetching the pipeline summary.
Commit
d32d620d
authored
7 years ago
by
Lukas Senger
Browse files
Options
Downloads
Patches
Plain Diff
Document hwmock
parent
d6d9975f
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
d32d620d
...
...
@@ -68,3 +68,11 @@ Integration tests use [bats](https://github.com/sstephenson/bats) and
`obinex-hwmock`
and are currently not executed automatically. To run them cd
into
`integration_tests/`
and execute
`./run.sh`
. This will execute all
available tests and generate a coverage report.
## obinex-hwmock
To test obinex locally during development you can use
`obinex-hwmock`
. On
startup it will give you the path to the serial device it uses for output. Run
`obinex-server`
with the
`-serialpath`
option to connect to the mocked
hardware. It will then request binaries from
`obinex-server`
on port
`12230`
for a hardware box called
`mock`
and try to execute them as bash scripts,
returning their output back to the server.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment