[test: add test case for check network by taos]
This commit is contained in:
parent
c15bba0126
commit
640a26524a
|
@ -3,6 +3,8 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
python3 ./test.py -f 0-others/taosShell.py
|
python3 ./test.py -f 0-others/taosShell.py
|
||||||
|
python3 ./test.py -f 0-others/taosShellError.py
|
||||||
|
python3 ./test.py -f 0-others/taosShellNetChk.py
|
||||||
|
|
||||||
|
|
||||||
#python3 ./test.py -f 2-query/between.py
|
#python3 ./test.py -f 2-query/between.py
|
||||||
|
|
Loading…
Reference in New Issue