diff options
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 |