Rigorous and Reliable (RAR)
test_delete_zeng - Printable Version

+- Rigorous and Reliable (RAR) (http://rar.shufangkeji.com:60380)
+-- Forum: 大计算 (/forumdisplay.php?fid=257)
+--- Forum: 应用 (/forumdisplay.php?fid=363)
+---- Forum: BIBO (/forumdisplay.php?fid=602)
+---- Thread: test_delete_zeng (/showthread.php?tid=9474)


test_delete_zeng - lingu - 05-22-2021 11:30 AM

test_delete_zeng deletes the case of zengxingliang

test_delete_zeng.sh
Code:
casefile=del_zengxingliang.json
flog_also_stderr=True
ret = send delete request $casefile to $bibo_server_addr $bibo_server_port
if ($ret == 200) {
    flog "delete success"
    return 0
}
else {
    flog "delete failed"
    return 99
}