Replies: 1 comment
-
I have added a sample example of how a mixin class works and have aligned the directories and files according to how we would be using redant. We'll look over this in the discussion. For reference : https://github.com/srijan-sivakumar/dummy_redant |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@nishith-vihar @aujjwal-redhat @neesingh-rh , the runner_thread.py is the point of invocation of the TC. It will be responsible for running a specific TC.
Now, we create the objects for remote command execution as well as the logging inside the thread_runner and has to be taken up by the test case.
I'd suggest that you all play around the runner_thread and see how the required objects can be passed to the libraries, especially the logging and remote execution objects specific for a TC.
Beta Was this translation helpful? Give feedback.
All reactions