test case: (SSH) Both interface and key parameter are present
type: ZBX_TEST_GET_VALUE_SSH
interface: 127.0.0.1:10051
key: ssh.run[clear,127.0.0.1]
test case: (SSH) Only interface is present
type: ZBX_TEST_GET_VALUE_SSH
interface: 127.0.0.1:10051
test case: (SSH) Only key parameter is present
type: ZBX_TEST_GET_VALUE_SSH
key: ssh.run[clear,127.0.0.1]
test case: (SSH) Both interface and key parameter are missing
type: ZBX_TEST_GET_VALUE_SSH
test case: (SSH) Has one additional parameter with one value
type: ZBX_TEST_GET_VALUE_SSH
key: ssh.run[clear,127.0.0.1,,,KexAlgorithms=diffie-hellman-group1-sha1]
test case: (SSH) Has one additional parameter with many values
type: ZBX_TEST_GET_VALUE_SSH
key: ssh.run[clear,127.0.0.1,,,"KexAlgorithms=diffie-hellman-group14-sha1,diffie-hellman-group1-sha1"]
test case: (SSH) Has many additional parameters with many values (I)
type: ZBX_TEST_GET_VALUE_SSH
key: ssh.run[clear,127.0.0.1,,,"KexAlgorithms=diffie-hellman-group14-sha1,diffie-hellman-group1-sha1;HostkeyAlgorithms=ssh-rsa,ssh-dss,ecdh-sha2-nistp256"]