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:
vela-mib 2024-02-20 10:54:27 +08:00 committed by Xiang Xiao
parent 306c1c0b7d
commit 8ff3b90742
10 changed files with 11684 additions and 48 deletions

View file

@ -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