fix test names, start ISO content check
This commit is contained in:
parent
4afd205494
commit
87c78cbf7f
@ -1,22 +1,22 @@
|
|||||||
Release Engineering Che[at|ck] List
|
Release Engineering Che[at|ck] List
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
TEST: compile
|
TEST: releng_build_os
|
||||||
FILE: libburn/releng/releng_build_os
|
FILE: libburn/releng/releng_build_os
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
|
||||||
TEST: isojigdo
|
TEST: releng_build_isojigdo
|
||||||
FILE: libisoburn/releng/releng_build_isojigdo
|
FILE: libisoburn/releng/releng_build_isojigdo
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
|
||||||
TEST: iso_content_inspection
|
TEST: releng_check_isocontent
|
||||||
FILE: libisoburn/releng/NOT_READY_YET (compare input data with image contents, might be tricky)
|
FILE: libisoburn/releng/releng_check_isocontent
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
|
||||||
TEST: valgrind
|
TEST: valgrind
|
||||||
FILE:
|
FILE:
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
|
||||||
TEST: static_check
|
TEST: cppcheck
|
||||||
FILE: http://people.debian.org/~danchev/xorriso/sclogs/
|
FILE: http://people.debian.org/~danchev/xorriso/sclogs/
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
+ figure out how to store logs and search for interesting
|
+ figure out how to store logs and search for interesting
|
||||||
err/warn keywords spewed up by the script or apps it calls.
|
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.
|
+ to be designed & written.
|
||||||
|
@ -180,6 +180,8 @@ printf " * appended FAT partition is mountable.\n"
|
|||||||
printf " * xorriso -indev ${IMG}.iso -pvd_info\n"
|
printf " * xorriso -indev ${IMG}.iso -pvd_info\n"
|
||||||
printf " * fdisk -lu ${IMG}.iso\n"
|
printf " * fdisk -lu ${IMG}.iso\n"
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
7
libisoburn/trunk/releng/releng_check_isocontent
Executable file
7
libisoburn/trunk/releng/releng_check_isocontent
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
printf "NOT COMPLETED YET\n"
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in New Issue
Block a user