summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-06 11:34:19 -0400
committerJim Meyering <jim@meyering.net>2006-10-06 11:34:19 -0400
commit8c0cae64b1c726f3d15819d2390d5cb83916aed5 (patch)
treea66cb031705446c7c7ff9230dac84ad0cb8dff6a /tests
parent94fac2319cbb1dd23b08d95e7c3038d5e900ff8b (diff)
downloadthird_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.tar.gz
third_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.tar.xz
third_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.zip
Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.py1
1 files changed, 0 insertions, 1 deletions
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"))