I want to use this testing framework to test if paticular Layer 3 ACLs have been created on the network side.
About the only way to test this is using telnet and port number.
If the response is connection refused than the ACL is open. If there is no response and it appears to hang, the ACL is not open. Currently ntf only checks if its open and fails otherwise. Can we have a condition that would pass this test if connection is refused?
I want to use this testing framework to test if paticular Layer 3 ACLs have been created on the network side.
About the only way to test this is using telnet and port number.
If the response is connection refused than the ACL is open. If there is no response and it appears to hang, the ACL is not open. Currently ntf only checks if its open and fails otherwise. Can we have a condition that would pass this test if connection is refused?