Skip to content
Snippets Groups Projects
Commit 9afa0de1 authored by Guido Trotter's avatar Guido Trotter
Browse files

htools live test: test instance selection as well


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent bcd87e22
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,11 @@ echo "$FI 2 2 2 2" > $T/util.data
echo Testing hbal/text with bad utilization data
echo "$FI 2 a 3b" > $T/util.data
! ./hbal -t$T/$RAPI.data $GROUP -U $T/util.data
echo Testing hbal/text with instance exclusion
echo Testing hbal/text with instance exclusion/selection
./hbal -t$T/$RAPI.data $GROUP --exclude-instances=$FI
./hbal -t$T/$RAPI.data $GROUP --select-instances=$FI
! ./hbal -t$T/$RAPI.data --exclude-instances=no_such_instance
! ./hbal -t$T/$RAPI.data --select-instances=no_such_instance
echo Testing hbal/text with tag exclusion
./hbal -t $T/$RAPI.data $GROUP --exclusion-tags=no_such_tag
echo Testing hbal multiple backend failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment