aboutsummaryrefslogtreecommitdiff
path: root/tests/worker/buildfile
blob: fae11bb791bcb6ce7c804f37e354ee505d1e9f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# file      : tests/worker/buildfile
# license   : TBC; see accompanying LICENSE file

#\

Some tests in this directory require a running TFTP server.

TFTP server (tftp-hpa) setup: from the test out_base, run (sudo is required
for --secure/chroot):

sudo /usr/sbin/in.tftpd \
  --foreground \
  --address 127.0.0.1:55123 \
  --user "$(whoami)" \
  --permissive \
  --create \
  --secure \
  "$(pwd)"

#\

# Setup the bbot-worker that we are testing.
#
import worker = bbot%exe{bbot-worker}

./: testscript{*} $worker
./: test = $worker