From 5dfdbd38a3b829423087f48cafb50b70c5fcf26e Mon Sep 17 00:00:00 2001 From: Jose Lausuch Date: Fri, 19 May 2017 08:59:27 +0000 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Update docs/submodules/functest from branch 'master' - Merge "Define Runner class" - Define Runner class It simply converts run_tests.py's functions to Runner's methods. This proposal could be enhanced in a second step to fully leverage on object programming. It defines as instance variables the former static variables to allow multiple runs (it's mandatory for unit testing). All false positives in unit tests are fixed but run_tests.py is still not fully covered. Change-Id: I8f91c132aa8b2248041f31e46238dd5598344d34 Signed-off-by: Cédric Ollivier --- docs/submodules/functest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/functest b/docs/submodules/functest index f5c8f9dd1..7050fa91f 160000 --- a/docs/submodules/functest +++ b/docs/submodules/functest @@ -1 +1 @@ -Subproject commit f5c8f9dd175e462bf362b5c301205a3376a0d82b +Subproject commit 7050fa91fca9a66e29e43a46f266f8eddba0d64f -- 2.16.6