Adding test for creating tenant via API (#1727)

This commit is contained in:
Cesar Celis Hernandez
2022-03-16 18:57:30 -04:00
committed by GitHub
parent e3836538fc
commit b11fa26162
2 changed files with 173 additions and 1 deletions

View File

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