Home
last modified time | relevance | path

Searched full: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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer/
H A Drun-ptest8 --deselect tests/test_cli/test_completion_run.py::test_script_completion_run \
9 --deselect tests/test_cli/test_doc.py::test_doc_html_output \
10 --deselect tests/test_cli/test_sub_completion.py::test_script_completion_run \
/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()