commit | 0960b3842ae08c13ed9bf80c0f9a5df188367af7 | [log] [tgz] |
---|---|---|
author | Michael Walsh <micwalsh@us.ibm.com> | Thu Jun 22 16:23:37 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Jun 26 18:18:37 2017 +0000 |
tree | 9c3cd72037c8e80b4f4d98ebedf4fa7cc6971603 | |
parent | 329aac37d0a40c6f749506ad7dccfe89e0c82160 [diff] |
Changed Delete All Sessions to Close All Connections. Change-Id: I71bfc3e61f0636980283090b0f183e1d7721bd06 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/lib/obmc_boot_test.py b/lib/obmc_boot_test.py index d5b1081..f407569 100755 --- a/lib/obmc_boot_test.py +++ b/lib/obmc_boot_test.py
@@ -855,7 +855,7 @@ BuiltIn().fail(error_message) # This should help prevent ConnectionErrors. - grk.run_key_u("Delete All Sessions") + grk.run_key_u("Close All Connections") return True