[LTP] [PATCH v2 1/3] lib: adding .arch field in tst_test structure
Petr Vorel
pvorel@suse.cz
Mon Jun 17 23:49:01 CEST 2019
Hi Li,
> Testcases for specified arch should be limited on that only being supported
> platform to run, we now create a function tst_on_arch to achieve this new
> feature in LTP library. All you need to run a test on the expected arch is
> to set the '.arch' string in the 'struct tst_test' to choose the required
> arch list. e.g. '.arch = "x86_64 i386"'.
Just one note, strings are error prone. I wonder if defining constants and using
array would be too complicated for this use case.
Kind regards,
Petr
More information about the ltp
mailing list