From: Thierry Parmentelat Date: Tue, 23 Jun 2015 12:57:22 +0000 (+0200) Subject: step reset-node that just kills/run a node X-Git-Tag: tests-6.0-2~14 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=8924fc4958062e32ed714051db3e4435b7d3b824 step reset-node that just kills/run a node --- diff --git a/system/AA-bonding.md b/system/AA-bonding.md index d712d8a..3363aee 100644 --- a/system/AA-bonding.md +++ b/system/AA-bonding.md @@ -11,7 +11,7 @@ general idea is to use this command or in an equivalent manner - export bonding= 2015.04.13--f18 + export bonding=bond212015.04.13--f18 run -G # requirements diff --git a/system/macros.py b/system/macros.py index 31625a5..28cc7d6 100644 --- a/system/macros.py +++ b/system/macros.py @@ -189,6 +189,8 @@ qemu_kill_mine nodestate_reinstall qemu_local_init bootcd qemu_local_config qemu_clean_mine qemu_export qemu_start qemu_timestamp qemu_nodefamily """.split() +sequence['reset_node'] = "qemu-kill-mine qemu-start" + sequences['bonding_node'] = 'node start-node'.split() sequences['wait_node'] = 'ping_node ssh_node_debug ssh_node_boot'.split()