bugfix:TSG-7792:暂时增加sleep 10s解决启动自检服务后,立即执行自检case执行,自检bypass case失败问题

This commit is contained in:
fumingwei
2021-09-16 14:25:11 +08:00
parent 516ff30d98
commit 5d64951c47
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -e
systemctl start tsg-diagnose
sleep 10
docker exec -it dign-client /bin/sh -c "python bin/client.py"

View File

@@ -1,3 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -e
systemctl start tsg-diagnose
sleep 10
docker exec -it dign-client /bin/sh -c "python bin/client.py -l"