Skip to content

Commit 18cd530

Browse files
committed
tests/ports/psoc6: Debug fs_basic test.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent c82fd42 commit 18cd530

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • tests/ports/psoc6/mp_custom

tests/ports/psoc6/mp_custom/fs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
logger = logging.getLogger("fs")
88
logging.basicConfig(format="%(levelname)s: %(message)s", encoding="utf-8", level=logging.WARNING)
99

10-
'''device = sys.argv[1]
10+
device = sys.argv[1]
1111
test_type = sys.argv[2]
12-
mem_type = sys.argv[3]'''
12+
mem_type = sys.argv[3]
1313

14-
device = "/dev/ttyACM1"
14+
'''device = "/dev/ttyACM1"
1515
test_type = "basic"
16-
mem_type = "flash"
16+
mem_type = "flash"'''
1717

1818

1919
test_input_dir = "./ports/psoc6/inputs"

0 commit comments

Comments
 (0)