// don't run test if accumulo home is not set
String acuHome = System.getenv("ACCUMULO_HOME");
if (acuHome == null)
return;
Framework framework = Framework.getInstance();
String confDir = acuHome + "/test/system/randomwalk/conf/";
framework.run("unit/Basic.xml", new State(new Properties()), confDir);
}