summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2014-03-27 21:11:10 -0700
committerNagappan Alagappan <nagappan@gmail.com>2014-03-27 21:11:10 -0700
commit90a47a75cb98c6520f3fa580981bf3ce540b9dc5 (patch)
treef7beb5e78bdf2474d331b570babc2899be29aceb
parentfefeb243014075ca8a20a9f5d2046fd6182fc324 (diff)
Updated port info
-rw-r--r--Executing_scripts_remotely.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/Executing_scripts_remotely.mdwn b/Executing_scripts_remotely.mdwn
index 418675b..7d41504 100644
--- a/Executing_scripts_remotely.mdwn
+++ b/Executing_scripts_remotely.mdwn
@@ -5,23 +5,23 @@ Steps to follow:
Start LDTP engine (manually) in remote location with the following options
-_$ ldtp
+$ ldtp
-Default port 4118 _
+Default port 4118
-$ ldtp **-p 4118** _
+$ ldtp **-p 4118**
or
-$ ldtp **--port=4118** _
+$ ldtp **--port=4118**
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** _
+**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** _
+**export LDTP_SERVER_PORT=12345**
Now start executing the test scripts using ldtprunner or from a python prompt or from a shell.