On Thu, 10 Oct 2024 at 20:44, Steve Sakoman via lists.openembedded.org
<[email protected]> wrote:
>
> We can't support vgem on RHEL derived distros so disable this test for
> all fedora hosts rather than specific versions.
>
> Signed-off-by: Steve Sakoman <[email protected]>
> ---
>  meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py 
> b/meta/lib/oeqa/selftest/cases/runtime_test.py
> index 7dcdfd0ab2..93c6da1889 100644
> --- a/meta/lib/oeqa/selftest/cases/runtime_test.py
> +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
> @@ -258,7 +258,7 @@ class TestImage(OESelftestTestCase):
>
>          distro = oe.lsb.distro_identifier()
>          if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 
> 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or
> -            distro.startswith('almalinux') or distro.startswith('rocky')):
> +            distro.startswith('almalinux') or distro.startswith('fedora') or 
> distro.startswith('rocky')):

Wait, was fedora confused with centos maybe? Centos 9 is not on the
list, but perhaps should be.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#206010): 
https://lists.openembedded.org/g/openembedded-core/message/206010
Mute This Topic: https://lists.openembedded.org/mt/108935092/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to