From f46122e8f07d7cfbd04ded31f5772a1c6e1c47f8 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 13 Jan 2014 00:01:46 +0100
Subject: [PATCH] re-check slice creation once they have been torn down to make
 sure a second run with the same name is fine

---
 system/TestPlc.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/system/TestPlc.py b/system/TestPlc.py
index 4cbc558..81be68a 100644
--- a/system/TestPlc.py
+++ b/system/TestPlc.py
@@ -135,7 +135,10 @@ class TestPlc:
         'ssh_node_boot@1', 'node_bmlogs@1', 'ssh_slice', 'ssh_slice_basics', 'check_initscripts', SEP,
         'ssh_slice_sfa@1', 'sfa_delete_slice@1', 'sfa_delete_user@1', SEPSFA,
         'cross_check_tcp@1', 'check_system_slice', SEP,
-        'empty_slices', 'ssh_slice_off', 'fill_slices', SEP,
+        # check slices are turned off properly
+        'empty_slices', 'ssh_slice_off', SEP,
+        # check they are properly re-created with the same name
+        'fill_slices', 'ssh_slice', SEP,
         'force_gather_logs', SEP,
         ]
     other_steps = [ 
-- 
2.47.0