diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 12:31:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 12:31:23 +0200 |
commit | 1fc77270c6af777adb80e1df917da7dc36c75d14 (patch) | |
tree | 538e7b4498fa3c1c77beb4714d3f0690dab0650f /tests/machine/testscript | |
parent | 04318680fb6c36aca0ec8029d94dab0e960ac69a (diff) |
Various tweaks
Diffstat (limited to 'tests/machine/testscript')
-rw-r--r-- | tests/machine/testscript | 6 |
1 files changed, 6 insertions, 0 deletions
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 |