bindep/bindep/tests
Jean-Philippe Evrard 7e87972b90 Add opensuse-leap support
Docker images coming from the dockerhub for opensuse leap 15
(opensuse/leap:15) have the following content in their lsb
release:

NAME="openSUSE Leap"
VERSION="15.0"
ID="opensuse-leap"
<redacted>

Without this patch, opensuse-leap images are not recognised
by bindep, as "opensuse-leap" != "opensuse"

This is a problem, as it prevents subprojects using bindep
(like loci) to use those images, unless some hackery of
release file is done.

This patch solves the problem by ensuring opensuse-leap
systems are strictly listed like any other  "opensuse.*" system.

Change-Id: I937812b7219ec38f9335dbb85600f294fff40902
2018-07-26 15:21:28 +02:00
..
fixtures Add opensuse-leap support 2018-07-26 15:21:28 +02:00
__init__.py Initial project docs and framework. 2013-06-09 21:24:01 +12:00
test_depends.py Add opensuse-leap support 2018-07-26 15:21:28 +02:00
test_main.py Fix test_main and test_depends for systems missing lsb_release 2017-05-31 09:35:42 -07:00