test.py
will be executed in the kubernetes cluster.- create the environment to test the
test.py
python3 -m venv myenv/py3kub_exec
source myenv/py3kub_exec/bin/activate
pip install requirements.txt
python test.py
- Modify
hub_namepace
andimage_name
upon needs, need to have docker hub access, if need to push the image.
make build
- Modify the
image
in thetest.yaml
if the namespace and image_name were changed.
make runjob