From e9f53a08b47c256d56f68936790b23ba912fa291 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 24 Jan 2019 14:31:49 -0800 Subject: [PATCH] test-runner: document creation of /var/lib/iwd --- doc/test-runner.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 036e0dcd..8ed7ac6d 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -93,6 +93,11 @@ parameter into test-runner. Running Automated Tests ======================= +Before running any tests, its expected that the folder /var/lib/iwd exists on +the host machine. If not, you will see a mounting error when starting +test-runner. + + mkdir /var/lib/iwd By default, the automated test configuration directories reside in '/autotests' and have a mandatory prefix of 'test'.