props.setProperty("python.home", StaticConfiguration.JYTHON_HOME);
props.setProperty("python.path", StaticConfiguration.JYTHON_LIB + File.pathSeparator + StaticConfiguration.TEST_SCRIPT_DOC_TOOLS_DIR);
PythonInterpreter.initialize(System.getProperties(), props, new String[]{""});
mMainPanel = new MainPanel(testSuiteDir, numberLoops, loopsInHours);
mMainPanel.launch();
mAddOnManager = new AddOnManager();
mAddOnManager.loadAddOns();
} catch (Exception e) {
LOGGER.error(e);
TestEngine.shutdown();