From 9332c933fc05f42882640c9a4e35fab09854af84 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Sat, 9 Mar 2019 21:25:56 +0100 Subject: Board: Client Test Suite Initial Commit --- scripts/PYTHON_SOFTWARE/test/helpers/globalVariables.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/PYTHON_SOFTWARE/test/helpers/globalVariables.py (limited to 'scripts/PYTHON_SOFTWARE/test/helpers/globalVariables.py') diff --git a/scripts/PYTHON_SOFTWARE/test/helpers/globalVariables.py b/scripts/PYTHON_SOFTWARE/test/helpers/globalVariables.py new file mode 100644 index 0000000..6b89f4d --- /dev/null +++ b/scripts/PYTHON_SOFTWARE/test/helpers/globalVariables.py @@ -0,0 +1,8 @@ +def globalVar(): + guuid = "" + procid = "" + mid = "" + testid_ctl = "" + g_mid = "" + outdata = "NONE" + station = "" -- cgit v1.1