Lines Matching +full:stdout +full:- +full:path
2 # SPDX-License-Identifier: GPL-2.0
11 test_dir = os.path.dirname(os.path.realpath(__file__))
12 sys.path.insert(0, test_dir + '/../../kselftest')
24 ksft.test_result_skip("Skipping its_permutations.py: virtme-ng ('vng') not found in PATH.")
30 DEBUG = " -v "
33 # https://github.com/arighi/virtme-ng
34 # apt install virtme-ng
35 BOOT_CMD = f"vng --run {test_dir}/../../../../../arch/x86/boot/bzImage "
61 r"pass:([1-9]\d*)": OKGREEN,
62 r"fail:([1-9]\d*)": FAIL,
63 r"skip:([1-9]\d*)": WARNING,
82 append += f' --append={p}'
88 command += f" --append={param}"
89 command += f" -- {TEST}"
92 t = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
105 # apt install python3-tappy