Merge pull request #12025 from taosdata/test-v3.0/lihui
test: add test case for checking network by taos
This commit is contained in:
commit
575c6488f0
|
@ -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