<div dir="ltr">#####################################################################<br>January 30, 2025<br>Attendees<br>* Patrick Robb<br>* Luca Vizzarro<br>* Thomas Wilks<br><br>#####################################################################<br>Minutes<br><br>=====================================================================<br>General Discussion<br>* Async sniffer failures<br>   * One issue was lack of ip link up in testsuite setup. This is resolved now with latest next-dts commit.<br>   * Unclear if there are any other issues. <br>* We’re ~20 patches away from a healthy backlog - reviews are needed<br>* Re-asses DTS 25.03 Roadmap<br>   * <a href="https://docs.google.com/document/d/1doTZOOpkv4D5P2w6K7fEJpa_CjzrlMl3mCeDBWtxnko/edit?tab=t.0">https://docs.google.com/document/d/1doTZOOpkv4D5P2w6K7fEJpa_CjzrlMl3mCeDBWtxnko/edit?tab=t.0</a><br>* Discussion on raw payload comparison<br>* DTS usage in cloud environments<br>   * Checked with Azure - they cannot provide an L2 network for testing<br>   * Will discuss an implementation at a future meeting<br><br>=====================================================================<br>Patch discussions<br>* Rework topology config<br>* runner.py rewrite<br>   * Luca has a runner.py rewrite which attempts to improve separation of concerns in the framework. Creates new class - testrun - configures runtime and testsuites. Testrun class spins up testsuites and testcases independently. It is a state machine instead of a deep call stack. <br>      * Stores current state and context of dts, updates as we go. <br>      * By creating a context, we improve the developer experience, as we also enforce a division between the framework internals and the test (the testsuite writing plane)<br>      * We need to ensure that the API is consistent. Because the framework internals are constantly changing, we do not want developers to have access to these (like the nodes).<br>         * Only topology for a particular testrun is available for a testsuite<br>         * Testsuites will not “touch” ports not a part of the list of ports they need<br>         * Tg shell and testpmd shell will get all the information they need via the context<br>         * No need to differentiate between tg nodes and sut nodes (a node just has hardware information)<br>         * Runtime parameters for the tg or dpdk app are contained within the testrun (instead of the nodes themselves)<br>         * Will reduce duplication and simplify the testsuite code.<br><br>=====================================================================<br>Bugzilla discussions<br>* <br><br>=====================================================================<br>Any other business<br>* High level parallel func testing discussion:<br>   * * Next meeting is Feb 13, 2025</div>