File: control

package info (click to toggle)
python-pyeclib 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,632 kB
  • ctags: 405
  • sloc: python: 2,184; ansic: 991; sh: 59; makefile: 53
file content (40 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (2)
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,