From 3119ec89e5fb281697114ccfc9a00d286af4e206 Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Tue, 4 Dec 2018 23:26:32 +0100 Subject: [PATCH] Fix base FS test /srv is no longer searched, absolute path has to be provided. --- scenarios/base/fs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/base/fs.yml b/scenarios/base/fs.yml index fd66907..88fca07 100644 --- a/scenarios/base/fs.yml +++ b/scenarios/base/fs.yml @@ -11,7 +11,7 @@ tasks: assert: "2097152" - name: Starting file_bd command: - args: "bd/file_bd /tmp/img fbd0" + args: "/srv/bd/file_bd /tmp/img fbd0" assert: "Accepting connections" negassert: "Failed to start block device layer." - name: Creating filesystem -- 2.11.4.GIT