fstests: use consistent script names
authorDavid Disseldorp <ddiss@suse.de>
Wed, 17 May 2017 13:18:52 +0000 (15:18 +0200)
committerDavid Disseldorp <ddiss@suse.de>
Wed, 17 May 2017 14:51:04 +0000 (16:51 +0200)
Use consistent naming across all scripts that install and run fstests.

Signed-off-by: David Disseldorp <ddiss@suse.de>
cut_fstests_cifs.sh [moved from cut_cifs.sh with 95% similarity]
cut_fstests_local.sh
fstests_cifs_autorun.sh [moved from cifs_autorun.sh with 100% similarity]
fstests_local_autorun.sh [moved from fstest_local_autorun.sh with 100% similarity]
rapido.conf.example

similarity index 95%
rename from cut_cifs.sh
rename to cut_fstests_cifs.sh
index eee724c02fbd864bdae08564a647129db8a864bc..d765daaf7d41a8c0cf15dc9f19ad3bb0d7430450 100755 (executable)
@@ -27,7 +27,7 @@ dracut  --install "tail blockdev ps rmdir resize dd vim grep find df sha256sum \
                   fstrim fio logger dmsetup chattr lsattr cmp stat \
                   dbench /usr/share/dbench/client.txt" \
        --include "$FSTESTS_DIR" "/fstests" \
-       --include "$RAPIDO_DIR/cifs_autorun.sh" "/.profile" \
+       --include "$RAPIDO_DIR/fstests_cifs_autorun.sh" "/.profile" \
        --include "$RAPIDO_DIR/rapido.conf" "/rapido.conf" \
        --include "$RAPIDO_DIR/vm_autorun.env" "/vm_autorun.env" \
        --add-drivers "cifs" \
index c9ff9338a52c98fa6fb9540bb76f6f350924a112..fc3d0951efcb8265e07dc2fe9de61844b2c9cb95 100755 (executable)
@@ -28,7 +28,7 @@ dracut  --install "tail blockdev ps rmdir resize dd vim grep find df sha256sum \
                   fstrim fio logger dmsetup chattr lsattr cmp stat \
                   dbench /usr/share/dbench/client.txt" \
        --include "$FSTESTS_DIR" "/fstests" \
-       --include "$RAPIDO_DIR/fstest_local_autorun.sh" "/.profile" \
+       --include "$RAPIDO_DIR/fstests_local_autorun.sh" "/.profile" \
        --include "$RAPIDO_DIR/rapido.conf" "/rapido.conf" \
        --include "$RAPIDO_DIR/vm_autorun.env" "/vm_autorun.env" \
        --add-drivers "zram lzo" \
similarity index 100%
rename from cifs_autorun.sh
rename to fstests_cifs_autorun.sh
index 2a28702c07a906ebdd7291b321e87d41690233ae..c3648f76742ebdbc5371ee7c36a472c98053d56a 100644 (file)
@@ -120,14 +120,14 @@ INITIATOR_IQNS="iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-test \
                iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-test-2"
 ###########################
 
-####### fstests_*_autorun.sh and cifs_autorun.sh #######
+####### fstests_*_autorun.sh #######
 # If defined, run the following command from within the fstests source directory
 # following VM boot-up.
 # e.g. FSTESTS_AUTORUN_CMD="./check -g auto && shutdown"
 #FSTESTS_AUTORUN_CMD=""
 #################################
 
-######## cifs_autorun.sh ########
+######## fstests_cifs_autorun.sh ########
 # SMB/CIFS server and authentication details, used to mount the test share.
 # e.g. CIFS_SERVER="smbserver.example.com"
 #CIFS_SERVER=""