bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_vconfig/0_install_vconfig.sh

Christoph Galuschka 7d92e8
#!/bin/bash
Christoph Galuschka ff12d7
# Author: Christoph Galuschka <tigalch@tigalch.org>
Christoph Galuschka 7d92e8
Christoph Galuschka ff12d7
if [ $centos_ver = 5 ] || [ $centos_ver = 6 ]
Christoph Galuschka ff12d7
then
Christoph Galuschka ff12d7
  # Install vconfig
Christoph Galuschka ff12d7
  t_InstallPackage vconfig
Christoph Galuschka ff12d7
else
Christoph Galuschka ff12d7
  t_Log 'This is only supported on C5 and C6, skipping'
Christoph Galuschka ff12d7
fi