changeset 169:19c8294a826f

connection shell info added
author Zdenek Zambersky <zzambers@redhat.com>
date Wed, 10 Dec 2014 18:54:35 +0100
parents af42c142855f
children 0d34a379de82
files outputtexts/1.1.0/output_of_exit_therm_shell.txt outputtexts/1.1.0/output_of_help_therm_shell.txt outputtexts/1.1.0/thermostat_help_shell.txt outputtexts/head/output_of_exit_therm_shell.txt outputtexts/head/output_of_help_therm_shell.txt outputtexts/head/thermostat_help_shell.txt src/org/thermostat/qa/testsuites/CliClientDBModifWebStorageTest.java
diffstat 7 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/outputtexts/1.1.0/output_of_exit_therm_shell.txt	Mon Dec 01 16:23:03 2014 +0100
+++ b/outputtexts/1.1.0/output_of_exit_therm_shell.txt	Wed Dec 10 18:54:35 2014 +0100
@@ -1,3 +1,3 @@
 Thermostat version 1.1.0
-Thermostat > exit
+Thermostat - > exit
 
--- a/outputtexts/1.1.0/output_of_help_therm_shell.txt	Mon Dec 01 16:23:03 2014 +0100
+++ b/outputtexts/1.1.0/output_of_help_therm_shell.txt	Wed Dec 10 18:54:35 2014 +0100
@@ -1,5 +1,5 @@
 Thermostat version 1.1.0
-Thermostat > help
+Thermostat - > help
 list of commands:
 
  help                   show help for a given command or help overview
@@ -25,5 +25,5 @@
  validate               validates a thermostat plug-in XML file against the schema
  vm-info                shows basic information about a VM
  vm-stat                show various statistics about a VM
-Thermostat > exit
+Thermostat - > exit
 
--- a/outputtexts/1.1.0/thermostat_help_shell.txt	Mon Dec 01 16:23:03 2014 +0100
+++ b/outputtexts/1.1.0/thermostat_help_shell.txt	Wed Dec 10 18:54:35 2014 +0100
@@ -1,5 +1,7 @@
 usage: thermostat shell
-                  launches the Thermostat interactive shell
+                  launches the Thermostat interactive shell. The prompt displays
+                  a "-" to indicate that it is disconnected or a "+" to indicate
+                  that it is connected to storage
 
 thermostat shell
      --help    show usage of command
--- a/outputtexts/head/output_of_exit_therm_shell.txt	Mon Dec 01 16:23:03 2014 +0100
+++ b/outputtexts/head/output_of_exit_therm_shell.txt	Wed Dec 10 18:54:35 2014 +0100
@@ -1,3 +1,3 @@
-Thermostat version 0.16.0
-Thermostat > exit
+Thermostat version 1.1.0
+Thermostat - > exit
 
--- a/outputtexts/head/output_of_help_therm_shell.txt	Mon Dec 01 16:23:03 2014 +0100
+++ b/outputtexts/head/output_of_help_therm_shell.txt	Wed Dec 10 18:54:35 2014 +0100
@@ -1,5 +1,5 @@
 Thermostat version 1.1.0
-Thermostat > help
+Thermostat - > help
 list of commands:
 
  help                   show help for a given command or help overview
@@ -25,5 +25,5 @@
  validate               validates a thermostat plug-in XML file against the schema
  vm-info                shows basic information about a VM
  vm-stat                show various statistics about a VM
-Thermostat > exit
+Thermostat - > exit
 
--- a/outputtexts/head/thermostat_help_shell.txt	Mon Dec 01 16:23:03 2014 +0100
+++ b/outputtexts/head/thermostat_help_shell.txt	Wed Dec 10 18:54:35 2014 +0100
@@ -1,5 +1,7 @@
 usage: thermostat shell
-                  launches the Thermostat interactive shell
+                  launches the Thermostat interactive shell. The prompt displays
+                  a "-" to indicate that it is disconnected or a "+" to indicate
+                  that it is connected to storage
 
 thermostat shell
      --help    show usage of command
--- a/src/org/thermostat/qa/testsuites/CliClientDBModifWebStorageTest.java	Mon Dec 01 16:23:03 2014 +0100
+++ b/src/org/thermostat/qa/testsuites/CliClientDBModifWebStorageTest.java	Wed Dec 10 18:54:35 2014 +0100
@@ -200,7 +200,7 @@
     public void testBadLogin() throws IOException, AWTException
     {
         String commands = "list-vms_therm_shell2.txt";
-        String[] header = new String[] { "Thermostat >", "exit" };
+        String[] header = new String[] { "Thermostat - >", "exit" };
         int headerLineNum = 4;
         String[] findStrings = null;