90. Unit Tests: Dump Log History

This is the test plan for dump history log of Intel® DPDK .

This section explains how to run the unit tests for dump history log. The test can be launched independently using the command line interface. This test is implemented as a linuxapp environment application.

The complete test suite is launched automatically using a python-expect script (launched using make test) that sends commands to the application and checks the results. A test report is displayed on stdout.

The steps to run the unit test manually are as follow:

# make -C ./app/test/
# ./app/test/test -n 1 -c ffff
RTE>> dump_log_history

The final output of the test will be the initial log of DPDK.

91. Unit Tests: Dump Ring

This is the test plan for dump the elements of Intel® DPDK ring.

This section explains how to run the unit tests for dump elements of ring. The test can be launched independently using the command line interface. This test is implemented as a linuxapp environment application.

The complete test suite is launched automatically using a python-expect script (launched using make test) that sends commands to the application and checks the results. A test report is displayed on stdout.

The steps to run the unit test manually are as follow:

# make -C ./app/test/
# ./app/test/test -n 1 -c ffff
RTE>> dump_ring

The final output of the test will be detail elements of DPDK ring.

92. Unit Tests: Dump Mempool

This is the test plan for dump the elements of Intel® DPDK mempool.

This section explains how to run the unit tests for dump elements of mempool. The test can be launched independently using the command line interface. This test is implemented as a linuxapp environment application.

The complete test suite is launched automatically using a python-expect script (launched using make test) that sends commands to the application and checks the results. A test report is displayed on stdout.

The steps to run the unit test manually are as follow:

# make -C ./app/test/
# ./app/test/test -n 1 -c ffff
RTE>> dump_mempool

The final output of the test will be detail elements of DPDK mempool.

93. Unit Tests: Dump Physical Memory

This is the test plan for dump the elements of Intel® DPDK physical memory.

This section explains how to run the unit tests for dump elements of memory. The test can be launched independently using the command line interface. This test is implemented as a linuxapp environment application.

The complete test suite is launched automatically using a python-expect script (launched using make test) that sends commands to the application and checks the results. A test report is displayed on stdout.

The steps to run the unit test manually are as follow:

# make -C ./app/test/
# ./app/test/test -n 1 -c ffff
RTE>> dump_physmem

The final output of the test will be detail elements of DPDK physical memory.

94. Unit Tests: Dump Memzone

This is the test plan for dump the elements of Intel® DPDK memzone.

This section explains how to run the unit tests for dump elements of memzone. The test can be launched independently using the command line interface. This test is implemented as a linuxapp environment application.

The complete test suite is launched automatically using a python-expect script (launched using make test) that sends commands to the application and checks the results. A test report is displayed on stdout.

The steps to run the unit test manually are as follow:

# make -C ./app/test/
# ./app/test/test -n 1 -c ffff
RTE>> dump_memzone

The final output of the test will be detail elements of DPDK memzone.

95. Unit Tests: Dump Struct Size

This is the test plan for dump the size of Intel® DPDK structure.

This section explains how to run the unit tests for dump structure size. The test can be launched independently using the command line interface. This test is implemented as a linuxapp environment application.

The complete test suite is launched automatically using a python-expect script (launched using make test) that sends commands to the application and checks the results. A test report is displayed on stdout.

The steps to run the unit test manually are as follow:

# make -C ./app/test/
# ./app/test/test -n 1 -c ffff
RTE>> dump_struct_sizes

The final output of the test will be the size of DPDK structure.