Lines Matching +full:line +full:- +full:addresses

1 The shell script run-sample-tests.sh runs selected Zephyr samples against
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:
35 $ZEPHYR_BASE/scripts/net/run-sample-tests.sh
41 ./scripts/net/run-sample-tests.sh samples/net/gptp \
46 $ZEPHYR_BASE/scripts/net/run-sample-tests.sh --scan
48 The Docker container and a corresponding 'net-tools0' Docker network is started
49 by the script, as well as Zephyr using native_sim board. IP addresses are
51 The default IP addresses are:
53 * Zephyr uses addresses 192.0.2.1 and 2001:db8::1
54 * Docker net-tools image uses addresses 192.0.2.2 and 2001:db8::2
55 * The Docker bridge interface uses addresses 192.0.2.254 and 2001:db8::254
57 The default IP addresses are used by echo_client and mqtt_publisher, but
58 with the echo_server the IP addresses are switched between Zephyr and Docker
59 so that the echo_client application always uses addresses ending in .1 and
75 Should this not be the case, the directory can be set using '-Z' or
76 '--zephyr-dir' command line arguments. The sample test script also assumes
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.
82 Help is also available using the 'h' or '--help' argument.