The secondi HA test case-shutdown controller
[yardstick.git] / yardstick / benchmark / scenarios / availability / ha_tools / ipmi_power.bash
1 #!/bin/bash
2
3 ##############################################################################
4 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
11
12 # Stop a service and check the service is stoped
13
14 set -e
15
16 ipmi_ip=$1
17 ipmi_user=$2
18 ipmi_pwd=$3
19
20 action=$4
21 ipmitool -I lanplus -H $ipmi_ip -U $ipmi_user -P $ipmi_pwd power $action