From 994374ec512b679fbce436d02314dfee05b2bf45 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 10 Sep 2020 12:51:28 -0400 Subject: [PATCH] samples: shell: fs: require keyboard harness The test for this sample requires special setup and keyboard interactivity. Fixes #28153 Signed-off-by: Anas Nashif --- samples/subsys/shell/fs/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/subsys/shell/fs/sample.yaml b/samples/subsys/shell/fs/sample.yaml index d3dfc61d70b..15303f8a927 100644 --- a/samples/subsys/shell/fs/sample.yaml +++ b/samples/subsys/shell/fs/sample.yaml @@ -3,4 +3,6 @@ sample: name: FS shell tests: sample.filesystem.shell: + tags: shell filesystem + harness: keyboard platform_allow: reel_board