Chaanged the TC order of LAUNCH and EXCEPTION
authorj-h.choi <j-h.choi@samsung.com>
Mon, 10 Jun 2024 02:40:34 +0000 (11:40 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Mon, 1 Jul 2024 23:59:10 +0000 (08:59 +0900)
Change-Id: I5f314b1891e29f74e754fdb214beec5326313337

tests/TCs/7_EXCEPTION/EXCEPTION.py [moved from tests/TCs/8_EXCEPTION/EXCEPTION.py with 99% similarity]
tests/TCs/8_LAUNCH/LAUNCH.py [moved from tests/TCs/7_LAUNCH/LAUNCH.py with 100% similarity]
tests/TCs/8_LAUNCH/README.md [moved from tests/TCs/7_LAUNCH/README.md with 100% similarity]

similarity index 99%
rename from tests/TCs/8_EXCEPTION/EXCEPTION.py
rename to tests/TCs/7_EXCEPTION/EXCEPTION.py
index 6f07b39..58cd8b1 100755 (executable)
@@ -193,7 +193,7 @@ def run():
     print(f"--- {module_name} TCT Result ---\nNONE : [{n}] / FAIL : [{f}] / PASS : [{p}] - [{r}%]\n")
 
     with open(f"{RESULT_PATH}", "a+") as file:
-        file.write(f"| {module_name} |  {p}  |   {f}  |   {n}  | {r} |\n")
+        file.write(f"| {module_name} |   {p}  |   {f}  |   {n}  | {r} |\n")
 
 # Uninstall the application and restore to original state
 def clean():