Lines Matching refs:spdk_shell
20 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")
81 spdk_shell.con.display("")
83 while not spdk_shell._exit:
85 spdk_shell.run_interactive()
87 spdk_shell.log.error("%s" % e)
89 spdk_shell.log.error("Lost connection with SPDK: %s" % e)