summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash
diff options
context:
space:
mode:
authorqi liang <liangqi1@huawei.com>2015-12-21 01:57:03 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-21 01:57:03 +0000
commitb74bb6b8557c6340daf1ff5a2966df830a6cc53d (patch)
treea5930cf39fa89bd01dfe25250262cb6dbbe7aadf /yardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash
parentb8876c76394202d78eb76bc8a5a864cd633a4896 (diff)
parent53a96f499680587dc2f6172a964af35f9ce1c74b (diff)
Merge "Rewrite the HA test case (1)"
Diffstat (limited to 'yardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash')
-rwxr-xr-xyardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash21
1 files changed, 21 insertions, 0 deletions
diff --git a/yardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash b/yardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash
new file mode 100755
index 000000000..a8901784e
--- /dev/null
+++ b/yardstick/benchmark/scenarios/availability/attacker/scripts/stop_service.bash
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+# Stop a service and check the service is stoped
+
+set -e
+
+service_name=$1
+
+service $service_name stop
+
+# TODO
+# check the service status