From: Tomek Mrugalski Date: Mon, 23 Jul 2012 13:10:40 +0000 (+0200) Subject: [1708] Fixed python test for skip msgq connection. X-Git-Tag: trac2351_base~65^2~34^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f973e64243cb9b616201247f86caffa8965a6928;p=thirdparty%2Fkea.git [1708] Fixed python test for skip msgq connection. --- diff --git a/src/bin/dhcp6/tests/dhcp6_test.py b/src/bin/dhcp6/tests/dhcp6_test.py index e84bad198c..123b10599d 100644 --- a/src/bin/dhcp6/tests/dhcp6_test.py +++ b/src/bin/dhcp6/tests/dhcp6_test.py @@ -171,7 +171,7 @@ class TestDhcpv6Daemon(unittest.TestCase): def test_skip_msgq(self): print("Check that connection to BIND10 msgq can be disabled.") - (returncode, output, error) = self.runDhcp4(['../b10-dhcp6', '-s', '-p', '10547']) + (returncode, output, error) = self.runCommand(['../b10-dhcp6', '-s', '-p', '10547']) # When invalid port number is specified, return code must not be success # TODO: Temporarily commented out as socket binding on systems that do not have