]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common/config: honor NFS_MOUNT_OPTIONS in _test_mount_opts
authorXiao Yang <yangx.jy@cn.fujitsu.com>
Wed, 15 Mar 2017 10:37:26 +0000 (18:37 +0800)
committerEryu Guan <eguan@redhat.com>
Wed, 15 Mar 2017 10:57:04 +0000 (18:57 +0800)
NFS_MOUNT_OPTIONS is always not applied on TEST_DEV when it has been
defined.

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/config

index 57c7dc3f676ac22be4dabb8d13e81d1cc4d2ade6..121f9df143f64c59ad7f15fe5dbaaf1dfd4fb320 100644 (file)
@@ -347,6 +347,9 @@ _test_mount_opts()
        ceph)
                export TEST_FS_MOUNT_OPTS=$CEPHFS_MOUNT_OPTIONS
                ;;
+       nfs)
+               export TEST_FS_MOUNT_OPTS=$NFS_MOUNT_OPTIONS
+               ;;
        *)
                ;;
        esac