From 89b8d40e336d9bcd26bb98ccb73cc693701cc32e Mon Sep 17 00:00:00 2001 From: durga-ct Date: Tue, 9 Jun 2026 11:36:58 +0530 Subject: [PATCH] lf_interop_youtube.py: add android count in the robo scenario VERIFIED CLI: python3 lf_interop_youtube.py --mgr 192.168.207.78 --upstream_port 1.1.eth1 --url "https://youtu.be/BHACKCNDMW8?si=psTEUzrc77p38aU1" --duration 1 --res 1080p --resources 1.13,1.14 --do_robo --robo_ip 192.168.50.10 --coordinates 1,2 Signed-off-by: durga-ct --- .../real_application_tests/youtube/lf_interop_youtube.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py-scripts/real_application_tests/youtube/lf_interop_youtube.py b/py-scripts/real_application_tests/youtube/lf_interop_youtube.py index 7bd940f6b..94d050c9a 100644 --- a/py-scripts/real_application_tests/youtube/lf_interop_youtube.py +++ b/py-scripts/real_application_tests/youtube/lf_interop_youtube.py @@ -1814,7 +1814,7 @@ def create_robo_report(self): 'Duration (in Minutes)': self.duration if not self.do_bandsteering else "NA", 'Resolution': self.resolution, 'Configured Devices': self.hostname_os_combination, - 'No of Devices :': f' Total({len(self.real_sta_os_types)}) : W({self.windows}),L({self.linux}),M({self.mac})', + 'No of Devices :': f' Total({len(self.real_sta_os_types)}) : W({self.windows}),L({self.linux}),M({self.mac}),A({self.android})', "Video URL": self.url, "SSID": self.ssid, "Security": self.security, @@ -1831,7 +1831,7 @@ def create_robo_report(self): 'Resolution': self.resolution, "Configuration": gp_map, 'Configured Devices': self.hostname_os_combination, - 'No of Devices :': f' Total({len(self.real_sta_os_types)}) : W({self.windows}),L({self.linux}),M({self.mac})', + 'No of Devices :': f' Total({len(self.real_sta_os_types)}) : W({self.windows}),L({self.linux}),M({self.mac}),A({self.android})', "Video URL": self.url, } @@ -1841,7 +1841,7 @@ def create_robo_report(self): 'Duration (in Minutes)': self.duration if not self.do_bandsteering else "NA", 'Resolution': self.resolution, 'Configured Devices': self.hostname_os_combination, - 'No of Devices :': f' Total({len(self.real_sta_os_types)}) : W({self.windows}),L({self.linux}),M({self.mac})', + 'No of Devices :': f' Total({len(self.real_sta_os_types)}) : W({self.windows}),L({self.linux}),M({self.mac}),A({self.android})', "Video URL": self.url, }