List tenants by namespace test (#1736)

This commit is contained in:
Cesar Celis Hernandez
2022-03-18 13:18:37 -04:00
committed by GitHub
parent 6ca17a3f9c
commit 3a09361899
2 changed files with 46 additions and 1 deletions

View File

@@ -830,7 +830,7 @@ jobs:
result=${result%\%}
echo "result:"
echo $result
threshold=51.4
threshold=51.8
if (( $(echo "$result >= $threshold" |bc -l) )); then
echo "It is equal or greater than threshold, passed!"
else