File fix_test_create_systems.diff of Package cobbler.7192
Index: cobbler-2.6.6/tests/base.py =================================================================== --- cobbler-2.6.6.orig/tests/base.py +++ cobbler-2.6.6/tests/base.py @@ -56,7 +56,7 @@ FAKE_TEMPLATE_CONTENTS = "HELLO WORLD" # These will be created if they don't already exist. FAKE_KERNEL = "/tmp/cobbler-testing-fake-kernel" FAKE_INITRD = "/tmp/cobbler-testing-fake-initrd" -FAKE_KICKSTART = "/tmp/cobbler-testing-kickstart" +FAKE_KICKSTART = "/var/lib/cobbler/kickstarts/cobbler-testing-kickstart" FAKE_TEMPLATE = "/tmp/cobbler-testing-template" class CobblerTest(unittest.TestCase):