• Sergey Bronnikov's avatar
    zdtm.py: add support of test reports in TAP format · cabafae2
    Sergey Bronnikov authored
    Usually we run CRIU tests automatically using Jenkins CI and it reports status
    as PASS/FAIL for overall testsuite on used environment. You should dig into log
    files to figure out how many tests were failed and skipped. This patch brings
    support of cute reports in TAP (Test Anything Protocol) format.
    
    The sample of report:
    
    TAP version 13
    1..242
    ok 1 - conntracks # SKIP manual run only
    ok 2 - busyloop00
    ok 3 - sleeping00
    ok 4 - pid00
    ok 5 - caps00
    ok 6 - wait00
    
    NOTE: report will be generated only when options --keep-going and --report
    are specified.
    Signed-off-by: 's avatarSergey Bronnikov <sergeyb@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    cabafae2
Name
Last commit
Last update
Documentation Loading commit data...
contrib Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
lib Loading commit data...
scripts Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
Makefile Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...