Blame tests/0_common/20_upgrade_all.sh

Karanbir Singh 43deec
#!/bin/sh
Karanbir Singh 43deec
Karanbir Singh 2dd0be
t_Log "Running $0 - test that all updates can be applied to this machine cleanly"
Karanbir Singh 43deec
Karanbir Singh 43deec
yum -d0 -y upgrade
Karanbir Singh 2dd0be
df2600
t_Log "Running $0 - listing all used/available packages"
df2600
df2600
yum list
df2600
c49572
t_CheckExitStatus $?