Skip to content

Commit

Permalink
Run tests on both legacy and v2 pools
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 5, 2024
1 parent 2b07636 commit abaa895
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions tests-fmf/python.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,23 @@ environment:
STRATISD: /usr/libexec/stratisd
STRATIS_DUMPMETADATA: /usr/bin/stratis-dumpmetadata
PYTHONPATH: ./src
LEGACY_POOL: /usr/local/bin/stratis-legacy-pool

/udev:
/legacy:
environment+:
LEGACY_POOL: /usr/local/bin/stratis-legacy-pool

/legacy/udev:
summary: Run Python udev tests
test: make -f Makefile udev-tests

/legacy/loop:
summary: Run Python tests that use loopbacked device framework
test: make -f Makefile tang-tests dump-metadata-tests

/v2/udev:
summary: Run Python udev tests
test: make -f Makefile udev-tests

/loop:
/v2/loop:
summary: Run Python tests that use loopbacked device framework
test: make -f Makefile tang-tests dump-metadata-tests

0 comments on commit abaa895

Please sign in to comment.