-
-
How to query a openshift resource in Go
A common chore in automation is to take a command line, like this: oc get nmstateconfig/cnfde17.redhat.com -n cnfde17 -o yaml [Read More] -
How to subscribe to redfish events using curl
While Dell redfish allows you to use a single request to subscribe using the user and password header, HPE requests another step. [Read More] -
Rules to follow in automation testing
When using automation for testing we want to accomplish two objects, accept the obvious test case automation: Keep the setup working, so even if a setup to the test is not crucial, do not fail the whole suite. If a single test fails, it should clean up , and allow... [Read More] -
How to split vendor files from commit
When committing go code to a gitlab project, splitting the vendor dependencies, makes sense to reduce the browser changes tab render. So here is a quick way to commit one code commit and one vendor. I will use AWK to separate the code from vendor files and create two commits.... [Read More]