* the exception
*/
@Test
public void t50_enable_disable_command() throws Exception {
SCMgmtClient client = new SCMgmtClient(TestConstants.HOST, TestConstants.PORT_SC0_TCP, ConnectionType.NETTY_TCP);
client.attach();
try {
SCConsole.main(new String[] { "-h", TestConstants.HOST, "-p", String.valueOf(TestConstants.PORT_SC0_TCP),
Constants.CC_CMD_DISABLE + "?serviceName=" + TestConstants.sesServiceName1 });
} catch (ExitException e) {
Assert.assertEquals(0, e.status);