Hi, I have a base testcase where I use config, main phases and end the test. I have env where I have main , report and final phases.
Is it really necessary to have report and Final phase in my base test and extended tests ?
Because I see my testcase hangs after the main_phase and doesn't continue further even after adding set_drain_time for said time.
Also if I have set of testcases(10) extended from base, do I need to add report and final phase for all the tests, since all the tests are in my compile list.
Can someone help me on this.
Best Regards,
Prince