0
${is_success}=  Run And Return Rc   pybot -d ${results_dir} -o sample.xml sample_test.tsv                                                           
${is_sanity_pass}=  Set Variable If ${is_success} != 0  Failed  ${is_sanity_pass}   
Dev
  • 2,739
  • 2
  • 21
  • 34
  • I am trying to execute the Entire suite and get the status of the suite, but the ride gets stuck in the execution and not getting time out – shankar iragavarapu May 02 '21 at 14:11
  • So, if you run in the command line, or Terminal or bash, outside of RIDE, the behaviour is the expected? Also,`pybot`e the very old name of `robot` and you did not mention what version of RIDE and what OS. – Helio May 02 '21 at 18:06
  • I don't see what RIDE has to do with this. RIDE is just an IDE. Does this problem happen outside of using the IDE (ie: when running the test from the command line)? – Bryan Oakley May 02 '21 at 21:21
  • yes, I have tried replacing 'pybot' command by 'robot', but still the suite is getting stuck RIDE 1.5.2.1 running on Python 2.7.15. and also it is in windows-10 – shankar iragavarapu May 03 '21 at 09:52
  • I am Executing the 10-20 different suites in the same format of above code, in order to know the status of the test-suites whether they all are passing and later using the status of these suites, to generate some other logic in the ending, entire codes are being executed from ride itself – shankar iragavarapu May 03 '21 at 09:55
  • You need to tell us what is the version of Robot Framework, and if you can run without problems on the command line. – Helio May 04 '21 at 11:13

0 Answers0