Fix functional test

This commit is contained in:
Vivek Kumar Dutta 2025-08-06 16:55:36 +05:30
parent 1a842e0a38
commit 475ea2ee44
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 3 additions and 1 deletions

View file

@ -68,6 +68,7 @@ for test in $(cat test/script/run_sequence.txt); do
done
echo "Stop all services"
sleep 10
supervisorctl stop icwmpd
sleep 10

View file

@ -28,5 +28,6 @@ echo "Starting base services"
cp ./gitlab-ci/icwmp-base.conf /etc/supervisor/conf.d/
supervisorctl reread
supervisorctl update
sleep 5
supervisorctl restart all
sleep 10
supervisorctl status