summaryrefslogtreecommitdiff
path: root/ubuntu/scripts
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-12-16 19:27:58 +1100
committerBotao Sun <botao.sun@linaro.org>2014-12-16 19:30:00 +1100
commit154950a669493a3b3e880b5b99b466435379fb6a (patch)
tree003a997c17f56bfeebde5390bb3ef831965a859d /ubuntu/scripts
parentfa7808b12e4c89f30e0b4c7b935b956da48e2fb1 (diff)
Update SATA ubuntu test to show same number of test cases in total.
Same test case number in total will be shown in success & fail situation. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I07ccfc8e9eb2bb5727d78d02f8c6cb41d3fbb16d
Diffstat (limited to 'ubuntu/scripts')
-rwxr-xr-xubuntu/scripts/sata-partition-rw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/scripts/sata-partition-rw.py b/ubuntu/scripts/sata-partition-rw.py
index d16c439..c772538 100755
--- a/ubuntu/scripts/sata-partition-rw.py
+++ b/ubuntu/scripts/sata-partition-rw.py
@@ -33,7 +33,7 @@ os.chdir(home_path)
print os.getcwd()
# List all test cases
-test_case_list = ["sata_device_existence", "sata_mklabel_msdos", "sata_mklabel_gpt", "sata_first_ext2_partition", "sata_second_ext2_partition", "sata_ext3_format", "sata_ext4_format", "sata_ext4_mount_umount", "sata_ext4_file_fill_edit", "sata_ext4_dd_write_read"]
+test_case_list = ["sata_device_existence", "sata_mklabel_msdos", "sata_mklabel_gpt", "sata_first_ext2_partition", "sata_second_ext2_partition", "sata_ext3_format", "sata_ext4_format", "sata_ext4_mount", "sata_ext4_umount", "sata_ext4_file_fill", "sata_ext4_file_edit", "sata_ext4_dd_write", "sata_ext4_dd_read"]
print "There are " + str(len(test_case_list)) + " test cases in this test suite."
# All skipped - If test case sata_device_existence failed, then skip all the rest.