From ec703f14bc9fa6af33b944b8806cfc7cd2cd5581 Mon Sep 17 00:00:00 2001 From: zjucx Date: Wed, 7 Dec 2022 15:04:27 +0800 Subject: [PATCH] add foundation pss Signed-off-by: zjucx --- screenshot32/resource/capturescreentest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/screenshot32/resource/capturescreentest.py b/screenshot32/resource/capturescreentest.py index 4490bf2..a4e7f7d 100644 --- a/screenshot32/resource/capturescreentest.py +++ b/screenshot32/resource/capturescreentest.py @@ -281,6 +281,8 @@ if __name__ == "__main__": PrintToLog("SmokeTest:: launcher screenshot comparison failed") SysExit() + EnterShellCmd("cat /proc/`pidof foundation`/smaps_rollup") + PrintToLog("\nSmokeTest:: ########## First check key processes start ##############") lose_process = [] process_pid = {} @@ -632,4 +634,4 @@ if __name__ == "__main__": else: PrintToLog("SmokeTest:: all testcase is ok") PrintToLog("SmokeTest:: End of check, test succeeded!") - sys.exit(0) \ No newline at end of file + sys.exit(0) -- GitLab