package org.ourgrid.acceptance.util;
/**
*
* @author Ricardo Araujo Santos - ricardo@lsd.ufcg.edu.br
*/
public interface ClassAdsUtils {
public static final String JDL_DIR_PATH = "test/acceptance/worker/sdf";
static String SIMPLE_MACHINE = JDL_DIR_PATH + "/simple_machine.sdf";
static String SIMPLE_MACHINE_WITH_MEMORY = JDL_DIR_PATH + "/simple_machine_with_memory.sdf";
// static String SIMPLE_MACHINE = "[" +
// "ServerName = xmpp.ourgrid.org;" +
// "UserName = username" +
// "]";
//
// static String SIMPLE_MACHINE_WITH_MEMORY = "[" +
// "GlueHostMainMemoryRamSize = 256; " +
// "ServerName = xmpp.ourgrid.org;" +
// "UserName = username" +
// "]";
}