hello_world Test Suite

DPDK Hello World test suite.

Starts and stops a testpmd session to verify EAL parameters are properly configured.

class Config

Bases: BaseConfig

Example custom configuration.

msg: str = 'Hello World!'

The hello world message to print.

class TestHelloWorld

Bases: TestSuite

Hello World test suite. One test case, which starts and stops a testpmd session.

test_hello_world() None

EAL confidence test.

Steps:

Start testpmd session and check status.

Verify:

The testpmd session throws no errors.