From 8c0cae64b1c726f3d15819d2390d5cb83916aed5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 6 Oct 2006 11:34:19 -0400 Subject: Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests. --- tests/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/tests.py b/tests/tests.py index ab1cec5..f23bf0f 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -101,7 +101,6 @@ class Utilities(BootTest): def test_kickstart_scan(self): # we don't check to see if kickstart files look like anything # so this will pass - self.assertTrue(utils.find_kickstart(self.fk_initrd) is None) self.assertTrue(utils.find_kickstart("filedoesnotexist") is None) self.assertTrue(utils.find_kickstart(self.topdir) == None) self.assertTrue(utils.find_kickstart("http://bar")) -- cgit