@BeforeClass
  public static void setupDomain() throws Exception {
    testSupport = DomainTestSuite.createSupport(ManagementReadsTestCase.class.getSimpleName());

    domainMasterLifecycleUtil = testSupport.getDomainMasterLifecycleUtil();
    domainSlaveLifecycleUtil = testSupport.getDomainSlaveLifecycleUtil();
  }