Fix array declaration

Used as associative array, not declared that way. The result
was indexing errors.
This commit is contained in:
David Lyle
2019-08-28 13:28:08 -06:00
committed by Graham Whaley
parent 270bbc6f90
commit a61deb736c
+1 -1
View File
@@ -36,7 +36,7 @@ TEST_ARGS="runtime=${RUNTIME}"
TEST_NAME="k8s scaling"
declare -a new_pods
declare -a node_basemem
declare -A node_basemem
# $1 is the launch time in seconds this pod/container took to start up.
# $2 is the number of pod/containers under test