Merge "Add test case description and task file for TC073(netperf)"
[yardstick.git] / yardstick / benchmark / scenarios / availability / ha_tools / network / ping.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 # this script check the ip status via ping
13 # Usage:
14 #   ping <ip>
15 # parameter ip - ip address
16
17 ping $1 -c 1