From 570de8292e73643d29738c481b8634e46cc67040 Mon Sep 17 00:00:00 2001 From: Claudio-Daniel Freire Date: Thu, 28 Jul 2011 12:00:03 +0200 Subject: [PATCH] Document the recovery procedure --- src/nepi/core/execute.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/nepi/core/execute.py b/src/nepi/core/execute.py index 44c9c240..9d30f5ad 100644 --- a/src/nepi/core/execute.py +++ b/src/nepi/core/execute.py @@ -147,6 +147,17 @@ class TestbedController(object): raise NotImplementedError def recover(self): + """ + On testbed recovery (if recovery is a supported policy), the controller + instance will be re-created and the following sequence invoked: + + do_setup + *recover* + + + Start will not be called, and after cross connection invocations, + the testbed is supposed to be fully functional again. + """ raise NotImplementedError def set(self, guid, name, value, time = TIME_NOW): -- 2.47.0