From 6477d1d4def03afc545a706b2a2666371e028130 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 5 Nov 2015 11:49:50 +0000 Subject: Add yarn tests vmdebootstrap --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README') diff --git a/README b/README index b6fa46c..06c544f 100644 --- a/README +++ b/README @@ -140,6 +140,24 @@ prepare a read-only version of the image - in this case with the /boot partition also mounted - and copies files out into the current working directory. +The integration test suite +-------------------------- + +To run the vmdebootstrap integration test suite, you need the yarn +tool, which is part of cmdtest. See and the +cmdtest package in Debian. The command to run the tests is: + + sudo yarns/run-tests + +You can skip the slow tests that actually build images, by setting the +`TESTS` variable: + + sudo yarns/run-tests --env TESTS=fast + +To format the test suite document: + + make -C yarns + Legalese -------- -- cgit v1.2.1