[LTP] [PATCH] mkswap01.sh: Add "udevadm trigger" before swap verification
Yongxin Liu
yongxin.liu@windriver.com
Tue Nov 12 04:52:37 CET 2019
Fix: https://github.com/linux-test-project/ltp/issues/458
Sometimes the swap device cannot show up in /dev/disk/by-uuid/
or /dev/disk/by-lable/ due to the issue #458. When this issue
happens, "blkid -c /dev/null" and "ls /dev/disk/by-uuid/" show
different UUID of the device.
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com>
---
testcases/commands/mkswap/mkswap01.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testcases/commands/mkswap/mkswap01.sh b/testcases/commands/mkswap/mkswap01.sh
index 3a348c6e6..9437c4a4e 100755
--- a/testcases/commands/mkswap/mkswap01.sh
+++ b/testcases/commands/mkswap/mkswap01.sh
@@ -129,6 +129,8 @@ mkswap_test()
return
fi
+ udevadm trigger --name-match=$TST_DEVICE
+
if [ -n "$device" ]; then
mkswap_verify "$mkswap_op" "$op_arg" "$device" "$size" "$dev_file"
if [ $? -ne 0 ]; then
--
2.14.4
More information about the ltp
mailing list