
13 Jan
2017
13 Jan
'17
2:52 p.m.
Reviewed-By: Lucio Correia <luciojhc@linux.vnet.ibm.com> On 12/01/2017 14:41, dhbarboza82@gmail.com wrote:
From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
This patch set implements a new WOK API called 'restart' under /config/restart.
Daniel Henrique Barboza (3): restart API: doc changes restart API: control and model changes restart API: new file tests/test_config_model.py
docs/API/config.md | 2 +- src/wok/control/config.py | 4 +++- src/wok/model/config.py | 7 ++++++- tests/test_config_model.py | 41 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 tests/test_config_model.py
-- Lucio Correia