Closed ngoan1608 closed 2 years ago
Hi a.Cuong,
I try with sample robot test case for TCPIP Client as below:
TCPIP base connect client [Documentation] Connect TCP/IP base. connect conn_name=${TCPIP_CONNECTION} ... conn_type=TCPIPClient ... conn_conf=${__TESTBENCH__CONFIG}[hw][internal][TCPIP]
with ${TESTBENCHCONFIG}[hw][internal][TCPIP] has value
{ "address" : "127.0.0.1", "port" : 12345 }
The error I got in log/console:
The 'TCPIPClient' connection type hasn't been supported
Same issue for conn_type=TCPIPServer
conn_type=TCPIPServer
Thank you, Ngoan
Hi a.Cuong,
I try with sample robot test case for TCPIP Client as below:
with ${TESTBENCHCONFIG}[hw][internal][TCPIP] has value
The error I got in log/console:
Same issue for
conn_type=TCPIPServer
Thank you, Ngoan