summaryrefslogtreecommitdiff
path: root/gnu/installer/tests.scm
Commit message (Collapse)AuthorAge
* installer: tests: Don't install to a CD/DVD.Ludovic Courtès2020-04-10
| | | | | * gnu/installer/tests.scm (choose-partitioning): Use 'find' to select the disk.
* installer: tests: Use a filter to select desktop-environments.Mathieu Othacehe2020-03-26
| | | | | | | * gnu/installer/tests.scm (choose-services): Turn desktop-environments list into a choose-desktop-environment procedure. This way, it is easier to select all desktop-environments or none, in the same way as choose-network-service? and choose-network-management-tool? arguments.
* tests: install: Add "gui-installed-os".Ludovic Courtès2020-03-05
* gnu/installer/tests.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add it. * gnu/tests/install.scm (run-install): Add #:gui-test. Add (gnu installer tests) to the marionette imported modules. Honor GUI-TEST. Check whether SCRIPT is true. (%root-password, %syslog-conf): New variable. (operating-system-with-console-syslog, gui-test-program) (guided-installation-test): New procedures. (%extra-packages, installation-os-for-gui-tests) (%test-gui-installed-os): New variable.