Skip to content

Commit

Permalink
psh: delete devices test case in runfile test
Browse files Browse the repository at this point in the history
JIRA: CI-503
  • Loading branch information
mateusz-bloch committed Oct 11, 2024
1 parent 21471d4 commit 0733d9f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions psh/test-runfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ def assert_executables(p, ctx):
_exit_spawned_psh(p)


def assert_devices(p):
devs = psh.ls_simple(p, '/dev')
for dev in devs:
psh.assert_prompt_after_cmd(p, f'/dev/{dev}', result='fail')


def assert_text_files(p):
etc_content = psh.ls_simple(p, '/etc')
if 'passwd' in etc_content:
Expand All @@ -99,6 +93,4 @@ def harness(p, ctx):
assert_dirs(p, root_dirs)
assert_hardlinks(p)
assert_executables(p, ctx)
# skipped test case because of https://github.com/phoenix-rtos/phoenix-rtos-project/issues/262
# assert_devices(p)
assert_text_files(p)

0 comments on commit 0733d9f

Please sign in to comment.