aboutsummaryrefslogtreecommitdiff
path: root/tests/machine
diff options
context:
space:
mode:
Diffstat (limited to 'tests/machine')
-rw-r--r--tests/machine/buildfile2
-rw-r--r--tests/machine/testscript4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/machine/buildfile b/tests/machine/buildfile
index 061d474..a29df00 100644
--- a/tests/machine/buildfile
+++ b/tests/machine/buildfile
@@ -1,5 +1,5 @@
# file : tests/machine/buildfile
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
# Setup the bbot-agent that we are testing.
#
diff --git a/tests/machine/testscript b/tests/machine/testscript
index f5e4320..76921ed 100644
--- a/tests/machine/testscript
+++ b/tests/machine/testscript
@@ -1,5 +1,5 @@
# file : tests/machine/testscript
-# license : TBC; see accompanying LICENSE file
+# license : MIT; 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:
@@ -7,7 +7,7 @@
# iptables -t nat -S
# iptables -S
-test.options = --cpu 8 --ram 10485760 --verbose 3
+test.options = --cpu 8 --build-ram 10485760 --verbose 3
tftp = /build/tftp
machines = /btrfs/boris/machines # @@ TODO