From 7edd6c5f599533e67bdf494df13cab06d5995209 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Sat, 9 Mar 2019 21:38:10 +0100 Subject: Modify some Execution Tests and EEprom Support - Change Board Model to IGEP0000 - Change Audio Test - Change qbutton Test - Change qScreen Test - Added EEprom Support --- test-cli/test/helpers/globalVariables.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-cli/test/helpers/globalVariables.py') diff --git a/test-cli/test/helpers/globalVariables.py b/test-cli/test/helpers/globalVariables.py index 6b89f4d..c4d8358 100644 --- a/test-cli/test/helpers/globalVariables.py +++ b/test-cli/test/helpers/globalVariables.py @@ -6,3 +6,5 @@ def globalVar(): g_mid = "" outdata = "NONE" station = "" + fstatus = "" + gdisplay = None \ No newline at end of file -- cgit v1.1