Hide Forgot
IMAGE ID= ami-1ef27f2e_us-west-2_m1.xlarge ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-17-9.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-06a23336 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : XPOMsPlWbVE5BHtolyP8x9G3DC/5rO3GFvo5N9FEiWXJL3Z0QfOKG1helTWDHvprSjL5zI+kAlE3 nShm1skwUaRG4joOC1Mhbi9ltf8t0/H9CurQ2Jdu0acppBIOLGVWey1GabEnmrgIcb9DBTf28nSC S+xswrAViWBiZc6Ngck= This is a Hourly image /root/valid/src ip-10-252-21-197 Red Hat Enterprise Linux Server release 6.1 (Santiago) ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.12.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.12.1.el6 EXPECTED RESULT: 2.6.32-131.12.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.12.1.el6 RESULT: title RHEL-6.1-Starter-EBS-x86_64-7 (2.6.32-131.12.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=LABEL=_/ initrd /boot/initramfs-2.6.32-131.12.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Format ... ###################################################################################### mount | grep /dev/xvde1 | awk '{ print }' COMMAND: echo ext4 RESULT: ext4 EXPECTED RESULT: ext4 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Size ... ###################################################################################### size=5904752 COMMAND: echo true RESULT: true EXPECTED RESULT: true RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify turning on/off swap file ... ###################################################################################### ###################################################################################### # NEW TEST: ## Verify swap size ... ###################################################################################### no swap for x86_64 is expected ###################################################################################### # NEW TEST: ## /sbin/getenforce ... ###################################################################################### COMMAND: /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUX enforcing ... ###################################################################################### COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: enforcing EXPECTED RESULT: enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUXTYPE targeted ... ###################################################################################### COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: targeted EXPECTED RESULT: targeted RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Permissive ... ###################################################################################### COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce RESULT: Permissive EXPECTED RESULT: Permissive RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Enforcing ... ###################################################################################### COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no missing packages ... ###################################################################################### COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp RETURN CODE: 0 COMMAND: comm -23 packages_61 /tmp/rpmqa RETURN CODE: 0 COUNT = 0 COMMAND: echo test passed RESULT: test passed EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify RPMs ... ###################################################################################### ....L.... c /etc/pam.d/fingerprint-auth ....L.... c /etc/pam.d/password-auth ....L.... c /etc/pam.d/smartcard-auth ....L.... c /etc/pam.d/system-auth .M....... /var/cache/yum S file Size differs M Mode differs (includes permissions and file type) 5 MD5 sum differs D Device major/minor number mismatch L readLink(2) path mismatch U User ownership differs G Group ownership differs T mTime differs COMMAND: cat /tmp/rpmqaV.txt | wc -l RESULT: 5 EXPECTED RESULT: 5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify Version 2 ... ###################################################################################### COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2 RESULT: 6.1 EXPECTED RESULT: 6.1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify packager ... ###################################################################################### COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS crash-trace-commandPackager : Lai Jiangshan <laijs.com> ###################################################################################### # NEW TEST: ## Verify GPG checking ... ###################################################################################### COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify GPG Keys ... ###################################################################################### COMMAND: rpm -qa gpg-pubkey* | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1 RESULT: gpg-pubkey-fd431d51-4ae0493b EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | head -n 1 RESULT: gpg-pubkey-2fa658e0-45700c69 EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List the configured repositories... ###################################################################################### COMMAND: /usr/bin/yum repolist RESULT: Loaded plugins: amazon-id, rhui-lb, security repo id repo name status rhui-us-west-2-client-config-server-6 Red Hat Update Infrastructur 0 rhui-us-west-2-rhel-server-releases Red Hat Enterprise Linux Ser 5,586 rhui-us-west-2-rhel-server-releases-optional Red Hat Enterprise Linux Ser 3,660 repolist: 9,246 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Search zsh... ###################################################################################### COMMAND: /usr/bin/yum search zsh RESULT: Loaded plugins: amazon-id, rhui-lb, security =============================== N/S Matched: zsh =============================== python-twisted-core-zsh.x86_64 : Tab completion for Zsh and Twisted Core zsh-html.x86_64 : Zsh shell manual in html format zsh.x86_64 : A powerful interactive shell Name and summary matches only, use "search all" for everything. EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## install zsh ... ###################################################################################### COMMAND: /usr/bin/yum -y install zsh Warning: RPMDB altered outside of yum. RETURN CODE: 0 COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh RESULT: zsh EXPECTED RESULT: zsh RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List available groups.. ###################################################################################### COMMAND: /usr/bin/yum grouplist RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Installed Groups: Additional Development Base Compatibility libraries Console internet tools Desktop Platform Directory Client E-mail server Fonts Graphical Administration Tools Hardware monitoring utilities Java Platform Large Systems Performance Legacy UNIX compatibility Legacy X Window System compatibility Network file system client Networking Tools Performance Tools Perl Support PostgreSQL Database client PostgreSQL Database server SNMP Support Scientific support Server Platform Smart card support System administration tools Web Server Installed Language Groups: Arabic Support [ar] Armenian Support [hy] French Support [fr] Georgian Support [ka] Hebrew Support [he] Inuktitut Support [iu] Italian Support [it] Japanese Support [ja] Korean Support [ko] Lao Support [lo] Polish Support [pl] Russian Support [ru] Spanish Support [es] Tajik Support [tg] Available Groups: Backup Client Backup Server CIFS file server Client management tools Debugging Tools Desktop Desktop Debugging and Performance Tools Desktop Platform Development Development tools Dial-up Networking Support Directory Server Eclipse Emacs Enterprise Identity Server Base FCoE Storage Client FTP server General Purpose Desktop Graphics Creation Tools Infiniband Support Input Methods Internet Applications Internet Browser KDE Desktop Mainframe Access Messaging Client Support MySQL Database client MySQL Database server NFS file server Network Infrastructure Server Network Storage Server Office Suite and Productivity PHP Support Print Server Printing client Remote Desktop Clients Security Tools Server Platform Development Somali Support Storage Availability Tools System Management Systems Management Messaging Server support TeX support Technical Writing TurboGears application framework Virtualization Virtualization Client Virtualization Platform Virtualization Tools Web Servlet Engine Web-Based Enterprise Management X Window System iSCSI Storage Client Available Language Groups: Afrikaans Support [af] Albanian Support [sq] Amazigh Support [ber] Assamese Support [as] Azerbaijani Support [az] Basque Support [eu] Belarusian Support [be] Bengali Support [bn] Bhutanese Support [dz] Brazilian Portuguese Support [pt_BR] Breton Support [br] Bulgarian Support [bg] Catalan Support [ca] Chhattisgarhi Support [hne] Chichewa Support [ny] Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] Esperanto Support [eo] Estonian Support [et] Ethiopic Support [am] Faroese Support [fo] Fijian Support [fj] Filipino Support [fil] Finnish Support [fi] Frisian Support [fy] Friulian Support [fur] Gaelic Support [gd] Galician Support [gl] German Support [de] Greek Support [el] Gujarati Support [gu] Hiligaynon Support [hil] Hindi Support [hi] Hungarian Support [hu] Icelandic Support [is] Indonesian Support [id] Interlingua Support [ia] Irish Support [ga] Kannada Support [kn] Kashmiri Support [ks] Kashubian Support [csb] Kazakh Support [kk] Khmer Support [km] Kinyarwanda Support [rw] Konkani Support [kok] Kurdish Support [ku] Latin Support [la] Latvian Support [lv] Lithuanian Support [lt] Low Saxon Support [nds] Luxembourgish Support [lb] Macedonian Support [mk] Maithili Support [mai] Malagasy Support [mg] Malay Support [ms] Malayalam Support [ml] Maltese Support [mt] Manx Support [gv] Maori Support [mi] Marathi Support [mr] Mongolian Support [mn] Myanmar (Burmese) Support [my] Nepali Support [ne] Northern Sotho Support [nso] Norwegian Support [nb] Occitan Support [oc] Oriya Support [or] Persian Support [fa] Portuguese Support [pt] Punjabi Support [pa] Romanian Support [ro] Sanskrit Support [sa] Sardinian Support [sc] Serbian Support [sr] Sindhi Support [sd] Sinhala Support [si] Slovak Support [sk] Slovenian Support [sl] Southern Ndebele Support [nr] Southern Sotho Support [st] Swahili Support [sw] Swati Support [ss] Swedish Support [sv] Tagalog Support [tl] Tamil Support [ta] Telugu Support [te] Tetum Support [tet] Thai Support [th] Tibetan Support [bo] Tsonga Support [ts] Tswana Support [tn] Turkish Support [tr] Turkmen Support [tk] Ukrainian Support [uk] Upper Sorbian Support [hsb] Urdu Support [ur] Uzbek Support [uz] Venda Support [ve] Vietnamese Support [vi] Walloon Support [wa] Welsh Support [cy] Xhosa Support [xh] Zulu Support [zu] Done EXPECTED RESULT: RETURN CODE: 0
PASS ###################################################################################### # NEW TEST: ## Install Development tools group... ###################################################################################### COMMAND: /usr/bin/yum -y groupinstall 'Development tools' RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.20.el6_1.1.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package subversion-1.6.11-2.el6_1.4.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-16.el6_1.1 will be installed --> Processing Dependency: rpm = 4.8.0-16.el6_1.1 for package: rpm-build-4.8.0-16.el6_1.1.x86_64 ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Running transaction check ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm.x86_64 0:4.8.0-16.el6 will be updated --> Processing Dependency: rpm = 4.8.0-16.el6 for package: rpm-libs-4.8.0-16.el6.x86_64 --> Processing Dependency: rpm = 4.8.0-16.el6 for package: rpm-python-4.8.0-16.el6.x86_64 ---> Package rpm.x86_64 0:4.8.0-16.el6_1.1 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-libs.x86_64 0:4.8.0-16.el6 will be updated ---> Package rpm-libs.x86_64 0:4.8.0-16.el6_1.1 will be an update ---> Package rpm-python.x86_64 0:4.8.0-16.el6 will be updated ---> Package rpm-python.x86_64 0:4.8.0-16.el6_1.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: autoconf noarch 2.63-5.1.el6 rhui-us-west-2-rhel-server-releases 781 k automake noarch 1.11.1-1.2.el6 rhui-us-west-2-rhel-server-releases 550 k bison x86_64 2.4.1-5.el6 rhui-us-west-2-rhel-server-releases 637 k byacc x86_64 1.9.20070509-6.1.el6 rhui-us-west-2-rhel-server-releases 48 k cscope x86_64 15.6-6.el6 rhui-us-west-2-rhel-server-releases 136 k ctags x86_64 5.8-2.el6 rhui-us-west-2-rhel-server-releases 147 k diffstat x86_64 1.51-2.el6 rhui-us-west-2-rhel-server-releases 29 k doxygen x86_64 1:1.6.1-4.el6 rhui-us-west-2-rhel-server-releases 2.4 M flex x86_64 2.5.35-8.el6 rhui-us-west-2-rhel-server-releases 286 k gcc-c++ x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 4.7 M gcc-gfortran x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 4.7 M git x86_64 1.7.1-2.el6_0.1 rhui-us-west-2-rhel-server-releases 4.6 M indent x86_64 2.2.10-5.1.el6 rhui-us-west-2-rhel-server-releases 115 k intltool noarch 0.41.0-1.1.el6 rhui-us-west-2-rhel-server-releases 58 k libtool x86_64 2.2.6-15.5.el6 rhui-us-west-2-rhel-server-releases 564 k patchutils x86_64 0.3.1-3.1.el6 rhui-us-west-2-rhel-server-releases 95 k rcs x86_64 5.7-37.el6 rhui-us-west-2-rhel-server-releases 173 k redhat-rpm-config noarch 9.0.3-33.el6 rhui-us-west-2-rhel-server-releases 57 k rpm-build x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 123 k swig x86_64 1.3.40-5.el6 rhui-us-west-2-rhel-server-releases 1.1 M systemtap x86_64 1.4-6.el6_1.3 rhui-us-west-2-rhel-server-releases 2.4 M Installing for dependencies: gettext-devel x86_64 0.17-16.el6 rhui-us-west-2-rhel-server-releases 155 k gettext-libs x86_64 0.17-16.el6 rhui-us-west-2-rhel-server-releases 112 k libstdc++-devel x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 1.5 M perl-Error noarch 1:0.17015-4.el6 rhui-us-west-2-rhel-server-releases 29 k perl-Git noarch 1.7.1-2.el6_0.1 rhui-us-west-2-rhel-server-releases 28 k Updating for dependencies: rpm x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 898 k rpm-libs x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 307 k rpm-python x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 53 k Transaction Summary ================================================================================ Install 26 Package(s) Upgrade 3 Package(s) Total download size: 27 M Downloading Packages: -------------------------------------------------------------------------------- Total 5.2 MB/s | 27 MB 00:05 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : rpm-4.8.0-16.el6_1.1.x86_64 1/32 Updating : rpm-libs-4.8.0-16.el6_1.1.x86_64 2/32 Installing : 1:perl-Error-0.17015-4.el6.noarch 3/32 Installing : autoconf-2.63-5.1.el6.noarch 4/32 Installing : automake-1.11.1-1.2.el6.noarch 5/32 Installing : git-1.7.1-2.el6_0.1.x86_64 6/32 Installing : perl-Git-1.7.1-2.el6_0.1.noarch 7/32 Installing : gettext-libs-0.17-16.el6.x86_64 8/32 Installing : gettext-devel-0.17-16.el6.x86_64 9/32 Installing : libstdc++-devel-4.4.5-6.el6.x86_64 10/32 Installing : gcc-c++-4.4.5-6.el6.x86_64 11/32 Installing : intltool-0.41.0-1.1.el6.noarch 12/32 Installing : libtool-2.2.6-15.5.el6.x86_64 13/32 Installing : rpm-build-4.8.0-16.el6_1.1.x86_64 14/32 Installing : systemtap-1.4-6.el6_1.3.x86_64 15/32 Updating : rpm-python-4.8.0-16.el6_1.1.x86_64 16/32 Installing : gcc-gfortran-4.4.5-6.el6.x86_64 17/32 Installing : diffstat-1.51-2.el6.x86_64 18/32 Installing : indent-2.2.10-5.1.el6.x86_64 19/32 Installing : patchutils-0.3.1-3.1.el6.x86_64 20/32 Installing : 1:doxygen-1.6.1-4.el6.x86_64 21/32 Installing : swig-1.3.40-5.el6.x86_64 22/32 Installing : byacc-1.9.20070509-6.1.el6.x86_64 23/32 Installing : rcs-5.7-37.el6.x86_64 24/32 Installing : bison-2.4.1-5.el6.x86_64 25/32 Installing : ctags-5.8-2.el6.x86_64 26/32 Installing : flex-2.5.35-8.el6.x86_64 27/32 Installing : redhat-rpm-config-9.0.3-33.el6.noarch 28/32 Installing : cscope-15.6-6.el6.x86_64 29/32 Cleanup : rpm-python-4.8.0-16.el6.x86_64 30/32 Cleanup : rpm-4.8.0-16.el6.x86_64 31/32 Cleanup : rpm-libs-4.8.0-16.el6.x86_64 32/32 Installed: autoconf.noarch 0:2.63-5.1.el6 automake.noarch 0:1.11.1-1.2.el6 bison.x86_64 0:2.4.1-5.el6 byacc.x86_64 0:1.9.20070509-6.1.el6 cscope.x86_64 0:15.6-6.el6 ctags.x86_64 0:5.8-2.el6 diffstat.x86_64 0:1.51-2.el6 doxygen.x86_64 1:1.6.1-4.el6 flex.x86_64 0:2.5.35-8.el6 gcc-c++.x86_64 0:4.4.5-6.el6 gcc-gfortran.x86_64 0:4.4.5-6.el6 git.x86_64 0:1.7.1-2.el6_0.1 indent.x86_64 0:2.2.10-5.1.el6 intltool.noarch 0:0.41.0-1.1.el6 libtool.x86_64 0:2.2.6-15.5.el6 patchutils.x86_64 0:0.3.1-3.1.el6 rcs.x86_64 0:5.7-37.el6 redhat-rpm-config.noarch 0:9.0.3-33.el6 rpm-build.x86_64 0:4.8.0-16.el6_1.1 swig.x86_64 0:1.3.40-5.el6 systemtap.x86_64 0:1.4-6.el6_1.3 Dependency Installed: gettext-devel.x86_64 0:0.17-16.el6 gettext-libs.x86_64 0:0.17-16.el6 libstdc++-devel.x86_64 0:4.4.5-6.el6 perl-Error.noarch 1:0.17015-4.el6 perl-Git.noarch 0:1.7.1-2.el6_0.1 Dependency Updated: rpm.x86_64 0:4.8.0-16.el6_1.1 rpm-libs.x86_64 0:4.8.0-16.el6_1.1 rpm-python.x86_64 0:4.8.0-16.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify yum update ... ###################################################################################### COMMAND: /usr/bin/yum -y update RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be updated ---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 will be an update ---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be updated ---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 will be an update ---> Package cups.x86_64 1:1.4.2-39.el6 will be updated ---> Package cups.x86_64 1:1.4.2-39.el6_1.1 will be an update ---> Package cups-libs.x86_64 1:1.4.2-39.el6 will be updated ---> Package cups-libs.x86_64 1:1.4.2-39.el6_1.1 will be an update ---> Package dracut.noarch 0:004-53.el6 will be updated ---> Package dracut.noarch 0:004-53.el6_1.1 will be an update ---> Package dracut-kernel.noarch 0:004-53.el6 will be updated ---> Package dracut-kernel.noarch 0:004-53.el6_1.1 will be an update ---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated ---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update ---> Package httpd.x86_64 0:2.2.15-9.el6_1.2 will be updated ---> Package httpd.x86_64 0:2.2.15-9.el6_1.3 will be an update ---> Package httpd-tools.x86_64 0:2.2.15-9.el6_1.2 will be updated ---> Package httpd-tools.x86_64 0:2.2.15-9.el6_1.3 will be an update ---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be updated ---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 will be an update ---> Package kernel.x86_64 0:2.6.32-131.17.1.el6 will be installed ---> Package kernel-devel.x86_64 0:2.6.32-131.17.1.el6 will be installed ---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be updated ---> Package kernel-firmware.noarch 0:2.6.32-131.17.1.el6 will be an update ---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be updated ---> Package kernel-headers.x86_64 0:2.6.32-131.17.1.el6 will be an update ---> Package kexec-tools.x86_64 0:2.0.0-188.el6 will be updated ---> Package kexec-tools.x86_64 0:2.0.0-188.el6_1.2 will be an update ---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-libs.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package libssh2.x86_64 0:1.2.2-7.el6 will be updated ---> Package libssh2.x86_64 0:1.2.2-7.el6_1.1 will be an update ---> Package mod_ssl.x86_64 1:2.2.15-9.el6_1.2 will be updated ---> Package mod_ssl.x86_64 1:2.2.15-9.el6_1.3 will be an update ---> Package nspr.x86_64 0:4.8.7-1.el6 will be updated ---> Package nspr.x86_64 0:4.8.8-1.el6_1 will be an update ---> Package nss.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-sysinit.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss-sysinit.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-tools.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss-tools.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-util.x86_64 0:3.12.9-1.el6 will be updated ---> Package nss-util.x86_64 0:3.12.10-1.el6_1 will be an update ---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be updated ---> Package openldap.x86_64 0:2.4.23-15.el6_1.3 will be an update ---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be updated ---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.3 will be an update ---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be updated ---> Package openssl.x86_64 0:1.0.0-10.el6_1.5 will be an update ---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be updated ---> Package openswan.x86_64 0:2.6.32-4.el6_1.4 will be an update ---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be updated ---> Package perf.x86_64 0:2.6.32-131.17.1.el6 will be an update ---> Package perl.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated ---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update ---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated ---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update ---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update ---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated ---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update ---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated ---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update ---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated ---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated ---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update ---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated ---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update ---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated ---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update ---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated ---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update ---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated ---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated ---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated ---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update ---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated ---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update ---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated ---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update ---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated ---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update ---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated ---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update ---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated ---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update ---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated ---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update ---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated ---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update ---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update ---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated ---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update ---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated ---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update ---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated ---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update ---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated ---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update ---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated ---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update ---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated ---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update ---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated ---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update ---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated ---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update ---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated ---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update ---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated ---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update ---> Package perl-version.x86_64 3:0.77-119.el6 will be updated ---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update ---> Package phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6 will be updated ---> Package phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package postgresql.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-libs.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-plpython.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-server.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-server.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package qt.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package qt-sqlite.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package qt-x11.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt-x11.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.2 will be updated ---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.4 will be an update ---> Package tzdata.noarch 0:2011h-3.el6 will be updated ---> Package tzdata.noarch 0:2011l-4.el6 will be an update ---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated ---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update ---> Package yum.noarch 0:3.2.29-17.el6 will be updated ---> Package yum.noarch 0:3.2.29-17.el6_1.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 23 M kernel-devel x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 6.9 M Updating: bind-libs x86_64 32:9.7.3-2.el6_1.P3.3 rhui-us-west-2-rhel-server-releases 839 k bind-utils x86_64 32:9.7.3-2.el6_1.P3.3 rhui-us-west-2-rhel-server-releases 177 k cups x86_64 1:1.4.2-39.el6_1.1 rhui-us-west-2-rhel-server-releases 2.3 M cups-libs x86_64 1:1.4.2-39.el6_1.1 rhui-us-west-2-rhel-server-releases 314 k dracut noarch 004-53.el6_1.1 rhui-us-west-2-rhel-server-releases 106 k dracut-kernel noarch 004-53.el6_1.1 rhui-us-west-2-rhel-server-releases 18 k freetype x86_64 2.3.11-6.el6_1.8 rhui-us-west-2-rhel-server-releases 359 k httpd x86_64 2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 808 k httpd-tools x86_64 2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 69 k java-1.6.0-openjdk x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 rhui-us-west-2-rhel-server-releases 25 M kernel-firmware noarch 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 2.5 M kernel-headers x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 1.3 M kexec-tools x86_64 2.0.0-188.el6_1.2 rhui-us-west-2-rhel-server-releases 251 k krb5-libs x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 706 k krb5-pkinit-openssl x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 102 k krb5-workstation x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 452 k libssh2 x86_64 1.2.2-7.el6_1.1 rhui-us-west-2-rhel-server-releases 75 k mod_ssl x86_64 1:2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 86 k nspr x86_64 4.8.8-1.el6_1 rhui-us-west-2-rhel-server-releases 110 k nss x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 774 k nss-sysinit x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 28 k nss-tools x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 748 k nss-util x86_64 3.12.10-1.el6_1 rhui-us-west-2-rhel-server-releases 46 k openldap x86_64 2.4.23-15.el6_1.3 rhui-us-west-2-rhel-server-releases 255 k openldap-clients x86_64 2.4.23-15.el6_1.3 rhui-us-west-2-rhel-server-releases 159 k openssl x86_64 1.0.0-10.el6_1.5 rhui-us-west-2-rhel-server-releases 1.4 M openswan x86_64 2.6.32-4.el6_1.4 rhui-us-west-2-rhel-server-releases 882 k perf x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 1.0 M perl x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 10 M perl-Archive-Extract x86_64 1:0.38-119.el6_1.1 rhui-us-west-2-rhel-server-releases 38 k perl-Archive-Tar x86_64 1.58-119.el6_1.1 rhui-us-west-2-rhel-server-releases 70 k perl-CGI x86_64 3.51-119.el6_1.1 rhui-us-west-2-rhel-server-releases 206 k perl-CPAN x86_64 1.9402-119.el6_1.1 rhui-us-west-2-rhel-server-releases 244 k perl-CPANPLUS x86_64 0.88-119.el6_1.1 rhui-us-west-2-rhel-server-releases 304 k perl-Compress-Raw-Zlib x86_64 2.023-119.el6_1.1 rhui-us-west-2-rhel-server-releases 67 k perl-Compress-Zlib x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 43 k perl-Digest-SHA x86_64 1:5.47-119.el6_1.1 rhui-us-west-2-rhel-server-releases 61 k perl-ExtUtils-CBuilder x86_64 1:0.27-119.el6_1.1 rhui-us-west-2-rhel-server-releases 45 k perl-ExtUtils-Embed x86_64 1.28-119.el6_1.1 rhui-us-west-2-rhel-server-releases 29 k perl-ExtUtils-MakeMaker x86_64 6.55-119.el6_1.1 rhui-us-west-2-rhel-server-releases 290 k perl-ExtUtils-ParseXS x86_64 1:2.2003.0-119.el6_1.1 rhui-us-west-2-rhel-server-releases 42 k perl-File-Fetch x86_64 0.26-119.el6_1.1 rhui-us-west-2-rhel-server-releases 38 k perl-IO-Compress-Base x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 66 k perl-IO-Compress-Zlib x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 133 k perl-IO-Zlib x86_64 1:1.09-119.el6_1.1 rhui-us-west-2-rhel-server-releases 30 k perl-IPC-Cmd x86_64 1:0.56-119.el6_1.1 rhui-us-west-2-rhel-server-releases 43 k perl-Locale-Maketext-Simple x86_64 1:0.18-119.el6_1.1 rhui-us-west-2-rhel-server-releases 28 k perl-Log-Message x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 44 k perl-Log-Message-Simple x86_64 0.04-119.el6_1.1 rhui-us-west-2-rhel-server-releases 26 k perl-Module-Build x86_64 1:0.3500-119.el6_1.1 rhui-us-west-2-rhel-server-releases 227 k perl-Module-CoreList x86_64 2.18-119.el6_1.1 rhui-us-west-2-rhel-server-releases 63 k perl-Module-Load x86_64 1:0.16-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-Module-Load-Conditional x86_64 0.30-119.el6_1.1 rhui-us-west-2-rhel-server-releases 32 k perl-Module-Loaded x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-Module-Pluggable x86_64 1:3.90-119.el6_1.1 rhui-us-west-2-rhel-server-releases 37 k perl-Object-Accessor x86_64 1:0.34-119.el6_1.1 rhui-us-west-2-rhel-server-releases 34 k perl-Package-Constants x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 24 k perl-Params-Check x86_64 1:0.26-119.el6_1.1 rhui-us-west-2-rhel-server-releases 33 k perl-Parse-CPAN-Meta x86_64 1:1.40-119.el6_1.1 rhui-us-west-2-rhel-server-releases 27 k perl-Pod-Escapes x86_64 1:1.04-119.el6_1.1 rhui-us-west-2-rhel-server-releases 30 k perl-Pod-Simple x86_64 1:3.13-119.el6_1.1 rhui-us-west-2-rhel-server-releases 209 k perl-Term-UI x86_64 0.20-119.el6_1.1 rhui-us-west-2-rhel-server-releases 37 k perl-Test-Harness x86_64 3.17-119.el6_1.1 rhui-us-west-2-rhel-server-releases 229 k perl-Test-Simple x86_64 0.92-119.el6_1.1 rhui-us-west-2-rhel-server-releases 110 k perl-Time-HiRes x86_64 4:1.9721-119.el6_1.1 rhui-us-west-2-rhel-server-releases 46 k perl-Time-Piece x86_64 1.15-119.el6_1.1 rhui-us-west-2-rhel-server-releases 44 k perl-core x86_64 5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 20 k perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 420 k perl-libs x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 575 k perl-parent x86_64 1:0.221-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-version x86_64 3:0.77-119.el6_1.1 rhui-us-west-2-rhel-server-releases 49 k phonon-backend-gstreamer x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 125 k postgresql x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 2.7 M
postgresql-libs x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 198 k postgresql-plpython x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 54 k postgresql-server x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 3.3 M qt x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 4.0 M qt-sqlite x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 50 k qt-x11 x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 12 M rsyslog x86_64 4.6.2-3.el6_1.4 rhui-us-west-2-rhel-server-releases 450 k tzdata noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 437 k tzdata-java noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 152 k yum noarch 3.2.29-17.el6_1.1 rhui-us-west-2-rhel-server-releases 976 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 83 Package(s) Total download size: 110 M Downloading Packages: -------------------------------------------------------------------------------- Total 6.7 MB/s | 110 MB 00:16 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64 1/168 Updating : 3:perl-version-0.77-119.el6_1.1.x86_64 2/168 Updating : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64 3/168 Updating : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 4/168 Updating : 4:perl-libs-5.10.1-119.el6_1.1.x86_64 5/168 Updating : 4:perl-5.10.1-119.el6_1.1.x86_64 6/168 Updating : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64 7/168 Updating : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64 8/168 Updating : krb5-libs-1.9-9.el6_1.2.x86_64 9/168 Updating : openssl-1.0.0-10.el6_1.5.x86_64 10/168 Updating : nspr-4.8.8-1.el6_1.x86_64 11/168 Updating : nss-util-3.12.10-1.el6_1.x86_64 12/168 Updating : nss-sysinit-3.12.10-2.el6_1.x86_64 13/168 Updating : nss-3.12.10-2.el6_1.x86_64 14/168 Updating : openldap-2.4.23-15.el6_1.3.x86_64 15/168 Updating : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64 16/168 Updating : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64 17/168 Updating : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64 18/168 Updating : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64 19/168 Updating : 1:qt-4.6.2-17.el6_1.1.x86_64 20/168 Updating : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64 21/168 Updating : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64 22/168 Updating : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64 23/168 Updating : 4:perl-devel-5.10.1-119.el6_1.1.x86_64 24/168 Updating : perl-Test-Harness-3.17-119.el6_1.1.x86_64 25/168 Updating : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64 26/168 Updating : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64 27/168 Updating : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64 28/168 Updating : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64 29/168 Updating : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64 30/168 Updating : perl-Archive-Tar-1.58-119.el6_1.1.x86_64 31/168 Updating : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64 32/168 Updating : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64 33/168 Updating : perl-Term-UI-0.20-119.el6_1.1.x86_64 34/168 Updating : perl-File-Fetch-0.26-119.el6_1.1.x86_64 35/168 Updating : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64 36/168 Updating : postgresql-libs-8.4.9-1.el6_1.1.x86_64 37/168 Updating : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64 38/168 Updating : perl-Module-CoreList-2.18-119.el6_1.1.x86_64 39/168 Updating : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64 40/168 Updating : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64 41/168 Updating : freetype-2.3.11-6.el6_1.8.x86_64 42/168 Updating : dracut-004-53.el6_1.1.noarch 43/168 Updating : dracut-kernel-004-53.el6_1.1.noarch 44/168 Updating : perl-CPAN-1.9402-119.el6_1.1.x86_64 45/168 Updating : postgresql-8.4.9-1.el6_1.1.x86_64 46/168 Updating : postgresql-server-8.4.9-1.el6_1.1.x86_64 47/168 Updating : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64 48/168 Updating : perl-Test-Simple-0.92-119.el6_1.1.x86_64 49/168 Updating : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64 50/168 Updating : 1:qt-sqlite-4.6.2-17.el6_1.1.x86_64 51/168 Updating : 1:phonon-backend-gstreamer-4.6.2-17.el6_1.1.x86_64 52/168 Updating : 1:qt-x11-4.6.2-17.el6_1.1.x86_64 53/168 Updating : httpd-tools-2.2.15-9.el6_1.3.x86_64 54/168 Updating : httpd-2.2.15-9.el6_1.3.x86_64 55/168 Updating : 32:bind-libs-9.7.3-2.el6_1.P3.3.x86_64 56/168 Updating : 1:cups-libs-1.4.2-39.el6_1.1.x86_64 57/168 Updating : perl-Time-Piece-1.15-119.el6_1.1.x86_64 58/168 Updating : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64 59/168 Updating : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64 60/168 Updating : perl-CPANPLUS-0.88-119.el6_1.1.x86_64 61/168 Updating : 1:perl-parent-0.221-119.el6_1.1.x86_64 62/168 Updating : kernel-firmware-2.6.32-131.17.1.el6.noarch 63/168 Updating : tzdata-java-2011l-4.el6.noarch 64/168 Updating : 1:java-1.6.0-openjdk-1.6.0.0-1.40.1.9.10.el6_1.x86_64 65/168 Installing : kernel-2.6.32-131.17.1.el6.x86_64 66/168 Updating : perl-core-5.10.1-119.el6_1.1.x86_64 67/168 Updating : 1:cups-1.4.2-39.el6_1.1.x86_64 68/168 Updating : 32:bind-utils-9.7.3-2.el6_1.P3.3.x86_64 69/168 Updating : 1:mod_ssl-2.2.15-9.el6_1.3.x86_64 70/168 Updating : postgresql-plpython-8.4.9-1.el6_1.1.x86_64 71/168 Updating : kexec-tools-2.0.0-188.el6_1.2.x86_64 72/168 Updating : openldap-clients-2.4.23-15.el6_1.3.x86_64 73/168 Updating : openswan-2.6.32-4.el6_1.4.x86_64 74/168 Updating : nss-tools-3.12.10-2.el6_1.x86_64 75/168 Updating : krb5-pkinit-openssl-1.9-9.el6_1.2.x86_64 76/168 Updating : libssh2-1.2.2-7.el6_1.1.x86_64 77/168 Updating : krb5-workstation-1.9-9.el6_1.2.x86_64 78/168 Updating : perf-2.6.32-131.17.1.el6.x86_64 79/168 Updating : perl-CGI-3.51-119.el6_1.1.x86_64 80/168 Installing : kernel-devel-2.6.32-131.17.1.el6.x86_64 81/168 Updating : rsyslog-4.6.2-3.el6_1.4.x86_64 82/168 Updating : kernel-headers-2.6.32-131.17.1.el6.x86_64 83/168 Updating : tzdata-2011l-4.el6.noarch 84/168 Updating : yum-3.2.29-17.el6_1.1.noarch 85/168 Cleanup : perl-core-5.10.1-119.el6.x86_64 86/168 Cleanup : perl-CPANPLUS-0.88-119.el6.x86_64 87/168 Cleanup : 1:perl-Module-Build-0.3500-119.el6.x86_64 88/168 Cleanup : perl-Archive-Tar-1.58-119.el6.x86_64 89/168 Cleanup : 1:perl-Archive-Extract-0.38-119.el6.x86_64 90/168 Cleanup : perl-File-Fetch-0.26-119.el6.x86_64 91/168 Cleanup : perl-Term-UI-0.20-119.el6.x86_64 92/168 Cleanup : 1:perl-IPC-Cmd-0.56-119.el6.x86_64 93/168 Cleanup : perl-Module-Load-Conditional-0.30-119.el6.x86_64 94/168 Cleanup : perl-CPAN-1.9402-119.el6.x86_64 95/168 Cleanup : perl-Log-Message-Simple-0.04-119.el6.x86_64 96/168 Cleanup : 1:perl-Log-Message-0.02-119.el6.x86_64 97/168 Cleanup : 1:perl-IO-Zlib-1.09-119.el6.x86_64 98/168 Cleanup : perl-Compress-Zlib-2.020-119.el6.x86_64 99/168 Cleanup : perl-IO-Compress-Zlib-2.020-119.el6.x86_64 100/168 Cleanup : perl-Module-CoreList-2.18-119.el6.x86_64 101/168 Cleanup : 1:perl-Object-Accessor-0.34-119.el6.x86_64 102/168 Cleanup : 1:perl-Params-Check-0.26-119.el6.x86_64 103/168 Cleanup : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64 104/168 Cleanup : perl-ExtUtils-Embed-1.28-119.el6.x86_64 105/168 Cleanup : perl-Test-Simple-0.92-119.el6.x86_64 106/168 Cleanup : perl-Test-Harness-3.17-119.el6.x86_64 107/168 Cleanup : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64 108/168 Cleanup : 4:perl-devel-5.10.1-119.el6.x86_64 109/168 Cleanup : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64 110/168 Cleanup : perf-2.6.32-131.12.1.el6.x86_64 111/168 Cleanup : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64 112/168 Cleanup : perl-IO-Compress-Base-2.020-119.el6.x86_64 113/168 Cleanup : 1:perl-Module-Load-0.16-119.el6.x86_64 114/168 Cleanup : 1:perl-Package-Constants-0.02-119.el6.x86_64 115/168 Cleanup : 1:perl-Module-Loaded-0.02-119.el6.x86_64 116/168 Cleanup : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64 117/168 Cleanup : 1:perl-parent-0.221-119.el6.x86_64 118/168 Cleanup : perl-CGI-3.51-119.el6.x86_64 119/168 Cleanup : dracut-kernel-004-53.el6.noarch 120/168 Cleanup : kernel-firmware-2.6.32-131.12.1.el6.noarch 121/168 Cleanup : kernel-headers-2.6.32-131.12.1.el6.x86_64 122/168 Cleanup : tzdata-2011h-3.el6.noarch 123/168 Cleanup : yum-3.2.29-17.el6.noarch 124/168 Cleanup : openldap-clients-2.4.23-15.el6_1.1.x86_64 125/168 Cleanup : nss-tools-3.12.9-12.el6_1.x86_64 126/168 Cleanup : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64 127/168 Cleanup : openswan-2.6.32-4.el6_1.1.x86_64 128/168 Cleanup : 1:qt-x11-4.6.2-17.el6.x86_64 129/168 Cleanup : 1:phonon-backend-gstreamer-4.6.2-17.el6.x86_64 130/168 Cleanup : 1:cups-1.4.2-39.el6.x86_64 131/168 Cleanup : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64 132/168 Cleanup : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64 133/168 Cleanup : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64 134/168 Cleanup : 1:mod_ssl-2.2.15-9.el6_1.2.x86_64 135/168 Cleanup : httpd-2.2.15-9.el6_1.2.x86_64 136/168 Cleanup : httpd-tools-2.2.15-9.el6_1.2.x86_64 137/168 Cleanup : 1:cups-libs-1.4.2-39.el6.x86_64 138/168 Cleanup : 1:qt-sqlite-4.6.2-17.el6.x86_64 139/168 Cleanup : 1:qt-4.6.2-17.el6.x86_64 140/168 Cleanup : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64 141/168 Cleanup : 1:perl-Digest-SHA-5.47-119.el6.x86_64 142/168 Cleanup : perl-Time-Piece-1.15-119.el6.x86_64 143/168 Cleanup : 4:perl-Time-HiRes-1.9721-119.el6.x86_64 144/168 Cleanup : 1:perl-Module-Pluggable-3.90-119.el6.x86_64 145/168 Cleanup : 1:perl-Pod-Escapes-1.04-119.el6.x86_64 146/168 Cleanup : 1:perl-Pod-Simple-3.13-119.el6.x86_64 147/168 Cleanup : 3:perl-version-0.77-119.el6.x86_64 148/168 Cleanup : 4:perl-libs-5.10.1-119.el6.x86_64 149/168 Cleanup : 4:perl-5.10.1-119.el6.x86_64 150/168 Cleanup : libssh2-1.2.2-7.el6.x86_64 151/168 Cleanup : krb5-workstation-1.9-9.el6_1.1.x86_64 152/168 Cleanup : kexec-tools-2.0.0-188.el6.x86_64 153/168 Cleanup : postgresql-plpython-8.4.7-2.el6.x86_64 154/168 Cleanup : dracut-004-53.el6.noarch 155/168 Cleanup : tzdata-java-2011h-3.el6.noarch 156/168 Cleanup : postgresql-server-8.4.7-2.el6.x86_64 157/168 Cleanup : postgresql-8.4.7-2.el6.x86_64 158/168 Cleanup : postgresql-libs-8.4.7-2.el6.x86_64 159/168 Cleanup : openldap-2.4.23-15.el6_1.1.x86_64 160/168 Cleanup : nss-sysinit-3.12.9-12.el6_1.x86_64 161/168 Cleanup : nss-3.12.9-12.el6_1.x86_64 162/168 Cleanup : nss-util-3.12.9-1.el6.x86_64 163/168 Cleanup : openssl-1.0.0-10.el6_1.4.x86_64 164/168 Cleanup : krb5-libs-1.9-9.el6_1.1.x86_64 165/168 Cleanup : nspr-4.8.7-1.el6.x86_64 166/168 Cleanup : freetype-2.3.11-6.el6_1.6.x86_64 167/168 Cleanup : rsyslog-4.6.2-3.el6_1.2.x86_64 168/168 Installed: kernel.x86_64 0:2.6.32-131.17.1.el6 kernel-devel.x86_64 0:2.6.32-131.17.1.el6 Updated: bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 cups.x86_64 1:1.4.2-39.el6_1.1 cups-libs.x86_64 1:1.4.2-39.el6_1.1 dracut.noarch 0:004-53.el6_1.1 dracut-kernel.noarch 0:004-53.el6_1.1 freetype.x86_64 0:2.3.11-6.el6_1.8 httpd.x86_64 0:2.2.15-9.el6_1.3 httpd-tools.x86_64 0:2.2.15-9.el6_1.3 java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 kernel-firmware.noarch 0:2.6.32-131.17.1.el6 kernel-headers.x86_64 0:2.6.32-131.17.1.el6 kexec-tools.x86_64 0:2.0.0-188.el6_1.2 krb5-libs.x86_64 0:1.9-9.el6_1.2 krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 krb5-workstation.x86_64 0:1.9-9.el6_1.2 libssh2.x86_64 0:1.2.2-7.el6_1.1 mod_ssl.x86_64 1:2.2.15-9.el6_1.3 nspr.x86_64 0:4.8.8-1.el6_1 nss.x86_64 0:3.12.10-2.el6_1 nss-sysinit.x86_64 0:3.12.10-2.el6_1 nss-tools.x86_64 0:3.12.10-2.el6_1 nss-util.x86_64 0:3.12.10-1.el6_1 openldap.x86_64 0:2.4.23-15.el6_1.3 openldap-clients.x86_64 0:2.4.23-15.el6_1.3 openssl.x86_64 0:1.0.0-10.el6_1.5 openswan.x86_64 0:2.6.32-4.el6_1.4 perf.x86_64 0:2.6.32-131.17.1.el6 perl.x86_64 4:5.10.1-119.el6_1.1 perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 perl-CGI.x86_64 0:3.51-119.el6_1.1 perl-CPAN.x86_64 0:1.9402-119.el6_1.1 perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 perl-Log-Message.x86_64 1:0.02-119.el6_1.1 perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 perl-Module-Load.x86_64 1:0.16-119.el6_1.1 perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 perl-Params-Check.x86_64 1:0.26-119.el6_1.1 perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 perl-Term-UI.x86_64 0:0.20-119.el6_1.1 perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 perl-core.x86_64 0:5.10.1-119.el6_1.1 perl-devel.x86_64 4:5.10.1-119.el6_1.1 perl-libs.x86_64 4:5.10.1-119.el6_1.1 perl-parent.x86_64 1:0.221-119.el6_1.1 perl-version.x86_64 3:0.77-119.el6_1.1 phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 postgresql.x86_64 0:8.4.9-1.el6_1.1 postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 postgresql-server.x86_64 0:8.4.9-1.el6_1.1 qt.x86_64 1:4.6.2-17.el6_1.1 qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 qt-x11.x86_64 1:4.6.2-17.el6_1.1 rsyslog.x86_64 0:4.6.2-3.el6_1.4 tzdata.noarch 0:2011l-4.el6 tzdata-java.noarch 0:2011l-4.el6 yum.noarch 0:3.2.29-17.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 5 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited 1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: dd356958ca9c4e779f7fac13dde3c1b5 EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: cannot access /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/xvde1 15000M resize2fs 1.41.12 (17-May-2010) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-17-9.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-06a23336 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : XPOMsPlWbVE5BHtolyP8x9G3DC/5rO3GFvo5N9FEiWXJL3Z0QfOKG1helTWDHvprSjL5zI+kAlE3 nShm1skwUaRG4joOC1Mhbi9ltf8t0/H9CurQ2Jdu0acppBIOLGVWey1GabEnmrgIcb9DBTf28nSC S+xswrAViWBiZc6Ngck= This is a Hourly image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m2.xlarge ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-42-119.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-7ea2334e , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : dM8D+VMRC/mApTmUk43HulRKjL5Zqge0QgYKOW4f6PUjzmLl+oStyX13wGWduezyLfBs8gmiwUjp AIMT7sxMcuFddiWfa6Zj5w5kaasJTxNwULLZS9dfCTG8YHOdosHr+e/EUJ8AO6h+FPubr5fJ/Rm3 eTOLHngLB7AEf1OCf08= This is a Hourly image /root/valid/src ip-10-248-71-227 Red Hat Enterprise Linux Server release 6.1 (Santiago) ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.12.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.12.1.el6 EXPECTED RESULT: 2.6.32-131.12.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.12.1.el6 RESULT: title RHEL-6.1-Starter-EBS-x86_64-7 (2.6.32-131.12.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=LABEL=_/ initrd /boot/initramfs-2.6.32-131.12.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Format ... ###################################################################################### mount | grep /dev/xvde1 | awk '{ print }' COMMAND: echo ext4 RESULT: ext4 EXPECTED RESULT: ext4 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Size ... ###################################################################################### size=5904752 COMMAND: echo true RESULT: true EXPECTED RESULT: true RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify turning on/off swap file ... ###################################################################################### ###################################################################################### # NEW TEST: ## Verify swap size ... ###################################################################################### no swap for x86_64 is expected ###################################################################################### # NEW TEST: ## /sbin/getenforce ... ###################################################################################### COMMAND: /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUX enforcing ... ###################################################################################### COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: enforcing EXPECTED RESULT: enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUXTYPE targeted ... ###################################################################################### COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: targeted EXPECTED RESULT: targeted RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Permissive ... ###################################################################################### COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce RESULT: Permissive EXPECTED RESULT: Permissive RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Enforcing ... ###################################################################################### COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no missing packages ... ###################################################################################### COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp RETURN CODE: 0 COMMAND: comm -23 packages_61 /tmp/rpmqa RETURN CODE: 0 COUNT = 0 COMMAND: echo test passed RESULT: test passed EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify RPMs ... ###################################################################################### ....L.... c /etc/pam.d/fingerprint-auth ....L.... c /etc/pam.d/password-auth ....L.... c /etc/pam.d/smartcard-auth ....L.... c /etc/pam.d/system-auth .M....... /var/cache/yum S file Size differs M Mode differs (includes permissions and file type) 5 MD5 sum differs D Device major/minor number mismatch L readLink(2) path mismatch U User ownership differs G Group ownership differs T mTime differs COMMAND: cat /tmp/rpmqaV.txt | wc -l RESULT: 5 EXPECTED RESULT: 5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify Version 2 ... ###################################################################################### COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2 RESULT: 6.1 EXPECTED RESULT: 6.1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify packager ... ###################################################################################### COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS crash-trace-commandPackager : Lai Jiangshan <laijs.com> ###################################################################################### # NEW TEST: ## Verify GPG checking ... ###################################################################################### COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify GPG Keys ... ###################################################################################### COMMAND: rpm -qa gpg-pubkey* | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1 RESULT: gpg-pubkey-fd431d51-4ae0493b EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | head -n 1 RESULT: gpg-pubkey-2fa658e0-45700c69 EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List the configured repositories... ###################################################################################### COMMAND: /usr/bin/yum repolist RESULT: Loaded plugins: amazon-id, rhui-lb, security repo id repo name status rhui-us-west-2-client-config-server-6 Red Hat Update Infrastructur 0 rhui-us-west-2-rhel-server-releases Red Hat Enterprise Linux Ser 5,586 rhui-us-west-2-rhel-server-releases-optional Red Hat Enterprise Linux Ser 3,660 repolist: 9,246 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Search zsh... ###################################################################################### COMMAND: /usr/bin/yum search zsh RESULT: Loaded plugins: amazon-id, rhui-lb, security =============================== N/S Matched: zsh =============================== python-twisted-core-zsh.x86_64 : Tab completion for Zsh and Twisted Core zsh-html.x86_64 : Zsh shell manual in html format zsh.x86_64 : A powerful interactive shell Name and summary matches only, use "search all" for everything. EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## install zsh ... ###################################################################################### COMMAND: /usr/bin/yum -y install zsh Warning: RPMDB altered outside of yum. RETURN CODE: 0 COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh RESULT: zsh EXPECTED RESULT: zsh RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List available groups.. ###################################################################################### COMMAND: /usr/bin/yum grouplist RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Installed Groups: Additional Development Base Compatibility libraries Console internet tools Desktop Platform Directory Client E-mail server Fonts Graphical Administration Tools Hardware monitoring utilities Java Platform Large Systems Performance Legacy UNIX compatibility Legacy X Window System compatibility Network file system client Networking Tools Performance Tools Perl Support PostgreSQL Database client PostgreSQL Database server SNMP Support Scientific support Server Platform Smart card support System administration tools Web Server Installed Language Groups: Arabic Support [ar] Armenian Support [hy] French Support [fr] Georgian Support [ka] Hebrew Support [he] Inuktitut Support [iu] Italian Support [it] Japanese Support [ja] Korean Support [ko] Lao Support [lo] Polish Support [pl] Russian Support [ru] Spanish Support [es] Tajik Support [tg] Available Groups: Backup Client Backup Server CIFS file server Client management tools Debugging Tools Desktop Desktop Debugging and Performance Tools Desktop Platform Development Development tools Dial-up Networking Support Directory Server Eclipse Emacs Enterprise Identity Server Base FCoE Storage Client FTP server General Purpose Desktop Graphics Creation Tools Infiniband Support Input Methods Internet Applications Internet Browser KDE Desktop Mainframe Access Messaging Client Support MySQL Database client MySQL Database server NFS file server Network Infrastructure Server Network Storage Server Office Suite and Productivity PHP Support Print Server Printing client Remote Desktop Clients Security Tools Server Platform Development Somali Support Storage Availability Tools System Management Systems Management Messaging Server support TeX support Technical Writing TurboGears application framework Virtualization Virtualization Client Virtualization Platform Virtualization Tools Web Servlet Engine Web-Based Enterprise Management X Window System iSCSI Storage Client Available Language Groups: Afrikaans Support [af] Albanian Support [sq] Amazigh Support [ber] Assamese Support [as] Azerbaijani Support [az] Basque Support [eu] Belarusian Support [be] Bengali Support [bn] Bhutanese Support [dz] Brazilian Portuguese Support [pt_BR] Breton Support [br] Bulgarian Support [bg] Catalan Support [ca] Chhattisgarhi Support [hne] Chichewa Support [ny] Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] Esperanto Support [eo] Estonian Support [et] Ethiopic Support [am] Faroese Support [fo] Fijian Support [fj] Filipino Support [fil] Finnish Support [fi] Frisian Support [fy] Friulian Support [fur] Gaelic Support [gd] Galician Support [gl] German Support [de] Greek Support [el] Gujarati Support [gu] Hiligaynon Support [hil] Hindi Support [hi] Hungarian Support [hu] Icelandic Support [is] Indonesian Support [id] Interlingua Support [ia] Irish Support [ga] Kannada Support [kn] Kashmiri Support [ks] Kashubian Support [csb] Kazakh Support [kk] Khmer Support [km] Kinyarwanda Support [rw] Konkani Support [kok] Kurdish Support [ku] Latin Support [la] Latvian Support [lv] Lithuanian Support [lt] Low Saxon Support [nds] Luxembourgish Support [lb] Macedonian Support [mk] Maithili Support [mai] Malagasy Support [mg] Malay Support [ms] Malayalam Support [ml] Maltese Support [mt] Manx Support [gv] Maori Support [mi] Marathi Support [mr] Mongolian Support [mn] Myanmar (Burmese) Support [my] Nepali Support [ne] Northern Sotho Support [nso] Norwegian Support [nb] Occitan Support [oc] Oriya Support [or] Persian Support [fa] Portuguese Support [pt] Punjabi Support [pa] Romanian Support [ro] Sanskrit Support [sa] Sardinian Support [sc] Serbian Support [sr] Sindhi Support [sd] Sinhala Support [si] Slovak Support [sk] Slovenian Support [sl] Southern Ndebele Support [nr] Southern Sotho Support [st] Swahili Support [sw] Swati Support [ss] Swedish Support [sv] Tagalog Support [tl] Tamil Support [ta] Telugu Support [te] Tetum Support [tet] Thai Support [th] Tibetan Support [bo] Tsonga Support [ts] Tswana Support [tn] Turkish Support [tr] Turkmen Support [tk] Ukrainian Support [uk] Upper Sorbian Support [hsb] Urdu Support [ur] Uzbek Support [uz] Venda Support [ve] Vietnamese Support [vi] Walloon Support [wa] Welsh Support [cy] Xhosa Support [xh] Zulu Support [zu] Done EXPECTED RESULT: RETURN CODE: 0
PASS ###################################################################################### # NEW TEST: ## Install Development tools group... ###################################################################################### COMMAND: /usr/bin/yum -y groupinstall 'Development tools' RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.20.el6_1.1.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package subversion-1.6.11-2.el6_1.4.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-16.el6_1.1 will be installed --> Processing Dependency: rpm = 4.8.0-16.el6_1.1 for package: rpm-build-4.8.0-16.el6_1.1.x86_64 ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Running transaction check ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm.x86_64 0:4.8.0-16.el6 will be updated --> Processing Dependency: rpm = 4.8.0-16.el6 for package: rpm-libs-4.8.0-16.el6.x86_64 --> Processing Dependency: rpm = 4.8.0-16.el6 for package: rpm-python-4.8.0-16.el6.x86_64 ---> Package rpm.x86_64 0:4.8.0-16.el6_1.1 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-libs.x86_64 0:4.8.0-16.el6 will be updated ---> Package rpm-libs.x86_64 0:4.8.0-16.el6_1.1 will be an update ---> Package rpm-python.x86_64 0:4.8.0-16.el6 will be updated ---> Package rpm-python.x86_64 0:4.8.0-16.el6_1.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: autoconf noarch 2.63-5.1.el6 rhui-us-west-2-rhel-server-releases 781 k automake noarch 1.11.1-1.2.el6 rhui-us-west-2-rhel-server-releases 550 k bison x86_64 2.4.1-5.el6 rhui-us-west-2-rhel-server-releases 637 k byacc x86_64 1.9.20070509-6.1.el6 rhui-us-west-2-rhel-server-releases 48 k cscope x86_64 15.6-6.el6 rhui-us-west-2-rhel-server-releases 136 k ctags x86_64 5.8-2.el6 rhui-us-west-2-rhel-server-releases 147 k diffstat x86_64 1.51-2.el6 rhui-us-west-2-rhel-server-releases 29 k doxygen x86_64 1:1.6.1-4.el6 rhui-us-west-2-rhel-server-releases 2.4 M flex x86_64 2.5.35-8.el6 rhui-us-west-2-rhel-server-releases 286 k gcc-c++ x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 4.7 M gcc-gfortran x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 4.7 M git x86_64 1.7.1-2.el6_0.1 rhui-us-west-2-rhel-server-releases 4.6 M indent x86_64 2.2.10-5.1.el6 rhui-us-west-2-rhel-server-releases 115 k intltool noarch 0.41.0-1.1.el6 rhui-us-west-2-rhel-server-releases 58 k libtool x86_64 2.2.6-15.5.el6 rhui-us-west-2-rhel-server-releases 564 k patchutils x86_64 0.3.1-3.1.el6 rhui-us-west-2-rhel-server-releases 95 k rcs x86_64 5.7-37.el6 rhui-us-west-2-rhel-server-releases 173 k redhat-rpm-config noarch 9.0.3-33.el6 rhui-us-west-2-rhel-server-releases 57 k rpm-build x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 123 k swig x86_64 1.3.40-5.el6 rhui-us-west-2-rhel-server-releases 1.1 M systemtap x86_64 1.4-6.el6_1.3 rhui-us-west-2-rhel-server-releases 2.4 M Installing for dependencies: gettext-devel x86_64 0.17-16.el6 rhui-us-west-2-rhel-server-releases 155 k gettext-libs x86_64 0.17-16.el6 rhui-us-west-2-rhel-server-releases 112 k libstdc++-devel x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 1.5 M perl-Error noarch 1:0.17015-4.el6 rhui-us-west-2-rhel-server-releases 29 k perl-Git noarch 1.7.1-2.el6_0.1 rhui-us-west-2-rhel-server-releases 28 k Updating for dependencies: rpm x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 898 k rpm-libs x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 307 k rpm-python x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 53 k Transaction Summary ================================================================================ Install 26 Package(s) Upgrade 3 Package(s) Total download size: 27 M Downloading Packages: -------------------------------------------------------------------------------- Total 5.5 MB/s | 27 MB 00:04 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : rpm-4.8.0-16.el6_1.1.x86_64 1/32 Updating : rpm-libs-4.8.0-16.el6_1.1.x86_64 2/32 Installing : 1:perl-Error-0.17015-4.el6.noarch 3/32 Installing : autoconf-2.63-5.1.el6.noarch 4/32 Installing : automake-1.11.1-1.2.el6.noarch 5/32 Installing : git-1.7.1-2.el6_0.1.x86_64 6/32 Installing : perl-Git-1.7.1-2.el6_0.1.noarch 7/32 Installing : gettext-libs-0.17-16.el6.x86_64 8/32 Installing : gettext-devel-0.17-16.el6.x86_64 9/32 Installing : libstdc++-devel-4.4.5-6.el6.x86_64 10/32 Installing : gcc-c++-4.4.5-6.el6.x86_64 11/32 Installing : intltool-0.41.0-1.1.el6.noarch 12/32 Installing : libtool-2.2.6-15.5.el6.x86_64 13/32 Installing : rpm-build-4.8.0-16.el6_1.1.x86_64 14/32 Installing : systemtap-1.4-6.el6_1.3.x86_64 15/32 Updating : rpm-python-4.8.0-16.el6_1.1.x86_64 16/32 Installing : gcc-gfortran-4.4.5-6.el6.x86_64 17/32 Installing : diffstat-1.51-2.el6.x86_64 18/32 Installing : indent-2.2.10-5.1.el6.x86_64 19/32 Installing : patchutils-0.3.1-3.1.el6.x86_64 20/32 Installing : 1:doxygen-1.6.1-4.el6.x86_64 21/32 Installing : swig-1.3.40-5.el6.x86_64 22/32 Installing : byacc-1.9.20070509-6.1.el6.x86_64 23/32 Installing : rcs-5.7-37.el6.x86_64 24/32 Installing : bison-2.4.1-5.el6.x86_64 25/32 Installing : ctags-5.8-2.el6.x86_64 26/32 Installing : flex-2.5.35-8.el6.x86_64 27/32 Installing : redhat-rpm-config-9.0.3-33.el6.noarch 28/32 Installing : cscope-15.6-6.el6.x86_64 29/32 Cleanup : rpm-python-4.8.0-16.el6.x86_64 30/32 Cleanup : rpm-4.8.0-16.el6.x86_64 31/32 Cleanup : rpm-libs-4.8.0-16.el6.x86_64 32/32 Installed: autoconf.noarch 0:2.63-5.1.el6 automake.noarch 0:1.11.1-1.2.el6 bison.x86_64 0:2.4.1-5.el6 byacc.x86_64 0:1.9.20070509-6.1.el6 cscope.x86_64 0:15.6-6.el6 ctags.x86_64 0:5.8-2.el6 diffstat.x86_64 0:1.51-2.el6 doxygen.x86_64 1:1.6.1-4.el6 flex.x86_64 0:2.5.35-8.el6 gcc-c++.x86_64 0:4.4.5-6.el6 gcc-gfortran.x86_64 0:4.4.5-6.el6 git.x86_64 0:1.7.1-2.el6_0.1 indent.x86_64 0:2.2.10-5.1.el6 intltool.noarch 0:0.41.0-1.1.el6 libtool.x86_64 0:2.2.6-15.5.el6 patchutils.x86_64 0:0.3.1-3.1.el6 rcs.x86_64 0:5.7-37.el6 redhat-rpm-config.noarch 0:9.0.3-33.el6 rpm-build.x86_64 0:4.8.0-16.el6_1.1 swig.x86_64 0:1.3.40-5.el6 systemtap.x86_64 0:1.4-6.el6_1.3 Dependency Installed: gettext-devel.x86_64 0:0.17-16.el6 gettext-libs.x86_64 0:0.17-16.el6 libstdc++-devel.x86_64 0:4.4.5-6.el6 perl-Error.noarch 1:0.17015-4.el6 perl-Git.noarch 0:1.7.1-2.el6_0.1 Dependency Updated: rpm.x86_64 0:4.8.0-16.el6_1.1 rpm-libs.x86_64 0:4.8.0-16.el6_1.1 rpm-python.x86_64 0:4.8.0-16.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify yum update ... ###################################################################################### COMMAND: /usr/bin/yum -y update RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be updated ---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 will be an update ---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be updated ---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 will be an update ---> Package cups.x86_64 1:1.4.2-39.el6 will be updated ---> Package cups.x86_64 1:1.4.2-39.el6_1.1 will be an update ---> Package cups-libs.x86_64 1:1.4.2-39.el6 will be updated ---> Package cups-libs.x86_64 1:1.4.2-39.el6_1.1 will be an update ---> Package dracut.noarch 0:004-53.el6 will be updated ---> Package dracut.noarch 0:004-53.el6_1.1 will be an update ---> Package dracut-kernel.noarch 0:004-53.el6 will be updated ---> Package dracut-kernel.noarch 0:004-53.el6_1.1 will be an update ---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated ---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update ---> Package httpd.x86_64 0:2.2.15-9.el6_1.2 will be updated ---> Package httpd.x86_64 0:2.2.15-9.el6_1.3 will be an update ---> Package httpd-tools.x86_64 0:2.2.15-9.el6_1.2 will be updated ---> Package httpd-tools.x86_64 0:2.2.15-9.el6_1.3 will be an update ---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be updated ---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 will be an update ---> Package kernel.x86_64 0:2.6.32-131.17.1.el6 will be installed ---> Package kernel-devel.x86_64 0:2.6.32-131.17.1.el6 will be installed ---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be updated ---> Package kernel-firmware.noarch 0:2.6.32-131.17.1.el6 will be an update ---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be updated ---> Package kernel-headers.x86_64 0:2.6.32-131.17.1.el6 will be an update ---> Package kexec-tools.x86_64 0:2.0.0-188.el6 will be updated ---> Package kexec-tools.x86_64 0:2.0.0-188.el6_1.2 will be an update ---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-libs.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package libssh2.x86_64 0:1.2.2-7.el6 will be updated ---> Package libssh2.x86_64 0:1.2.2-7.el6_1.1 will be an update ---> Package mod_ssl.x86_64 1:2.2.15-9.el6_1.2 will be updated ---> Package mod_ssl.x86_64 1:2.2.15-9.el6_1.3 will be an update ---> Package nspr.x86_64 0:4.8.7-1.el6 will be updated ---> Package nspr.x86_64 0:4.8.8-1.el6_1 will be an update ---> Package nss.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-sysinit.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss-sysinit.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-tools.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss-tools.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-util.x86_64 0:3.12.9-1.el6 will be updated ---> Package nss-util.x86_64 0:3.12.10-1.el6_1 will be an update ---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be updated ---> Package openldap.x86_64 0:2.4.23-15.el6_1.3 will be an update ---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be updated ---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.3 will be an update ---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be updated ---> Package openssl.x86_64 0:1.0.0-10.el6_1.5 will be an update ---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be updated ---> Package openswan.x86_64 0:2.6.32-4.el6_1.4 will be an update ---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be updated ---> Package perf.x86_64 0:2.6.32-131.17.1.el6 will be an update ---> Package perl.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated ---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update ---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated ---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update ---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update ---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated ---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update ---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated ---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update ---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated ---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated ---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update ---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated ---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update ---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated ---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update ---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated ---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update ---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated ---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated ---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated ---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update ---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated ---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update ---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated ---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update ---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated ---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update ---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated ---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update ---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated ---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update ---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated ---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update ---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated ---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update ---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update ---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated ---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update ---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated ---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update ---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated ---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update ---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated ---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update ---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated ---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update ---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated ---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update ---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated ---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update ---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated ---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update ---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated ---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update ---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated ---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update ---> Package perl-version.x86_64 3:0.77-119.el6 will be updated ---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update ---> Package phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6 will be updated ---> Package phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package postgresql.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-libs.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-plpython.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-server.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-server.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package qt.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package qt-sqlite.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package qt-x11.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt-x11.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.2 will be updated ---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.4 will be an update ---> Package tzdata.noarch 0:2011h-3.el6 will be updated ---> Package tzdata.noarch 0:2011l-4.el6 will be an update ---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated ---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update ---> Package yum.noarch 0:3.2.29-17.el6 will be updated ---> Package yum.noarch 0:3.2.29-17.el6_1.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 23 M kernel-devel x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 6.9 M Updating: bind-libs x86_64 32:9.7.3-2.el6_1.P3.3 rhui-us-west-2-rhel-server-releases 839 k bind-utils x86_64 32:9.7.3-2.el6_1.P3.3 rhui-us-west-2-rhel-server-releases 177 k cups x86_64 1:1.4.2-39.el6_1.1 rhui-us-west-2-rhel-server-releases 2.3 M cups-libs x86_64 1:1.4.2-39.el6_1.1 rhui-us-west-2-rhel-server-releases 314 k dracut noarch 004-53.el6_1.1 rhui-us-west-2-rhel-server-releases 106 k dracut-kernel noarch 004-53.el6_1.1 rhui-us-west-2-rhel-server-releases 18 k freetype x86_64 2.3.11-6.el6_1.8 rhui-us-west-2-rhel-server-releases 359 k httpd x86_64 2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 808 k httpd-tools x86_64 2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 69 k java-1.6.0-openjdk x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 rhui-us-west-2-rhel-server-releases 25 M kernel-firmware noarch 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 2.5 M kernel-headers x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 1.3 M kexec-tools x86_64 2.0.0-188.el6_1.2 rhui-us-west-2-rhel-server-releases 251 k krb5-libs x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 706 k krb5-pkinit-openssl x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 102 k krb5-workstation x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 452 k libssh2 x86_64 1.2.2-7.el6_1.1 rhui-us-west-2-rhel-server-releases 75 k mod_ssl x86_64 1:2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 86 k nspr x86_64 4.8.8-1.el6_1 rhui-us-west-2-rhel-server-releases 110 k nss x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 774 k nss-sysinit x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 28 k nss-tools x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 748 k nss-util x86_64 3.12.10-1.el6_1 rhui-us-west-2-rhel-server-releases 46 k openldap x86_64 2.4.23-15.el6_1.3 rhui-us-west-2-rhel-server-releases 255 k openldap-clients x86_64 2.4.23-15.el6_1.3 rhui-us-west-2-rhel-server-releases 159 k openssl x86_64 1.0.0-10.el6_1.5 rhui-us-west-2-rhel-server-releases 1.4 M openswan x86_64 2.6.32-4.el6_1.4 rhui-us-west-2-rhel-server-releases 882 k perf x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 1.0 M perl x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 10 M perl-Archive-Extract x86_64 1:0.38-119.el6_1.1 rhui-us-west-2-rhel-server-releases 38 k perl-Archive-Tar x86_64 1.58-119.el6_1.1 rhui-us-west-2-rhel-server-releases 70 k perl-CGI x86_64 3.51-119.el6_1.1 rhui-us-west-2-rhel-server-releases 206 k perl-CPAN x86_64 1.9402-119.el6_1.1 rhui-us-west-2-rhel-server-releases 244 k perl-CPANPLUS x86_64 0.88-119.el6_1.1 rhui-us-west-2-rhel-server-releases 304 k perl-Compress-Raw-Zlib x86_64 2.023-119.el6_1.1 rhui-us-west-2-rhel-server-releases 67 k perl-Compress-Zlib x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 43 k perl-Digest-SHA x86_64 1:5.47-119.el6_1.1 rhui-us-west-2-rhel-server-releases 61 k perl-ExtUtils-CBuilder x86_64 1:0.27-119.el6_1.1 rhui-us-west-2-rhel-server-releases 45 k perl-ExtUtils-Embed x86_64 1.28-119.el6_1.1 rhui-us-west-2-rhel-server-releases 29 k perl-ExtUtils-MakeMaker x86_64 6.55-119.el6_1.1 rhui-us-west-2-rhel-server-releases 290 k perl-ExtUtils-ParseXS x86_64 1:2.2003.0-119.el6_1.1 rhui-us-west-2-rhel-server-releases 42 k perl-File-Fetch x86_64 0.26-119.el6_1.1 rhui-us-west-2-rhel-server-releases 38 k perl-IO-Compress-Base x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 66 k perl-IO-Compress-Zlib x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 133 k perl-IO-Zlib x86_64 1:1.09-119.el6_1.1 rhui-us-west-2-rhel-server-releases 30 k perl-IPC-Cmd x86_64 1:0.56-119.el6_1.1 rhui-us-west-2-rhel-server-releases 43 k perl-Locale-Maketext-Simple x86_64 1:0.18-119.el6_1.1 rhui-us-west-2-rhel-server-releases 28 k perl-Log-Message x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 44 k perl-Log-Message-Simple x86_64 0.04-119.el6_1.1 rhui-us-west-2-rhel-server-releases 26 k perl-Module-Build x86_64 1:0.3500-119.el6_1.1 rhui-us-west-2-rhel-server-releases 227 k perl-Module-CoreList x86_64 2.18-119.el6_1.1 rhui-us-west-2-rhel-server-releases 63 k perl-Module-Load x86_64 1:0.16-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-Module-Load-Conditional x86_64 0.30-119.el6_1.1 rhui-us-west-2-rhel-server-releases 32 k perl-Module-Loaded x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-Module-Pluggable x86_64 1:3.90-119.el6_1.1 rhui-us-west-2-rhel-server-releases 37 k perl-Object-Accessor x86_64 1:0.34-119.el6_1.1 rhui-us-west-2-rhel-server-releases 34 k perl-Package-Constants x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 24 k perl-Params-Check x86_64 1:0.26-119.el6_1.1 rhui-us-west-2-rhel-server-releases 33 k perl-Parse-CPAN-Meta x86_64 1:1.40-119.el6_1.1 rhui-us-west-2-rhel-server-releases 27 k perl-Pod-Escapes x86_64 1:1.04-119.el6_1.1 rhui-us-west-2-rhel-server-releases 30 k perl-Pod-Simple x86_64 1:3.13-119.el6_1.1 rhui-us-west-2-rhel-server-releases 209 k perl-Term-UI x86_64 0.20-119.el6_1.1 rhui-us-west-2-rhel-server-releases 37 k perl-Test-Harness x86_64 3.17-119.el6_1.1 rhui-us-west-2-rhel-server-releases 229 k perl-Test-Simple x86_64 0.92-119.el6_1.1 rhui-us-west-2-rhel-server-releases 110 k perl-Time-HiRes x86_64 4:1.9721-119.el6_1.1 rhui-us-west-2-rhel-server-releases 46 k perl-Time-Piece x86_64 1.15-119.el6_1.1 rhui-us-west-2-rhel-server-releases 44 k perl-core x86_64 5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 20 k perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 420 k perl-libs x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 575 k perl-parent x86_64 1:0.221-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-version x86_64 3:0.77-119.el6_1.1 rhui-us-west-2-rhel-server-releases 49 k phonon-backend-gstreamer x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 125 k postgresql x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 2.7 M
EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: cannot access /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/xvde1 15000M resize2fs 1.41.12 (17-May-2010) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-42-119.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-7ea2334e , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : dM8D+VMRC/mApTmUk43HulRKjL5Zqge0QgYKOW4f6PUjzmLl+oStyX13wGWduezyLfBs8gmiwUjp AIMT7sxMcuFddiWfa6Zj5w5kaasJTxNwULLZS9dfCTG8YHOdosHr+e/EUJ8AO6h+FPubr5fJ/Rm3 eTOLHngLB7AEf1OCf08= This is a Hourly image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m1.large ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-16-156.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-72a23342 , Instance Type : m1.large and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : Q56/IBv4wyEOTyHqDd7e91Mu04ERH1EW/EHvgbx9NybJuwFuOY6H33kt36LVgQUNStJdPbebGTir KAAFlaSf0iXvaPim7LLGdHF9bw3NiXkbID+c9R11r/mokPB43qi8Kod44va+XnVbJ2hIuJ+NKhaH Ick9Yz1pmsGrNmVwVR4= This is a Hourly image /root/valid/src ip-10-252-2-22 Red Hat Enterprise Linux Server release 6.1 (Santiago) ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.12.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.12.1.el6 EXPECTED RESULT: 2.6.32-131.12.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.12.1.el6 RESULT: title RHEL-6.1-Starter-EBS-x86_64-7 (2.6.32-131.12.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=LABEL=_/ initrd /boot/initramfs-2.6.32-131.12.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Format ... ###################################################################################### mount | grep /dev/xvde1 | awk '{ print }' COMMAND: echo ext4 RESULT: ext4 EXPECTED RESULT: ext4 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Size ... ###################################################################################### size=5904752 COMMAND: echo true RESULT: true EXPECTED RESULT: true RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify turning on/off swap file ... ###################################################################################### ###################################################################################### # NEW TEST: ## Verify swap size ... ###################################################################################### no swap for x86_64 is expected ###################################################################################### # NEW TEST: ## /sbin/getenforce ... ###################################################################################### COMMAND: /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUX enforcing ... ###################################################################################### COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: enforcing EXPECTED RESULT: enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUXTYPE targeted ... ###################################################################################### COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: targeted EXPECTED RESULT: targeted RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Permissive ... ###################################################################################### COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce RESULT: Permissive EXPECTED RESULT: Permissive RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Enforcing ... ###################################################################################### COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no missing packages ... ###################################################################################### COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp RETURN CODE: 0 COMMAND: comm -23 packages_61 /tmp/rpmqa RETURN CODE: 0 COUNT = 0 COMMAND: echo test passed RESULT: test passed EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify RPMs ... ###################################################################################### ....L.... c /etc/pam.d/fingerprint-auth ....L.... c /etc/pam.d/password-auth ....L.... c /etc/pam.d/smartcard-auth ....L.... c /etc/pam.d/system-auth .M....... /var/cache/yum S file Size differs M Mode differs (includes permissions and file type) 5 MD5 sum differs D Device major/minor number mismatch L readLink(2) path mismatch U User ownership differs G Group ownership differs T mTime differs COMMAND: cat /tmp/rpmqaV.txt | wc -l RESULT: 5 EXPECTED RESULT: 5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify Version 2 ... ###################################################################################### COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2 RESULT: 6.1 EXPECTED RESULT: 6.1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify packager ... ###################################################################################### COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS crash-trace-commandPackager : Lai Jiangshan <laijs.com> ###################################################################################### # NEW TEST: ## Verify GPG checking ... ###################################################################################### COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify GPG Keys ... ###################################################################################### COMMAND: rpm -qa gpg-pubkey* | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1 RESULT: gpg-pubkey-fd431d51-4ae0493b EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | head -n 1 RESULT: gpg-pubkey-2fa658e0-45700c69 EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List the configured repositories... ###################################################################################### COMMAND: /usr/bin/yum repolist RESULT: Loaded plugins: amazon-id, rhui-lb, security repo id repo name status rhui-us-west-2-client-config-server-6 Red Hat Update Infrastructur 0 rhui-us-west-2-rhel-server-releases Red Hat Enterprise Linux Ser 5,586 rhui-us-west-2-rhel-server-releases-optional Red Hat Enterprise Linux Ser 3,660 repolist: 9,246 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Search zsh... ###################################################################################### COMMAND: /usr/bin/yum search zsh RESULT: Loaded plugins: amazon-id, rhui-lb, security =============================== N/S Matched: zsh =============================== python-twisted-core-zsh.x86_64 : Tab completion for Zsh and Twisted Core zsh-html.x86_64 : Zsh shell manual in html format zsh.x86_64 : A powerful interactive shell Name and summary matches only, use "search all" for everything. EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## install zsh ... ###################################################################################### COMMAND: /usr/bin/yum -y install zsh Warning: RPMDB altered outside of yum. RETURN CODE: 0 COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh RESULT: zsh EXPECTED RESULT: zsh RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List available groups.. ###################################################################################### COMMAND: /usr/bin/yum grouplist RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Installed Groups: Additional Development Base Compatibility libraries Console internet tools Desktop Platform Directory Client E-mail server Fonts Graphical Administration Tools Hardware monitoring utilities Java Platform Large Systems Performance Legacy UNIX compatibility Legacy X Window System compatibility Network file system client Networking Tools Performance Tools Perl Support PostgreSQL Database client PostgreSQL Database server SNMP Support Scientific support Server Platform Smart card support System administration tools Web Server Installed Language Groups: Arabic Support [ar] Armenian Support [hy] French Support [fr] Georgian Support [ka] Hebrew Support [he] Inuktitut Support [iu] Italian Support [it] Japanese Support [ja] Korean Support [ko] Lao Support [lo] Polish Support [pl] Russian Support [ru] Spanish Support [es] Tajik Support [tg] Available Groups: Backup Client Backup Server CIFS file server Client management tools Debugging Tools Desktop Desktop Debugging and Performance Tools Desktop Platform Development Development tools Dial-up Networking Support Directory Server Eclipse Emacs Enterprise Identity Server Base FCoE Storage Client FTP server General Purpose Desktop Graphics Creation Tools Infiniband Support Input Methods Internet Applications Internet Browser KDE Desktop Mainframe Access Messaging Client Support MySQL Database client MySQL Database server NFS file server Network Infrastructure Server Network Storage Server Office Suite and Productivity PHP Support Print Server Printing client Remote Desktop Clients Security Tools Server Platform Development Somali Support Storage Availability Tools System Management Systems Management Messaging Server support TeX support Technical Writing TurboGears application framework Virtualization Virtualization Client Virtualization Platform Virtualization Tools Web Servlet Engine Web-Based Enterprise Management X Window System iSCSI Storage Client Available Language Groups: Afrikaans Support [af] Albanian Support [sq] Amazigh Support [ber] Assamese Support [as] Azerbaijani Support [az] Basque Support [eu] Belarusian Support [be] Bengali Support [bn] Bhutanese Support [dz] Brazilian Portuguese Support [pt_BR] Breton Support [br] Bulgarian Support [bg] Catalan Support [ca] Chhattisgarhi Support [hne] Chichewa Support [ny] Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] Esperanto Support [eo] Estonian Support [et] Ethiopic Support [am] Faroese Support [fo] Fijian Support [fj] Filipino Support [fil] Finnish Support [fi] Frisian Support [fy] Friulian Support [fur] Gaelic Support [gd] Galician Support [gl] German Support [de] Greek Support [el] Gujarati Support [gu] Hiligaynon Support [hil] Hindi Support [hi] Hungarian Support [hu] Icelandic Support [is] Indonesian Support [id] Interlingua Support [ia] Irish Support [ga] Kannada Support [kn] Kashmiri Support [ks] Kashubian Support [csb] Kazakh Support [kk] Khmer Support [km] Kinyarwanda Support [rw] Konkani Support [kok] Kurdish Support [ku] Latin Support [la] Latvian Support [lv] Lithuanian Support [lt] Low Saxon Support [nds] Luxembourgish Support [lb] Macedonian Support [mk] Maithili Support [mai] Malagasy Support [mg] Malay Support [ms] Malayalam Support [ml] Maltese Support [mt] Manx Support [gv] Maori Support [mi] Marathi Support [mr] Mongolian Support [mn] Myanmar (Burmese) Support [my] Nepali Support [ne] Northern Sotho Support [nso] Norwegian Support [nb] Occitan Support [oc] Oriya Support [or] Persian Support [fa] Portuguese Support [pt] Punjabi Support [pa] Romanian Support [ro] Sanskrit Support [sa] Sardinian Support [sc] Serbian Support [sr] Sindhi Support [sd] Sinhala Support [si] Slovak Support [sk] Slovenian Support [sl] Southern Ndebele Support [nr] Southern Sotho Support [st] Swahili Support [sw] Swati Support [ss] Swedish Support [sv] Tagalog Support [tl] Tamil Support [ta] Telugu Support [te] Tetum Support [tet] Thai Support [th] Tibetan Support [bo] Tsonga Support [ts] Tswana Support [tn] Turkish Support [tr] Turkmen Support [tk] Ukrainian Support [uk] Upper Sorbian Support [hsb] Urdu Support [ur] Uzbek Support [uz] Venda Support [ve] Vietnamese Support [vi] Walloon Support [wa] Welsh Support [cy] Xhosa Support [xh] Zulu Support [zu] Done EXPECTED RESULT: RETURN CODE: 0
postgresql-libs x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 198 k postgresql-plpython x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 54 k postgresql-server x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 3.3 M qt x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 4.0 M qt-sqlite x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 50 k qt-x11 x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 12 M rsyslog x86_64 4.6.2-3.el6_1.4 rhui-us-west-2-rhel-server-releases 450 k tzdata noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 437 k tzdata-java noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 152 k yum noarch 3.2.29-17.el6_1.1 rhui-us-west-2-rhel-server-releases 976 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 83 Package(s) Total download size: 110 M Downloading Packages: -------------------------------------------------------------------------------- Total 6.3 MB/s | 110 MB 00:17 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64 1/168 Updating : 3:perl-version-0.77-119.el6_1.1.x86_64 2/168 Updating : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64 3/168 Updating : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 4/168 Updating : 4:perl-libs-5.10.1-119.el6_1.1.x86_64 5/168 Updating : 4:perl-5.10.1-119.el6_1.1.x86_64 6/168 Updating : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64 7/168 Updating : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64 8/168 Updating : krb5-libs-1.9-9.el6_1.2.x86_64 9/168 Updating : openssl-1.0.0-10.el6_1.5.x86_64 10/168 Updating : nspr-4.8.8-1.el6_1.x86_64 11/168 Updating : nss-util-3.12.10-1.el6_1.x86_64 12/168 Updating : nss-sysinit-3.12.10-2.el6_1.x86_64 13/168 Updating : nss-3.12.10-2.el6_1.x86_64 14/168 Updating : openldap-2.4.23-15.el6_1.3.x86_64 15/168 Updating : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64 16/168 Updating : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64 17/168 Updating : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64 18/168 Updating : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64 19/168 Updating : 1:qt-4.6.2-17.el6_1.1.x86_64 20/168 Updating : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64 21/168 Updating : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64 22/168 Updating : perl-Test-Harness-3.17-119.el6_1.1.x86_64 23/168 Updating : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64 24/168 Updating : 4:perl-devel-5.10.1-119.el6_1.1.x86_64 25/168 Updating : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64 26/168 Updating : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64 27/168 Updating : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64 28/168 Updating : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64 29/168 Updating : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64 30/168 Updating : perl-Archive-Tar-1.58-119.el6_1.1.x86_64 31/168 Updating : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64 32/168 Updating : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64 33/168 Updating : perl-Term-UI-0.20-119.el6_1.1.x86_64 34/168 Updating : perl-File-Fetch-0.26-119.el6_1.1.x86_64 35/168 Updating : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64 36/168 Updating : postgresql-libs-8.4.9-1.el6_1.1.x86_64 37/168 Updating : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64 38/168 Updating : perl-Module-CoreList-2.18-119.el6_1.1.x86_64 39/168 Updating : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64 40/168 Updating : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64 41/168 Updating : freetype-2.3.11-6.el6_1.8.x86_64 42/168 Updating : dracut-004-53.el6_1.1.noarch 43/168 Updating : dracut-kernel-004-53.el6_1.1.noarch 44/168 Updating : perl-CPAN-1.9402-119.el6_1.1.x86_64 45/168 Updating : postgresql-8.4.9-1.el6_1.1.x86_64 46/168 Updating : postgresql-server-8.4.9-1.el6_1.1.x86_64 47/168 Updating : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64 48/168 Updating : perl-Test-Simple-0.92-119.el6_1.1.x86_64 49/168 Updating : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64 50/168 Updating : 1:qt-sqlite-4.6.2-17.el6_1.1.x86_64 51/168 Updating : 1:phonon-backend-gstreamer-4.6.2-17.el6_1.1.x86_64 52/168 Updating : 1:qt-x11-4.6.2-17.el6_1.1.x86_64 53/168 Updating : httpd-tools-2.2.15-9.el6_1.3.x86_64 54/168 Updating : httpd-2.2.15-9.el6_1.3.x86_64 55/168 Updating : 32:bind-libs-9.7.3-2.el6_1.P3.3.x86_64 56/168 Updating : 1:cups-libs-1.4.2-39.el6_1.1.x86_64 57/168 Updating : perl-Time-Piece-1.15-119.el6_1.1.x86_64 58/168 Updating : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64 59/168 Updating : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64 60/168 Updating : perl-CPANPLUS-0.88-119.el6_1.1.x86_64 61/168 Updating : 1:perl-parent-0.221-119.el6_1.1.x86_64 62/168 Updating : kernel-firmware-2.6.32-131.17.1.el6.noarch 63/168 Updating : tzdata-java-2011l-4.el6.noarch 64/168 Updating : 1:java-1.6.0-openjdk-1.6.0.0-1.40.1.9.10.el6_1.x86_64 65/168 Installing : kernel-2.6.32-131.17.1.el6.x86_64 66/168 Updating : perl-core-5.10.1-119.el6_1.1.x86_64 67/168 Updating : 1:cups-1.4.2-39.el6_1.1.x86_64 68/168 Updating : 32:bind-utils-9.7.3-2.el6_1.P3.3.x86_64 69/168 Updating : 1:mod_ssl-2.2.15-9.el6_1.3.x86_64 70/168 Updating : postgresql-plpython-8.4.9-1.el6_1.1.x86_64 71/168 Updating : kexec-tools-2.0.0-188.el6_1.2.x86_64 72/168 Updating : openldap-clients-2.4.23-15.el6_1.3.x86_64 73/168 Updating : openswan-2.6.32-4.el6_1.4.x86_64 74/168 Updating : nss-tools-3.12.10-2.el6_1.x86_64 75/168 Updating : krb5-pkinit-openssl-1.9-9.el6_1.2.x86_64 76/168 Updating : libssh2-1.2.2-7.el6_1.1.x86_64 77/168 Updating : krb5-workstation-1.9-9.el6_1.2.x86_64 78/168 Updating : perf-2.6.32-131.17.1.el6.x86_64 79/168 Updating : perl-CGI-3.51-119.el6_1.1.x86_64 80/168 Installing : kernel-devel-2.6.32-131.17.1.el6.x86_64 81/168 Updating : rsyslog-4.6.2-3.el6_1.4.x86_64 82/168 Updating : kernel-headers-2.6.32-131.17.1.el6.x86_64 83/168 Updating : tzdata-2011l-4.el6.noarch 84/168 Updating : yum-3.2.29-17.el6_1.1.noarch 85/168 Cleanup : perl-core-5.10.1-119.el6.x86_64 86/168 Cleanup : perl-CPANPLUS-0.88-119.el6.x86_64 87/168 Cleanup : 1:perl-Module-Build-0.3500-119.el6.x86_64 88/168 Cleanup : perl-Archive-Tar-1.58-119.el6.x86_64 89/168 Cleanup : 1:perl-Archive-Extract-0.38-119.el6.x86_64 90/168 Cleanup : perl-File-Fetch-0.26-119.el6.x86_64 91/168 Cleanup : perl-Term-UI-0.20-119.el6.x86_64 92/168 Cleanup : 1:perl-IPC-Cmd-0.56-119.el6.x86_64 93/168 Cleanup : perl-Module-Load-Conditional-0.30-119.el6.x86_64 94/168 Cleanup : perl-CPAN-1.9402-119.el6.x86_64 95/168 Cleanup : perl-Log-Message-Simple-0.04-119.el6.x86_64 96/168 Cleanup : 1:perl-Log-Message-0.02-119.el6.x86_64 97/168 Cleanup : 1:perl-IO-Zlib-1.09-119.el6.x86_64 98/168 Cleanup : perl-Compress-Zlib-2.020-119.el6.x86_64 99/168 Cleanup : perl-IO-Compress-Zlib-2.020-119.el6.x86_64 100/168 Cleanup : perl-Module-CoreList-2.18-119.el6.x86_64 101/168 Cleanup : 1:perl-Object-Accessor-0.34-119.el6.x86_64 102/168 Cleanup : 1:perl-Params-Check-0.26-119.el6.x86_64 103/168 Cleanup : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64 104/168 Cleanup : perl-ExtUtils-Embed-1.28-119.el6.x86_64 105/168 Cleanup : perl-Test-Simple-0.92-119.el6.x86_64 106/168 Cleanup : perl-Test-Harness-3.17-119.el6.x86_64 107/168 Cleanup : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64 108/168 Cleanup : 4:perl-devel-5.10.1-119.el6.x86_64 109/168 Cleanup : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64 110/168 Cleanup : perf-2.6.32-131.12.1.el6.x86_64 111/168 Cleanup : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64 112/168 Cleanup : perl-IO-Compress-Base-2.020-119.el6.x86_64 113/168 Cleanup : 1:perl-Module-Load-0.16-119.el6.x86_64 114/168 Cleanup : 1:perl-Package-Constants-0.02-119.el6.x86_64 115/168 Cleanup : 1:perl-Module-Loaded-0.02-119.el6.x86_64 116/168 Cleanup : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64 117/168 Cleanup : 1:perl-parent-0.221-119.el6.x86_64 118/168 Cleanup : perl-CGI-3.51-119.el6.x86_64 119/168 Cleanup : dracut-kernel-004-53.el6.noarch 120/168 Cleanup : kernel-firmware-2.6.32-131.12.1.el6.noarch 121/168 Cleanup : kernel-headers-2.6.32-131.12.1.el6.x86_64 122/168 Cleanup : tzdata-2011h-3.el6.noarch 123/168 Cleanup : yum-3.2.29-17.el6.noarch 124/168 Cleanup : openldap-clients-2.4.23-15.el6_1.1.x86_64 125/168 Cleanup : nss-tools-3.12.9-12.el6_1.x86_64 126/168 Cleanup : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64 127/168 Cleanup : openswan-2.6.32-4.el6_1.1.x86_64 128/168 Cleanup : 1:qt-x11-4.6.2-17.el6.x86_64 129/168 Cleanup : 1:phonon-backend-gstreamer-4.6.2-17.el6.x86_64 130/168 Cleanup : 1:cups-1.4.2-39.el6.x86_64 131/168 Cleanup : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64 132/168 Cleanup : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64 133/168 Cleanup : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64 134/168 Cleanup : 1:mod_ssl-2.2.15-9.el6_1.2.x86_64 135/168 Cleanup : httpd-2.2.15-9.el6_1.2.x86_64 136/168 Cleanup : httpd-tools-2.2.15-9.el6_1.2.x86_64 137/168 Cleanup : 1:cups-libs-1.4.2-39.el6.x86_64 138/168 Cleanup : 1:qt-sqlite-4.6.2-17.el6.x86_64 139/168 Cleanup : 1:qt-4.6.2-17.el6.x86_64 140/168 Cleanup : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64 141/168 Cleanup : 1:perl-Digest-SHA-5.47-119.el6.x86_64 142/168 Cleanup : perl-Time-Piece-1.15-119.el6.x86_64 143/168 Cleanup : 4:perl-Time-HiRes-1.9721-119.el6.x86_64 144/168 Cleanup : 1:perl-Module-Pluggable-3.90-119.el6.x86_64 145/168 Cleanup : 1:perl-Pod-Escapes-1.04-119.el6.x86_64 146/168 Cleanup : 1:perl-Pod-Simple-3.13-119.el6.x86_64 147/168 Cleanup : 3:perl-version-0.77-119.el6.x86_64 148/168 Cleanup : 4:perl-libs-5.10.1-119.el6.x86_64 149/168 Cleanup : 4:perl-5.10.1-119.el6.x86_64 150/168 Cleanup : libssh2-1.2.2-7.el6.x86_64 151/168 Cleanup : krb5-workstation-1.9-9.el6_1.1.x86_64 152/168 Cleanup : kexec-tools-2.0.0-188.el6.x86_64 153/168 Cleanup : postgresql-plpython-8.4.7-2.el6.x86_64 154/168 Cleanup : dracut-004-53.el6.noarch 155/168 Cleanup : tzdata-java-2011h-3.el6.noarch 156/168 Cleanup : postgresql-server-8.4.7-2.el6.x86_64 157/168 Cleanup : postgresql-8.4.7-2.el6.x86_64 158/168 Cleanup : postgresql-libs-8.4.7-2.el6.x86_64 159/168 Cleanup : openldap-2.4.23-15.el6_1.1.x86_64 160/168 Cleanup : nss-sysinit-3.12.9-12.el6_1.x86_64 161/168 Cleanup : nss-3.12.9-12.el6_1.x86_64 162/168 Cleanup : nss-util-3.12.9-1.el6.x86_64 163/168 Cleanup : openssl-1.0.0-10.el6_1.4.x86_64 164/168 Cleanup : krb5-libs-1.9-9.el6_1.1.x86_64 165/168 Cleanup : nspr-4.8.7-1.el6.x86_64 166/168 Cleanup : freetype-2.3.11-6.el6_1.6.x86_64 167/168 Cleanup : rsyslog-4.6.2-3.el6_1.2.x86_64 168/168 Installed: kernel.x86_64 0:2.6.32-131.17.1.el6 kernel-devel.x86_64 0:2.6.32-131.17.1.el6 Updated: bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 cups.x86_64 1:1.4.2-39.el6_1.1 cups-libs.x86_64 1:1.4.2-39.el6_1.1 dracut.noarch 0:004-53.el6_1.1 dracut-kernel.noarch 0:004-53.el6_1.1 freetype.x86_64 0:2.3.11-6.el6_1.8 httpd.x86_64 0:2.2.15-9.el6_1.3 httpd-tools.x86_64 0:2.2.15-9.el6_1.3 java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 kernel-firmware.noarch 0:2.6.32-131.17.1.el6 kernel-headers.x86_64 0:2.6.32-131.17.1.el6 kexec-tools.x86_64 0:2.0.0-188.el6_1.2 krb5-libs.x86_64 0:1.9-9.el6_1.2 krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 krb5-workstation.x86_64 0:1.9-9.el6_1.2 libssh2.x86_64 0:1.2.2-7.el6_1.1 mod_ssl.x86_64 1:2.2.15-9.el6_1.3 nspr.x86_64 0:4.8.8-1.el6_1 nss.x86_64 0:3.12.10-2.el6_1 nss-sysinit.x86_64 0:3.12.10-2.el6_1 nss-tools.x86_64 0:3.12.10-2.el6_1 nss-util.x86_64 0:3.12.10-1.el6_1 openldap.x86_64 0:2.4.23-15.el6_1.3 openldap-clients.x86_64 0:2.4.23-15.el6_1.3 openssl.x86_64 0:1.0.0-10.el6_1.5 openswan.x86_64 0:2.6.32-4.el6_1.4 perf.x86_64 0:2.6.32-131.17.1.el6 perl.x86_64 4:5.10.1-119.el6_1.1 perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 perl-CGI.x86_64 0:3.51-119.el6_1.1 perl-CPAN.x86_64 0:1.9402-119.el6_1.1 perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 perl-Log-Message.x86_64 1:0.02-119.el6_1.1 perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 perl-Module-Load.x86_64 1:0.16-119.el6_1.1 perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 perl-Params-Check.x86_64 1:0.26-119.el6_1.1 perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 perl-Term-UI.x86_64 0:0.20-119.el6_1.1 perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 perl-core.x86_64 0:5.10.1-119.el6_1.1 perl-devel.x86_64 4:5.10.1-119.el6_1.1 perl-libs.x86_64 4:5.10.1-119.el6_1.1 perl-parent.x86_64 1:0.221-119.el6_1.1 perl-version.x86_64 3:0.77-119.el6_1.1 phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 postgresql.x86_64 0:8.4.9-1.el6_1.1 postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 postgresql-server.x86_64 0:8.4.9-1.el6_1.1 qt.x86_64 1:4.6.2-17.el6_1.1 qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 qt-x11.x86_64 1:4.6.2-17.el6_1.1 rsyslog.x86_64 0:4.6.2-3.el6_1.4 tzdata.noarch 0:2011l-4.el6 tzdata-java.noarch 0:2011l-4.el6 yum.noarch 0:3.2.29-17.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 5 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited 1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: dd356958ca9c4e779f7fac13dde3c1b5 EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: cannot access /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/xvde1 15000M resize2fs 1.41.12 (17-May-2010) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-16-156.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-72a23342 , Instance Type : m1.large and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : Q56/IBv4wyEOTyHqDd7e91Mu04ERH1EW/EHvgbx9NybJuwFuOY6H33kt36LVgQUNStJdPbebGTir KAAFlaSf0iXvaPim7LLGdHF9bw3NiXkbID+c9R11r/mokPB43qi8Kod44va+XnVbJ2hIuJ+NKhaH Ick9Yz1pmsGrNmVwVR4= This is a Hourly image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m2.2xlarge ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-26-155.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-64a23354 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : Eb8+kl8X7pkDw3xFBrvCrvbQL8ZnOajpIhpqbCsmhkesA/PjZaoIwHyWFXvOkWhevCy2EfT5E1M2 ofB9PezX+2QdLB3kEDhBzkhqmImbiinRC3NhHUwuQtfwk6BASLuZgbSCu4538c/yvM1dxDPeG94h BfjG/d69AskHt6J7XSk= This is a Hourly image /root/valid/src ip-10-248-71-217 Red Hat Enterprise Linux Server release 6.1 (Santiago) ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.12.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.12.1.el6 EXPECTED RESULT: 2.6.32-131.12.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.12.1.el6 RESULT: title RHEL-6.1-Starter-EBS-x86_64-7 (2.6.32-131.12.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=LABEL=_/ initrd /boot/initramfs-2.6.32-131.12.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Format ... ###################################################################################### mount | grep /dev/xvde1 | awk '{ print }' COMMAND: echo ext4 RESULT: ext4 EXPECTED RESULT: ext4 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Size ... ###################################################################################### size=5904752 COMMAND: echo true RESULT: true EXPECTED RESULT: true RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify turning on/off swap file ... ###################################################################################### ###################################################################################### # NEW TEST: ## Verify swap size ... ###################################################################################### no swap for x86_64 is expected ###################################################################################### # NEW TEST: ## /sbin/getenforce ... ###################################################################################### COMMAND: /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUX enforcing ... ###################################################################################### COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: enforcing EXPECTED RESULT: enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUXTYPE targeted ... ###################################################################################### COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: targeted EXPECTED RESULT: targeted RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Permissive ... ###################################################################################### COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce RESULT: Permissive EXPECTED RESULT: Permissive RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Enforcing ... ###################################################################################### COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no missing packages ... ###################################################################################### COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp RETURN CODE: 0 COMMAND: comm -23 packages_61 /tmp/rpmqa RETURN CODE: 0 COUNT = 0 COMMAND: echo test passed RESULT: test passed EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify RPMs ... ###################################################################################### ....L.... c /etc/pam.d/fingerprint-auth ....L.... c /etc/pam.d/password-auth ....L.... c /etc/pam.d/smartcard-auth ....L.... c /etc/pam.d/system-auth .M....... /var/cache/yum S file Size differs M Mode differs (includes permissions and file type) 5 MD5 sum differs D Device major/minor number mismatch L readLink(2) path mismatch U User ownership differs G Group ownership differs T mTime differs COMMAND: cat /tmp/rpmqaV.txt | wc -l RESULT: 5 EXPECTED RESULT: 5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify Version 2 ... ###################################################################################### COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2 RESULT: 6.1 EXPECTED RESULT: 6.1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify packager ... ###################################################################################### COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS crash-trace-commandPackager : Lai Jiangshan <laijs.com> ###################################################################################### # NEW TEST: ## Verify GPG checking ... ###################################################################################### COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify GPG Keys ... ###################################################################################### COMMAND: rpm -qa gpg-pubkey* | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1 RESULT: gpg-pubkey-fd431d51-4ae0493b EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | head -n 1 RESULT: gpg-pubkey-2fa658e0-45700c69 EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List the configured repositories... ###################################################################################### COMMAND: /usr/bin/yum repolist RESULT: Loaded plugins: amazon-id, rhui-lb, security repo id repo name status rhui-us-west-2-client-config-server-6 Red Hat Update Infrastructur 0 rhui-us-west-2-rhel-server-releases Red Hat Enterprise Linux Ser 5,586 rhui-us-west-2-rhel-server-releases-optional Red Hat Enterprise Linux Ser 3,660 repolist: 9,246 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Search zsh... ###################################################################################### COMMAND: /usr/bin/yum search zsh RESULT: Loaded plugins: amazon-id, rhui-lb, security =============================== N/S Matched: zsh =============================== python-twisted-core-zsh.x86_64 : Tab completion for Zsh and Twisted Core zsh-html.x86_64 : Zsh shell manual in html format zsh.x86_64 : A powerful interactive shell Name and summary matches only, use "search all" for everything. EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## install zsh ... ###################################################################################### COMMAND: /usr/bin/yum -y install zsh Warning: RPMDB altered outside of yum. RETURN CODE: 0 COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh RESULT: zsh EXPECTED RESULT: zsh RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List available groups.. ###################################################################################### COMMAND: /usr/bin/yum grouplist RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Installed Groups: Additional Development Base Compatibility libraries Console internet tools Desktop Platform Directory Client E-mail server Fonts Graphical Administration Tools Hardware monitoring utilities Java Platform Large Systems Performance Legacy UNIX compatibility Legacy X Window System compatibility Network file system client Networking Tools Performance Tools Perl Support PostgreSQL Database client PostgreSQL Database server SNMP Support Scientific support Server Platform Smart card support System administration tools Web Server Installed Language Groups: Arabic Support [ar] Armenian Support [hy] French Support [fr] Georgian Support [ka] Hebrew Support [he] Inuktitut Support [iu] Italian Support [it] Japanese Support [ja] Korean Support [ko] Lao Support [lo] Polish Support [pl] Russian Support [ru] Spanish Support [es] Tajik Support [tg] Available Groups: Backup Client Backup Server CIFS file server Client management tools Debugging Tools Desktop Desktop Debugging and Performance Tools Desktop Platform Development Development tools Dial-up Networking Support Directory Server Eclipse Emacs Enterprise Identity Server Base FCoE Storage Client FTP server General Purpose Desktop Graphics Creation Tools Infiniband Support Input Methods Internet Applications Internet Browser KDE Desktop Mainframe Access Messaging Client Support MySQL Database client MySQL Database server NFS file server Network Infrastructure Server Network Storage Server Office Suite and Productivity PHP Support Print Server Printing client Remote Desktop Clients Security Tools Server Platform Development Somali Support Storage Availability Tools System Management Systems Management Messaging Server support TeX support Technical Writing TurboGears application framework Virtualization Virtualization Client Virtualization Platform Virtualization Tools Web Servlet Engine Web-Based Enterprise Management X Window System iSCSI Storage Client Available Language Groups: Afrikaans Support [af] Albanian Support [sq] Amazigh Support [ber] Assamese Support [as] Azerbaijani Support [az] Basque Support [eu] Belarusian Support [be] Bengali Support [bn] Bhutanese Support [dz] Brazilian Portuguese Support [pt_BR] Breton Support [br] Bulgarian Support [bg] Catalan Support [ca] Chhattisgarhi Support [hne] Chichewa Support [ny] Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] Esperanto Support [eo] Estonian Support [et] Ethiopic Support [am] Faroese Support [fo] Fijian Support [fj] Filipino Support [fil] Finnish Support [fi] Frisian Support [fy] Friulian Support [fur] Gaelic Support [gd] Galician Support [gl] German Support [de] Greek Support [el] Gujarati Support [gu] Hiligaynon Support [hil] Hindi Support [hi] Hungarian Support [hu] Icelandic Support [is] Indonesian Support [id] Interlingua Support [ia] Irish Support [ga] Kannada Support [kn] Kashmiri Support [ks] Kashubian Support [csb] Kazakh Support [kk] Khmer Support [km] Kinyarwanda Support [rw] Konkani Support [kok] Kurdish Support [ku] Latin Support [la] Latvian Support [lv] Lithuanian Support [lt] Low Saxon Support [nds] Luxembourgish Support [lb] Macedonian Support [mk] Maithili Support [mai] Malagasy Support [mg] Malay Support [ms] Malayalam Support [ml] Maltese Support [mt] Manx Support [gv] Maori Support [mi] Marathi Support [mr] Mongolian Support [mn] Myanmar (Burmese) Support [my] Nepali Support [ne] Northern Sotho Support [nso] Norwegian Support [nb] Occitan Support [oc] Oriya Support [or] Persian Support [fa] Portuguese Support [pt] Punjabi Support [pa] Romanian Support [ro] Sanskrit Support [sa] Sardinian Support [sc] Serbian Support [sr] Sindhi Support [sd] Sinhala Support [si] Slovak Support [sk] Slovenian Support [sl] Southern Ndebele Support [nr] Southern Sotho Support [st] Swahili Support [sw] Swati Support [ss] Swedish Support [sv] Tagalog Support [tl] Tamil Support [ta] Telugu Support [te] Tetum Support [tet] Thai Support [th] Tibetan Support [bo] Tsonga Support [ts] Tswana Support [tn] Turkish Support [tr] Turkmen Support [tk] Ukrainian Support [uk] Upper Sorbian Support [hsb] Urdu Support [ur] Uzbek Support [uz] Venda Support [ve] Vietnamese Support [vi] Walloon Support [wa] Welsh Support [cy] Xhosa Support [xh] Zulu Support [zu] Done EXPECTED RESULT: RETURN CODE: 0
PASS ###################################################################################### # NEW TEST: ## Install Development tools group... ###################################################################################### COMMAND: /usr/bin/yum -y groupinstall 'Development tools' RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.20.el6_1.1.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package subversion-1.6.11-2.el6_1.4.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-16.el6_1.1 will be installed --> Processing Dependency: rpm = 4.8.0-16.el6_1.1 for package: rpm-build-4.8.0-16.el6_1.1.x86_64 ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Running transaction check ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm.x86_64 0:4.8.0-16.el6 will be updated --> Processing Dependency: rpm = 4.8.0-16.el6 for package: rpm-libs-4.8.0-16.el6.x86_64 --> Processing Dependency: rpm = 4.8.0-16.el6 for package: rpm-python-4.8.0-16.el6.x86_64 ---> Package rpm.x86_64 0:4.8.0-16.el6_1.1 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-libs.x86_64 0:4.8.0-16.el6 will be updated ---> Package rpm-libs.x86_64 0:4.8.0-16.el6_1.1 will be an update ---> Package rpm-python.x86_64 0:4.8.0-16.el6 will be updated ---> Package rpm-python.x86_64 0:4.8.0-16.el6_1.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: autoconf noarch 2.63-5.1.el6 rhui-us-west-2-rhel-server-releases 781 k automake noarch 1.11.1-1.2.el6 rhui-us-west-2-rhel-server-releases 550 k bison x86_64 2.4.1-5.el6 rhui-us-west-2-rhel-server-releases 637 k byacc x86_64 1.9.20070509-6.1.el6 rhui-us-west-2-rhel-server-releases 48 k cscope x86_64 15.6-6.el6 rhui-us-west-2-rhel-server-releases 136 k ctags x86_64 5.8-2.el6 rhui-us-west-2-rhel-server-releases 147 k diffstat x86_64 1.51-2.el6 rhui-us-west-2-rhel-server-releases 29 k doxygen x86_64 1:1.6.1-4.el6 rhui-us-west-2-rhel-server-releases 2.4 M flex x86_64 2.5.35-8.el6 rhui-us-west-2-rhel-server-releases 286 k gcc-c++ x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 4.7 M gcc-gfortran x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 4.7 M git x86_64 1.7.1-2.el6_0.1 rhui-us-west-2-rhel-server-releases 4.6 M indent x86_64 2.2.10-5.1.el6 rhui-us-west-2-rhel-server-releases 115 k intltool noarch 0.41.0-1.1.el6 rhui-us-west-2-rhel-server-releases 58 k libtool x86_64 2.2.6-15.5.el6 rhui-us-west-2-rhel-server-releases 564 k patchutils x86_64 0.3.1-3.1.el6 rhui-us-west-2-rhel-server-releases 95 k rcs x86_64 5.7-37.el6 rhui-us-west-2-rhel-server-releases 173 k redhat-rpm-config noarch 9.0.3-33.el6 rhui-us-west-2-rhel-server-releases 57 k rpm-build x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 123 k swig x86_64 1.3.40-5.el6 rhui-us-west-2-rhel-server-releases 1.1 M systemtap x86_64 1.4-6.el6_1.3 rhui-us-west-2-rhel-server-releases 2.4 M Installing for dependencies: gettext-devel x86_64 0.17-16.el6 rhui-us-west-2-rhel-server-releases 155 k gettext-libs x86_64 0.17-16.el6 rhui-us-west-2-rhel-server-releases 112 k libstdc++-devel x86_64 4.4.5-6.el6 rhui-us-west-2-rhel-server-releases 1.5 M perl-Error noarch 1:0.17015-4.el6 rhui-us-west-2-rhel-server-releases 29 k perl-Git noarch 1.7.1-2.el6_0.1 rhui-us-west-2-rhel-server-releases 28 k Updating for dependencies: rpm x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 898 k rpm-libs x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 307 k rpm-python x86_64 4.8.0-16.el6_1.1 rhui-us-west-2-rhel-server-releases 53 k Transaction Summary ================================================================================ Install 26 Package(s) Upgrade 3 Package(s) Total download size: 27 M Downloading Packages: -------------------------------------------------------------------------------- Total 5.4 MB/s | 27 MB 00:04 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : rpm-4.8.0-16.el6_1.1.x86_64 1/32 Updating : rpm-libs-4.8.0-16.el6_1.1.x86_64 2/32 Installing : 1:perl-Error-0.17015-4.el6.noarch 3/32 Installing : autoconf-2.63-5.1.el6.noarch 4/32 Installing : automake-1.11.1-1.2.el6.noarch 5/32 Installing : git-1.7.1-2.el6_0.1.x86_64 6/32 Installing : perl-Git-1.7.1-2.el6_0.1.noarch 7/32 Installing : gettext-libs-0.17-16.el6.x86_64 8/32 Installing : gettext-devel-0.17-16.el6.x86_64 9/32 Installing : libstdc++-devel-4.4.5-6.el6.x86_64 10/32 Installing : gcc-c++-4.4.5-6.el6.x86_64 11/32 Installing : intltool-0.41.0-1.1.el6.noarch 12/32 Installing : libtool-2.2.6-15.5.el6.x86_64 13/32 Installing : rpm-build-4.8.0-16.el6_1.1.x86_64 14/32 Installing : systemtap-1.4-6.el6_1.3.x86_64 15/32 Updating : rpm-python-4.8.0-16.el6_1.1.x86_64 16/32 Installing : gcc-gfortran-4.4.5-6.el6.x86_64 17/32 Installing : diffstat-1.51-2.el6.x86_64 18/32 Installing : indent-2.2.10-5.1.el6.x86_64 19/32 Installing : patchutils-0.3.1-3.1.el6.x86_64 20/32 Installing : 1:doxygen-1.6.1-4.el6.x86_64 21/32 Installing : swig-1.3.40-5.el6.x86_64 22/32 Installing : byacc-1.9.20070509-6.1.el6.x86_64 23/32 Installing : rcs-5.7-37.el6.x86_64 24/32 Installing : bison-2.4.1-5.el6.x86_64 25/32 Installing : ctags-5.8-2.el6.x86_64 26/32 Installing : flex-2.5.35-8.el6.x86_64 27/32 Installing : redhat-rpm-config-9.0.3-33.el6.noarch 28/32 Installing : cscope-15.6-6.el6.x86_64 29/32 Cleanup : rpm-python-4.8.0-16.el6.x86_64 30/32 Cleanup : rpm-4.8.0-16.el6.x86_64 31/32 Cleanup : rpm-libs-4.8.0-16.el6.x86_64 32/32 Installed: autoconf.noarch 0:2.63-5.1.el6 automake.noarch 0:1.11.1-1.2.el6 bison.x86_64 0:2.4.1-5.el6 byacc.x86_64 0:1.9.20070509-6.1.el6 cscope.x86_64 0:15.6-6.el6 ctags.x86_64 0:5.8-2.el6 diffstat.x86_64 0:1.51-2.el6 doxygen.x86_64 1:1.6.1-4.el6 flex.x86_64 0:2.5.35-8.el6 gcc-c++.x86_64 0:4.4.5-6.el6 gcc-gfortran.x86_64 0:4.4.5-6.el6 git.x86_64 0:1.7.1-2.el6_0.1 indent.x86_64 0:2.2.10-5.1.el6 intltool.noarch 0:0.41.0-1.1.el6 libtool.x86_64 0:2.2.6-15.5.el6 patchutils.x86_64 0:0.3.1-3.1.el6 rcs.x86_64 0:5.7-37.el6 redhat-rpm-config.noarch 0:9.0.3-33.el6 rpm-build.x86_64 0:4.8.0-16.el6_1.1 swig.x86_64 0:1.3.40-5.el6 systemtap.x86_64 0:1.4-6.el6_1.3 Dependency Installed: gettext-devel.x86_64 0:0.17-16.el6 gettext-libs.x86_64 0:0.17-16.el6 libstdc++-devel.x86_64 0:4.4.5-6.el6 perl-Error.noarch 1:0.17015-4.el6 perl-Git.noarch 0:1.7.1-2.el6_0.1 Dependency Updated: rpm.x86_64 0:4.8.0-16.el6_1.1 rpm-libs.x86_64 0:4.8.0-16.el6_1.1 rpm-python.x86_64 0:4.8.0-16.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify yum update ... ###################################################################################### COMMAND: /usr/bin/yum -y update RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be updated ---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 will be an update ---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be updated ---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 will be an update ---> Package cups.x86_64 1:1.4.2-39.el6 will be updated ---> Package cups.x86_64 1:1.4.2-39.el6_1.1 will be an update ---> Package cups-libs.x86_64 1:1.4.2-39.el6 will be updated ---> Package cups-libs.x86_64 1:1.4.2-39.el6_1.1 will be an update ---> Package dracut.noarch 0:004-53.el6 will be updated ---> Package dracut.noarch 0:004-53.el6_1.1 will be an update ---> Package dracut-kernel.noarch 0:004-53.el6 will be updated ---> Package dracut-kernel.noarch 0:004-53.el6_1.1 will be an update ---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated ---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update ---> Package httpd.x86_64 0:2.2.15-9.el6_1.2 will be updated ---> Package httpd.x86_64 0:2.2.15-9.el6_1.3 will be an update ---> Package httpd-tools.x86_64 0:2.2.15-9.el6_1.2 will be updated ---> Package httpd-tools.x86_64 0:2.2.15-9.el6_1.3 will be an update ---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be updated ---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 will be an update ---> Package kernel.x86_64 0:2.6.32-131.17.1.el6 will be installed ---> Package kernel-devel.x86_64 0:2.6.32-131.17.1.el6 will be installed ---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be updated ---> Package kernel-firmware.noarch 0:2.6.32-131.17.1.el6 will be an update ---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be updated ---> Package kernel-headers.x86_64 0:2.6.32-131.17.1.el6 will be an update ---> Package kexec-tools.x86_64 0:2.0.0-188.el6 will be updated ---> Package kexec-tools.x86_64 0:2.0.0-188.el6_1.2 will be an update ---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-libs.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be updated ---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.2 will be an update ---> Package libssh2.x86_64 0:1.2.2-7.el6 will be updated ---> Package libssh2.x86_64 0:1.2.2-7.el6_1.1 will be an update ---> Package mod_ssl.x86_64 1:2.2.15-9.el6_1.2 will be updated ---> Package mod_ssl.x86_64 1:2.2.15-9.el6_1.3 will be an update ---> Package nspr.x86_64 0:4.8.7-1.el6 will be updated ---> Package nspr.x86_64 0:4.8.8-1.el6_1 will be an update ---> Package nss.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-sysinit.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss-sysinit.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-tools.x86_64 0:3.12.9-12.el6_1 will be updated ---> Package nss-tools.x86_64 0:3.12.10-2.el6_1 will be an update ---> Package nss-util.x86_64 0:3.12.9-1.el6 will be updated ---> Package nss-util.x86_64 0:3.12.10-1.el6_1 will be an update ---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be updated ---> Package openldap.x86_64 0:2.4.23-15.el6_1.3 will be an update ---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be updated ---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.3 will be an update ---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be updated ---> Package openssl.x86_64 0:1.0.0-10.el6_1.5 will be an update ---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be updated ---> Package openswan.x86_64 0:2.6.32-4.el6_1.4 will be an update ---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be updated ---> Package perf.x86_64 0:2.6.32-131.17.1.el6 will be an update ---> Package perl.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated ---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update ---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated ---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update ---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update ---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated ---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update ---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated ---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update ---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated ---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated ---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update ---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated ---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update ---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated ---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update ---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated ---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update ---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated ---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated ---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update ---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated ---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update ---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated ---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update ---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated ---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update ---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated ---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update ---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated ---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update ---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated ---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update ---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated ---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update ---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated ---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update ---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update ---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated ---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update ---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated ---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update ---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated ---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update ---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated ---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update ---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated ---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update ---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated ---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update ---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated ---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update ---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated ---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update ---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated ---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update ---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated ---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update ---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated ---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update ---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated ---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update ---> Package perl-version.x86_64 3:0.77-119.el6 will be updated ---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update ---> Package phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6 will be updated ---> Package phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package postgresql.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-libs.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-plpython.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package postgresql-server.x86_64 0:8.4.7-2.el6 will be updated ---> Package postgresql-server.x86_64 0:8.4.9-1.el6_1.1 will be an update ---> Package qt.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package qt-sqlite.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package qt-x11.x86_64 1:4.6.2-17.el6 will be updated ---> Package qt-x11.x86_64 1:4.6.2-17.el6_1.1 will be an update ---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.2 will be updated ---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.4 will be an update ---> Package tzdata.noarch 0:2011h-3.el6 will be updated ---> Package tzdata.noarch 0:2011l-4.el6 will be an update ---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated ---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update ---> Package yum.noarch 0:3.2.29-17.el6 will be updated ---> Package yum.noarch 0:3.2.29-17.el6_1.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 23 M kernel-devel x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 6.9 M Updating: bind-libs x86_64 32:9.7.3-2.el6_1.P3.3 rhui-us-west-2-rhel-server-releases 839 k bind-utils x86_64 32:9.7.3-2.el6_1.P3.3 rhui-us-west-2-rhel-server-releases 177 k cups x86_64 1:1.4.2-39.el6_1.1 rhui-us-west-2-rhel-server-releases 2.3 M cups-libs x86_64 1:1.4.2-39.el6_1.1 rhui-us-west-2-rhel-server-releases 314 k dracut noarch 004-53.el6_1.1 rhui-us-west-2-rhel-server-releases 106 k dracut-kernel noarch 004-53.el6_1.1 rhui-us-west-2-rhel-server-releases 18 k freetype x86_64 2.3.11-6.el6_1.8 rhui-us-west-2-rhel-server-releases 359 k httpd x86_64 2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 808 k httpd-tools x86_64 2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 69 k java-1.6.0-openjdk x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 rhui-us-west-2-rhel-server-releases 25 M kernel-firmware noarch 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 2.5 M kernel-headers x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 1.3 M kexec-tools x86_64 2.0.0-188.el6_1.2 rhui-us-west-2-rhel-server-releases 251 k krb5-libs x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 706 k krb5-pkinit-openssl x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 102 k krb5-workstation x86_64 1.9-9.el6_1.2 rhui-us-west-2-rhel-server-releases 452 k libssh2 x86_64 1.2.2-7.el6_1.1 rhui-us-west-2-rhel-server-releases 75 k mod_ssl x86_64 1:2.2.15-9.el6_1.3 rhui-us-west-2-rhel-server-releases 86 k nspr x86_64 4.8.8-1.el6_1 rhui-us-west-2-rhel-server-releases 110 k nss x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 774 k nss-sysinit x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 28 k nss-tools x86_64 3.12.10-2.el6_1 rhui-us-west-2-rhel-server-releases 748 k nss-util x86_64 3.12.10-1.el6_1 rhui-us-west-2-rhel-server-releases 46 k openldap x86_64 2.4.23-15.el6_1.3 rhui-us-west-2-rhel-server-releases 255 k openldap-clients x86_64 2.4.23-15.el6_1.3 rhui-us-west-2-rhel-server-releases 159 k openssl x86_64 1.0.0-10.el6_1.5 rhui-us-west-2-rhel-server-releases 1.4 M openswan x86_64 2.6.32-4.el6_1.4 rhui-us-west-2-rhel-server-releases 882 k perf x86_64 2.6.32-131.17.1.el6 rhui-us-west-2-rhel-server-releases 1.0 M perl x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 10 M perl-Archive-Extract x86_64 1:0.38-119.el6_1.1 rhui-us-west-2-rhel-server-releases 38 k perl-Archive-Tar x86_64 1.58-119.el6_1.1 rhui-us-west-2-rhel-server-releases 70 k perl-CGI x86_64 3.51-119.el6_1.1 rhui-us-west-2-rhel-server-releases 206 k perl-CPAN x86_64 1.9402-119.el6_1.1 rhui-us-west-2-rhel-server-releases 244 k perl-CPANPLUS x86_64 0.88-119.el6_1.1 rhui-us-west-2-rhel-server-releases 304 k perl-Compress-Raw-Zlib x86_64 2.023-119.el6_1.1 rhui-us-west-2-rhel-server-releases 67 k perl-Compress-Zlib x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 43 k perl-Digest-SHA x86_64 1:5.47-119.el6_1.1 rhui-us-west-2-rhel-server-releases 61 k perl-ExtUtils-CBuilder x86_64 1:0.27-119.el6_1.1 rhui-us-west-2-rhel-server-releases 45 k perl-ExtUtils-Embed x86_64 1.28-119.el6_1.1 rhui-us-west-2-rhel-server-releases 29 k perl-ExtUtils-MakeMaker x86_64 6.55-119.el6_1.1 rhui-us-west-2-rhel-server-releases 290 k perl-ExtUtils-ParseXS x86_64 1:2.2003.0-119.el6_1.1 rhui-us-west-2-rhel-server-releases 42 k perl-File-Fetch x86_64 0.26-119.el6_1.1 rhui-us-west-2-rhel-server-releases 38 k perl-IO-Compress-Base x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 66 k perl-IO-Compress-Zlib x86_64 2.020-119.el6_1.1 rhui-us-west-2-rhel-server-releases 133 k perl-IO-Zlib x86_64 1:1.09-119.el6_1.1 rhui-us-west-2-rhel-server-releases 30 k perl-IPC-Cmd x86_64 1:0.56-119.el6_1.1 rhui-us-west-2-rhel-server-releases 43 k perl-Locale-Maketext-Simple x86_64 1:0.18-119.el6_1.1 rhui-us-west-2-rhel-server-releases 28 k perl-Log-Message x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 44 k perl-Log-Message-Simple x86_64 0.04-119.el6_1.1 rhui-us-west-2-rhel-server-releases 26 k perl-Module-Build x86_64 1:0.3500-119.el6_1.1 rhui-us-west-2-rhel-server-releases 227 k perl-Module-CoreList x86_64 2.18-119.el6_1.1 rhui-us-west-2-rhel-server-releases 63 k perl-Module-Load x86_64 1:0.16-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-Module-Load-Conditional x86_64 0.30-119.el6_1.1 rhui-us-west-2-rhel-server-releases 32 k perl-Module-Loaded x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-Module-Pluggable x86_64 1:3.90-119.el6_1.1 rhui-us-west-2-rhel-server-releases 37 k perl-Object-Accessor x86_64 1:0.34-119.el6_1.1 rhui-us-west-2-rhel-server-releases 34 k perl-Package-Constants x86_64 1:0.02-119.el6_1.1 rhui-us-west-2-rhel-server-releases 24 k perl-Params-Check x86_64 1:0.26-119.el6_1.1 rhui-us-west-2-rhel-server-releases 33 k perl-Parse-CPAN-Meta x86_64 1:1.40-119.el6_1.1 rhui-us-west-2-rhel-server-releases 27 k perl-Pod-Escapes x86_64 1:1.04-119.el6_1.1 rhui-us-west-2-rhel-server-releases 30 k perl-Pod-Simple x86_64 1:3.13-119.el6_1.1 rhui-us-west-2-rhel-server-releases 209 k perl-Term-UI x86_64 0.20-119.el6_1.1 rhui-us-west-2-rhel-server-releases 37 k perl-Test-Harness x86_64 3.17-119.el6_1.1 rhui-us-west-2-rhel-server-releases 229 k perl-Test-Simple x86_64 0.92-119.el6_1.1 rhui-us-west-2-rhel-server-releases 110 k perl-Time-HiRes x86_64 4:1.9721-119.el6_1.1 rhui-us-west-2-rhel-server-releases 46 k perl-Time-Piece x86_64 1.15-119.el6_1.1 rhui-us-west-2-rhel-server-releases 44 k perl-core x86_64 5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 20 k perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 420 k perl-libs x86_64 4:5.10.1-119.el6_1.1 rhui-us-west-2-rhel-server-releases 575 k perl-parent x86_64 1:0.221-119.el6_1.1 rhui-us-west-2-rhel-server-releases 25 k perl-version x86_64 3:0.77-119.el6_1.1 rhui-us-west-2-rhel-server-releases 49 k phonon-backend-gstreamer x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 125 k postgresql x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 2.7 M
postgresql-libs x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 198 k postgresql-plpython x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 54 k postgresql-server x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 3.3 M qt x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 4.0 M qt-sqlite x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 50 k qt-x11 x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 12 M rsyslog x86_64 4.6.2-3.el6_1.4 rhui-us-west-2-rhel-server-releases 450 k tzdata noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 437 k tzdata-java noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 152 k yum noarch 3.2.29-17.el6_1.1 rhui-us-west-2-rhel-server-releases 976 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 83 Package(s) Total download size: 110 M Downloading Packages: -------------------------------------------------------------------------------- Total 7.1 MB/s | 110 MB 00:15 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64 1/168 Updating : 3:perl-version-0.77-119.el6_1.1.x86_64 2/168 Updating : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64 3/168 Updating : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 4/168 Updating : 4:perl-libs-5.10.1-119.el6_1.1.x86_64 5/168 Updating : 4:perl-5.10.1-119.el6_1.1.x86_64 6/168 Updating : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64 7/168 Updating : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64 8/168 Updating : krb5-libs-1.9-9.el6_1.2.x86_64 9/168 Updating : openssl-1.0.0-10.el6_1.5.x86_64 10/168 Updating : nspr-4.8.8-1.el6_1.x86_64 11/168 Updating : nss-util-3.12.10-1.el6_1.x86_64 12/168 Updating : nss-sysinit-3.12.10-2.el6_1.x86_64 13/168 Updating : nss-3.12.10-2.el6_1.x86_64 14/168 Updating : openldap-2.4.23-15.el6_1.3.x86_64 15/168 Updating : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64 16/168 Updating : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64 17/168 Updating : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64 18/168 Updating : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64 19/168 Updating : 1:qt-4.6.2-17.el6_1.1.x86_64 20/168 Updating : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64 21/168 Updating : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64 22/168 Updating : perl-Test-Harness-3.17-119.el6_1.1.x86_64 23/168 Updating : 4:perl-devel-5.10.1-119.el6_1.1.x86_64 24/168 Updating : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64 25/168 Updating : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64 26/168 Updating : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64 27/168 Updating : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64 28/168 Updating : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64 29/168 Updating : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64 30/168 Updating : perl-Archive-Tar-1.58-119.el6_1.1.x86_64 31/168 Updating : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64 32/168 Updating : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64 33/168 Updating : perl-Term-UI-0.20-119.el6_1.1.x86_64 34/168 Updating : perl-File-Fetch-0.26-119.el6_1.1.x86_64 35/168 Updating : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64 36/168 Updating : postgresql-libs-8.4.9-1.el6_1.1.x86_64 37/168 Updating : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64 38/168 Updating : perl-Module-CoreList-2.18-119.el6_1.1.x86_64 39/168 Updating : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64 40/168 Updating : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64 41/168 Updating : freetype-2.3.11-6.el6_1.8.x86_64 42/168 Updating : dracut-004-53.el6_1.1.noarch 43/168 Updating : dracut-kernel-004-53.el6_1.1.noarch 44/168 Updating : perl-CPAN-1.9402-119.el6_1.1.x86_64 45/168 Updating : postgresql-8.4.9-1.el6_1.1.x86_64 46/168 Updating : postgresql-server-8.4.9-1.el6_1.1.x86_64 47/168 Updating : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64 48/168 Updating : perl-Test-Simple-0.92-119.el6_1.1.x86_64 49/168 Updating : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64 50/168 Updating : 1:qt-sqlite-4.6.2-17.el6_1.1.x86_64 51/168 Updating : 1:phonon-backend-gstreamer-4.6.2-17.el6_1.1.x86_64 52/168 Updating : 1:qt-x11-4.6.2-17.el6_1.1.x86_64 53/168 Updating : httpd-tools-2.2.15-9.el6_1.3.x86_64 54/168 Updating : httpd-2.2.15-9.el6_1.3.x86_64 55/168 Updating : 32:bind-libs-9.7.3-2.el6_1.P3.3.x86_64 56/168 Updating : 1:cups-libs-1.4.2-39.el6_1.1.x86_64 57/168 Updating : perl-Time-Piece-1.15-119.el6_1.1.x86_64 58/168 Updating : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64 59/168 Updating : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64 60/168 Updating : perl-CPANPLUS-0.88-119.el6_1.1.x86_64 61/168 Updating : 1:perl-parent-0.221-119.el6_1.1.x86_64 62/168 Updating : kernel-firmware-2.6.32-131.17.1.el6.noarch 63/168 Updating : tzdata-java-2011l-4.el6.noarch 64/168 Updating : 1:java-1.6.0-openjdk-1.6.0.0-1.40.1.9.10.el6_1.x86_64 65/168 Installing : kernel-2.6.32-131.17.1.el6.x86_64 66/168 Updating : perl-core-5.10.1-119.el6_1.1.x86_64 67/168 Updating : 1:cups-1.4.2-39.el6_1.1.x86_64 68/168 Updating : 32:bind-utils-9.7.3-2.el6_1.P3.3.x86_64 69/168 Updating : 1:mod_ssl-2.2.15-9.el6_1.3.x86_64 70/168 Updating : postgresql-plpython-8.4.9-1.el6_1.1.x86_64 71/168 Updating : kexec-tools-2.0.0-188.el6_1.2.x86_64 72/168 Updating : openldap-clients-2.4.23-15.el6_1.3.x86_64 73/168 Updating : openswan-2.6.32-4.el6_1.4.x86_64 74/168 Updating : nss-tools-3.12.10-2.el6_1.x86_64 75/168 Updating : krb5-pkinit-openssl-1.9-9.el6_1.2.x86_64 76/168 Updating : libssh2-1.2.2-7.el6_1.1.x86_64 77/168 Updating : krb5-workstation-1.9-9.el6_1.2.x86_64 78/168 Updating : perf-2.6.32-131.17.1.el6.x86_64 79/168 Updating : perl-CGI-3.51-119.el6_1.1.x86_64 80/168 Installing : kernel-devel-2.6.32-131.17.1.el6.x86_64 81/168 Updating : rsyslog-4.6.2-3.el6_1.4.x86_64 82/168 Updating : kernel-headers-2.6.32-131.17.1.el6.x86_64 83/168 Updating : tzdata-2011l-4.el6.noarch 84/168 Updating : yum-3.2.29-17.el6_1.1.noarch 85/168 Cleanup : perl-core-5.10.1-119.el6.x86_64 86/168 Cleanup : perl-CPANPLUS-0.88-119.el6.x86_64 87/168 Cleanup : 1:perl-Module-Build-0.3500-119.el6.x86_64 88/168 Cleanup : perl-Archive-Tar-1.58-119.el6.x86_64 89/168 Cleanup : 1:perl-Archive-Extract-0.38-119.el6.x86_64 90/168 Cleanup : perl-File-Fetch-0.26-119.el6.x86_64 91/168 Cleanup : perl-Term-UI-0.20-119.el6.x86_64 92/168 Cleanup : 1:perl-IPC-Cmd-0.56-119.el6.x86_64 93/168 Cleanup : perl-Module-Load-Conditional-0.30-119.el6.x86_64 94/168 Cleanup : perl-CPAN-1.9402-119.el6.x86_64 95/168 Cleanup : perl-Log-Message-Simple-0.04-119.el6.x86_64 96/168 Cleanup : 1:perl-Log-Message-0.02-119.el6.x86_64 97/168 Cleanup : 1:perl-IO-Zlib-1.09-119.el6.x86_64 98/168 Cleanup : perl-Compress-Zlib-2.020-119.el6.x86_64 99/168 Cleanup : perl-IO-Compress-Zlib-2.020-119.el6.x86_64 100/168 Cleanup : perl-Module-CoreList-2.18-119.el6.x86_64 101/168 Cleanup : 1:perl-Object-Accessor-0.34-119.el6.x86_64 102/168 Cleanup : 1:perl-Params-Check-0.26-119.el6.x86_64 103/168 Cleanup : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64 104/168 Cleanup : perl-ExtUtils-Embed-1.28-119.el6.x86_64 105/168 Cleanup : perl-Test-Simple-0.92-119.el6.x86_64 106/168 Cleanup : perl-Test-Harness-3.17-119.el6.x86_64 107/168 Cleanup : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64 108/168 Cleanup : 4:perl-devel-5.10.1-119.el6.x86_64 109/168 Cleanup : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64 110/168 Cleanup : perf-2.6.32-131.12.1.el6.x86_64 111/168 Cleanup : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64 112/168 Cleanup : perl-IO-Compress-Base-2.020-119.el6.x86_64 113/168 Cleanup : 1:perl-Module-Load-0.16-119.el6.x86_64 114/168 Cleanup : 1:perl-Package-Constants-0.02-119.el6.x86_64 115/168 Cleanup : 1:perl-Module-Loaded-0.02-119.el6.x86_64 116/168 Cleanup : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64 117/168 Cleanup : 1:perl-parent-0.221-119.el6.x86_64 118/168 Cleanup : perl-CGI-3.51-119.el6.x86_64 119/168 Cleanup : dracut-kernel-004-53.el6.noarch 120/168 Cleanup : kernel-firmware-2.6.32-131.12.1.el6.noarch 121/168 Cleanup : kernel-headers-2.6.32-131.12.1.el6.x86_64 122/168 Cleanup : tzdata-2011h-3.el6.noarch 123/168 Cleanup : yum-3.2.29-17.el6.noarch 124/168 Cleanup : openldap-clients-2.4.23-15.el6_1.1.x86_64 125/168 Cleanup : nss-tools-3.12.9-12.el6_1.x86_64 126/168 Cleanup : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64 127/168 Cleanup : openswan-2.6.32-4.el6_1.1.x86_64 128/168 Cleanup : 1:qt-x11-4.6.2-17.el6.x86_64 129/168 Cleanup : 1:phonon-backend-gstreamer-4.6.2-17.el6.x86_64 130/168 Cleanup : 1:cups-1.4.2-39.el6.x86_64 131/168 Cleanup : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64 132/168 Cleanup : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64 133/168 Cleanup : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64 134/168 Cleanup : 1:mod_ssl-2.2.15-9.el6_1.2.x86_64 135/168 Cleanup : httpd-2.2.15-9.el6_1.2.x86_64 136/168 Cleanup : httpd-tools-2.2.15-9.el6_1.2.x86_64 137/168 Cleanup : 1:cups-libs-1.4.2-39.el6.x86_64 138/168 Cleanup : 1:qt-sqlite-4.6.2-17.el6.x86_64 139/168 Cleanup : 1:qt-4.6.2-17.el6.x86_64 140/168 Cleanup : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64 141/168 Cleanup : 1:perl-Digest-SHA-5.47-119.el6.x86_64 142/168 Cleanup : perl-Time-Piece-1.15-119.el6.x86_64 143/168 Cleanup : 4:perl-Time-HiRes-1.9721-119.el6.x86_64 144/168 Cleanup : 1:perl-Module-Pluggable-3.90-119.el6.x86_64 145/168 Cleanup : 1:perl-Pod-Escapes-1.04-119.el6.x86_64 146/168 Cleanup : 1:perl-Pod-Simple-3.13-119.el6.x86_64 147/168 Cleanup : 3:perl-version-0.77-119.el6.x86_64 148/168 Cleanup : 4:perl-libs-5.10.1-119.el6.x86_64 149/168 Cleanup : 4:perl-5.10.1-119.el6.x86_64 150/168 Cleanup : libssh2-1.2.2-7.el6.x86_64 151/168 Cleanup : krb5-workstation-1.9-9.el6_1.1.x86_64 152/168 Cleanup : kexec-tools-2.0.0-188.el6.x86_64 153/168 Cleanup : postgresql-plpython-8.4.7-2.el6.x86_64 154/168 Cleanup : dracut-004-53.el6.noarch 155/168 Cleanup : tzdata-java-2011h-3.el6.noarch 156/168 Cleanup : postgresql-server-8.4.7-2.el6.x86_64 157/168 Cleanup : postgresql-8.4.7-2.el6.x86_64 158/168 Cleanup : postgresql-libs-8.4.7-2.el6.x86_64 159/168 Cleanup : openldap-2.4.23-15.el6_1.1.x86_64 160/168 Cleanup : nss-sysinit-3.12.9-12.el6_1.x86_64 161/168 Cleanup : nss-3.12.9-12.el6_1.x86_64 162/168 Cleanup : nss-util-3.12.9-1.el6.x86_64 163/168 Cleanup : openssl-1.0.0-10.el6_1.4.x86_64 164/168 Cleanup : krb5-libs-1.9-9.el6_1.1.x86_64 165/168 Cleanup : nspr-4.8.7-1.el6.x86_64 166/168 Cleanup : freetype-2.3.11-6.el6_1.6.x86_64 167/168 Cleanup : rsyslog-4.6.2-3.el6_1.2.x86_64 168/168 Installed: kernel.x86_64 0:2.6.32-131.17.1.el6 kernel-devel.x86_64 0:2.6.32-131.17.1.el6 Updated: bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 cups.x86_64 1:1.4.2-39.el6_1.1 cups-libs.x86_64 1:1.4.2-39.el6_1.1 dracut.noarch 0:004-53.el6_1.1 dracut-kernel.noarch 0:004-53.el6_1.1 freetype.x86_64 0:2.3.11-6.el6_1.8 httpd.x86_64 0:2.2.15-9.el6_1.3 httpd-tools.x86_64 0:2.2.15-9.el6_1.3 java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 kernel-firmware.noarch 0:2.6.32-131.17.1.el6 kernel-headers.x86_64 0:2.6.32-131.17.1.el6 kexec-tools.x86_64 0:2.0.0-188.el6_1.2 krb5-libs.x86_64 0:1.9-9.el6_1.2 krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 krb5-workstation.x86_64 0:1.9-9.el6_1.2 libssh2.x86_64 0:1.2.2-7.el6_1.1 mod_ssl.x86_64 1:2.2.15-9.el6_1.3 nspr.x86_64 0:4.8.8-1.el6_1 nss.x86_64 0:3.12.10-2.el6_1 nss-sysinit.x86_64 0:3.12.10-2.el6_1 nss-tools.x86_64 0:3.12.10-2.el6_1 nss-util.x86_64 0:3.12.10-1.el6_1 openldap.x86_64 0:2.4.23-15.el6_1.3 openldap-clients.x86_64 0:2.4.23-15.el6_1.3 openssl.x86_64 0:1.0.0-10.el6_1.5 openswan.x86_64 0:2.6.32-4.el6_1.4 perf.x86_64 0:2.6.32-131.17.1.el6 perl.x86_64 4:5.10.1-119.el6_1.1 perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 perl-CGI.x86_64 0:3.51-119.el6_1.1 perl-CPAN.x86_64 0:1.9402-119.el6_1.1 perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 perl-Log-Message.x86_64 1:0.02-119.el6_1.1 perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 perl-Module-Load.x86_64 1:0.16-119.el6_1.1 perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 perl-Params-Check.x86_64 1:0.26-119.el6_1.1 perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 perl-Term-UI.x86_64 0:0.20-119.el6_1.1 perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 perl-core.x86_64 0:5.10.1-119.el6_1.1 perl-devel.x86_64 4:5.10.1-119.el6_1.1 perl-libs.x86_64 4:5.10.1-119.el6_1.1 perl-parent.x86_64 1:0.221-119.el6_1.1 perl-version.x86_64 3:0.77-119.el6_1.1 phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 postgresql.x86_64 0:8.4.9-1.el6_1.1 postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 postgresql-server.x86_64 0:8.4.9-1.el6_1.1 qt.x86_64 1:4.6.2-17.el6_1.1 qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 qt-x11.x86_64 1:4.6.2-17.el6_1.1 rsyslog.x86_64 0:4.6.2-3.el6_1.4 tzdata.noarch 0:2011l-4.el6 tzdata-java.noarch 0:2011l-4.el6 yum.noarch 0:3.2.29-17.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 5 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited 1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: dd356958ca9c4e779f7fac13dde3c1b5 EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: cannot access /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/xvde1 15000M resize2fs 1.41.12 (17-May-2010) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-26-155.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-64a23354 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : Eb8+kl8X7pkDw3xFBrvCrvbQL8ZnOajpIhpqbCsmhkesA/PjZaoIwHyWFXvOkWhevCy2EfT5E1M2 ofB9PezX+2QdLB3kEDhBzkhqmImbiinRC3NhHUwuQtfwk6BASLuZgbSCu4538c/yvM1dxDPeG94h BfjG/d69AskHt6J7XSk= This is a Hourly image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m2.4xlarge ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-38-58.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-6ea2335e , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : D5Ix3klEAS50VjXmn1XPOd+xehSdaD4OVnk12wOwxLZjCJ0h70eVLS0unEPqZXXh7HODXTtsLzOL CCNMTOLlWuwPJegFbRVs7CkM2f4UrYNtKek3bV+MhLOFCPuMRvpvXEFkzqx0RDcSxmfirFxyZKtG n6nGL35e3cardkvc5ek= This is a Hourly image /root/valid/src ip-10-248-71-198 Red Hat Enterprise Linux Server release 6.1 (Santiago) ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.12.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.12.1.el6 EXPECTED RESULT: 2.6.32-131.12.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.12.1.el6 RESULT: title RHEL-6.1-Starter-EBS-x86_64-7 (2.6.32-131.12.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=LABEL=_/ initrd /boot/initramfs-2.6.32-131.12.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Format ... ###################################################################################### mount | grep /dev/xvde1 | awk '{ print }' COMMAND: echo ext4 RESULT: ext4 EXPECTED RESULT: ext4 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Size ... ###################################################################################### size=5904752 COMMAND: echo true RESULT: true EXPECTED RESULT: true RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify turning on/off swap file ... ###################################################################################### ###################################################################################### # NEW TEST: ## Verify swap size ... ###################################################################################### no swap for x86_64 is expected ###################################################################################### # NEW TEST: ## /sbin/getenforce ... ###################################################################################### COMMAND: /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUX enforcing ... ###################################################################################### COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: enforcing EXPECTED RESULT: enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUXTYPE targeted ... ###################################################################################### COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: targeted EXPECTED RESULT: targeted RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Permissive ... ###################################################################################### COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce RESULT: Permissive EXPECTED RESULT: Permissive RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Enforcing ... ###################################################################################### COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no missing packages ... ###################################################################################### COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp RETURN CODE: 0 COMMAND: comm -23 packages_61 /tmp/rpmqa RETURN CODE: 0 COUNT = 0 COMMAND: echo test passed RESULT: test passed EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify RPMs ... ###################################################################################### ....L.... c /etc/pam.d/fingerprint-auth ....L.... c /etc/pam.d/password-auth ....L.... c /etc/pam.d/smartcard-auth ....L.... c /etc/pam.d/system-auth .M....... /var/cache/yum S file Size differs M Mode differs (includes permissions and file type) 5 MD5 sum differs D Device major/minor number mismatch L readLink(2) path mismatch U User ownership differs G Group ownership differs T mTime differs COMMAND: cat /tmp/rpmqaV.txt | wc -l RESULT: 5 EXPECTED RESULT: 5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify Version 2 ... ###################################################################################### COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2 RESULT: 6.1 EXPECTED RESULT: 6.1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify packager ... ###################################################################################### COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS crash-trace-commandPackager : Lai Jiangshan <laijs.com> ###################################################################################### # NEW TEST: ## Verify GPG checking ... ###################################################################################### COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify GPG Keys ... ###################################################################################### COMMAND: rpm -qa gpg-pubkey* | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1 RESULT: gpg-pubkey-fd431d51-4ae0493b EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | head -n 1 RESULT: gpg-pubkey-2fa658e0-45700c69 EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List the configured repositories... ###################################################################################### COMMAND: /usr/bin/yum repolist RESULT: Loaded plugins: amazon-id, rhui-lb, security repo id repo name status rhui-us-west-2-client-config-server-6 Red Hat Update Infrastructur 0 rhui-us-west-2-rhel-server-releases Red Hat Enterprise Linux Ser 5,586 rhui-us-west-2-rhel-server-releases-optional Red Hat Enterprise Linux Ser 3,660 repolist: 9,246 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Search zsh... ###################################################################################### COMMAND: /usr/bin/yum search zsh RESULT: Loaded plugins: amazon-id, rhui-lb, security =============================== N/S Matched: zsh =============================== python-twisted-core-zsh.x86_64 : Tab completion for Zsh and Twisted Core zsh-html.x86_64 : Zsh shell manual in html format zsh.x86_64 : A powerful interactive shell Name and summary matches only, use "search all" for everything. EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## install zsh ... ###################################################################################### COMMAND: /usr/bin/yum -y install zsh Warning: RPMDB altered outside of yum. RETURN CODE: 0 COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh RESULT: zsh EXPECTED RESULT: zsh RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List available groups.. ###################################################################################### COMMAND: /usr/bin/yum grouplist RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Installed Groups: Additional Development Base Compatibility libraries Console internet tools Desktop Platform Directory Client E-mail server Fonts Graphical Administration Tools Hardware monitoring utilities Java Platform Large Systems Performance Legacy UNIX compatibility Legacy X Window System compatibility Network file system client Networking Tools Performance Tools Perl Support PostgreSQL Database client PostgreSQL Database server SNMP Support Scientific support Server Platform Smart card support System administration tools Web Server Installed Language Groups: Arabic Support [ar] Armenian Support [hy] French Support [fr] Georgian Support [ka] Hebrew Support [he] Inuktitut Support [iu] Italian Support [it] Japanese Support [ja] Korean Support [ko] Lao Support [lo] Polish Support [pl] Russian Support [ru] Spanish Support [es] Tajik Support [tg] Available Groups: Backup Client Backup Server CIFS file server Client management tools Debugging Tools Desktop Desktop Debugging and Performance Tools Desktop Platform Development Development tools Dial-up Networking Support Directory Server Eclipse Emacs Enterprise Identity Server Base FCoE Storage Client FTP server General Purpose Desktop Graphics Creation Tools Infiniband Support Input Methods Internet Applications Internet Browser KDE Desktop Mainframe Access Messaging Client Support MySQL Database client MySQL Database server NFS file server Network Infrastructure Server Network Storage Server Office Suite and Productivity PHP Support Print Server Printing client Remote Desktop Clients Security Tools Server Platform Development Somali Support Storage Availability Tools System Management Systems Management Messaging Server support TeX support Technical Writing TurboGears application framework Virtualization Virtualization Client Virtualization Platform Virtualization Tools Web Servlet Engine Web-Based Enterprise Management X Window System iSCSI Storage Client Available Language Groups: Afrikaans Support [af] Albanian Support [sq] Amazigh Support [ber] Assamese Support [as] Azerbaijani Support [az] Basque Support [eu] Belarusian Support [be] Bengali Support [bn] Bhutanese Support [dz] Brazilian Portuguese Support [pt_BR] Breton Support [br] Bulgarian Support [bg] Catalan Support [ca] Chhattisgarhi Support [hne] Chichewa Support [ny] Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] Esperanto Support [eo] Estonian Support [et] Ethiopic Support [am] Faroese Support [fo] Fijian Support [fj] Filipino Support [fil] Finnish Support [fi] Frisian Support [fy] Friulian Support [fur] Gaelic Support [gd] Galician Support [gl] German Support [de] Greek Support [el] Gujarati Support [gu] Hiligaynon Support [hil] Hindi Support [hi] Hungarian Support [hu] Icelandic Support [is] Indonesian Support [id] Interlingua Support [ia] Irish Support [ga] Kannada Support [kn] Kashmiri Support [ks] Kashubian Support [csb] Kazakh Support [kk] Khmer Support [km] Kinyarwanda Support [rw] Konkani Support [kok] Kurdish Support [ku] Latin Support [la] Latvian Support [lv] Lithuanian Support [lt] Low Saxon Support [nds] Luxembourgish Support [lb] Macedonian Support [mk] Maithili Support [mai] Malagasy Support [mg] Malay Support [ms] Malayalam Support [ml] Maltese Support [mt] Manx Support [gv] Maori Support [mi] Marathi Support [mr] Mongolian Support [mn] Myanmar (Burmese) Support [my] Nepali Support [ne] Northern Sotho Support [nso] Norwegian Support [nb] Occitan Support [oc] Oriya Support [or] Persian Support [fa] Portuguese Support [pt] Punjabi Support [pa] Romanian Support [ro] Sanskrit Support [sa] Sardinian Support [sc] Serbian Support [sr] Sindhi Support [sd] Sinhala Support [si] Slovak Support [sk] Slovenian Support [sl] Southern Ndebele Support [nr] Southern Sotho Support [st] Swahili Support [sw] Swati Support [ss] Swedish Support [sv] Tagalog Support [tl] Tamil Support [ta] Telugu Support [te] Tetum Support [tet] Thai Support [th] Tibetan Support [bo] Tsonga Support [ts] Tswana Support [tn] Turkish Support [tr] Turkmen Support [tk] Ukrainian Support [uk] Upper Sorbian Support [hsb] Urdu Support [ur] Uzbek Support [uz] Venda Support [ve] Vietnamese Support [vi] Walloon Support [wa] Welsh Support [cy] Xhosa Support [xh] Zulu Support [zu] Done EXPECTED RESULT: RETURN CODE: 0
postgresql-libs x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 198 k postgresql-plpython x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 54 k postgresql-server x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 3.3 M qt x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 4.0 M qt-sqlite x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 50 k qt-x11 x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 12 M rsyslog x86_64 4.6.2-3.el6_1.4 rhui-us-west-2-rhel-server-releases 450 k tzdata noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 437 k tzdata-java noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 152 k yum noarch 3.2.29-17.el6_1.1 rhui-us-west-2-rhel-server-releases 976 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 83 Package(s) Total download size: 110 M Downloading Packages: -------------------------------------------------------------------------------- Total 7.0 MB/s | 110 MB 00:15 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64 1/168 Updating : 3:perl-version-0.77-119.el6_1.1.x86_64 2/168 Updating : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64 3/168 Updating : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 4/168 Updating : 4:perl-libs-5.10.1-119.el6_1.1.x86_64 5/168 Updating : 4:perl-5.10.1-119.el6_1.1.x86_64 6/168 Updating : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64 7/168 Updating : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64 8/168 Updating : krb5-libs-1.9-9.el6_1.2.x86_64 9/168 Updating : openssl-1.0.0-10.el6_1.5.x86_64 10/168 Updating : nspr-4.8.8-1.el6_1.x86_64 11/168 Updating : nss-util-3.12.10-1.el6_1.x86_64 12/168 Updating : nss-sysinit-3.12.10-2.el6_1.x86_64 13/168 Updating : nss-3.12.10-2.el6_1.x86_64 14/168 Updating : openldap-2.4.23-15.el6_1.3.x86_64 15/168 Updating : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64 16/168 Updating : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64 17/168 Updating : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64 18/168 Updating : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64 19/168 Updating : 1:qt-4.6.2-17.el6_1.1.x86_64 20/168 Updating : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64 21/168 Updating : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64 22/168 Updating : perl-Test-Harness-3.17-119.el6_1.1.x86_64 23/168 Updating : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64 24/168 Updating : 4:perl-devel-5.10.1-119.el6_1.1.x86_64 25/168 Updating : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64 26/168 Updating : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64 27/168 Updating : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64 28/168 Updating : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64 29/168 Updating : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64 30/168 Updating : perl-Archive-Tar-1.58-119.el6_1.1.x86_64 31/168 Updating : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64 32/168 Updating : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64 33/168 Updating : perl-Term-UI-0.20-119.el6_1.1.x86_64 34/168 Updating : perl-File-Fetch-0.26-119.el6_1.1.x86_64 35/168 Updating : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64 36/168 Updating : postgresql-libs-8.4.9-1.el6_1.1.x86_64 37/168 Updating : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64 38/168 Updating : perl-Module-CoreList-2.18-119.el6_1.1.x86_64 39/168 Updating : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64 40/168 Updating : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64 41/168 Updating : freetype-2.3.11-6.el6_1.8.x86_64 42/168 Updating : dracut-004-53.el6_1.1.noarch 43/168 Updating : dracut-kernel-004-53.el6_1.1.noarch 44/168 Updating : perl-CPAN-1.9402-119.el6_1.1.x86_64 45/168 Updating : postgresql-8.4.9-1.el6_1.1.x86_64 46/168 Updating : postgresql-server-8.4.9-1.el6_1.1.x86_64 47/168 Updating : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64 48/168 Updating : perl-Test-Simple-0.92-119.el6_1.1.x86_64 49/168 Updating : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64 50/168 Updating : 1:qt-sqlite-4.6.2-17.el6_1.1.x86_64 51/168 Updating : 1:phonon-backend-gstreamer-4.6.2-17.el6_1.1.x86_64 52/168 Updating : 1:qt-x11-4.6.2-17.el6_1.1.x86_64 53/168 Updating : httpd-tools-2.2.15-9.el6_1.3.x86_64 54/168 Updating : httpd-2.2.15-9.el6_1.3.x86_64 55/168 Updating : 32:bind-libs-9.7.3-2.el6_1.P3.3.x86_64 56/168 Updating : 1:cups-libs-1.4.2-39.el6_1.1.x86_64 57/168 Updating : perl-Time-Piece-1.15-119.el6_1.1.x86_64 58/168 Updating : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64 59/168 Updating : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64 60/168 Updating : perl-CPANPLUS-0.88-119.el6_1.1.x86_64 61/168 Updating : 1:perl-parent-0.221-119.el6_1.1.x86_64 62/168 Updating : kernel-firmware-2.6.32-131.17.1.el6.noarch 63/168 Updating : tzdata-java-2011l-4.el6.noarch 64/168 Updating : 1:java-1.6.0-openjdk-1.6.0.0-1.40.1.9.10.el6_1.x86_64 65/168 Installing : kernel-2.6.32-131.17.1.el6.x86_64 66/168 Updating : perl-core-5.10.1-119.el6_1.1.x86_64 67/168 Updating : 1:cups-1.4.2-39.el6_1.1.x86_64 68/168 Updating : 32:bind-utils-9.7.3-2.el6_1.P3.3.x86_64 69/168 Updating : 1:mod_ssl-2.2.15-9.el6_1.3.x86_64 70/168 Updating : postgresql-plpython-8.4.9-1.el6_1.1.x86_64 71/168 Updating : kexec-tools-2.0.0-188.el6_1.2.x86_64 72/168 Updating : openldap-clients-2.4.23-15.el6_1.3.x86_64 73/168 Updating : openswan-2.6.32-4.el6_1.4.x86_64 74/168 Updating : nss-tools-3.12.10-2.el6_1.x86_64 75/168 Updating : krb5-pkinit-openssl-1.9-9.el6_1.2.x86_64 76/168 Updating : libssh2-1.2.2-7.el6_1.1.x86_64 77/168 Updating : krb5-workstation-1.9-9.el6_1.2.x86_64 78/168 Updating : perf-2.6.32-131.17.1.el6.x86_64 79/168 Updating : perl-CGI-3.51-119.el6_1.1.x86_64 80/168 Installing : kernel-devel-2.6.32-131.17.1.el6.x86_64 81/168 Updating : rsyslog-4.6.2-3.el6_1.4.x86_64 82/168 Updating : kernel-headers-2.6.32-131.17.1.el6.x86_64 83/168 Updating : tzdata-2011l-4.el6.noarch 84/168 Updating : yum-3.2.29-17.el6_1.1.noarch 85/168 Cleanup : perl-core-5.10.1-119.el6.x86_64 86/168 Cleanup : perl-CPANPLUS-0.88-119.el6.x86_64 87/168 Cleanup : 1:perl-Module-Build-0.3500-119.el6.x86_64 88/168 Cleanup : perl-Archive-Tar-1.58-119.el6.x86_64 89/168 Cleanup : 1:perl-Archive-Extract-0.38-119.el6.x86_64 90/168 Cleanup : perl-File-Fetch-0.26-119.el6.x86_64 91/168 Cleanup : perl-Term-UI-0.20-119.el6.x86_64 92/168 Cleanup : 1:perl-IPC-Cmd-0.56-119.el6.x86_64 93/168 Cleanup : perl-Module-Load-Conditional-0.30-119.el6.x86_64 94/168 Cleanup : perl-CPAN-1.9402-119.el6.x86_64 95/168 Cleanup : perl-Log-Message-Simple-0.04-119.el6.x86_64 96/168 Cleanup : 1:perl-Log-Message-0.02-119.el6.x86_64 97/168 Cleanup : 1:perl-IO-Zlib-1.09-119.el6.x86_64 98/168 Cleanup : perl-Compress-Zlib-2.020-119.el6.x86_64 99/168 Cleanup : perl-IO-Compress-Zlib-2.020-119.el6.x86_64 100/168 Cleanup : perl-Module-CoreList-2.18-119.el6.x86_64 101/168 Cleanup : 1:perl-Object-Accessor-0.34-119.el6.x86_64 102/168 Cleanup : 1:perl-Params-Check-0.26-119.el6.x86_64 103/168 Cleanup : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64 104/168 Cleanup : perl-ExtUtils-Embed-1.28-119.el6.x86_64 105/168 Cleanup : perl-Test-Simple-0.92-119.el6.x86_64 106/168 Cleanup : perl-Test-Harness-3.17-119.el6.x86_64 107/168 Cleanup : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64 108/168 Cleanup : 4:perl-devel-5.10.1-119.el6.x86_64 109/168 Cleanup : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64 110/168 Cleanup : perf-2.6.32-131.12.1.el6.x86_64 111/168 Cleanup : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64 112/168 Cleanup : perl-IO-Compress-Base-2.020-119.el6.x86_64 113/168 Cleanup : 1:perl-Module-Load-0.16-119.el6.x86_64 114/168 Cleanup : 1:perl-Package-Constants-0.02-119.el6.x86_64 115/168 Cleanup : 1:perl-Module-Loaded-0.02-119.el6.x86_64 116/168 Cleanup : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64 117/168 Cleanup : 1:perl-parent-0.221-119.el6.x86_64 118/168 Cleanup : perl-CGI-3.51-119.el6.x86_64 119/168 Cleanup : dracut-kernel-004-53.el6.noarch 120/168 Cleanup : kernel-firmware-2.6.32-131.12.1.el6.noarch 121/168 Cleanup : kernel-headers-2.6.32-131.12.1.el6.x86_64 122/168 Cleanup : tzdata-2011h-3.el6.noarch 123/168 Cleanup : yum-3.2.29-17.el6.noarch 124/168 Cleanup : openldap-clients-2.4.23-15.el6_1.1.x86_64 125/168 Cleanup : nss-tools-3.12.9-12.el6_1.x86_64 126/168 Cleanup : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64 127/168 Cleanup : openswan-2.6.32-4.el6_1.1.x86_64 128/168 Cleanup : 1:qt-x11-4.6.2-17.el6.x86_64 129/168 Cleanup : 1:phonon-backend-gstreamer-4.6.2-17.el6.x86_64 130/168 Cleanup : 1:cups-1.4.2-39.el6.x86_64 131/168 Cleanup : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64 132/168 Cleanup : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64 133/168 Cleanup : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64 134/168 Cleanup : 1:mod_ssl-2.2.15-9.el6_1.2.x86_64 135/168 Cleanup : httpd-2.2.15-9.el6_1.2.x86_64 136/168 Cleanup : httpd-tools-2.2.15-9.el6_1.2.x86_64 137/168 Cleanup : 1:cups-libs-1.4.2-39.el6.x86_64 138/168 Cleanup : 1:qt-sqlite-4.6.2-17.el6.x86_64 139/168 Cleanup : 1:qt-4.6.2-17.el6.x86_64 140/168 Cleanup : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64 141/168 Cleanup : 1:perl-Digest-SHA-5.47-119.el6.x86_64 142/168 Cleanup : perl-Time-Piece-1.15-119.el6.x86_64 143/168 Cleanup : 4:perl-Time-HiRes-1.9721-119.el6.x86_64 144/168 Cleanup : 1:perl-Module-Pluggable-3.90-119.el6.x86_64 145/168 Cleanup : 1:perl-Pod-Escapes-1.04-119.el6.x86_64 146/168 Cleanup : 1:perl-Pod-Simple-3.13-119.el6.x86_64 147/168 Cleanup : 3:perl-version-0.77-119.el6.x86_64 148/168 Cleanup : 4:perl-libs-5.10.1-119.el6.x86_64 149/168 Cleanup : 4:perl-5.10.1-119.el6.x86_64 150/168 Cleanup : libssh2-1.2.2-7.el6.x86_64 151/168 Cleanup : krb5-workstation-1.9-9.el6_1.1.x86_64 152/168 Cleanup : kexec-tools-2.0.0-188.el6.x86_64 153/168 Cleanup : postgresql-plpython-8.4.7-2.el6.x86_64 154/168 Cleanup : dracut-004-53.el6.noarch 155/168 Cleanup : tzdata-java-2011h-3.el6.noarch 156/168 Cleanup : postgresql-server-8.4.7-2.el6.x86_64 157/168 Cleanup : postgresql-8.4.7-2.el6.x86_64 158/168 Cleanup : postgresql-libs-8.4.7-2.el6.x86_64 159/168 Cleanup : openldap-2.4.23-15.el6_1.1.x86_64 160/168 Cleanup : nss-sysinit-3.12.9-12.el6_1.x86_64 161/168 Cleanup : nss-3.12.9-12.el6_1.x86_64 162/168 Cleanup : nss-util-3.12.9-1.el6.x86_64 163/168 Cleanup : openssl-1.0.0-10.el6_1.4.x86_64 164/168 Cleanup : krb5-libs-1.9-9.el6_1.1.x86_64 165/168 Cleanup : nspr-4.8.7-1.el6.x86_64 166/168 Cleanup : freetype-2.3.11-6.el6_1.6.x86_64 167/168 Cleanup : rsyslog-4.6.2-3.el6_1.2.x86_64 168/168 Installed: kernel.x86_64 0:2.6.32-131.17.1.el6 kernel-devel.x86_64 0:2.6.32-131.17.1.el6 Updated: bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 cups.x86_64 1:1.4.2-39.el6_1.1 cups-libs.x86_64 1:1.4.2-39.el6_1.1 dracut.noarch 0:004-53.el6_1.1 dracut-kernel.noarch 0:004-53.el6_1.1 freetype.x86_64 0:2.3.11-6.el6_1.8 httpd.x86_64 0:2.2.15-9.el6_1.3 httpd-tools.x86_64 0:2.2.15-9.el6_1.3 java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 kernel-firmware.noarch 0:2.6.32-131.17.1.el6 kernel-headers.x86_64 0:2.6.32-131.17.1.el6 kexec-tools.x86_64 0:2.0.0-188.el6_1.2 krb5-libs.x86_64 0:1.9-9.el6_1.2 krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 krb5-workstation.x86_64 0:1.9-9.el6_1.2 libssh2.x86_64 0:1.2.2-7.el6_1.1 mod_ssl.x86_64 1:2.2.15-9.el6_1.3 nspr.x86_64 0:4.8.8-1.el6_1 nss.x86_64 0:3.12.10-2.el6_1 nss-sysinit.x86_64 0:3.12.10-2.el6_1 nss-tools.x86_64 0:3.12.10-2.el6_1 nss-util.x86_64 0:3.12.10-1.el6_1 openldap.x86_64 0:2.4.23-15.el6_1.3 openldap-clients.x86_64 0:2.4.23-15.el6_1.3 openssl.x86_64 0:1.0.0-10.el6_1.5 openswan.x86_64 0:2.6.32-4.el6_1.4 perf.x86_64 0:2.6.32-131.17.1.el6 perl.x86_64 4:5.10.1-119.el6_1.1 perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 perl-CGI.x86_64 0:3.51-119.el6_1.1 perl-CPAN.x86_64 0:1.9402-119.el6_1.1 perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 perl-Log-Message.x86_64 1:0.02-119.el6_1.1 perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 perl-Module-Load.x86_64 1:0.16-119.el6_1.1 perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 perl-Params-Check.x86_64 1:0.26-119.el6_1.1 perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 perl-Term-UI.x86_64 0:0.20-119.el6_1.1 perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 perl-core.x86_64 0:5.10.1-119.el6_1.1 perl-devel.x86_64 4:5.10.1-119.el6_1.1 perl-libs.x86_64 4:5.10.1-119.el6_1.1 perl-parent.x86_64 1:0.221-119.el6_1.1 perl-version.x86_64 3:0.77-119.el6_1.1 phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 postgresql.x86_64 0:8.4.9-1.el6_1.1 postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 postgresql-server.x86_64 0:8.4.9-1.el6_1.1 qt.x86_64 1:4.6.2-17.el6_1.1 qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 qt-x11.x86_64 1:4.6.2-17.el6_1.1 rsyslog.x86_64 0:4.6.2-3.el6_1.4 tzdata.noarch 0:2011l-4.el6 tzdata-java.noarch 0:2011l-4.el6 yum.noarch 0:3.2.29-17.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 5 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited 1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: dd356958ca9c4e779f7fac13dde3c1b5 EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: cannot access /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/xvde1 15000M resize2fs 1.41.12 (17-May-2010) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-38-58.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-6ea2335e , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : D5Ix3klEAS50VjXmn1XPOd+xehSdaD4OVnk12wOwxLZjCJ0h70eVLS0unEPqZXXh7HODXTtsLzOL CCNMTOLlWuwPJegFbRVs7CkM2f4UrYNtKek3bV+MhLOFCPuMRvpvXEFkzqx0RDcSxmfirFxyZKtG n6nGL35e3cardkvc5ek= This is a Hourly image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_c1.xlarge ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-31-53.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-5aa2336a , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : WjCZp3TTo8yq+L4wNYG7IG1YWaLVia+hLCiPQtoqYfvHK8dM+9YWJAfyuKFnC8lj+8W4CG4Mto81 YmftZNtfRN403SRdQ94QmJUKzT89UJHYZTvgAV/rWjtFewYXT7KdFoUC2zA+1T2BceuLdwOhPlvE P93/RvCC94ut/n1rFYE= This is a Hourly image /root/valid/src ip-10-252-2-62 Red Hat Enterprise Linux Server release 6.1 (Santiago) ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.12.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.12.1.el6 EXPECTED RESULT: 2.6.32-131.12.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.12.1.el6 RESULT: title RHEL-6.1-Starter-EBS-x86_64-7 (2.6.32-131.12.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=LABEL=_/ initrd /boot/initramfs-2.6.32-131.12.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Format ... ###################################################################################### mount | grep /dev/xvde1 | awk '{ print }' COMMAND: echo ext4 RESULT: ext4 EXPECTED RESULT: ext4 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Partition Size ... ###################################################################################### size=5904752 COMMAND: echo true RESULT: true EXPECTED RESULT: true RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify turning on/off swap file ... ###################################################################################### ###################################################################################### # NEW TEST: ## Verify swap size ... ###################################################################################### no swap for x86_64 is expected ###################################################################################### # NEW TEST: ## /sbin/getenforce ... ###################################################################################### COMMAND: /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUX enforcing ... ###################################################################################### COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: enforcing EXPECTED RESULT: enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify SELINUXTYPE targeted ... ###################################################################################### COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2 RESULT: targeted EXPECTED RESULT: targeted RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Permissive ... ###################################################################################### COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce RESULT: Permissive EXPECTED RESULT: Permissive RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Flip Selinux Enforcing ... ###################################################################################### COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce RESULT: Enforcing EXPECTED RESULT: Enforcing RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no missing packages ... ###################################################################################### COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp RETURN CODE: 0 COMMAND: comm -23 packages_61 /tmp/rpmqa RETURN CODE: 0 COUNT = 0 COMMAND: echo test passed RESULT: test passed EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify RPMs ... ###################################################################################### ....L.... c /etc/pam.d/fingerprint-auth ....L.... c /etc/pam.d/password-auth ....L.... c /etc/pam.d/smartcard-auth ....L.... c /etc/pam.d/system-auth .M....... /var/cache/yum S file Size differs M Mode differs (includes permissions and file type) 5 MD5 sum differs D Device major/minor number mismatch L readLink(2) path mismatch U User ownership differs G Group ownership differs T mTime differs COMMAND: cat /tmp/rpmqaV.txt | wc -l RESULT: 5 EXPECTED RESULT: 5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify Version 2 ... ###################################################################################### COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2 RESULT: 6.1 EXPECTED RESULT: 6.1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify packager ... ###################################################################################### COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS crash-trace-commandPackager : Lai Jiangshan <laijs.com> ###################################################################################### # NEW TEST: ## Verify GPG checking ... ###################################################################################### COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify GPG Keys ... ###################################################################################### COMMAND: rpm -qa gpg-pubkey* | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1 RESULT: gpg-pubkey-fd431d51-4ae0493b EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b RETURN CODE: 0 PASS COMMAND: rpm -qa gpg-pubkey* | sort -f | head -n 1 RESULT: gpg-pubkey-2fa658e0-45700c69 EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List the configured repositories... ###################################################################################### COMMAND: /usr/bin/yum repolist RESULT: Loaded plugins: amazon-id, rhui-lb, security repo id repo name status rhui-us-west-2-client-config-server-6 Red Hat Update Infrastructur 0 rhui-us-west-2-rhel-server-releases Red Hat Enterprise Linux Ser 5,586 rhui-us-west-2-rhel-server-releases-optional Red Hat Enterprise Linux Ser 3,660 repolist: 9,246 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Search zsh... ###################################################################################### COMMAND: /usr/bin/yum search zsh RESULT: Loaded plugins: amazon-id, rhui-lb, security =============================== N/S Matched: zsh =============================== python-twisted-core-zsh.x86_64 : Tab completion for Zsh and Twisted Core zsh-html.x86_64 : Zsh shell manual in html format zsh.x86_64 : A powerful interactive shell Name and summary matches only, use "search all" for everything. EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## install zsh ... ###################################################################################### COMMAND: /usr/bin/yum -y install zsh Warning: RPMDB altered outside of yum. RETURN CODE: 0 COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh RESULT: zsh EXPECTED RESULT: zsh RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## List available groups.. ###################################################################################### COMMAND: /usr/bin/yum grouplist RESULT: Loaded plugins: amazon-id, rhui-lb, security Setting up Group Process Installed Groups: Additional Development Base Compatibility libraries Console internet tools Desktop Platform Directory Client E-mail server Fonts Graphical Administration Tools Hardware monitoring utilities Java Platform Large Systems Performance Legacy UNIX compatibility Legacy X Window System compatibility Network file system client Networking Tools Performance Tools Perl Support PostgreSQL Database client PostgreSQL Database server SNMP Support Scientific support Server Platform Smart card support System administration tools Web Server Installed Language Groups: Arabic Support [ar] Armenian Support [hy] French Support [fr] Georgian Support [ka] Hebrew Support [he] Inuktitut Support [iu] Italian Support [it] Japanese Support [ja] Korean Support [ko] Lao Support [lo] Polish Support [pl] Russian Support [ru] Spanish Support [es] Tajik Support [tg] Available Groups: Backup Client Backup Server CIFS file server Client management tools Debugging Tools Desktop Desktop Debugging and Performance Tools Desktop Platform Development Development tools Dial-up Networking Support Directory Server Eclipse Emacs Enterprise Identity Server Base FCoE Storage Client FTP server General Purpose Desktop Graphics Creation Tools Infiniband Support Input Methods Internet Applications Internet Browser KDE Desktop Mainframe Access Messaging Client Support MySQL Database client MySQL Database server NFS file server Network Infrastructure Server Network Storage Server Office Suite and Productivity PHP Support Print Server Printing client Remote Desktop Clients Security Tools Server Platform Development Somali Support Storage Availability Tools System Management Systems Management Messaging Server support TeX support Technical Writing TurboGears application framework Virtualization Virtualization Client Virtualization Platform Virtualization Tools Web Servlet Engine Web-Based Enterprise Management X Window System iSCSI Storage Client Available Language Groups: Afrikaans Support [af] Albanian Support [sq] Amazigh Support [ber] Assamese Support [as] Azerbaijani Support [az] Basque Support [eu] Belarusian Support [be] Bengali Support [bn] Bhutanese Support [dz] Brazilian Portuguese Support [pt_BR] Breton Support [br] Bulgarian Support [bg] Catalan Support [ca] Chhattisgarhi Support [hne] Chichewa Support [ny] Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] Esperanto Support [eo] Estonian Support [et] Ethiopic Support [am] Faroese Support [fo] Fijian Support [fj] Filipino Support [fil] Finnish Support [fi] Frisian Support [fy] Friulian Support [fur] Gaelic Support [gd] Galician Support [gl] German Support [de] Greek Support [el] Gujarati Support [gu] Hiligaynon Support [hil] Hindi Support [hi] Hungarian Support [hu] Icelandic Support [is] Indonesian Support [id] Interlingua Support [ia] Irish Support [ga] Kannada Support [kn] Kashmiri Support [ks] Kashubian Support [csb] Kazakh Support [kk] Khmer Support [km] Kinyarwanda Support [rw] Konkani Support [kok] Kurdish Support [ku] Latin Support [la] Latvian Support [lv] Lithuanian Support [lt] Low Saxon Support [nds] Luxembourgish Support [lb] Macedonian Support [mk] Maithili Support [mai] Malagasy Support [mg] Malay Support [ms] Malayalam Support [ml] Maltese Support [mt] Manx Support [gv] Maori Support [mi] Marathi Support [mr] Mongolian Support [mn] Myanmar (Burmese) Support [my] Nepali Support [ne] Northern Sotho Support [nso] Norwegian Support [nb] Occitan Support [oc] Oriya Support [or] Persian Support [fa] Portuguese Support [pt] Punjabi Support [pa] Romanian Support [ro] Sanskrit Support [sa] Sardinian Support [sc] Serbian Support [sr] Sindhi Support [sd] Sinhala Support [si] Slovak Support [sk] Slovenian Support [sl] Southern Ndebele Support [nr] Southern Sotho Support [st] Swahili Support [sw] Swati Support [ss] Swedish Support [sv] Tagalog Support [tl] Tamil Support [ta] Telugu Support [te] Tetum Support [tet] Thai Support [th] Tibetan Support [bo] Tsonga Support [ts] Tswana Support [tn] Turkish Support [tr] Turkmen Support [tk] Ukrainian Support [uk] Upper Sorbian Support [hsb] Urdu Support [ur] Uzbek Support [uz] Venda Support [ve] Vietnamese Support [vi] Walloon Support [wa] Welsh Support [cy] Xhosa Support [xh] Zulu Support [zu] Done EXPECTED RESULT: RETURN CODE: 0
postgresql-libs x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 198 k postgresql-plpython x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 54 k postgresql-server x86_64 8.4.9-1.el6_1.1 rhui-us-west-2-rhel-server-releases 3.3 M qt x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 4.0 M qt-sqlite x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 50 k qt-x11 x86_64 1:4.6.2-17.el6_1.1 rhui-us-west-2-rhel-server-releases 12 M rsyslog x86_64 4.6.2-3.el6_1.4 rhui-us-west-2-rhel-server-releases 450 k tzdata noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 437 k tzdata-java noarch 2011l-4.el6 rhui-us-west-2-rhel-server-releases 152 k yum noarch 3.2.29-17.el6_1.1 rhui-us-west-2-rhel-server-releases 976 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 83 Package(s) Total download size: 110 M Downloading Packages: -------------------------------------------------------------------------------- Total 7.2 MB/s | 110 MB 00:15 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64 1/168 Updating : 3:perl-version-0.77-119.el6_1.1.x86_64 2/168 Updating : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64 3/168 Updating : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 4/168 Updating : 4:perl-libs-5.10.1-119.el6_1.1.x86_64 5/168 Updating : 4:perl-5.10.1-119.el6_1.1.x86_64 6/168 Updating : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64 7/168 Updating : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64 8/168 Updating : krb5-libs-1.9-9.el6_1.2.x86_64 9/168 Updating : openssl-1.0.0-10.el6_1.5.x86_64 10/168 Updating : nspr-4.8.8-1.el6_1.x86_64 11/168 Updating : nss-util-3.12.10-1.el6_1.x86_64 12/168 Updating : nss-sysinit-3.12.10-2.el6_1.x86_64 13/168 Updating : nss-3.12.10-2.el6_1.x86_64 14/168 Updating : openldap-2.4.23-15.el6_1.3.x86_64 15/168 Updating : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64 16/168 Updating : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64 17/168 Updating : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64 18/168 Updating : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64 19/168 Updating : 1:qt-4.6.2-17.el6_1.1.x86_64 20/168 Updating : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64 21/168 Updating : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64 22/168 Updating : perl-Test-Harness-3.17-119.el6_1.1.x86_64 23/168 Updating : 4:perl-devel-5.10.1-119.el6_1.1.x86_64 24/168 Updating : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64 25/168 Updating : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64 26/168 Updating : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64 27/168 Updating : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64 28/168 Updating : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64 29/168 Updating : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64 30/168 Updating : perl-Archive-Tar-1.58-119.el6_1.1.x86_64 31/168 Updating : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64 32/168 Updating : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64 33/168 Updating : perl-Term-UI-0.20-119.el6_1.1.x86_64 34/168 Updating : perl-File-Fetch-0.26-119.el6_1.1.x86_64 35/168 Updating : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64 36/168 Updating : postgresql-libs-8.4.9-1.el6_1.1.x86_64 37/168 Updating : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64 38/168 Updating : perl-Module-CoreList-2.18-119.el6_1.1.x86_64 39/168 Updating : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64 40/168 Updating : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64 41/168 Updating : freetype-2.3.11-6.el6_1.8.x86_64 42/168 Updating : dracut-004-53.el6_1.1.noarch 43/168 Updating : dracut-kernel-004-53.el6_1.1.noarch 44/168 Updating : perl-CPAN-1.9402-119.el6_1.1.x86_64 45/168 Updating : postgresql-8.4.9-1.el6_1.1.x86_64 46/168 Updating : postgresql-server-8.4.9-1.el6_1.1.x86_64 47/168 Updating : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64 48/168 Updating : perl-Test-Simple-0.92-119.el6_1.1.x86_64 49/168 Updating : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64 50/168 Updating : 1:qt-sqlite-4.6.2-17.el6_1.1.x86_64 51/168 Updating : 1:phonon-backend-gstreamer-4.6.2-17.el6_1.1.x86_64 52/168 Updating : 1:qt-x11-4.6.2-17.el6_1.1.x86_64 53/168 Updating : httpd-tools-2.2.15-9.el6_1.3.x86_64 54/168 Updating : httpd-2.2.15-9.el6_1.3.x86_64 55/168 Updating : 32:bind-libs-9.7.3-2.el6_1.P3.3.x86_64 56/168 Updating : 1:cups-libs-1.4.2-39.el6_1.1.x86_64 57/168 Updating : perl-Time-Piece-1.15-119.el6_1.1.x86_64 58/168 Updating : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64 59/168 Updating : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64 60/168 Updating : perl-CPANPLUS-0.88-119.el6_1.1.x86_64 61/168 Updating : 1:perl-parent-0.221-119.el6_1.1.x86_64 62/168 Updating : kernel-firmware-2.6.32-131.17.1.el6.noarch 63/168 Updating : tzdata-java-2011l-4.el6.noarch 64/168 Updating : 1:java-1.6.0-openjdk-1.6.0.0-1.40.1.9.10.el6_1.x86_64 65/168 Installing : kernel-2.6.32-131.17.1.el6.x86_64 66/168 Updating : perl-core-5.10.1-119.el6_1.1.x86_64 67/168 Updating : 1:cups-1.4.2-39.el6_1.1.x86_64 68/168 Updating : 32:bind-utils-9.7.3-2.el6_1.P3.3.x86_64 69/168 Updating : 1:mod_ssl-2.2.15-9.el6_1.3.x86_64 70/168 Updating : postgresql-plpython-8.4.9-1.el6_1.1.x86_64 71/168 Updating : kexec-tools-2.0.0-188.el6_1.2.x86_64 72/168 Updating : openldap-clients-2.4.23-15.el6_1.3.x86_64 73/168 Updating : openswan-2.6.32-4.el6_1.4.x86_64 74/168 Updating : nss-tools-3.12.10-2.el6_1.x86_64 75/168 Updating : krb5-pkinit-openssl-1.9-9.el6_1.2.x86_64 76/168 Updating : libssh2-1.2.2-7.el6_1.1.x86_64 77/168 Updating : krb5-workstation-1.9-9.el6_1.2.x86_64 78/168 Updating : perf-2.6.32-131.17.1.el6.x86_64 79/168 Updating : perl-CGI-3.51-119.el6_1.1.x86_64 80/168 Installing : kernel-devel-2.6.32-131.17.1.el6.x86_64 81/168 Updating : rsyslog-4.6.2-3.el6_1.4.x86_64 82/168 Updating : kernel-headers-2.6.32-131.17.1.el6.x86_64 83/168 Updating : tzdata-2011l-4.el6.noarch 84/168 Updating : yum-3.2.29-17.el6_1.1.noarch 85/168 Cleanup : perl-core-5.10.1-119.el6.x86_64 86/168 Cleanup : perl-CPANPLUS-0.88-119.el6.x86_64 87/168 Cleanup : 1:perl-Module-Build-0.3500-119.el6.x86_64 88/168 Cleanup : perl-Archive-Tar-1.58-119.el6.x86_64 89/168 Cleanup : 1:perl-Archive-Extract-0.38-119.el6.x86_64 90/168 Cleanup : perl-File-Fetch-0.26-119.el6.x86_64 91/168 Cleanup : perl-Term-UI-0.20-119.el6.x86_64 92/168 Cleanup : 1:perl-IPC-Cmd-0.56-119.el6.x86_64 93/168 Cleanup : perl-Module-Load-Conditional-0.30-119.el6.x86_64 94/168 Cleanup : perl-CPAN-1.9402-119.el6.x86_64 95/168 Cleanup : perl-Log-Message-Simple-0.04-119.el6.x86_64 96/168 Cleanup : 1:perl-Log-Message-0.02-119.el6.x86_64 97/168 Cleanup : 1:perl-IO-Zlib-1.09-119.el6.x86_64 98/168 Cleanup : perl-Compress-Zlib-2.020-119.el6.x86_64 99/168 Cleanup : perl-IO-Compress-Zlib-2.020-119.el6.x86_64 100/168 Cleanup : perl-Module-CoreList-2.18-119.el6.x86_64 101/168 Cleanup : 1:perl-Object-Accessor-0.34-119.el6.x86_64 102/168 Cleanup : 1:perl-Params-Check-0.26-119.el6.x86_64 103/168 Cleanup : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64 104/168 Cleanup : perl-ExtUtils-Embed-1.28-119.el6.x86_64 105/168 Cleanup : perl-Test-Simple-0.92-119.el6.x86_64 106/168 Cleanup : perl-Test-Harness-3.17-119.el6.x86_64 107/168 Cleanup : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64 108/168 Cleanup : 4:perl-devel-5.10.1-119.el6.x86_64 109/168 Cleanup : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64 110/168 Cleanup : perf-2.6.32-131.12.1.el6.x86_64 111/168 Cleanup : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64 112/168 Cleanup : perl-IO-Compress-Base-2.020-119.el6.x86_64 113/168 Cleanup : 1:perl-Module-Load-0.16-119.el6.x86_64 114/168 Cleanup : 1:perl-Package-Constants-0.02-119.el6.x86_64 115/168 Cleanup : 1:perl-Module-Loaded-0.02-119.el6.x86_64 116/168 Cleanup : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64 117/168 Cleanup : 1:perl-parent-0.221-119.el6.x86_64 118/168 Cleanup : perl-CGI-3.51-119.el6.x86_64 119/168 Cleanup : dracut-kernel-004-53.el6.noarch 120/168 Cleanup : kernel-firmware-2.6.32-131.12.1.el6.noarch 121/168 Cleanup : kernel-headers-2.6.32-131.12.1.el6.x86_64 122/168 Cleanup : tzdata-2011h-3.el6.noarch 123/168 Cleanup : yum-3.2.29-17.el6.noarch 124/168 Cleanup : openldap-clients-2.4.23-15.el6_1.1.x86_64 125/168 Cleanup : nss-tools-3.12.9-12.el6_1.x86_64 126/168 Cleanup : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64 127/168 Cleanup : openswan-2.6.32-4.el6_1.1.x86_64 128/168 Cleanup : 1:qt-x11-4.6.2-17.el6.x86_64 129/168 Cleanup : 1:phonon-backend-gstreamer-4.6.2-17.el6.x86_64 130/168 Cleanup : 1:cups-1.4.2-39.el6.x86_64 131/168 Cleanup : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64 132/168 Cleanup : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64 133/168 Cleanup : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64 134/168 Cleanup : 1:mod_ssl-2.2.15-9.el6_1.2.x86_64 135/168 Cleanup : httpd-2.2.15-9.el6_1.2.x86_64 136/168 Cleanup : httpd-tools-2.2.15-9.el6_1.2.x86_64 137/168 Cleanup : 1:cups-libs-1.4.2-39.el6.x86_64 138/168 Cleanup : 1:qt-sqlite-4.6.2-17.el6.x86_64 139/168 Cleanup : 1:qt-4.6.2-17.el6.x86_64 140/168 Cleanup : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64 141/168 Cleanup : 1:perl-Digest-SHA-5.47-119.el6.x86_64 142/168 Cleanup : perl-Time-Piece-1.15-119.el6.x86_64 143/168 Cleanup : 4:perl-Time-HiRes-1.9721-119.el6.x86_64 144/168 Cleanup : 1:perl-Module-Pluggable-3.90-119.el6.x86_64 145/168 Cleanup : 1:perl-Pod-Escapes-1.04-119.el6.x86_64 146/168 Cleanup : 1:perl-Pod-Simple-3.13-119.el6.x86_64 147/168 Cleanup : 3:perl-version-0.77-119.el6.x86_64 148/168 Cleanup : 4:perl-libs-5.10.1-119.el6.x86_64 149/168 Cleanup : 4:perl-5.10.1-119.el6.x86_64 150/168 Cleanup : libssh2-1.2.2-7.el6.x86_64 151/168 Cleanup : krb5-workstation-1.9-9.el6_1.1.x86_64 152/168 Cleanup : kexec-tools-2.0.0-188.el6.x86_64 153/168 Cleanup : postgresql-plpython-8.4.7-2.el6.x86_64 154/168 Cleanup : dracut-004-53.el6.noarch 155/168 Cleanup : tzdata-java-2011h-3.el6.noarch 156/168 Cleanup : postgresql-server-8.4.7-2.el6.x86_64 157/168 Cleanup : postgresql-8.4.7-2.el6.x86_64 158/168 Cleanup : postgresql-libs-8.4.7-2.el6.x86_64 159/168 Cleanup : openldap-2.4.23-15.el6_1.1.x86_64 160/168 Cleanup : nss-sysinit-3.12.9-12.el6_1.x86_64 161/168 Cleanup : nss-3.12.9-12.el6_1.x86_64 162/168 Cleanup : nss-util-3.12.9-1.el6.x86_64 163/168 Cleanup : openssl-1.0.0-10.el6_1.4.x86_64 164/168 Cleanup : krb5-libs-1.9-9.el6_1.1.x86_64 165/168 Cleanup : nspr-4.8.7-1.el6.x86_64 166/168 Cleanup : freetype-2.3.11-6.el6_1.6.x86_64 167/168 Cleanup : rsyslog-4.6.2-3.el6_1.2.x86_64 168/168 Installed: kernel.x86_64 0:2.6.32-131.17.1.el6 kernel-devel.x86_64 0:2.6.32-131.17.1.el6 Updated: bind-libs.x86_64 32:9.7.3-2.el6_1.P3.3 bind-utils.x86_64 32:9.7.3-2.el6_1.P3.3 cups.x86_64 1:1.4.2-39.el6_1.1 cups-libs.x86_64 1:1.4.2-39.el6_1.1 dracut.noarch 0:004-53.el6_1.1 dracut-kernel.noarch 0:004-53.el6_1.1 freetype.x86_64 0:2.3.11-6.el6_1.8 httpd.x86_64 0:2.2.15-9.el6_1.3 httpd-tools.x86_64 0:2.2.15-9.el6_1.3 java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.40.1.9.10.el6_1 kernel-firmware.noarch 0:2.6.32-131.17.1.el6 kernel-headers.x86_64 0:2.6.32-131.17.1.el6 kexec-tools.x86_64 0:2.0.0-188.el6_1.2 krb5-libs.x86_64 0:1.9-9.el6_1.2 krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.2 krb5-workstation.x86_64 0:1.9-9.el6_1.2 libssh2.x86_64 0:1.2.2-7.el6_1.1 mod_ssl.x86_64 1:2.2.15-9.el6_1.3 nspr.x86_64 0:4.8.8-1.el6_1 nss.x86_64 0:3.12.10-2.el6_1 nss-sysinit.x86_64 0:3.12.10-2.el6_1 nss-tools.x86_64 0:3.12.10-2.el6_1 nss-util.x86_64 0:3.12.10-1.el6_1 openldap.x86_64 0:2.4.23-15.el6_1.3 openldap-clients.x86_64 0:2.4.23-15.el6_1.3 openssl.x86_64 0:1.0.0-10.el6_1.5 openswan.x86_64 0:2.6.32-4.el6_1.4 perf.x86_64 0:2.6.32-131.17.1.el6 perl.x86_64 4:5.10.1-119.el6_1.1 perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 perl-CGI.x86_64 0:3.51-119.el6_1.1 perl-CPAN.x86_64 0:1.9402-119.el6_1.1 perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 perl-Log-Message.x86_64 1:0.02-119.el6_1.1 perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 perl-Module-Load.x86_64 1:0.16-119.el6_1.1 perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 perl-Params-Check.x86_64 1:0.26-119.el6_1.1 perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 perl-Term-UI.x86_64 0:0.20-119.el6_1.1 perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 perl-core.x86_64 0:5.10.1-119.el6_1.1 perl-devel.x86_64 4:5.10.1-119.el6_1.1 perl-libs.x86_64 4:5.10.1-119.el6_1.1 perl-parent.x86_64 1:0.221-119.el6_1.1 perl-version.x86_64 3:0.77-119.el6_1.1 phonon-backend-gstreamer.x86_64 1:4.6.2-17.el6_1.1 postgresql.x86_64 0:8.4.9-1.el6_1.1 postgresql-libs.x86_64 0:8.4.9-1.el6_1.1 postgresql-plpython.x86_64 0:8.4.9-1.el6_1.1 postgresql-server.x86_64 0:8.4.9-1.el6_1.1 qt.x86_64 1:4.6.2-17.el6_1.1 qt-sqlite.x86_64 1:4.6.2-17.el6_1.1 qt-x11.x86_64 1:4.6.2-17.el6_1.1 rsyslog.x86_64 0:4.6.2-3.el6_1.4 tzdata.noarch 0:2011l-4.el6 tzdata-java.noarch 0:2011l-4.el6 yum.noarch 0:3.2.29-17.el6_1.1 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 5 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited 1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: dd356958ca9c4e779f7fac13dde3c1b5 EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: cannot access /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/xvde1 15000M resize2fs 1.41.12 (17-May-2010) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-31-53.us-west-2.compute.amazonaws.com with Image Id : ami-1ef27f2e, is launched with Instance Id : i-5aa2336a , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : WjCZp3TTo8yq+L4wNYG7IG1YWaLVia+hLCiPQtoqYfvHK8dM+9YWJAfyuKFnC8lj+8W4CG4Mto81 YmftZNtfRN403SRdQ94QmJUKzT89UJHYZTvgAV/rWjtFewYXT7KdFoUC2zA+1T2BceuLdwOhPlvE P93/RvCC94ut/n1rFYE= This is a Hourly image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m1.xlarge ###### TEST KERNEL AFTER REBOOT #### ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.17.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.17.1.el6 EXPECTED RESULT: 2.6.32-131.17.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.17.1.el6 RESULT: title Red Hat Enterprise Linux Server (2.6.32-131.17.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.17.1.el6.x86_64 ro root=LABEL=_/ crashkernel=auto LANG=en_US.UTF-8 KEYTABLE=us initrd /boot/initramfs-2.6.32-131.17.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ##Verify memory match hwp ... ###################################################################################### cat /proc/meminfo | grep MemTotal: | awk '{print }' FOUND MEMORY OF 15371980 > hwp MEMORY of 15000000 COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS hostname ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m2.xlarge ###### TEST KERNEL AFTER REBOOT #### ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.17.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.17.1.el6 EXPECTED RESULT: 2.6.32-131.17.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.17.1.el6 RESULT: title Red Hat Enterprise Linux Server (2.6.32-131.17.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.17.1.el6.x86_64 ro root=LABEL=_/ crashkernel=auto LANG=en_US.UTF-8 KEYTABLE=us initrd /boot/initramfs-2.6.32-131.17.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ##Verify memory match hwp ... ###################################################################################### cat /proc/meminfo | grep MemTotal: | awk '{print }' FOUND MEMORY OF 17524476 > hwp MEMORY of 17100000 COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS hostname ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m1.large ###### TEST KERNEL AFTER REBOOT #### ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.17.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.17.1.el6 EXPECTED RESULT: 2.6.32-131.17.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.17.1.el6 RESULT: title Red Hat Enterprise Linux Server (2.6.32-131.17.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.17.1.el6.x86_64 ro root=LABEL=_/ crashkernel=auto LANG=en_US.UTF-8 KEYTABLE=us initrd /boot/initramfs-2.6.32-131.17.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ##Verify memory match hwp ... ###################################################################################### cat /proc/meminfo | grep MemTotal: | awk '{print }' FOUND MEMORY OF 7646380 > hwp MEMORY of 7500000 COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS hostname ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m2.2xlarge ###### TEST KERNEL AFTER REBOOT #### ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.17.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.17.1.el6 EXPECTED RESULT: 2.6.32-131.17.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.17.1.el6 RESULT: title Red Hat Enterprise Linux Server (2.6.32-131.17.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.17.1.el6.x86_64 ro root=LABEL=_/ crashkernel=auto LANG=en_US.UTF-8 KEYTABLE=us initrd /boot/initramfs-2.6.32-131.17.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ##Verify memory match hwp ... ###################################################################################### cat /proc/meminfo | grep MemTotal: | awk '{print }' FOUND MEMORY OF 35128172 > hwp MEMORY of 34200000 COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS hostname ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_m2.4xlarge ###### TEST KERNEL AFTER REBOOT #### ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.17.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.17.1.el6 EXPECTED RESULT: 2.6.32-131.17.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.17.1.el6 RESULT: title Red Hat Enterprise Linux Server (2.6.32-131.17.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.17.1.el6.x86_64 ro root=LABEL=_/ crashkernel=auto LANG=en_US.UTF-8 KEYTABLE=us initrd /boot/initramfs-2.6.32-131.17.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ##Verify memory match hwp ... ###################################################################################### cat /proc/meminfo | grep MemTotal: | awk '{print }' FOUND MEMORY OF 70337360 > hwp MEMORY of 68400000 COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS hostname ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
IMAGE ID= ami-1ef27f2e_us-west-2_c1.xlarge ###### TEST KERNEL AFTER REBOOT #### ###################################################################################### # NEW TEST: ## Verify disabled yum plugin ... ###################################################################################### COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq RESULT: 0 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify kernel name ... ###################################################################################### COMMAND: /bin/uname -s RESULT: Linux EXPECTED RESULT: Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest installed kernel is running ... ###################################################################################### RHEL VERSION IS 6 LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 | cut -c 8-60 | cut -d ' ' -f 1 CURRENT_UNAME_KERNAL_VERSION=2.6.32-131.17.1.el6 assert latest rpm kernel = uname -r COMMAND: uname -r | sed 's/\(.*\)......./\1/' RESULT: 2.6.32-131.17.1.el6 EXPECTED RESULT: 2.6.32-131.17.1.el6 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... ###################################################################################### COMMAND: cat /boot/grub/menu.lst | grep 2.6.32-131.17.1.el6 RESULT: title Red Hat Enterprise Linux Server (2.6.32-131.17.1.el6.x86_64) kernel /boot/vmlinuz-2.6.32-131.17.1.el6.x86_64 ro root=LABEL=_/ crashkernel=auto LANG=en_US.UTF-8 KEYTABLE=us initrd /boot/initramfs-2.6.32-131.17.1.el6.x86_64.img EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify operating system ... ###################################################################################### COMMAND: /bin/uname -o RESULT: GNU/Linux EXPECTED RESULT: GNU/Linux RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel ... ###################################################################################### COMMAND: ls /etc/sysconfig/kernel RESULT: /etc/sysconfig/kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes RESULT: UPDATEDEFAULT=yes EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... ###################################################################################### COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel RESULT: DEFAULTKERNEL=kernel EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ##Verify memory match hwp ... ###################################################################################### cat /proc/meminfo | grep MemTotal: | awk '{print }' FOUND MEMORY OF 7130608 > hwp MEMORY of 7000000 COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS hostname ###################################################################################### # NEW TEST: The selected image has the version RHEL 6.1 ###################################################################################### ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ######################################################################################
closing old bugs