-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request