migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Fix ocp-24787-redis to work with 4.4 target clusters #79

Closed sergiordlr closed 4 years ago

sergiordlr commented 4 years ago

Redis version 3.2 has been removed from ocp 4.4, hence the migration fails when the target cluster is 4.4.

This PR changes the redis version to latest as default, and makes it configurable via -e redis_version=$MYVERSION parameter when executing the testcase.