From 810df40a0625835ad17a0a5bf3232a8d1a68e680 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Apr 2017 13:16:11 +0200 Subject: Implement vm startup and shutdown --- tests/agent/testscript | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'tests') diff --git a/tests/agent/testscript b/tests/agent/testscript index fa465a4..55f9d7f 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -110,3 +110,29 @@ rm = $src_base/btrfs-rmdir /build/machines -$rm } + +#\ +: bootstrap +: +{ + m = /build/machines/default/linux-gcc + + test.options += --dump-machines + + +$cp + + ln -T -s linux-gcc-1.0 $m/linux-gcc-1 + + : bootstrap + : + $* 123 >>EOO 2>>EOE #2>>~"%EOE%d" + : 1 + id: linux-gcc-1.0 + name: linux-gcc + summary: Linux with GCC + EOO + EOE + + -$rm +} +#\ -- cgit v1.1