Skip to content

Added 'rf_firmware_inventory.py' script to collect and display firmwa… #66

Added 'rf_firmware_inventory.py' script to collect and display firmwa…

Added 'rf_firmware_inventory.py' script to collect and display firmwa… #66

Workflow file for this run

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 --network=host docker.io/dmtf/redfish-tacklebox:latest rf_manager_config.py --user root --password 123 --rhost http://localhost:8000