* Description: Attach and detach one time to SC on localhost<br>
* Expectation: passes
*/
@Test
public void t01_AttachDetach() throws Exception {
this.requester = new SCRequester(new RemoteNodeConfiguration(TestConstants.RemoteNodeName, TestConstants.HOST, this.port,
this.connectionType.getValue(), 0, 0, 1), 0);
SCMPAttachCall attachCall = new SCMPAttachCall(this.requester);
TestCallback callback1 = new TestCallback();
attachCall.invoke(callback1, 10000);
SCMPMessage result = callback1.getMessageSync(10000);