Skip to content

SR.scan: mark gone VDIs missing instead of forgetting #2420

SR.scan: mark gone VDIs missing instead of forgetting

SR.scan: mark gone VDIs missing instead of forgetting #2420

Workflow file for this run

name: Test SM
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev_requirements.txt
- name: Test
run: |
make precheck
PYTHONPATH="./mocks:./libs:./drivers/:./misc/fairlock" coverage3 run --branch --source='./drivers,./tests,./misc/fairlock' -m unittest discover -s tests -p "*.py" -v
coverage3 report --include='./*'