chiark / gitweb /
HACKING.md: Instructions for qemu-based autopkgtest
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Mar 2026 15:46:24 +0000 (15:46 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Mar 2026 15:46:24 +0000 (15:46 +0000)
Mostly for my future self.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
HACKING.md

index 5fe1d2b8347be886d03e72d96f11ab5cf6c48eec..9179403cf0e465827320cf9253d63eba830d8e13 100644 (file)
@@ -22,3 +22,10 @@ Run one test, ad-hoc, using a debug build
 nailing-cargo build
 nailing-cargo --- test/with-unshare test/t-basic
 ```
+
+Formal isolation-machine autopkgtest (with pre-built binaries):
+
+```
+# autopkgtest-build-qemu forky /volatile/ian/autopkgtest-virt-qemu/forky
+$ really autopkgtest . ../bpd/hippotat-{client,common,server}_1.2.3_*.deb --- qemu /volatile/ian/autopkgtest-virt-qemu/forky
+```