Re: [LDTP-Dev] The issue of CWD of scripts loaded by ldtprunner

2009-09-17 Thread Ara Pulido
On 18/09/09 04:55, Nagappan Alagappan wrote: Hi Scott, 2) The other is to use os.getcwd() and os.chcwd() to change the working directory. But it seems I can't use '__file__' macro to get the current executing file's path information resolved. Is there a better solution or hack

Re: [LDTP-Dev] The issue of CWD of scripts loaded by ldtprunner

2009-09-17 Thread Nagappan Alagappan
Hi Scott, On Thu, Sep 17, 2009 at 4:21 AM, Wang Qi, Scott wrote: > Hi, Nagappan, > > I followed the ldtp-tutorial and created a ldtprunner XML file named > 'run.xml'. The XML file loaded a script named 'test.py' successfully. > > In 'test.py', I loaded a ldtp Data XML file as follows. But I foun

Re: [LDTP-Dev] LDTP installation on FC3

2009-09-17 Thread Nagappan A
Hello Rachit, I suggest to write scripts manually than relying on ldtprecord. ldtprecord is not stable enough and its not production ready yet. But the execution engine, is ready for production environment and being used in VMware, Ubuntu, Palm Source. Thanks Nagappan rachit.gupta wrote: > Th

Re: [LDTP-Dev] LDPT over ATSPI-dbus support

2009-09-17 Thread Nagappan A
Hi Shuang, I think, its because of my VM time :) I haven't installed tools, so the guest VM time was not up to date. Thanks Nagappan Wan, Shuang wrote: > Okay. Git tree has been updated. One finding, the latest update time is > Tue Sep 15 23:18:51 2009 -0700, seems the git server time is incorr

[LDTP-Dev] The issue of CWD of scripts loaded by ldtprunner

2009-09-17 Thread Wang Qi, Scott
Hi, Nagappan, I followed the ldtp-tutorial and created a ldtprunner XML file named 'run.xml'. The XML file loaded a script named 'test.py' successfully. In 'test.py', I loaded a ldtp Data XML file as follows. But I found that the 'data.xml' must reside in the same directory as 'run.xml'. dataXml

Re: [LDTP-Dev] LDTP installation on FC3

2009-09-17 Thread rachit.gupta
Thanks Nagappan.. I am able to make LDTP 1.5.0 on FC3. After compilation this version of LDTP, i am not able to locate ldtprecord. Is ldtprecord supported in 1.5.0?? Regards, Rachit Nagappan A wrote: > > Hello Rachit, > > In this case, I suggest you to try LDTP 1.5.x release. > > Thanks >