openshift / svt

Apache License 2.0
124 stars 105 forks source link

Pod and Node Affinity updates #652

Closed paigerube14 closed 3 years ago

paigerube14 commented 3 years ago

These changes are adding both pod and node affinity test scripts.

Also adding a script that helps install the openshift-tests binary (get_openshift_tests.sh )

paigerube14 commented 3 years ago

@wabouhamad when you get a chance can you take a look and see if this what you were thinking about for some updates to these scripts? And also anything else I can add. Thanks!

mffiedler commented 3 years ago

Tested python and golang.

mffiedler commented 3 years ago

The node test is passing for both python and golang. The pod test passes for golang but fails for python. Investigating.

paigerube14 commented 3 years ago

The node test is passing for both python and golang. The pod test passes for golang but fails for python. Investigating.

I hit the same issue I think. I added an "s" to the pause time in the pod-affinity.yaml file. I am going to add a README because the cluster loader needs to use python2 to properly decode in the utils.py script.

mffiedler commented 3 years ago

All tests working for me now...merging.

paigerube14 commented 3 years ago

Thanks for reviewing this @mffiedler, much appreciated