Skip to content
New issue

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: Spawn Multiple Consoles #104

Open
Ulrond opened this issue Oct 1, 2024 · 1 comment
Open

Goal: Spawn Multiple Consoles #104

Ulrond opened this issue Oct 1, 2024 · 1 comment
Assignees
Milestone

Comments

@Ulrond
Copy link
Collaborator

Ulrond commented Oct 1, 2024

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

@Ulrond Ulrond changed the title Goal: Goal: Spawn Multiple Consoles Oct 1, 2024
@Ulrond
Copy link
Collaborator Author

Ulrond commented Oct 22, 2024

need scheduling

@Ulrond Ulrond added this to the future milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants