1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# Internal - Reed-Solomon
Test-Command: python debian/tests/encode-decode.py liberasurecode_rs_vand
Depends: python-pyeclib
Test-Command: python3 debian/tests/encode-decode.py liberasurecode_rs_vand
Depends: python3-pyeclib
# Internal - Flat XOR HD
Test-Command: python debian/tests/encode-decode.py flat_xor_hd
Depends: python-pyeclib,
Test-Command: python3 debian/tests/encode-decode.py flat_xor_hd
Depends: python3-pyeclib,
# Jerasure
Test-Command: python debian/tests/encode-decode.py jerasure_rs_vand
Depends: python-pyeclib,
libjerasure2,
Test-Command: python3 debian/tests/encode-decode.py jerasure_rs_vand
Depends: python3-pyeclib,
libjerasure2,
# ISA-L RS VAND
Test-Command: python debian/tests/encode-decode.py isa_l_rs_vand
Depends: python-pyeclib,
libisal2,
Test-Command: python3 debian/tests/encode-decode.py isa_l_rs_vand
Depends: python3-pyeclib,
libisal2,
# ISA-L RS Cauchy
Test-Command: python debian/tests/encode-decode.py isa_l_rs_cauchy
Depends: python-pyeclib,
libisal2,
Test-Command: python3 debian/tests/encode-decode.py isa_l_rs_cauchy
Depends: python3-pyeclib,
libisal2,
|