diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-19 08:02:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-19 08:02:53 +0200 |
commit | efa53d6ad8797310b10d299408c2e3fa33978e27 (patch) | |
tree | 6256e22e53b1ad9f8555e228d0ef89bd024ff292 /tests/integration/tftp-map | |
parent | 9b5170a723c9c78103fbd66c5c3b2b32a9af6702 (diff) |
Add --fake-machine and machine-less agent/worker test
Diffstat (limited to 'tests/integration/tftp-map')
-rw-r--r-- | tests/integration/tftp-map | 11 |
1 files changed, 11 insertions, 0 deletions
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 |