[LTP] [PATCH v2 1/3] lib: adding .arch field in tst_test structure
Petr Vorel
pvorel@suse.cz
Mon Jun 17 23:46:19 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"'.
> Signed-off-by: Li Wang <liwang@redhat.com>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
LGTM. FYI there is also HOST_CPU variable (since 00ff2c348f),
but that does not help your patch.
> ---
> doc/test-writing-guidelines.txt | 26 ++++++++++
> include/tst_arch.h | 16 ++++++
> include/tst_test.h | 7 ++-
> lib/tst_arch.c | 92 +++++++++++++++++++++++++++++++++
> 4 files changed, 140 insertions(+), 1 deletion(-)
> create mode 100644 include/tst_arch.h
> create mode 100644 lib/tst_arch.c
> diff --git a/doc/test-writing-guidelines.txt b/doc/test-writing-guidelines.txt
> index f1912dc12..b4fba0190 100644
> --- a/doc/test-writing-guidelines.txt
> +++ b/doc/test-writing-guidelines.txt
> @@ -1668,6 +1668,32 @@ sturct tst_test test = {
> };
> -------------------------------------------------------------------------------
> +2.2.30 Testing on specified architecture
^ maybe specific?
Kind regards,
Petr
More information about the ltp
mailing list