ATF Running test suite containing test w/o a data set when parameter definitions are used suite fails and sys_atf_test_suite_result.status stays in a running stateDescriptionA Suite remains stuck in "Running" state if a test within the suite is marked as Parameterized but does not contain any Test Run Data Sets. The test result will report "No test parameters found. Cannot continue." in progress dialog, but the suite progress is empty.Steps to Reproduce 1. Create a test that has parameter definition. do not create a data set2. Add that test to a test suite3. Run the test suite see the failure messageThe test fails with the message "No test parameters found. Cannot continue." but Test and Suite status do not updates to Failure, [sys_atf_test_suite_result].status stays in a running state.WorkaroundAfter carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or near future releases. We do not make this decision lightly, and we apologise for any inconvenience. As a workaround, open the test that caused this defect and uncheck "Enable parameterized testing", save the test. It will no longer report this error. An alternate option is to add some Test Run Data Set entries to the test so that it has parameterized data sets to process during the testRelated Problem: PRB1384503