fulltest-connector.sh 289 字节
Newer Older
P
plum-lihui 已提交
1 2 3 4 5 6 7
#!/bin/bash
ulimit -c unlimited
#======================p1-start===============

# restful test for python
# python3 test.py -f restful/restful_bind_db1.py
# python3 test.py -f restful/restful_bind_db2.py
P
plum-lihui 已提交
8 9 10
python3 ./test.py -f client/nettest.py

#======================p1-end===============