private ChannelExec channel;
private static final int CONNECTTION_TIMEOUT = 50;
@BeforeMethod
public void setup() throws JSchException {
xstream = new XmlMapper();
jsch = createMock(JSch.class);
SshEndpointConfiguration endpointConfiguration = new SshEndpointConfiguration();
client = new SshClient(endpointConfiguration);