[debian-edu-commits] r79658 - in branches/wheezy/debian-edu-config: debian testsuite

pere at alioth.debian.org pere at alioth.debian.org
Sun Apr 21 05:03:24 UTC 2013


Author: pere
Date: 2013-04-21 05:03:23 +0000 (Sun, 21 Apr 2013)
New Revision: 79658

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/testsuite/rdp-server
Log:
Fix RDP testsuite check to look for the correct TCP ports (3389 and 3350), instead of some random PIDs I inserted by mistake in the first draft.


Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-04-21 04:57:43 UTC (rev 79657)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-04-21 05:03:23 UTC (rev 79658)
@@ -1,3 +1,11 @@
+debian-edu-config (1.704~svn79651) UNRELEASED; urgency=low
+
+  * Fix RDP testsuite check to look for the correct TCP ports (3389
+    and 3350), instead of some random PIDs I inserted by mistake in
+    the first draft.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 21 Apr 2013 07:01:44 +0200
+
 debian-edu-config (1.704~svn79650) wheezy-test; urgency=low
 
   * New testsuite test to verify that the RDP server is running

Modified: branches/wheezy/debian-edu-config/testsuite/rdp-server
===================================================================
--- branches/wheezy/debian-edu-config/testsuite/rdp-server	2013-04-21 04:57:43 UTC (rev 79657)
+++ branches/wheezy/debian-edu-config/testsuite/rdp-server	2013-04-21 05:03:23 UTC (rev 79658)
@@ -27,5 +27,5 @@
     echo "error: $0: xrdp-sesman is not running."
 fi
 
-netstat_check 4885 tcp "xrdp" || true
-netstat_check 4888 tcp "xrdp-sesman" || true
+netstat_check 3389 tcp "xrdp" || true
+netstat_check 3350 tcp "xrdp-sesman" || true




More information about the debian-edu-commits mailing list