Bug 38550 - Jenkins test test12_check_apps_ini_all_fields fails in some cases
Jenkins test test12_check_apps_ini_all_fields fails in some cases
Status: NEW
Product: UCS Test
Classification: Unclassified
Component: App Center
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-17 20:49 CEST by Dirk Wiesenthal
Modified: 2016-10-21 18:52 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2015-05-17 20:49:02 CEST
tests/20_appcenter/12_check_apps_ini_all_fields

fails for SupportedArchitectures=amd64, i386

While this value is not very common (as it is the default value and is mostly commented out instead of stated explicitly), the value is perfectly valid.

Problem is:

if set(self.value.split(',')) - ALLOWED:

which does not take spaces into account (as the App Center module does).