Fix ssh prompts for centos
[csit.git] / resources / libraries / python / VatExecutor.py
index 5f7e188..9db53d3 100644 (file)
@@ -157,8 +157,8 @@ class VatTerminal(object):
 
     """
 
-    __VAT_PROMPT = "vat# "
-    __LINUX_PROMPT = ":~$ "
+    __VAT_PROMPT = ("vat# ", )
+    __LINUX_PROMPT = (":~$ ", "~]$ ")
 
     def __init__(self, node, json_param=True):
         json_text = ' json' if json_param else ''