Whamcloud - gitweb
LU-13960 tests: correct usage of _var variable 85/39985/2
authorJames Nunez <jnunez@whamcloud.com>
Sat, 12 Sep 2020 18:04:02 +0000 (12:04 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 22 Oct 2020 06:18:31 +0000 (06:18 +0000)
commit284595fe2aa0c3898fbb3330e50cb669102a92d1
treefedbe35036c79971673e1e96c5b779833030c8e8
parent8f937ae28b58c18458b3c89420d2139beda53fe0
LU-13960 tests: correct usage of _var variable

In the setmodopts() function in functions.sh, the '_var'
variable is set and used.  There is one use of the variable
'var' which should be '_var'.  Change the use of 'var' to
'_var'.

Reviewed-on: https://review.whamcloud.com/39891
(cherry picked from commit ff29ed8fe9c58bd2caa4d63bcbe7556e1c320703)

Test-Parameters: trivial
Test-Parameters: testlist=conf-sanity env=ONLY=53 clientdistro=ubuntu1804 fstype=ldiskfs
Test-Parameters: testlist=conf-sanity env=ONLY=53 clientdistro=el7.8 fstype=ldiskfs
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: If524be1f0b4b2170a514a558256a5308c9a5e586
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-by: Vikentsi Lapa <vlapa@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/39985
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/functions.sh