summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-10-10 16:16:22 +0100
committerGitHub <noreply@github.com>2024-10-10 16:16:22 +0100
commitb564ad57e9a002b2661564f9d438955247720d0c (patch)
tree217783b6b47f75a278b9e84129ad97ccf0981f06 /scripts/check-qemu-install
parent3f7aa4122b492eb25a0f227687b40a9e821b54f5 (diff)
parentd9f88f93a99eaab0730a4da4afd4d4c5b5d4113a (diff)
downloadvyos-build-b564ad57e9a002b2661564f9d438955247720d0c.tar.gz
vyos-build-b564ad57e9a002b2661564f9d438955247720d0c.zip
Merge pull request #805 from vyos/mergify/bp/circinus/pr-796
Testsuite: T6494: add new make target "test-interfaces" (backport #796)
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index ea3aef63..050fa859 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -651,7 +651,7 @@ try:
if args.match:
# Remove tests that we don't want to run
match_str = '-o '.join([f'-name "test_*{name}*.py" ' for name in args.match.split("|")]).strip()
- c.sendline(f'sudo find /usr/libexec/vyos/tests/smoke/cli/test_* -type f ! \( {match_str} \) -delete')
+ c.sendline(f'sudo find /usr/libexec/vyos/tests/smoke -maxdepth 2 -type f -name test_* ! \( {match_str} \) -delete')
c.expect(op_mode_prompt)
if args.no_interfaces:
# remove interface tests as they consume a lot of time