fix case run error for f2fs and btrfs 10/320510/1
authorwang biao <biao716.wang@samsung.com>
Mon, 18 Nov 2024 02:35:15 +0000 (10:35 +0800)
committerwang biao <biao716.wang@samsung.com>
Mon, 18 Nov 2024 02:35:15 +0000 (10:35 +0800)
Change-Id: Iac9cf71b212bed28f8171573507c960e1603d1cf
Signed-off-by: wang biao <biao716.wang@samsung.com>
cases/create/func_cases/mic_cr_auto_loop_btrfs.case
cases/create/func_cases/mic_cr_auto_loop_f2fs.case

index f17b8704fc8f29a332078a7af820235f514b5db7..6552c3ca6d068b77ab921678f0edd1b64f6352f2 100755 (executable)
@@ -10,7 +10,7 @@ which called magic line, and magic line in this ks file is:
     <copy src="py_scripts/repo_parse.py"/>
   </fixtures>
   <steps><![CDATA[
-python3 repo_parse.py handset_blackbay_f2fs.ks repo_config.json common-no-source-profile
+python3 repo_parse.py handset_blackbay_btrfs.ks repo_config.json common-no-source-profile
 losetup_path=$(sudo which losetup)
 sudo $losetup_path -a
 loop_used_before=$(sudo $losetup_path -a | wc -l)
@@ -22,7 +22,7 @@ if [ "$loop_used_before" -ne "$loop_used_after" ];then
     echo "Number of loop devices is not the same with previous number."
     exit 1
 fi
-ls mic-output/ | grep 'handset_blackbay-.*-rs.zip'
+ls mic-output/ | grep 'handset_blackbay_btrfs-.*-rs.zip'
 ]]></steps>
   <teardown><![CDATA[
 echo "cleaning..."
index 3015b1b21c83625248bca398d79980c93cb7d413..83f121169dd0514e170ab540171e2b980ed29d2f 100755 (executable)
@@ -22,7 +22,7 @@ if [ "$loop_used_before" -ne "$loop_used_after" ];then
     echo "Number of loop devices is not the same with previous number."
     exit 1
 fi
-ls mic-output/ | grep 'handset_blackbay-.*-rs.zip'
+ls mic-output/ | grep 'handset_blackbay_f2fs-.*-rs.zip'
 ]]></steps>
   <teardown><![CDATA[
 echo "cleaning..."