fix test names, start ISO content check

This commit is contained in:
George Danchev 2011-06-25 16:58:16 +00:00
parent 161c8e5ccc
commit 5bd9690f0e
4 changed files with 15 additions and 6 deletions

View File

@ -1,22 +1,22 @@
Release Engineering Che[at|ck] List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TEST: compile
TEST: releng_build_os
FILE: libburn/releng/releng_build_os
WHO: george, thomas
TEST: isojigdo
TEST: releng_build_isojigdo
FILE: libisoburn/releng/releng_build_isojigdo
WHO: george, thomas
TEST: iso_content_inspection
FILE: libisoburn/releng/NOT_READY_YET (compare input data with image contents, might be tricky)
TEST: releng_check_isocontent
FILE: libisoburn/releng/releng_check_isocontent
WHO: george, thomas
TEST: valgrind
FILE:
WHO: george, thomas
TEST: static_check
TEST: cppcheck
FILE: http://people.debian.org/~danchev/xorriso/sclogs/
WHO: george, thomas

View File

@ -5,5 +5,5 @@
+ figure out how to store logs and search for interesting
err/warn keywords spewed up by the script or apps it calls.
* iso_content_inspection:
* releng_check_isocontent: compare input data against the ISO image content, might be tricky
+ to be designed & written.

View File

@ -180,6 +180,8 @@ printf " * appended FAT partition is mountable.\n"
printf " * xorriso -indev ${IMG}.iso -pvd_info\n"
printf " * fdisk -lu ${IMG}.iso\n"
exit 0
}
#

7
releng/releng_check_isocontent Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
printf "NOT COMPLETED YET\n"
exit 0