Hi Abhishek,
Based on my understanding, you want to authorize tests for your design model. And in your tests, you want to use the Simulink Test Harnesses you created. After finish running the tests, you want to integrate the results into Jenkins.
If I understand your question correctly, please try the following steps:
- Use Simulink Test Test Manager to authorize all the tests which use Simulink Test Harnesses.
- Run the tests from step 1 using MATLAB Unit Test framework.
- Integrate MATLAB® Unit Test results into Jenkins.
- Here is the introduction for Test Manager (Step1): https://www.mathworks.com/help/sltest/ug/introduction-to-the-test-manager.html
- Here is an example for Step2 and Step3:https://www.mathworks.com/help/sltest/ug/run-test-files-using-matlab-unit-test.html
Thank you. Rong