taf.testlib.linux.testpmdΒΆ
testpmd.py
Class for testpmd operations
Note
Examples of testpmd usage in tests:
inst.ui.testpmd.start(end_options='--burst=64', cores='0x3', mem_channels=4, driver_dir='librte_pmd_e1000.so', socket_mem='1024,0', huge_unlink=True)
inst.ui.testpmd.exec_cmd('help')
inst.ui.testpmd.stop()