public static final Map<String, String []> serverProfiles = new HashMap<String, String[]>();
public static final Map<String, Boolean> serverStatus = new HashMap<String, Boolean>();
@BeforeClass
public static void initSuite() throws Exception {
domainSupport = new DomainTestSupport(CLITestSuite.class.getSimpleName(),
"domain-configs/domain-standard.xml", "host-configs/host-master.xml", "host-configs/host-slave.xml");
domainSupport.start();
hostServers.put("master", new String[] {"main-one", "main-two", "other-one"});
hostServers.put("slave", new String[] {"main-three", "main-four", "other-two"});