Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-20 | lvc: make sure we wait long enough for the grub.cfg to be present | Philip Hands | 2 | -1/+11 | |
this adds a tweaked version of the generic image finder, to avoid trying to mention diui_png() in the cucumber code Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-03-20 | lvc: add a 'running ...' step for remote commands, and use it | Philip Hands | 2 | -1/+40 | |
this includes a new @bugtest scenario for testing the patch for #853855 Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-03-07 | lvc: add a fake dotted parameter, and commands to see its effect | Philip Hands | 1 | -1/+3 | |
2017-03-07 | lvc: reinstate VMcommand's ability to run commands and get results | Philip Hands | 2 | -18/+41 | |
This modifies the inittab to run a very simple loop on d-i's ttyS0 that reads commands from stdin, runs them and tops and tails the output with various control characters to make it easier to see when we have a result. It outputs a BEL (Ctrl-G, \a, \007) at the start, then an STX (\002) before running the command, and an ETX (\003) afterwards, to bracket STDOUT. After the ETX comes the command's return code, in decimal, then a US (\037), then comes the STDERR, and finally a NUL (\000) That lets us send an 'exit' and look for a BEL then issue a command and find the values required to populate the @returncode, @stdout and @stderr values. | |||||
2017-03-06 | lvc: update KDE login prompt | Philip Hands | 1 | -0/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: deal with Scan CD/DVD prompt | Philip Hands | 2 | -1/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: make all snapshots temporary for now | Philip Hands | 1 | -1/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: single quotes get quoted unhelpfully in preseed/early_command | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: look out for the "No Kernel Modules" screen, and fail if seen | Philip Hands | 2 | -1/+10 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: Edu: select combi server install | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: Edu: let's look for the right login prompt, instead | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: Edu: drop the disk-size a bit (to suit the testvm) | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: Edu: continue to be patient while the LTSP chroot is installed | Philip Hands | 2 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | lvc: log the working directory | Philip Hands | 1 | -0/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-27 | lvc: recognise the DebianEdu VT login | Philip Hands | 2 | -1/+1 | |
2016-11-27 | lvc: try setting the serial console port | Philip Hands | 1 | -1/+1 | |
2016-11-27 | lvc: Edu install does not prompt about GRUB | Philip Hands | 2 | -4/+3 | |
2016-11-27 | lvc: Edu: Combi takes too long, so do Main Server for now | Philip Hands | 2 | -1/+17 | |
2016-11-27 | lvc: make pre-grub more patient for Debian-Edu | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: try installing a Combi server (rumour has it that that works) | Philip Hands | 3 | -3/+15 | |
2016-11-26 | lvc: twiddle hopelessly with Edu settings | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: make DebianEdu disk bigger | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: make the boot options code able to deal with included quotes | Philip Hands | 2 | -3/+3 | |
2016-11-26 | lvc: try preseeding tasksel/first | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: Debian-Edu: use XFCE because KDE NM is broken at present | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: add a long pause on failure, to give time for manual debugging | Philip Hands | 1 | -1/+2 | |
2016-11-26 | lvc: spell Debian-Edu in full | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: work around the Debian-Edu plymouth bug | Philip Hands | 1 | -1/+2 | |
2016-11-26 | lvc: it seems there is too little change for this Vanish to work, so forget it | Philip Hands | 1 | -1/+0 | |
2016-11-26 | lvc: Debian-Edu: image for Auto-partitioning prompt | Philip Hands | 1 | -0/+0 | |
2016-11-26 | lvc: DebianEdu -- switch to text mode (to allow AltF4) | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: Debian-Edu: wait for disk partitioning | Philip Hands | 3 | -0/+13 | |
2016-11-26 | lvc: Debian-Edu needs 25G for a Standalone install | Philip Hands | 2 | -1/+10 | |
2016-11-26 | lvc: first cut at a Debian-Edu install | Philip Hands | 5 | -0/+53 | |
2016-11-26 | lvc: make sure we try XFCE occasionally | Philip Hands | 1 | -1/+1 | |
2016-11-26 | lvc: add missing text mode image | Philip Hands | 1 | -0/+0 | |
2016-11-24 | lvc: add a job for the daily d-i miniiso, and split tests up a bit | Philip Hands | 1 | -5/+30 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: VT login image for stretch | Philip Hands | 2 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: trim the Gnome login image to get it recognised | Philip Hands | 1 | -0/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: re-enable Gnome for normal test runs | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: we can boot Gnome! so now we know what a Login prompt looks like | Philip Hands | 1 | -0/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: add missing image for text mode | Philip Hands | 1 | -0/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: change LVM machine/CPU to allow Gnome to boot | Philip Hands | 1 | -2/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: deal with preseed install shutting down rather quickly | Philip Hands | 1 | -2/+8 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: add a new bootsplash image for stretch alphas | Philip Hands | 2 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | lvc: if base install fails, try to look at tty4 | Philip Hands | 3 | -1/+11 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-04 | Revert "lcv: work around being offered American English after selecting UK" | Philip Hands | 3 | -2/+1 | |
This reverts commit 3769320be4aea15ae5f9b0c470deea67cb65e09d, and commit 6702fb2019bff2d028bbc60e3ffcf05cf131c9b8. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-04 | lvc: look for the heading on the InstallGRUB page (helps preseeding) | Philip Hands | 2 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-04 | lvc: look for progress in preseed installs, to avoid timeouts | Philip Hands | 2 | -2/+8 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-04 | lvc: enable checksigs for hands-off preseed testing | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> |