15:09:46 #startmeeting Robot Happy Hour 15:09:46 Meeting started Wed May 13 15:09:46 2015 UTC. The chair is catohornet. Information about MeetBot at http://ci.openstack.org/meetbot.html. 15:09:46 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:09:46 The meeting name has been set to 'robot_happy_hour' 15:11:27 catohornet: Good Morning 15:12:05 howdy 15:14:52 I have a question about where to find the python print statements that are called by my robot script. 15:15:31 Does the output of those print statements go to anywhere I can find them? 15:16:03 Good morning 15:17:32 Or would it be better to write those statements to a file? 15:17:48 Ah, Pybot doesn't write the output to a file 15:18:08 It would be better to write them to a file yes. 15:18:58 The only output files created are output.xml, report.html, and log.html. 15:19:39 And any output from python functions that are called by robot, just go in the bit bucket, right? 15:20:29 You could create a keyword in your python script to log or 'print' the output in the procedure, then log that keyword in your test case to see the output. 15:20:50 pretty much 15:23:31 Hmm. It might be kind of cool for troubleshooting, to put all the python debug output to a string, and return that to robot... That way it could be merged in the log.html file. 15:24:30 I might experiment with that... 15:26:02 I had another interesting issue yesterday. 15:26:47 I'm running a suite of 16 tests, but the suite was failing on the 2nd test so I was trying troubleshoot that. 15:27:13 The problem was the suite was taking 3 minutes to run, and you can't read the log until the run completes. 15:27:44 It didn't seem there was a way to block comment out the tests that came after the 2nd test. 15:28:26 Maybe the only was is to delete those test and recover them with git when done troubleshooting test 2. 15:28:51 Any other ideas? 15:29:03 however 15:30:29 PhilShea: > Any other ideas? Good setup for self-plug: https://git.opendaylight.org/gerrit/#/c/19651/4/test/csit/libraries/FailFast.robot 15:31:52 vrpolak: very cool. I like it 15:35:59 PhilShea: Nice 15:36:53 Have you tried using different log levels? According to the link you can get the data from your print statements. 15:37:56 catohornet: I haven't. I'll give it a try, though. 16:03:10 jamoluhrsen and mgkwill 16:03:17 here 16:03:19 Good Morning 16:03:41 hangout? 16:03:59 sure. 16:04:10 PhilShea: I'm trying the public_logging api to understand how it works. 16:04:13 sounds good 16:05:18 https://plus.google.com/hangouts/_/g6esytv4mmrv6bsy26xwacvpgqa 16:05:33 #endmeeting