X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FAuthenticateWithPLC.py;fp=source%2Fsteps%2FAuthenticateWithPLC.py;h=55511dc22c036040501d77c8c45fb66546bfef9f;hb=ae73c450bffe036dccf37e8d96a4b655c3cd900e;hp=bad3c16d197696de6aaf24f9f2da8fc2a02512db;hpb=1577d63168fede4c6d0c9586fbae1648dd4fb836;p=bootmanager.git diff --git a/source/steps/AuthenticateWithPLC.py b/source/steps/AuthenticateWithPLC.py index bad3c16..55511dc 100644 --- a/source/steps/AuthenticateWithPLC.py +++ b/source/steps/AuthenticateWithPLC.py @@ -1,8 +1,16 @@ +#!/usr/bin/python2 + +# Copyright (c) 2003 Intel Corporation +# All rights reserved. +# +# Copyright (c) 2004-2006 The Trustees of Princeton University +# All rights reserved. + + import os from Exceptions import * import BootAPI -import StartDebug AUTH_FAILURE_COUNT_FILE= "/tmp/authfailurecount" @@ -71,8 +79,6 @@ def Run( vars, log ): log.write( "Maximum number of authentication failures reached.\n" ) log.write( "Canceling boot process and going into debug mode.\n" ) - StartDebug.Run( vars, log ) - raise BootManagerException, "Unable to authenticate node."