From 1fc77270c6af777adb80e1df917da7dc36c75d14 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Apr 2017 12:31:23 +0200 Subject: Various tweaks --- tests/machine/testscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/machine/testscript b/tests/machine/testscript index 238ca91..93791e9 100644 --- a/tests/machine/testscript +++ b/tests/machine/testscript @@ -2,6 +2,12 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file +# Note that if interrupted (^C) during machine execution, then have to +# delete iptables rules manually. To list, use -S, to delete -D: +# +# iptables -t nat -S +# iptables -S + test.options = --cpu 8 --ram 10485760 --verbose 3 tftp = /build/tftp -- cgit v1.1