defining just two tests

This commit is contained in:
galenmarchetti 2020-06-20 12:54:02 -03:00
parent 0f0439ff15
commit 50fba7520b
1 changed files with 1 additions and 3 deletions

View File

@ -15,6 +15,4 @@ bash "./scripts/rebuild_controller_image.sh"
# TODO: Make the controller image label a parameter to rebuild_controller_image script
# Standard controller image label used by above scripts.
CONTROLLER_IMAGE="kurtosistech/ava-e2e-tests_controller:latest"
ls -ltrh ./
ls -ltrh ./build/
./build/ava-e2e-tests --gecko-image-name="${GECKO_IMAGE}" --test-controller-image-name="${CONTROLLER_IMAGE}"
./build/ava-e2e-tests --gecko-image-name="${GECKO_IMAGE}" --test-controller-image-name="${CONTROLLER_IMAGE}" --test="fiveStakingNodeGetValidatorsTest,fiveStakingNodeFullyConnectedTest"