forked from TrueCloudLab/frostfs-testlib
[#7] Add contribution guideline with code style
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
2112665844
commit
d3f51ee398
23 changed files with 770 additions and 766 deletions
|
@ -5,13 +5,12 @@ from neofs_testlib.shell import CommandResult
|
|||
|
||||
class NeoGoNode(CliCommand):
|
||||
def start(self, network: NetworkType = NetworkType.PRIVATE) -> CommandResult:
|
||||
"""Start a NEO node
|
||||
"""Start a NEO node.
|
||||
|
||||
Args:
|
||||
network (NetworkType): Select network type (default: private)
|
||||
network: Select network type (default: private).
|
||||
|
||||
Returns:
|
||||
str: Command string
|
||||
|
||||
Command's result.
|
||||
"""
|
||||
return self._execute("start", **{network.value: True})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue