From eceb67215cf016dcbc65e4d4366bd547921d8c8d Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Tue, 10 Aug 2021 08:38:49 +0200 Subject: [PATCH] fix(ci): fix typo Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/html.py b/ci-scripts/html.py index 40bb3f9b9ff..b172ffb7111 100644 --- a/ci-scripts/html.py +++ b/ci-scripts/html.py @@ -185,7 +185,7 @@ class HTMLManagement(): if (ADBIPAddress != 'none') and (ADBIPAddress != 'modules'): self.htmlFile.write(' <h2><span class="glyphicon glyphicon-phone"></span> <span class="glyphicon glyphicon-menu-right"></span> ' + str(self.htmlNb_Smartphones) + ' UE(s) is(are) connected to ADB bench server</h2>\n') self.htmlFile.write(' <h2><span class="glyphicon glyphicon-phone"></span> <span class="glyphicon glyphicon-menu-right"></span> ' + str(self.htmlNb_CATM_Modules) + ' CAT-M UE(s) is(are) connected to bench server</h2>\n') - elif (ADBIPAddress != 'modules'): + elif (ADBIPAddress == 'modules'): self.htmlUEConnected = 1 self.htmlFile.write(' <h2><span class="glyphicon glyphicon-phone"></span> <span class="glyphicon glyphicon-menu-right"></span> 1 commercial module is connected to CI bench</h2>\n') else: -- GitLab