avocado-framework / avocado-misc-tests

Avocado tests repository
Other
4 stars 26 forks source link

TODO:Port xfstests Test from autotest to avocado #85

Closed PraveenPenguin closed 8 years ago

PraveenPenguin commented 8 years ago

I am working on porting xfstests from autotest to avocado, Link:"https://github.com/autotest/autotest-client-tests/tree/master/xfstests"

While porting facing some issue os_dep.library os_dep.header

in autotest test code this function is used but in avocado i am not able get. Can I implement these functionalities as common utilities to avocado, so able to use in my test?

PraveenPenguin commented 8 years ago

@ldoktor can please have a look into this issue

ldoktor commented 8 years ago

Hello @PraveenPenguin avocado is open source, of course we welcome any useful contribution and the library/header seem useful, although I'd probably use the software_manager to check/install packages, rather than check for missing header/library files.

PraveenPenguin commented 8 years ago

@ldoktor Thanks , tried with software_manager able to port the test