Home
last modified time | relevance | path

Searched refs:test_cli (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/
H A D0001-test_cli.py-disable.patch4 Subject: [PATCH] test_cli.py: disable
15 tests/test_cli.py | 1 +
18 diff --git a/tests/test_cli.py b/tests/test_cli.py
20 --- a/tests/test_cli.py
21 +++ b/tests/test_cli.py
/openbmc/linux/tools/testing/selftests/x86/
H A Diopl.c152 static bool test_cli(void) in test_cli() function
195 expect_gp_sti(test_cli()); in main()
246 expect_gp_sti(test_cli()); in main()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-py-cpuinfo_9.0.0.bb14 file://0001-test_cli.py-disable.patch \
/openbmc/qemu/tests/qtest/
H A Dnuma-test.c17 static char *make_cli(const GString *generic_cli, const char *test_cli) in make_cli() argument
19 return g_strdup_printf("%s %s", generic_cli->str, test_cli); in make_cli()