From 764d9bb377a77a47c8849782508d721132135a0d Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 3 Nov 2016 10:41:42 -0700 Subject: [PATCH] doc: Rename abs_path_dir_list to tmpfs_extra_stuff --- doc/test-runner.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 53f56691..0559b601 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -176,8 +176,8 @@ radio_confs=rad0:rad1 # Default: 20 seconds. #max_test_exec_interval_sec=5 -# List of directory names inside of a test configuration directory for which -# the symlinks will be created inside of /tmp. Such directories can be used +# List of paths inside of a test configuration directory for which +# the symlinks will be created inside of /tmp. Such paths can be used # to specify an absolute path to the needed files inside of IWD and Hostapd # configuration files. # Example: @@ -190,7 +190,7 @@ radio_confs=rad0:rad1 # misc # # This field is optional. -#abs_path_dir_list=certs:misc +#tmpfs_extra_stuff=certs:misc # Flag to prevent test-runner from starting IWD. Therefore, it may later be # started from the python test cases.