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 | 1 | -1/+10 | |
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 | 1 | -0/+5 | |
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: reinstate VMcommand's ability to run commands and get results | Philip Hands | 1 | -1/+13 | |
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-01-25 | lvc: deal with Scan CD/DVD prompt | Philip Hands | 1 | -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 | 1 | -1/+10 | |
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 | 1 | -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 | 1 | -1/+1 | |
2016-11-27 | lvc: Edu install does not prompt about GRUB | Philip Hands | 1 | -3/+3 | |
2016-11-27 | lvc: Edu: Combi takes too long, so do Main Server for now | Philip Hands | 1 | -0/+16 | |
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 | 2 | -1/+13 | |
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 | 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: 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: wait for disk partitioning | Philip Hands | 1 | -0/+10 | |
2016-11-26 | lvc: Debian-Edu needs 25G for a Standalone install | Philip Hands | 1 | -0/+9 | |
2016-11-26 | lvc: first cut at a Debian-Edu install | Philip Hands | 1 | -0/+32 | |
2016-11-15 | lvc: VT login image for stretch | Philip Hands | 1 | -1/+1 | |
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 | 1 | -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 | 1 | -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 | 1 | -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 | 1 | -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 | 1 | -0/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-03 | lvc: drop some unneeded cleverness re. LVM names | Philip Hands | 2 | -4/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-03 | lvc: add some debugging to check if JOB_NAME is expanded | Philip Hands | 1 | -0/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-03 | lvc: wait longer for popcon prompt | Philip Hands | 1 | -2/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-03 | lvc: step to detect VM shutdown | Philip Hands | 1 | -0/+7 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-03 | lvc: drop the remote shell kludge (which breaks for preseeding) | Philip Hands | 1 | -6/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-03 | lvc: start with preseed tests | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | lvc: images for Gnome login screens | Philip Hands | 1 | -0/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-12 | lvc: add bug number to comment | Holger Levsen | 1 | -1/+1 | |
2016-10-12 | work around being offered American English after selecting UK | Philip Hands | 1 | -1/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-08-09 | lvc: make the test trivial, for speedy tests | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-23 | lvc: forget live_screenshots, since we don't see them on pb10 anyway | Philip Hands | 1 | -19/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-26 | lvc: reinstate remote shell (will break on testing for now) | Philip Hands | 1 | -6/+8 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-16 | lvc: this is needed for the miniiso's early networking | Philip Hands | 1 | -21/+32 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-16 | lvc: handle the miniiso boot screen | Philip Hands | 1 | -3/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-10 | lvc: only keep XFCE snapshot for now, to allow parallel runs on testvm | Philip Hands | 1 | -1/+1 | |
2016-06-10 | lvc: trim the image size so it'll fit on the testvm | Philip Hands | 1 | -1/+1 | |
2016-06-05 | lvc: deal with InstallationStepFailed: AltF4, pause, fail | Philip Hands | 1 | -12/+18 | |
2016-06-03 | lvc: add an initial snapshot, just after the disk is created | Philip Hands | 1 | -4/+9 | |
2016-06-03 | lvc: discard only outdated snapshots | Philip Hands | 1 | -1/+1 | |
2016-06-03 | lvc: make most snapshots temporary to save space | Philip Hands | 1 | -0/+2 | |
2016-06-02 | lvc: remove debug bits | Philip Hands | 1 | -3/+0 | |