Thanks for the reply. I really appreciate it.
you asked for a use case with regard to “How do I return data to the test case say for example a simple string.”
lets user take a simple case. the linux (rhel) command: getenforce
. It returns a simple string of the current selinux setting. I’d like to write a custom resource that return the string generated by the command. I was using this as a simple test so I could understand how custom resources worked.
I got the class to work but still don’t understand how to get the data from the the custom class to the test case thats calling it from the controls directory.
thanks for the help and the comments to the stuff in github.