Minor xfstests tweaks - report kernel version in check as in bench.
[xfstests-dev.git] / tools / README.auto-qa
index 730d168ea0e418cdd5b4dbd726c217be722302ea..de1c14dba2c5f10d450ce2ab3b9ec6f6f4d3a275 100644 (file)
@@ -4,13 +4,13 @@ ______________________                                      ______________
 
        - pick/create a user to run auto-qa and check they 
             can use ptools to check out of the tree
 
        - pick/create a user to run auto-qa and check they 
             can use ptools to check out of the tree
-       - add your host to cmd/xfstests/common.config
-       - add your host to cmd/xfstests/tools/auto-qa
+       - add your host to xfstests/common.config
+       - add your host to xfstests/tools/auto-qa
                check both these files in
        - make a directory "$HOME/qa"
        - make a workarea "$HOME/qa/linux-xfs" for linux-xfs
                (easiest to copy one from elsewhere)
                check both these files in
        - make a directory "$HOME/qa"
        - make a workarea "$HOME/qa/linux-xfs" for linux-xfs
                (easiest to copy one from elsewhere)
-       - cd $HOME/qa ; ln -s linux-xfs/cmd/xfstests/tools/auto-qa .
+       - cd $HOME/qa ; ln -s xfs-cmds/xfstests/tools/auto-qa .
                (auto-qa must be a link into it's own source tree
                so it can update itself)
        - copy an appropriate .config file to
                (auto-qa must be a link into it's own source tree
                so it can update itself)
        - copy an appropriate .config file to
@@ -49,9 +49,9 @@ To get it going automagically:
                30 4 * * *      $HOME/qa/auto-qa cron-restarted
 
 Notes:
                30 4 * * *      $HOME/qa/auto-qa cron-restarted
 
 Notes:
-       - if MODULAR=1 in auto-qa XFS and xfs_support are expected to
-                be modules. if MODULAR=0 they should be built into
-                the kernel
+       - if MODULAR=1 in auto-qa the XFS filesystem is expected to
+                be a module; if MODULAR=0 it should be built into
+                the kernel.
        - the test device is cleaned at the start of the QA run
                (to stop nightly QA being stuffed up if someone
                leaves the device inconsistant etc)
        - the test device is cleaned at the start of the QA run
                (to stop nightly QA being stuffed up if someone
                leaves the device inconsistant etc)
@@ -67,7 +67,7 @@ Notes:
        - When run in "cron-init" or "init" states, the script
                will p_tupdate itself and restart. If you start
                with an empty source tree, you'll need to check
        - When run in "cron-init" or "init" states, the script
                will p_tupdate itself and restart. If you start
                with an empty source tree, you'll need to check
-               out the cmd/xfstests/tools/auto-qa script before it'll
+               out the xfstests/tools/auto-qa script before it'll
                work (duh).
 
 good luck.
                work (duh).
 
 good luck.