[From nobody Fri Oct 18 09:42:19 2013 From: openlmiproject@gmail.com Precedence: list MIME-Version: 1.0 To: openlmi-reviews@lists.fedorahosted.org Date: Thu, 17 Oct 2013 15:11:24 +0200 Reply-To: openlmi-reviews@lists.fedorahosted.org Message-ID: <525fe1fd.4935cc0a.3b37.ffffca4d@mx.google.com> Content-Type: multipart/mixed; boundary="===============7149644958002435541==" Subject: buildbot failure in OpenLMI on providers-rawhide Message: 5 --===============7149644958002435541== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The Buildbot has detected a failed build on builder providers-rawhide while building OpenLMI. Full details are available at: http://openlmi-rnovacek.rhcloud.com/builders/providers-rawhide/builds/134 Buildbot URL: http://openlmi-rnovacek.rhcloud.com/ Buildslave for this Build: rawhide-slave Build Reason: 'try' job Build Source Stamp: [branch master] 1fcd56611f484759c71b46ec33ed5034174c5fb5 (plus patch) Blamelist: BUILD FAILED: failed rpmlint tests selinux check sincerely, -The Buildbot --===============7149644958002435541== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="source patch 0" diff --git a/src/account/test/TestService.py b/src/account/test/TestService.py index 8881b64..3450ccf 100644 --- a/src/account/test/TestService.py +++ b/src/account/test/TestService.py @@ -36,7 +36,7 @@ class TestService(AccountBase): computer_system = self.wbemconnection.ExecQuery('WQL', 'select * from PG_ComputerSystem')[0] lams = self.wbemconnection.ExecQuery('WQL', - 'select * from PG_AccountManagementService')[0] + 'select * from LMI_AccountManagementService')[0] # create account and test all parameters shell = "testshell" diff --git a/src/software/test/repository.py b/src/software/test/repository.py index 8f88a17..1293354 100644 --- a/src/software/test/repository.py +++ b/src/software/test/repository.py @@ -147,7 +147,7 @@ def get_repo_database(): """ result = [] cmd = ["yum", "-q", "-C", "repoinfo", "all"] - repo_infos = check_output(cmd).decode('utf-8') + repo_infos = check_output(cmd, env={'LANG': 'C'}).decode('utf-8') for match in RE_REPO_INFOS.finditer(repo_infos): result.append(make_repo(match.group(1))) return result --===============7149644958002435541==-- ]