**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== Daniel Verkamp: Automated regression testing ====== ===== Journal Week 9 ===== ==== Monday, July 20 ==== Implemented configuration file loading for Test::Machine, as discussed with Michael. Configuration file syntax: key = value # comment Trailing comments on ''key = value'' lines are currently not supported to allow for arbitrary value content. Usage example: use Test::Machine; my $machine = Test::Machine->load ( "config" ); Current configuration options supported: * ''type'': currently only ''QEmu'' * ''hdd''/''fdd''/''cdrom'' followed by index (ex ''hdd0''): value is filename (ex ''server.hd'') * ''nic'': followed by index, period, and sub-option (ex ''nic0.type''); suboptions are those supported by given machine type * ''snapshot'': snapshot filename to load See commit in [[http://git.etherboot.org/?p=people/dverkamp/gpxe.git;a=shortlog;h=refs/heads/testsuite|git]].


QR Code
QR Code soc:2009:dverkamp:journal:week9 (generated for current page)