Ticket #236 (closed enhancement: fixed)
PTTMonitor Port Number Support in TestScenario
| Reported by: | fcohen | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | verify |
| Version: | 5.2 | Keywords: | |
| Cc: |
Description
The <monitoring> command in a TestScenario needs a way for the user to define a custom port on which the PTTMonitor listens. This needs to work for the node monitoring and target host monitoring.
Here is the current syntax:
<monitoring enablednodes="false" enabledtarget="true" targethost="192.168.1.112" />
Here is the desired syntax:
<monitoring enablednodes="false" nodeport="8777" enabledtarget="true" targethost="192.168.1.112:8777" />
Note the new nodeport tag and the targethost tag includes the port number.
This is related to http://bugs.pushtotest.com/ticket/208
Change History
Note: See
TracTickets for help on using
tickets.
