How to call ssh connect fixture in teardown
I want to test some scenarios by executing command through ssh connection.So need the ssh connection fixture to be called second time.
I want to test some scenarios by executing command through ssh connection.So need the ssh connection fixture to be called second time.