Searched refs:spdk_shell (Results 1 – 1 of 1) sorted by relevance
20 def add_quotes_to_shell(spdk_shell): argument33 spdk_shell._parser = Optional(path) + Optional(command) + Optional(parameters)41 spdk_shell = ConfigShell("~/.scripts")42 spdk_shell.interactive = True43 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 = False74 spdk_shell.run_cmdline(" ".join(args.commands))80 spdk_shell.con.display("SPDK CLI v0.1")[all …]