From efa53d6ad8797310b10d299408c2e3fa33978e27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Apr 2017 08:02:53 +0200 Subject: Add --fake-machine and machine-less agent/worker test --- tests/integration/tftp-map | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/integration/tftp-map (limited to 'tests/integration/tftp-map') diff --git a/tests/integration/tftp-map b/tests/integration/tftp-map new file mode 100644 index 0000000..837794d --- /dev/null +++ b/tests/integration/tftp-map @@ -0,0 +1,11 @@ +# file : tests/integration/tftp-map +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file + +# Test working directories relative to out_base: +# +# agent: test/agent/ +# worker: test/worker/ +# +Gr ^/?(.+)$ /test/agent/build/default/get/\1 +Pr ^/?(.+)$ /test/agent/build/default/put/\1 -- cgit v1.1