@Test(groups = "wso2.greg")
 @SetEnvironment(executionEnvironments = {ExecutionEnvironment.integration_user})
 public void testSetupServerEnvironment() throws Exception {
   editConfigurationFiles();
   ServerGroupManager.getServerUtils().restartGracefully(serverAdminClient, frameworkProperties);
 }