|
|
|
@ -11,18 +11,11 @@
|
|
|
|
|
MD5s should be checked. ACLs and xattr (if we are on Linux).
|
|
|
|
|
All file types as of stat(2) should be tested.
|
|
|
|
|
|
|
|
|
|
* Also check (in releng_isocontent) simple operations like:
|
|
|
|
|
xorrisofs foo/ > foo.iso
|
|
|
|
|
xorrisofs foo/ -o foo.iso
|
|
|
|
|
xorrisofs foo/ | cat > foo.iso
|
|
|
|
|
* Also check trivial operations like --devices, etc.
|
|
|
|
|
|
|
|
|
|
result in producing an ISO image. Verify the result with:
|
|
|
|
|
'file'
|
|
|
|
|
xorriso -pvd_info
|
|
|
|
|
others
|
|
|
|
|
|
|
|
|
|
Such trivial operations could be separated in another releng_ test
|
|
|
|
|
which should also check other trivial operations like --devices, etc.
|
|
|
|
|
* Split off common functionality in common ./lib/ so it can be re-used
|
|
|
|
|
by all scripts. This might include cmdline option parsing, some
|
|
|
|
|
validation code like releng_isocontent:is_valid_iso9660
|
|
|
|
|
|
|
|
|
|
* We need to give a hint about how much storage space will be consumed.
|
|
|
|
|
|
|
|
|
|