| | |
| | | package org.opends.server; |
| | | |
| | | import java.io.*; |
| | | import org.opends.server.OpenDSAdmin; |
| | | //import org.opends.server.OpenDSAdmin; |
| | | import org.opends.server.tools.StopDS; |
| | | |
| | | /** |
| | |
| | | // The print stream to use for printing error messages. |
| | | private PrintStream errorStream; |
| | | protected OpenDSTestOutput ds_output = new OpenDSTestOutput(); |
| | | protected OpenDSAdmin dsAdmin = null; |
| | | //protected OpenDSAdmin dsAdmin = null; |
| | | |
| | | /** |
| | | * Creates a new instance of this test case with the provided name. |
| | |
| | | |
| | | Runtime rtime = Runtime.getRuntime(); |
| | | Process child = rtime.exec(exec_cmd); |
| | | dsAdmin.sleep(30000); |
| | | Thread.sleep(30000); |
| | | System.out.println("OpenDS has started."); |
| | | } |
| | | |