changeset 151:3dc54730c5a7

modifying auxiliary script for stopping all thermostat agents
author Jana Fabrikova <jfabriko@redhat.com>
date Tue, 01 Apr 2014 15:13:21 +0200
parents 3d06e2d323cb
children 1191b3a92ad1
files ChangeLog scripts/stop_all_therm_agents.sh
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 01 15:09:08 2014 +0200
+++ b/ChangeLog	Tue Apr 01 15:13:21 2014 +0200
@@ -1,3 +1,9 @@
+2014-04-01  Jana Fabrikova  <jfabriko@redhat.com>
+
+	* scripts/stop_all_therm_agents.sh:
+	modification of the auxiliary script for stopping all thermostat agents by
+	adding one line that stops also all the AgentProxy processes
+
 2014-04-01  Jana Fabrikova  <jfabriko@redhat.com>
 
 	* test.properties:
--- a/scripts/stop_all_therm_agents.sh	Tue Apr 01 15:09:08 2014 +0200
+++ b/scripts/stop_all_therm_agents.sh	Tue Apr 01 15:13:21 2014 +0200
@@ -1,2 +1,3 @@
 kill -9 $(jps | grep Thermostat | cut -d' ' -f1)
+kill -9 $(jps | grep AgentProxy | cut -d' ' -f1)