Merge branch 'develop' into 8333-ops-auto-upstall-script-enhancements

This commit is contained in:
Rohit T P
2024-05-07 09:28:29 +00:00
230 changed files with 9381 additions and 4020 deletions

View File

@@ -11,8 +11,12 @@ setup() {
}
teardown() {
cd "${WORKING_DIR}/configure" || exit 1
./setup.sh
if [ -n "$SKIP_TEARDOWN" ]; then
return
fi
cd "${WORKING_DIR}/install" || exit 1
./setup.sh
}
@test "Check all containers are upgraded" {