public void setUp() throws Exception {
   super.setUp();
   String tempDirPath = setUpDiskSpace();
   au = createAu();
   sau = PluginTestUtil.createAndStartSimAu(simAuConfig(tempDirPath));
 }