ansible / awx-resource-operator

41 stars 31 forks source link

Test automation #15

Open mikeshng opened 3 years ago

mikeshng commented 3 years ago

We need some tests for this repo. @matburt @maxamillion any suggestions?

I am thinking we can use: https://github.com/kubernetes-sigs/kind https://github.com/ansible/awx using a script/ansible/gocode 1) launch a kind local cluster 2) deploy awx on it (not sure awx can be deployed to kind) maybe part of the requirement for the test is to have a cluster 3) deploy this operator to the cluster 4) run tests

matburt commented 3 years ago

We actually have some examples of how we run tests over here using molecule https://github.com/ansible/awx-operator

mikeshng commented 3 years ago

I see, it uses minikube instead of kind. Thanks Matt. We will look into it.