Lines Matching refs:test
9 - The OS installed on test systems must be a Linux OS.
12 - Each test system must have at least one RDMA-capable NIC installed for RDMA tests.
18 - Python3 interpreter must be available on all test systems.
20 - nvmecli package must be installed on all test systems.
22 This must be done on Initiator test systems to later build SPDK with
24 - All test systems must have a user account with a common name,
36 - For test using the Kernel Target, nvmet-cli must be downloaded and build on Target system.
41 Before running the scripts some manual test systems configuration is required:
43 - Configure IP address assignment on the NIC ports that will be used for test.
45 - Adjust firewall service to allow traffic on IP - port pairs used in test
49 ## JSON configuration for test run automation
72 - transport - transport layer to be used throughout the test ("tcp" or "rdma")
140 the test.
190 test run. Available scripts can be found in the spdk/scripts/bpf directory.
208 There can be one or more `initiatorX` setting sections, depending on the test setup.
231 - nic_ips - list of IP addresses of NIC ports to be used in test,
259 - cpu_frequency - int, custom CPU frequency to set. By default test setups are
265 the test.
424 ## Running the test
426 Before running the test script run the spdk/scripts/setup.sh script on Target