fulltest-connector.sh 433 字节
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
python3 ./test.py -f client/nettest.py

H
Hui Li 已提交
10 11 12
python3 ./test.py -f ../system-test/4-taosAdapter/taosAdapter_query.py
python3 ./test.py -f ../system-test/4-taosAdapter/taosAdapter_insert.py

P
plum-lihui 已提交
13
#======================p1-end===============