* Description: disable service after SC was restarted<br>
* Expectation: passes, because new connection is created
*/
@Test
public void t206_disableServiceAfterRestart() throws Exception {
client = new SCMgmtClient(TestConstants.HOST, TestConstants.PORT_SC0_HTTP, ConnectionType.NETTY_HTTP);
client.attach();
Assert.assertEquals("Client is not attached", true, client.isAttached());
ctrl.stopSC(scCtx);
scCtx = ctrl.startSC(TestConstants.SC0, TestConstants.log4jSC0Properties, TestConstants.SC0Properties);