We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal:
Add the ability to spawn more consoles, we should add the ability to the deviceManager to be able to spawn a new session (SSH session, internally)
The test therefore will then manage the release of the console.
newSession = self.dut.newSession("name") ... pi5 = self.devices.getDevice( "pi5" ) pi5Session = pi5.newSession("MyPi5Session") pi5Session.write("echo hello")
That means that the deviceManager can continue to hold a list of all the managed devices.
Originally posted by @Ulrond in #99
The text was updated successfully, but these errors were encountered:
need scheduling
Sorry, something went wrong.
TB-1993
No branches or pull requests
Goal:
Add the ability to spawn more consoles, we should add the ability to the deviceManager to be able to spawn a new session (SSH session, internally)
The test therefore will then manage the release of the console.
That means that the deviceManager can continue to hold a list of all the managed devices.
Originally posted by @Ulrond in #99
The text was updated successfully, but these errors were encountered: