From a69e9151986f4a448f92245b167fe5e4343ec596 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 25 Jun 2018 16:44:27 -0400 Subject: [PATCH] Document sanity tests --- libremanage | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libremanage b/libremanage index d274d80..8d63eed 100755 --- a/libremanage +++ b/libremanage @@ -34,6 +34,7 @@ Valid commands are as follows: - shutdown, reboot, poweron: Power management - tty: Open TTY in GNU Screen + - sanity, sanity-sh: SSH sanity tests, ignore """ import sys @@ -88,7 +89,7 @@ COMMANDS = { # SSH sanity tests "sanity": lambda s: open_ssh(s, "whoami"), - "console": lambda s: open_ssh(s, ""), + "sanity-sh": lambda s: open_ssh(s, ""), } def issue_command(server_name, command): -- 2.25.1