RE: [PATCH v4 01/12] app/mldev: implement test framework for mldev

2023-03-03 Thread Anup Prabhu
; Parijat Shukla > Subject: [PATCH v4 01/12] app/mldev: implement test framework for mldev > > Implemented framework for mldev test application. New test cases can be > added using the framework. Support is also enabled to add options specific > to the test cases. User can launch t

RE: [PATCH v4 01/12] app/mldev: implement test framework for mldev

2023-02-13 Thread Shivah Shankar Shankar Narayan Rao
; Parijat Shukla > Subject: [PATCH v4 01/12] app/mldev: implement test framework for mldev > > Implemented framework for mldev test application. New test cases can be > added using the framework. Support is also enabled to add options specific > to the test cases. User can launch t

[PATCH v4 01/12] app/mldev: implement test framework for mldev

2023-02-07 Thread Srikanth Yalavarthi
Implemented framework for mldev test application. New test cases can be added using the framework. Support is also enabled to add options specific to the test cases. User can launch the tests by specifying the name of test as part of launch arguments. Code to parse command line arguments is import