LGTM, thanks On Thu, Mar 19, 2015 at 5:50 PM, 'Petr Pudlak' via ganeti-devel < [email protected]> wrote:
> Signed-off-by: Petr Pudlak <[email protected]> > --- > qa/qa_utils.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/qa/qa_utils.py b/qa/qa_utils.py > index 1259876..546bf8d 100644 > --- a/qa/qa_utils.py > +++ b/qa/qa_utils.py > @@ -498,10 +498,13 @@ def CheckFileUnmodified(node, filename): > @param node: node the command should run on > @type filename: string > @param filename: absolute filename to check > + > """ > cmd = utils.ShellQuoteArgs(["sha1sum", filename]) > + > def Read(): > return GetCommandOutput(node, cmd).strip() > + > # read the configuration > before = Read() > yield > -- > 2.2.0.rc0.207.ga3a616c > > Hrvoje Ribicic Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
