Add arch64 tests for libeconf

This commit is contained in:
aborah-sudo 2024-10-23 08:46:36 +05:30
parent 976558943d
commit 041187e58c

21
testaarch64.fmf Normal file
View File

@ -0,0 +1,21 @@
/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
adjust:
- when: arch != aarch64
enabled: false
because: components exist only on aarch64
/test:
summary: Run all tests
test: |
git clone https://github.com/sssd-test/libeconf.git libeconf64
cd libeconf64/bindings/python3
cp econf.py test/econf.py
pytest -v test/
require:
- git-core
- pytest
duration: 30m