public void testPing() throws Exception
{
String currentHost = TestConfiguration.getCurrent().getHostName();
NetworkServerControl nsctrl = NetworkServerTestSetup.getNetworkServerControl();
nsctrl.ping();
// Note:Cannot test ping with unknown host because it fails in
// InetAddress.getByName()
nsctrl = new NetworkServerControl(privInetAddressGetByName(currentHost), 9393);