From ecb49902970b94c836a41af6430832a2de7f075d Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Thu, 17 Mar 2022 09:13:01 -0500 Subject: mpm: n3xx: Recommend reboot USRP after BIST --- mpm/python/n3xx_bist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mpm') diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index 33dab3bf6..a49171e7b 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -595,7 +595,10 @@ class N3XXBIST(bist.UsrpBIST): ############################################################################## def main(): " Go, go, go! " - return N3XXBIST().run() + result = N3XXBIST().run() + print("BIST complete. It is strongly recommended that you reboot your USRP ") + print("before returning to regular operation.") + return result if __name__ == '__main__': exit(not main()) -- cgit v1.2.3