avocado-framework-tests / avocado-misc-tests

Community maintained Avocado tests repository
Other
22 stars 123 forks source link

Test Xfstests.test depends on replaced package #744

Closed fkromer closed 6 years ago

fkromer commented 6 years ago

On Ubuntu 14.04 the test status is CANCEL due to TestCancel: Fail to install libtool-bin required for this test.. The reason for that is that libtool-bin has been replaced by libtool.

fkromer commented 6 years ago

The distro could be checked like here for conditional setup for Ubuntu. Is it possible to get the OS version as well?

harish-24 commented 6 years ago

@fkromer You are right. libtool-bin was available after 14.04 from Ubuntu. Please feel free to make all the changes necessary to support 14.04. Thanks for reporting.

harish-24 commented 6 years ago

@fkromer Yes. distro.detect().version would give you that.

fkromer commented 6 years ago

@harish-24 If your are not working on this already I can PR.

harish-24 commented 6 years ago

@fkromer Sure, you can start with it.

PraveenPenguin commented 6 years ago

closing this issue as already PR merged