Skip to content

Goal: Spawn Multiple Consoles  #104

@Ulrond

Description

@Ulrond

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions