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, }