Skip to content

Commit

Permalink
ci: adding test using mockup server
Browse files Browse the repository at this point in the history
Fixes #150
  • Loading branch information
glimchb authored May 1, 2024
1 parent 61dbee7 commit 0d83c94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
services:
bmc:
image: docker.io/dmtf/redfish-mockup-server:latest
ports:
- 8000:8000
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/[email protected]
- name: Start containers
run: docker run --rm docker.io/dmtf/redfish-tacklebox:latest rf_manager_config.py --user root --password 123 --rhost http://localhost:8000

0 comments on commit 0d83c94

Please sign in to comment.