odp icon indicating copy to clipboard operation
odp copied to clipboard

[PATCH v2] validation: tm: increase test suites

Open nithind1988 opened this issue 3 years ago • 0 comments

commit cac0c783a1fcf65c92dd25ca0dd4d05b3ab3a584
Author: Nithin Dabilpuram [email protected] Date: Tue Jul 13 10:47:30 2021 +0530

validation: tm: add test suites with different params
                                                     
Add test suites for 5 level, 2 fanin, 4 queues per node, WFQ and
3 level, 4 fanin, 4 queues per node configurations.  
                                                     
Signed-off-by: Nithin Dabilpuram <[email protected]>
                                                     

commit fdf310b17bcca49bb47cf6d4f4abe8bd59407a26
Author: Nithin Dabilpuram [email protected]
Date: Tue Jul 6 22:19:04 2021 +0530

validation: tm: refactor topology creation to use runtime config
                                                     
Current validation suite only validates 3 level TM systems.
Refactor the test cases to use suite inited parameters instead
of compile time.                                     
                                                     
Signed-off-by: Nithin Dabilpuram <[email protected]>

Originally part of https://github.com/OpenDataPlane/odp/pull/1237

nithind1988 avatar Jul 13 '21 05:07 nithind1988