Home
last modified time | relevance | path

Searched refs:spdk_shell (Results 1 – 1 of 1) sorted by relevance

/spdk/scripts/
H A Dspdkcli.py20 def add_quotes_to_shell(spdk_shell): argument
33 spdk_shell._parser = Optional(path) + Optional(command) + Optional(parameters)
41 spdk_shell = ConfigShell("~/.scripts")
42 spdk_shell.interactive = True
43 add_quotes_to_shell(spdk_shell)
60 spdk_shell.log.error("%s. SPDK not running?" % e)
64 root_node = UIRoot(client, spdk_shell)
73 spdk_shell.interactive = False
74 spdk_shell.run_cmdline(" ".join(args.commands))
80 spdk_shell.con.display("SPDK CLI v0.1")
[all …]