list(l)
Show a list of available test suites and decoders.
run(r)
Run test suites for decoders.
Options:
-jJOBS, --jobsJOBS
Number of parallel jobs to use. 1x logical cores by default. 0 means all logical cores.
-tTIMEOUT, --timeoutTIMEOUT
Timeout in secs for each decoding. Defaults to 30 secs.
-ff, --failfast
Stop after first fail.
-q, --quiet
Don’t show every test run.
-tsTESTSUITES, --testsuitesTESTSUITES
Run only the specific test suites.
-tvTESTVECTORS, --testvectorsTESTVECTORS
Run only the specific test vectors.
-dDECODERS, --decodersDECODERS
Run only the specific decoders.
-s, --summary
Generate a summary in Markdown format for each test suite.
-soSUMMARY_OUTPUT, --summary-outputSUMMARY_OUTPUT
Dump summary output to file.
-f{md,csv,junitxml}, --format{md,csv,junitxml}
Specify the format for the summary file.
-k, --keep
Keep output files generated during the test.
-thTHRESHOLD, --thresholdTHRESHOLD
Set exit code to 2 if threshold tests are not success. Exit code is 0 otherwise.
-tthTIME_THRESHOLD, --time-thresholdTIME_THRESHOLD
Set exit code to 3 if test suite takes longer than threshold seconds. Exit code is 0 oth‐
erwise.
-v, --verbose
Show stdout and stderr of commands executed.
download(d)testsuites
Downloads test suites resources.
Arguments:
testsuites List of testsuites to download. Defaults to all.
Options:
-jJOBS, --jobsJOBS
Number of parallel jobs to use. 2x logical cores by default. 0 means all logical cores.
-k, --keep
Keep original downloaded file after extracting. Only applicable to compressed files such
as .zip, .tar.gz, etc
reference(r)
Use a specific decoder to set its results for the test suites given.
Options:
-jJOBS, --jobsJOBS
Number of parallel jobs to use. 1x logical cores by default. 0 means all logical cores.
-tTIMEOUT, --timeoutTIMEOUT
Timeout in secs for each decoding. Defaults to 30 secs.
-ff, --failfast
Stop after first fail.
-q, --quiet
Don’t show every test run.
-tsTESTSUITES, --testsuitesTESTSUITES
Run only the specific test suites.
-tvTESTVECTORS, --testvectorsTESTVECTORS
Run only the specific test vectors.
-dDECODERS, --decodersDECODERS
Run only the specific decoders.
-s, --summary
Generate a summary in Markdown format for each test suite.
-soSUMMARY_OUTPUT, --summary-outputSUMMARY_OUTPUT
Dump summary output to file.
-f{md,csv,junitxml}, --format{md,csv,junitxml}
Specify the format for the summary file.
-k, --keep
Keep output files generated during the test.
-thTHRESHOLD, --thresholdTHRESHOLD
Set exit code to 2 if threshold tests are not success. Exit code is 0 otherwise.
-tthTIME_THRESHOLD, --time-thresholdTIME_THRESHOLD
Set exit code to 3 if test suite takes longer than threshold seconds. Exit code is 0 oth‐
erwise.
-v, --verbose
Show stdout and stderr of commands executed.