bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone
Blob Blame History Raw
#!/bin/sh

t_Log "Running $0 - test that all updates can be applied to this machine cleanly"

yum -d0 -y install deltarpm
yum -d0 -y upgrade

t_Log "Running $0 - listing all used/available packages"

yum list

t_CheckExitStatus $?