*** Settings ***LibraryOperatingSystemLibraryString*** Test Cases ***APPC Netstat [Documentation] Checking the active ports ${output}= Runnetstat -a | grep -E ":8282 " | grep LISTENLog To Console ${output} ${line_count}= Get Line Count ${output}Should Be Equal As Strings ${line_count} 1