ldtp.myfastforum.org Forum Index ldtp.myfastforum.org
Linux Desktop Testing Project - http://ldtp.freedesktop.org
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   Join! (free) Join! (free)
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Executing scripts remotely

 
Post new topic   Reply to topic    ldtp.myfastforum.org Forum Index -> LDTP Test scripts (http://ldtp.freedesktop.org)
View previous topic :: View next topic  
Author Message
admin
Site Admin


Joined: 01 Jan 2008
Posts: 2
Location: Mountain View

PostPosted: Wed Jan 02, 2008 10:54 pm    Post subject: Executing scripts remotely Reply with quote

In LDTP you can execute the test scripts from a remote location. Say, the ldtp execution engine can run on a remote test server and you can execute the test scripts from your development box.

Steps to follow:

Start LDTP engine (manually) in remote location with the following options

$ ldtp -s
or
$ ldtp --script-engine

Default port 23456

$ ldtp -s -p 12345
or
$ ldtp --script-engine --port=12345

from remote machine, in shell, you need to set LDTP_SERVER_ADDR with the remote server IP address or resolvable machine name (DNS entry).

export LDTP_SERVER_ADDR=xx.xx.xx.xx

If port number is changed in the ldtp server, then LDTP_SERVER_PORT environment variable has to be set

export LDTP_SERVER_PORT=12345

Now start executing the test scripts using ldtprunner or from a python prompt or from a shell.

* $ ldtprunner test.xml
* $ python testscript.py
* $ python
  >>> from ldtp import *
  >>> click ("*-gedit", "btnFind")

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ldtp.myfastforum.org Forum Index -> LDTP Test scripts (http://ldtp.freedesktop.org) All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Create your own free forum | Buy a domain to use with your forum
Linux Desktop Testing Project - http://ldtp.freedesktop.org