Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
6f560fd6
Commit
6f560fd6
authored
Jul 07, 2023
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Nov 05, 2023
Browse files
orchestration exectools.py: remove class HostConfig
parent
2d6ae1a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
experiments/simbricks/orchestration/exectools.py
experiments/simbricks/orchestration/exectools.py
+0
-14
No files found.
experiments/simbricks/orchestration/exectools.py
View file @
6f560fd6
...
...
@@ -31,20 +31,6 @@ import typing as tp
from
asyncio.subprocess
import
Process
class
HostConfig
(
object
):
def
__init__
(
self
,
name
,
ip
,
mac
,
sudopwd
,
other
=
None
):
if
other
is
None
:
other
=
{}
self
.
name
=
name
self
.
ip
=
ip
self
.
used_ip
=
ip
self
.
mac
=
mac
self
.
sudo_pwd
=
sudopwd
self
.
other
=
other
.
copy
()
class
Component
(
object
):
def
__init__
(
self
,
cmd_parts
:
tp
.
List
[
str
],
with_stdin
=
False
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment