Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/parser: Update test cases as per new parser requesting conf files | Neelesh Gupta | 2013-11-06 | 1 | -1/+2 |
| | | | | | | | | | | Update the parser test code/cases as per new prototyping of parse() function which doesn't require buf and len to be passed from the caller, instead reading the configuration data either embedded or from file to a parser's known conffile. Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> | ||||
* | discover/yaboot: fix device parsing | Jeremy Kerr | 2013-08-07 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | A couple of fixes for yaboot's device-handling code. Firstly, we need to use 'device=' rather than 'root=', as the latter is purely for ybin, to define where the yaboot binary goes. Secondly, we need to respect global and option-specific device= parameters. To do this, we keep all boot_image and initrd strings in the state, and create the actual resources in yaboot_finish. Add a test for all override cases, and fix the incorrect boot= parsing in the rh8 test. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> | ||||
* | test/parser: Add yaboot test from a ppc64 RH8 machine | Jeremy Kerr | 2013-05-16 | 1 | -0/+34 |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> |