mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
add open posix test cases on qemu and sim on CI
Signed-off-by: vela-mib <vela-mib@xiaomi.com>
This commit is contained in:
parent
306c1c0b7d
commit
8ff3b90742
10 changed files with 11684 additions and 48 deletions
|
|
@ -16,7 +16,7 @@ def test_helloxx(p):
|
|||
|
||||
|
||||
def test_pipe(p):
|
||||
ret = p.sendCommand("pipe", "redirect_reader: Returning success", 60)
|
||||
ret = p.sendCommand("pipe", "redirect_reader: Returning success", timeout=60)
|
||||
assert ret == 0
|
||||
|
||||
|
||||
|
|
@ -26,5 +26,5 @@ def test_popen(p):
|
|||
|
||||
|
||||
def test_usrsocktest(p):
|
||||
ret = p.sendCommand("usrsocktest", "FAILED:0", 60)
|
||||
ret = p.sendCommand("usrsocktest", "FAILED:0", timeout=60)
|
||||
assert ret == 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue