Skip to content

Commit

Permalink
changes as per Black and Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Mar 4, 2025
1 parent 0dcbd6e commit 4bb8797
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion microsoft/testsuites/ltp/ltpsuite.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,18 @@
)
class LtpTestsuite(TestSuite):
_TIME_OUT = 21000
LTP_LITE_TESTS = ["math", "ipc", "mm", "sched", "pty", "fs", "uevent", "syscalls", "hyperthreading", "irq"]
LTP_LITE_TESTS = [
"math",
"ipc",
"mm",
"sched",
"pty",
"fs",
"uevent",
"syscalls",
"hyperthreading",
"irq",
]
LTP_REQUIRED_DISK_SIZE_IN_GB = 2

@TestCaseMetadata(

0 comments on commit 4bb8797

Please sign in to comment.