From 8554b2b1c3df688df1e0589182aa61b71c443430 Mon Sep 17 00:00:00 2001 From: Lili Deng Date: Fri, 17 Jul 2026 11:13:43 +0800 Subject: [PATCH] test: trivial comment to verify PR validation pipeline trigger --- lisa/tools/whoami.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lisa/tools/whoami.py b/lisa/tools/whoami.py index 7f237042b0..b97147c2b5 100644 --- a/lisa/tools/whoami.py +++ b/lisa/tools/whoami.py @@ -18,4 +18,5 @@ def can_install(self) -> bool: return False def get_username(self) -> str: + # Return the current effective user name reported by `whoami`. return self.run("", shell=True).stdout.strip()