Add cbrs_monitor.py to monitor cell down status and reboot eNB

Add backup wrapper script

Fix tests

Change-Id: I3245a8f2ce166e5e92454b99a9a94941da043b42
diff --git a/cpisign.py b/cpisign.py
index c7b0ee6..166cab4 100644
--- a/cpisign.py
+++ b/cpisign.py
@@ -29,7 +29,9 @@
 
 if __name__ == "__main__":
     # get password
-    cpi_password = bytes(getpass.getpass(), "ascii")
+    cpi_password = bytes(
+        getpass.getpass(prompt="Password for CPI Key %s: " % args.key), "ascii"
+    )
 
     with open(args.key, "rb") as key_file:
         (pkey, cert, addl_cert) = pkcs12.load_key_and_certificates(