guix/gnu/tests
Mathieu Othacehe f19cf27c2b
image: Add a new API.
Raw disk-images and ISO9660 images are created in a Qemu virtual machine. This
is quite fragile, very slow, and almost unusable without KVM.

For all these reasons, add support for host image generation. This implies the
use new image generation mechanisms.

- Raw disk images: images of partitions are created using tools such as mke2fs
  and mkdosfs depending on the partition file-system type. The partition
  images are then assembled into a final image using genimage.

- ISO9660 images: the ISO root directory is populated within the store. GNU
  xorriso is then called on that directory, in the exact same way as this is
  done in (gnu build vm) module.

Those mechanisms are built upon the new (gnu image) module.

* gnu/image.scm: New file.
* gnu/system/image.scm: New file.
* gnu/build/image: New file.
* gnu/local.mk: Add them.
* gnu/system/vm.scm (system-disk-image): Rename to system-disk-image-in-vm.
* gnu/ci.scm (qemu-jobs): Adapt to new API.
* gnu/tests/install.scm (run-install): Ditto.
* guix/scripts/system.scm (system-derivation-for-action): Ditto.
2020-05-05 16:13:53 +02:00
..
audio.scm
base.scm services: guix: Add 'set-http-proxy' action. 2020-04-07 12:31:36 +02:00
cups.scm gnu: Add system test for CUPS. 2020-03-02 23:39:44 +01:00
databases.scm
desktop.scm
dict.scm
docker.scm tests: docker-system: Increase memory requirement. 2020-03-09 23:46:36 +01:00
guix.scm services: Add the Guix Data Service. 2019-09-25 08:35:33 +01:00
install.scm image: Add a new API. 2020-05-05 16:13:53 +02:00
ldap.scm
linux-modules.scm system: Automatically adjust linux-module packages to use the 2020-04-22 22:59:39 +02:00
mail.scm tests: opensmtpd: Check /var/spool/mail instead of /var/mail. 2020-03-16 14:05:52 +01:00
messaging.scm
monitoring.scm tests: zabbix: Set 'PATH' before running the scripts. 2020-03-09 23:46:36 +01:00
networking.scm tests: openvswitch: Use the absolute file name of ovs-vsctl. 2020-04-10 20:20:11 +02:00
nfs.scm tests/nfs: Fix use of WAIT-FOR-FILE. 2020-03-25 14:17:24 +01:00
reconfigure.scm reconfigure: Don't call build-derivations for upgrade-services test 2020-04-26 19:41:56 +01:00
rsync.scm tests: rsync: Set PATH. 2020-03-16 14:05:52 +01:00
security-token.scm
singularity.scm tests: Update references to the now-deprecated 'guile-json' variable. 2019-11-09 23:04:14 +01:00
ssh.scm tests: ssh: Explicitly wait for port 22. 2020-04-21 16:33:21 +02:00
version-control.scm
virtualization.scm
web.scm tests: web: Explicitly wait for the HTTP port. 2020-04-21 16:33:21 +02:00