Tutorials
There is a tutorial project named mtf_basic_tuto that provides tutorials test cases covering some of the basic features of the MTF Python Api.
Getting started
Optional: Download the project
You can either view the tutorials online or download the project using ´wget´.
Note
For Windows, download wget 1.21.4 (x86_64) and move the executable to “C:WindowsSystem32”.```
wget -q https://files.technica-engineering.de/MTF/Tutorials/mtf_basic_tuto.zip
Install the Microsoft Loopback ETHERNET Adapter
To execute the test cases, follow this guide to create a Microsoft Loopback Ethernet Adapter, which is already included in the YAML test bench configuration file: Install the Microsoft Loopback ETHERNET Adapter
Available test cases
This project contains multiple test cases, including basic burst transmission, frames transmission, frames capture, signal checking, faulty alive apply, faulty CRC apply, and other test cases. You can find these test cases inside the project repository’s tests subfolder
Executing test cases
To execute the test cases, run the commands mentioned in the step-by-step instruction manual.
Important
You need to change the test series configuration file name to run the desired test series.