From 6f0ac745cab07d79dfd910658a1cfcadbf07eff9 Mon Sep 17 00:00:00 2001 From: Patryk Matuszak Date: Thu, 16 May 2024 11:25:39 +0200 Subject: [PATCH] `scenario.sh recreate` command Add `recreate` command to scenario for single command to destroy and create scenario's VMs --- test/bin/scenario.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/bin/scenario.sh b/test/bin/scenario.sh index bb62790be8..bdcac9a974 100755 --- a/test/bin/scenario.sh +++ b/test/bin/scenario.sh @@ -975,7 +975,7 @@ action_run() { usage() { cat - <