Whamcloud - gitweb
LU-4223 tests: fix conf-sanity test_32 typo 65/13265/2
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 7 Jan 2015 10:16:10 +0000 (03:16 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 3 Mar 2015 16:46:59 +0000 (16:46 +0000)
commit5da53bcb1d8c38157325505f6619d6b6c3d4db6a
treee1bdd39c2f20e3bcce5bc9d5f2c1cb4fdd84fb55
parentc994fc0df788928c18485be34b28f40c34538ee8
LU-4223 tests: fix conf-sanity test_32 typo

The t32_wait_til_devices_gone() function incorrectly calls
"lctl devices_list" instead of "lctl device_list" if there
is a timeout waiting for the loop devices to be cleaned up.
Since this is only used for debugging output after an error,
it wasn't actually causing any additional failures.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I858e789b16251835bce7af46e4f5233c95500c1e
Reviewed-on: http://review.whamcloud.com/13265
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/conf-sanity.sh