Lines Matching refs:net
2 the network test applications Docker container provided by the 'net-tools'
3 Zephyr project, https://github.com/zephyrproject-rtos/net-tools.
10 'net-tools' Docker container has been created, see the first bullet point
11 at the net-tools Docker README file
12 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.docker.
17 * Check out the net-tools project from github or update it with west
18 * Change working directory to the net-tools repository
20 * Run 'docker build -t net-tools .'
22 This creates a Docker image called 'net-tools' which the script will need as
29 The scripts/net/run-sample-tests.sh shell script can be used in two ways:
34 cd samples/net/gptp
35 $ZEPHYR_BASE/scripts/net/run-sample-tests.sh
41 ./scripts/net/run-sample-tests.sh samples/net/gptp \
42 samples/net/sockets/echo_server
46 $ZEPHYR_BASE/scripts/net/run-sample-tests.sh --scan
48 The Docker container and a corresponding 'net-tools0' Docker network is started
54 * Docker net-tools image uses addresses 192.0.2.2 and 2001:db8::2
77 that the net-tools git repository containing the Docker networking setup file
79 If the net tools are found elsewhere, the net-tools directory can be set with
80 the 'N' or '--net-tools-dir' command line argument.