burnin: move instance alive checks to a decorator
authorIustin Pop <iustin@google.com>
Tue, 21 Jul 2009 09:41:12 +0000 (11:41 +0200)
committerIustin Pop <iustin@google.com>
Tue, 21 Jul 2009 12:14:57 +0000 (14:14 +0200)
commitd9b7a0b488686d1279db35b31858e5ed5430504e
tree93d7b33fd51e193248401b6a4cabb60e03b8741f
parent73ff3118044044c0fb52bdfe678f713bce4b974a
burnin: move instance alive checks to a decorator

Many burn steps to a manual check of instance aliveness, via duplicate
code. This patch moves this code to a decorator.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
tools/burnin