f30eb3e83b
This updates the Redis helm test to use the redislabs/redis-py image instead of the base ubuntu image, which allows for cleaning up of the helm test entrypoint script. This was done to address routine failures in the multinode periodic jobs, eg: http://zuul.openstack.org/build/49a9627901514eeda40906c146b9a551 Change-Id: Ida0fd39d2c6d3908aca4cdb42d3a271c39ecc601
11 lines
160 B
Smarty
11 lines
160 B
Smarty
#!/bin/bash
|
|
set -ex
|
|
|
|
echo "Start Redis Test"
|
|
echo "Print Environmental variables"
|
|
echo $REDIS_HOST
|
|
echo $REDIS_PORT
|
|
echo $REDIS_DB
|
|
|
|
python /tmp/python-tests.py
|