From 713ad4d8fa20aa56a0a7ec66a52523fccd12e794 Mon Sep 17 00:00:00 2001
From: Pierre Neyron <pierre.neyron@imag.fr>
Date: Fri, 2 Mar 2018 16:57:15 +0100
Subject: [PATCH] [tests] rework testes

---
 tests/test_variables.yaml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/tests/test_variables.yaml b/tests/test_variables.yaml
index 8b656d504..929d441dd 100644
--- a/tests/test_variables.yaml
+++ b/tests/test_variables.yaml
@@ -7,12 +7,17 @@
 #==============================================================================
 ---
 global:
-  test: true
+  testvar: global
 
 bootstrap:
-  - test_macro:
-    - test_micro:
+  - macrostep:
+    - test: toto
+    - microstep:
       - exec_local: echo $${test}
+  - test_variables
+  - test_variables:
+    - testvar: set_in_bootstrap
+
 setup:
 
 export:
-- 
GitLab