Re: [PATCH] gnu: Add system test for the rpcbind-daemon service.

2016-12-13 Thread Ludovic Courtès
John Darrington skribis: > * gnu/tests/nfs.scm: New file. > * gnu/local.mk: Add it. Awesome! :-) > +(define %base-os > + (operating-system > +(host-name "olitupmok") > +(timezone "Europe/Berlin") > +(locale "en_US.UTF-8") > + > +(bootloader (grub-configuration (device "/dev/sd

[PATCH] gnu: Add system test for the rpcbind-daemon service.

2016-12-11 Thread John Darrington
* gnu/tests/nfs.scm: New file. * gnu/local.mk: Add it. --- gnu/local.mk | 1 + gnu/tests/nfs.scm | 142 ++ 2 files changed, 143 insertions(+) create mode 100644 gnu/tests/nfs.scm diff --git a/gnu/local.mk b/gnu/local.mk index c6cb55b..eb