//Get the model and the persisted xml from the first controller
final ModelNode modelA = servicesA.readWholeModel();
validateModel(modelA);
ModelNode protos = modelA.get(SUBSYSTEM,getMainSubsystemName(),"stack","udp","protocols");
Assert.assertEquals("we should get back same number of protocols that we send",14,protos.asList().size());
servicesA.shutdown();
/*// Test the describe operation
final ModelNode operation = createDescribeOperation();
final ModelNode result = servicesA.executeOperation(operation);
Assert.assertTrue("the subsystem describe operation has to generate a list of operations to recreate the subsystem",