From: Joe G. <joe...@us...> - 2003-12-14 19:50:23
|
I have just checked in updates to brick.py, brickcontrolthread.py, instrumentationrecorder.py, mySQLRecorder.py, and fileRecorder.py that integrate the mySQL support. The command line now requires THREE args... the last being a TestID. The brick will also pick up a brickID from the config file IFF a mySQLRecorder is configured. These changes allow tests to be run in both deamon (jabber) and non-deamon mode while using the mySQLRecorder module. Couple of comments/questions: 1.- The command line arg for TestID should be required IFF the mySQLRecorder module is configured. 2.- The TestID should be an attribute of the Test Object. It is currrently a global option. This will require setTestID()/getTestID() functions for the test object and appropiate changes in the startTest() function in the brickcontrolthread. 3.- Should the BrickID used for mySQLRecorder be a recorder element attribute, specified in that part of the config file? -- Joe Griffin Addanc Downright Software Collective ------------------------------------------------------------------------ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify sec...@do.... ------------------------------------------------------------------------ This mail sent through Downright Software's implementation of HORDE/IMP. For info, see: http://horde.org/imp/ |