bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_wireshark/0-install_wireshark.sh

Christoph Galuschka 0623ce
#!/bin/bash
Christoph Galuschka 0623ce
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
Christoph Galuschka 0623ce
#         Athmane Madjoudj <athmanem@gmail.com>
Christoph Galuschka 0623ce
Christoph Galuschka 0623ce
if (t_GetPkgRel basesystem | grep -q el6)
Christoph Galuschka 0623ce
then
Christoph Galuschka 0623ce
    # Install wireshark
Christoph Galuschka 0623ce
    t_InstallPackage wireshark
Christoph Galuschka 0623ce
else 
Christoph Galuschka 0623ce
    echo "Skipped on CentOS 5"
Christoph Galuschka 0623ce
fi