test-fullautomation / robotframework-qconnect-base

Apache License 2.0
2 stars 1 forks source link

conn_type=TCPIPClient does not work #14

Closed ngoan1608 closed 2 years ago

ngoan1608 commented 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

Thank you, Ngoan