Bug 772007 - ami-e62df2fb 5.6 x86_64 sa-east-1
Summary: ami-e62df2fb 5.6 x86_64 sa-east-1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Cloud Image Validation
Classification: Red Hat
Component: images
Version: RHEL5.6
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: wes hayutin
QA Contact: mkovacik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-05 16:19 UTC by mkovacik
Modified: 2012-06-13 11:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-13 11:38:35 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description mkovacik 2012-01-05 16:19:22 UTC

Comment 1 mkovacik 2012-01-05 16:32:19 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-134-121.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-248-15-71
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-134-121.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 15728640 > hwp MEMORY of 15000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-15-71
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 2 mkovacik 2012-01-05 16:32:23 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 3 mkovacik 2012-01-05 16:34:38 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_t1.micro
######################################################################################
# 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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-158-41.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-252-19-69
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-158-41.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 629760 > hwp MEMORY of 600000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-252-19-69
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 4 mkovacik 2012-01-05 16:34:52 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 5 mkovacik 2012-01-05 16:35:41 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-136-95.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-252-5-106
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-136-95.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 7864320 > hwp MEMORY of 7500000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-252-5-106
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 6 mkovacik 2012-01-05 16:36:33 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 7 mkovacik 2012-01-05 16:37:14 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-143-117.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-252-7-155
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-143-117.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 17920000 > hwp MEMORY of 17100000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-252-7-155
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 8 mkovacik 2012-01-05 16:37:43 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 9 mkovacik 2012-01-05 16:38:14 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-141-235.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-248-10-141
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-141-235.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 35840000 > hwp MEMORY of 34200000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-10-141
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 10 mkovacik 2012-01-05 16:38:21 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 11 mkovacik 2012-01-05 16:39:26 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-139-174.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-248-10-47
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-139-174.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 71680000 > hwp MEMORY of 68400000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-10-47
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 12 mkovacik 2012-01-05 16:39:38 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 15728640 > 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 5.6
######################################################################################

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 13 mkovacik 2012-01-05 16:40:52 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 14 mkovacik 2012-01-05 16:41:19 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-133-32.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
/root/valid/src
ip-10-248-4-212
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
Verifying the Architecture
COMMAND:  echo 0
RESULT: 0 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
0
This Host => ec2-177-71-133-32.sa-east-1.compute.amazonaws.com with Image Id : , is launched with Instance Id :  , Instance Type :  and Arch :  in the Region : 
The Validate Signature is : 
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 7340032 > hwp MEMORY of 7000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-4-212
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...

Comment 15 mkovacik 2012-01-05 16:41:30 UTC
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Checking for new repos for mirrors 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Setting up Group Process Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com Checking for new repos for mirrors
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## Verify package removal ... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui2-cds01.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
https://rhui2-cds02.sa-east-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/5/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-sa-east-1-client-config-server-5. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, rhui-lb, security Loading mirror speeds from cached hostfile bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com bugzilla bugzilla-command charlie cmd.sh disk_partitions error_testlib_test_swap.txt getAmiDetails.py getAmiDetails_withCSV.py image_validation_postreboot.sh image_validation.sh image_validation.sh~ log nohup.out out packages packages_5 packages_6 packages_61 packages_62 rebootAmi.py rhui_lib.py rhui_lib.pyc rpm.out rpm.out.sorted rpmVerifyTable swap_partitions test1.csv test2.csv test_5.8.csv testAMIsFromCSV.py testlib.sh testlib.sh~ test.log test.py test_sa.csv validate.log validation.cfg rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
######################################################################################
# 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

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 16 mkovacik 2012-01-05 16:42:54 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_t1.micro
###### 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 629760 > hwp MEMORY of 600000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 17 mkovacik 2012-01-05 16:45:37 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 17920000 > 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 5.6
######################################################################################

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 18 mkovacik 2012-01-05 16:46:33 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 35840000 > 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 5.6
######################################################################################

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 19 mkovacik 2012-01-05 16:48:33 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 7340032 > 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 5.6
######################################################################################

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 20 mkovacik 2012-01-05 16:49:26 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 71680000 > 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 5.6
######################################################################################

## Summary ##
FAILURES = 15
FAILED TESTS = Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details Fetching the identity doc Details ## test repo files ... ## test repo files ... ## test repo files ... ## List the configured repositories... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group... ## Verify yum update ... ## install zsh ... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 21 Kedar Bidarkar 2012-01-10 14:14:20 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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-177-71-142-242.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-6ed07a73 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : WY8fgYszW4+CLVOmXnLtvgwJqKPDOCf0oigaNhxNME6i2PfIi4q2v0FPPaqpboPQnHuE6pwMG9IH
VLX7EWMcTKZBtUSG/27532eSqswpqZD5bKke+KXvDDR/bT7waeY1gyZ4TInX0cK5452zu7AeGi9P
M9j8cA6Fzh6IdksIUSw=
This is a Hourly image
/root/valid/src
ip-10-248-6-116
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-142-242.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-6ed07a73 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : WY8fgYszW4+CLVOmXnLtvgwJqKPDOCf0oigaNhxNME6i2PfIi4q2v0FPPaqpboPQnHuE6pwMG9IH
VLX7EWMcTKZBtUSG/27532eSqswpqZD5bKke+KXvDDR/bT7waeY1gyZ4TInX0cK5452zu7AeGi9P
M9j8cA6Fzh6IdksIUSw=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 15728640 > hwp MEMORY of 15000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-6-116
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 22 Kedar Bidarkar 2012-01-10 14:14:25 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 23 Kedar Bidarkar 2012-01-10 14:14:32 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.1 MB/s | 108 MB     00:26     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 24 Kedar Bidarkar 2012-01-10 14:14:37 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.7 MB/s | 196 MB     00:41     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : exim                                                  67/282 

  Updating       : postgresql                                            68/282 

  Updating       : quota                                                 69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : hwdata                                               143/282 

  Cleanup        : cpuspeed                                             144/282 

  Cleanup        : selinux-policy                                       145/282 

  Cleanup        : finger                                               146/282 

  Cleanup        : device-mapper-event                                  147/282 

  Cleanup        : yum-updateonboot                                     148/282 

  Cleanup        : python-libs                                          149/282 

  Cleanup        : e2fsprogs-libs                                       150/282 

  Cleanup        : ksh                                                  151/282 

  Cleanup        : postgresql-python                                    152/282 

  Cleanup        : rhnlib                                               153/282 

  Cleanup        : procps                                               154/282 

  Cleanup        : coreutils                                            155/282 

  Cleanup        : httpd                                                156/282 

  Cleanup        : libXfont                                             157/282 

  Cleanup        : openssl                                              158/282 

  Cleanup        : man                                                  159/282 

  Cleanup        : yum-fastestmirror                                    160/282 

  Cleanup        : postgresql-libs                                      161/282 

  Cleanup        : w3m                                                  162/282 

  Cleanup        : zlib                                                 163/282 

  Cleanup        : dmraid-events                                        164/282 

  Cleanup        : openssh                                              165/282 

  Cleanup        : freetype                                             166/282 

  Cleanup        : SysVinit                                             167/282 

  Cleanup        : autofs                                               168/282 

  Cleanup        : apr                                                  169/282 

  Cleanup        : libX11                                               170/282 

  Cleanup        : perl                                                 171/282 

  Cleanup        : openssh-clients                                      172/282 

  Cleanup        : rhn-check                                            173/282 

  Cleanup        : shadow-utils                                         174/282 

  Cleanup        : bash                                                 175/282 

  Cleanup        : xorg-x11-font-utils                                  176/282 

  Cleanup        : nscd                                                 177/282 

  Cleanup        : sysfsutils                                           178/282 

  Cleanup        : ruby-irb                                             179/282 

  Cleanup        : net-snmp                                             180/282 

  Cleanup        : libsysfs                                             181/282 

  Cleanup        : libxml2-python                                       182/282 

  Cleanup        : postgresql-libs                                      183/282 

  Cleanup        : libgcj                                               184/282 

  Cleanup        : rsync                                                185/282 

  Cleanup        : logrotate                                            186/282 

  Cleanup        : dbus-libs                                            187/282 

  Cleanup        : zlib                                                 188/282 

  Cleanup        : yum-rhn-plugin                                       189/282 

  Cleanup        : glibc-common                                         190/282 

  Cleanup        : libxml2                                              191/282 

  Cleanup        : parted                                               192/282 

  Cleanup        : lvm2                                                 193/282 

  Cleanup        : nspr                                                 194/282 

  Cleanup        : iscsi-initiator-utils                                195/282 

  Cleanup        : gzip                                                 196/282 

  Cleanup        : krb5-workstation                                     197/282 

  Cleanup        : libicu                                               198/282 

  Cleanup        : pango                                                199/282 

  Cleanup        : openldap-clients                                     200/282 

  Cleanup        : e2fsprogs-libs                                       201/282 

  Cleanup        : tzdata                                               202/282 

  Cleanup        : curl                                                 203/282 

  Cleanup        : nss_ldap                                             204/282 

  Cleanup        : libicu                                               205/282 

  Cleanup        : libpng                                               206/282 

  Cleanup        : sed                                                  207/282 

  Cleanup        : dbus                                                 208/282 

  Cleanup        : mkinitrd                                             209/282 

  Cleanup        : krb5-libs                                            210/282 

  Cleanup        : m2crypto                                             211/282 

  Cleanup        : vsftpd                                               212/282 

  Cleanup        : screen                                               213/282 

  Cleanup        : gdbm                                                 214/282 

  Cleanup        : python                                               215/282 

  Cleanup        : rhn-setup                                            216/282 

  Cleanup        : redhat-release-notes                                 217/282 

  Cleanup        : pyOpenSSL                                            218/282 

  Cleanup        : openssh-server                                       219/282 

  Cleanup        : sos                                                  220/282 

  Cleanup        : initscripts                                          221/282 

  Cleanup        : ruby                                                 222/282 

  Cleanup        : mod_authz_ldap                                       223/282 

  Cleanup        : apr                                                  224/282 

  Cleanup        : kernel-headers                                       225/282 

  Cleanup        : nss-tools                                            226/282 

  Cleanup        : yum-security                                         227/282 

  Cleanup        : glibc-devel                                          228/282 

  Cleanup        : yum-utils                                            229/282 

  Cleanup        : selinux-policy-targeted                              230/282 

  Cleanup        : curl                                                 231/282 

  Cleanup        : parted                                               232/282 

  Cleanup        : bind-utils                                           233/282 

  Cleanup        : samba-common                                         234/282 

  Cleanup        : nss                                                  235/282 

  Cleanup        : dmraid                                               236/282 

  Cleanup        : redhat-release                                       237/282 

  Cleanup        : openssl                                              238/282 

  Cleanup        : mod_ssl                                              239/282 

  Cleanup        : dmidecode                                            240/282 

  Cleanup        : system-config-network-tui                            241/282 

  Cleanup        : nss_ldap                                             242/282 

  Cleanup        : ruby-libs                                            243/282 

  Cleanup        : nss                                                  244/282 

  Cleanup        : openswan                                             245/282 

  Cleanup        : rhn-client-tools                                     246/282 

  Cleanup        : kpartx                                               247/282 

  Cleanup        : authconfig                                           248/282 

  Cleanup        : device-mapper                                        249/282 

  Cleanup        : ruby-rdoc                                            250/282 

  Cleanup        : nspr                                                 251/282 

  Cleanup        : jwhois                                               252/282 

  Cleanup        : libsmbclient                                         253/282 

  Cleanup        : xinetd                                               254/282 

  Cleanup        : libX11                                               255/282 

  Cleanup        : glibc                                                256/282 

  Cleanup        : yum                                                  257/282 

  Cleanup        : device-mapper                                        258/282 

  Cleanup        : bind-libs                                            259/282 

  Cleanup        : pam_krb5                                             260/282 

  Cleanup        : glibc                                                261/282 

  Cleanup        : glibc-headers                                        262/282 

  Cleanup        : udev                                                 263/282 

  Cleanup        : exim                                                 264/282 

  Cleanup        : postgresql                                           265/282 

  Cleanup        : openldap                                             266/282 

  Cleanup        : quota                                                267/282 

  Cleanup        : gtk2                                                 268/282 

  Cleanup        : krb5-libs                                            269/282 

  Cleanup        : device-mapper-multipath                              270/282 

  Cleanup        : libxml2                                              271/282 

  Cleanup        : e2fsprogs                                            272/282 

  Cleanup        : dhclient                                             273/282 

  Cleanup        : cryptsetup-luks                                      274/282 

  Cleanup        : pam_krb5                                             275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 25 Kedar Bidarkar 2012-01-10 14:14:42 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 26 Kedar Bidarkar 2012-01-10 14:18:06 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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-177-71-139-212.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-3ed17b23 , Instance Type : m1.large and Arch : x86_64 in the Region : sa-east-1b
The Validate Signature is : G/oKFnO6Ui5EewnAUUK9DpEZ78pHTP/rHNWj5fdlBPl8Oh2n9+clWnRiLPIzAEPWhhqqMkCfXoua
8Y6b09X3Lr/DY+9T3jPEn8FwVabqwXBZMnvUduklJ7+KFE4DCkZMFLPcC/94Eii6O5TvK39r91a1
9HSeM/CEyT791cBEIqM=
This is a Hourly image
/root/valid/src
ip-10-252-10-206
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-139-212.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-3ed17b23 , Instance Type : m1.large and Arch : x86_64 in the Region : sa-east-1b
The Validate Signature is : G/oKFnO6Ui5EewnAUUK9DpEZ78pHTP/rHNWj5fdlBPl8Oh2n9+clWnRiLPIzAEPWhhqqMkCfXoua
8Y6b09X3Lr/DY+9T3jPEn8FwVabqwXBZMnvUduklJ7+KFE4DCkZMFLPcC/94Eii6O5TvK39r91a1
9HSeM/CEyT791cBEIqM=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 7864320 > hwp MEMORY of 7500000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-252-10-206
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 27 Kedar Bidarkar 2012-01-10 14:18:11 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 28 Kedar Bidarkar 2012-01-10 14:18:18 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.3 MB/s | 108 MB     00:24     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 29 Kedar Bidarkar 2012-01-10 14:18:24 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.7 MB/s | 196 MB     00:41     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : quota                                                 67/282 

  Updating       : exim                                                  68/282 

  Updating       : postgresql                                            69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : hwdata                                               143/282 

  Cleanup        : cpuspeed                                             144/282 

  Cleanup        : selinux-policy                                       145/282 

  Cleanup        : finger                                               146/282 

  Cleanup        : device-mapper-event                                  147/282 

  Cleanup        : yum-updateonboot                                     148/282 

  Cleanup        : python-libs                                          149/282 

  Cleanup        : e2fsprogs-libs                                       150/282 

  Cleanup        : ksh                                                  151/282 

  Cleanup        : postgresql-python                                    152/282 

  Cleanup        : rhnlib                                               153/282 

  Cleanup        : procps                                               154/282 

  Cleanup        : coreutils                                            155/282 

  Cleanup        : httpd                                                156/282 

  Cleanup        : libXfont                                             157/282 

  Cleanup        : openssl                                              158/282 

  Cleanup        : man                                                  159/282 

  Cleanup        : yum-fastestmirror                                    160/282 

  Cleanup        : postgresql-libs                                      161/282 

  Cleanup        : w3m                                                  162/282 

  Cleanup        : zlib                                                 163/282 

  Cleanup        : dmraid-events                                        164/282 

  Cleanup        : openssh                                              165/282 

  Cleanup        : freetype                                             166/282 

  Cleanup        : SysVinit                                             167/282 

  Cleanup        : autofs                                               168/282 

  Cleanup        : apr                                                  169/282 

  Cleanup        : libX11                                               170/282 

  Cleanup        : perl                                                 171/282 

  Cleanup        : openssh-clients                                      172/282 

  Cleanup        : rhn-check                                            173/282 

  Cleanup        : shadow-utils                                         174/282 

  Cleanup        : bash                                                 175/282 

  Cleanup        : xorg-x11-font-utils                                  176/282 

  Cleanup        : nscd                                                 177/282 

  Cleanup        : sysfsutils                                           178/282 

  Cleanup        : ruby-irb                                             179/282 

  Cleanup        : net-snmp                                             180/282 

  Cleanup        : libsysfs                                             181/282 

  Cleanup        : libxml2-python                                       182/282 

  Cleanup        : postgresql-libs                                      183/282 

  Cleanup        : libgcj                                               184/282 

  Cleanup        : rsync                                                185/282 

  Cleanup        : logrotate                                            186/282 

  Cleanup        : dbus-libs                                            187/282 

  Cleanup        : zlib                                                 188/282 

  Cleanup        : yum-rhn-plugin                                       189/282 

  Cleanup        : glibc-common                                         190/282 

  Cleanup        : libxml2                                              191/282 

  Cleanup        : parted                                               192/282 

  Cleanup        : lvm2                                                 193/282 

  Cleanup        : nspr                                                 194/282 

  Cleanup        : iscsi-initiator-utils                                195/282 

  Cleanup        : gzip                                                 196/282 

  Cleanup        : krb5-workstation                                     197/282 

  Cleanup        : libicu                                               198/282 

  Cleanup        : pango                                                199/282 

  Cleanup        : openldap-clients                                     200/282 

  Cleanup        : e2fsprogs-libs                                       201/282 

  Cleanup        : tzdata                                               202/282 

  Cleanup        : curl                                                 203/282 

  Cleanup        : nss_ldap                                             204/282 

  Cleanup        : libicu                                               205/282 

  Cleanup        : libpng                                               206/282 

  Cleanup        : sed                                                  207/282 

  Cleanup        : dbus                                                 208/282 

  Cleanup        : mkinitrd                                             209/282 

  Cleanup        : krb5-libs                                            210/282 

  Cleanup        : m2crypto                                             211/282 

  Cleanup        : vsftpd                                               212/282 

  Cleanup        : screen                                               213/282 

  Cleanup        : gdbm                                                 214/282 

  Cleanup        : python                                               215/282 

  Cleanup        : rhn-setup                                            216/282 

  Cleanup        : redhat-release-notes                                 217/282 

  Cleanup        : pyOpenSSL                                            218/282 

  Cleanup        : openssh-server                                       219/282 

  Cleanup        : sos                                                  220/282 

  Cleanup        : initscripts                                          221/282 

  Cleanup        : ruby                                                 222/282 

  Cleanup        : mod_authz_ldap                                       223/282 

  Cleanup        : apr                                                  224/282 

  Cleanup        : kernel-headers                                       225/282 

  Cleanup        : nss-tools                                            226/282 

  Cleanup        : yum-security                                         227/282 

  Cleanup        : glibc-devel                                          228/282 

  Cleanup        : yum-utils                                            229/282 

  Cleanup        : selinux-policy-targeted                              230/282 

  Cleanup        : curl                                                 231/282 

  Cleanup        : parted                                               232/282 

  Cleanup        : samba-common                                         233/282 

  Cleanup        : nss                                                  234/282 

  Cleanup        : quota                                                235/282 

  Cleanup        : dmraid                                               236/282 

  Cleanup        : redhat-release                                       237/282 

  Cleanup        : openssl                                              238/282 

  Cleanup        : mod_ssl                                              239/282 

  Cleanup        : dmidecode                                            240/282 

  Cleanup        : system-config-network-tui                            241/282 

  Cleanup        : nss_ldap                                             242/282 

  Cleanup        : ruby-libs                                            243/282 

  Cleanup        : nss                                                  244/282 

  Cleanup        : openswan                                             245/282 

  Cleanup        : rhn-client-tools                                     246/282 

  Cleanup        : kpartx                                               247/282 

  Cleanup        : bind-utils                                           248/282 

  Cleanup        : authconfig                                           249/282 

  Cleanup        : device-mapper                                        250/282 

  Cleanup        : ruby-rdoc                                            251/282 

  Cleanup        : nspr                                                 252/282 

  Cleanup        : jwhois                                               253/282 

  Cleanup        : libsmbclient                                         254/282 

  Cleanup        : xinetd                                               255/282 

  Cleanup        : libX11                                               256/282 

  Cleanup        : glibc                                                257/282 

  Cleanup        : yum                                                  258/282 

  Cleanup        : device-mapper                                        259/282 

  Cleanup        : bind-libs                                            260/282 

  Cleanup        : pam_krb5                                             261/282 

  Cleanup        : glibc                                                262/282 

  Cleanup        : glibc-headers                                        263/282 

  Cleanup        : udev                                                 264/282 

  Cleanup        : exim                                                 265/282 

  Cleanup        : postgresql                                           266/282 

  Cleanup        : openldap                                             267/282 

  Cleanup        : gtk2                                                 268/282 

  Cleanup        : krb5-libs                                            269/282 

  Cleanup        : device-mapper-multipath                              270/282 

  Cleanup        : libxml2                                              271/282 

  Cleanup        : e2fsprogs                                            272/282 

  Cleanup        : dhclient                                             273/282 

  Cleanup        : cryptsetup-luks                                      274/282 

  Cleanup        : pam_krb5                                             275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 30 Kedar Bidarkar 2012-01-10 14:18:29 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 31 Kedar Bidarkar 2012-01-10 14:20:01 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_t1.micro
######################################################################################
# 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-177-71-147-25.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-fed07ae3 , Instance Type : t1.micro and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : EU+10I0d16+r68I582eYhYUIurygK/oIky3R6sRZCTswe7QNMhxrEO4A1sRtX3MA0cvSjP3dyCsr
zrAKhkqgaZPO0vz5orl3hdTMP1Y0cr6hMWgrrKWD5QosUEeeOT/3UFK4f1W2ut09k4KGsOvwp3YL
+R3VH2cjAQRsHT1HRGM=
This is a Hourly image
/root/valid/src
ip-10-248-10-30
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-147-25.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-fed07ae3 , Instance Type : t1.micro and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : EU+10I0d16+r68I582eYhYUIurygK/oIky3R6sRZCTswe7QNMhxrEO4A1sRtX3MA0cvSjP3dyCsr
zrAKhkqgaZPO0vz5orl3hdTMP1Y0cr6hMWgrrKWD5QosUEeeOT/3UFK4f1W2ut09k4KGsOvwp3YL
+R3VH2cjAQRsHT1HRGM=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 629760 > hwp MEMORY of 600000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-10-30
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 32 Kedar Bidarkar 2012-01-10 14:20:07 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 33 Kedar Bidarkar 2012-01-10 14:20:12 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.8 MB/s | 108 MB     00:28     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 34 Kedar Bidarkar 2012-01-10 14:20:17 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.4 MB/s | 196 MB     00:44     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : quota                                                 67/282 

  Updating       : exim                                                  68/282 

  Updating       : postgresql                                            69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : hwdata                                               143/282 

  Cleanup        : cpuspeed                                             144/282 

  Cleanup        : selinux-policy                                       145/282 

  Cleanup        : finger                                               146/282 

  Cleanup        : device-mapper-event                                  147/282 

  Cleanup        : yum-updateonboot                                     148/282 

  Cleanup        : python-libs                                          149/282 

  Cleanup        : e2fsprogs-libs                                       150/282 

  Cleanup        : zlib                                                 151/282 

  Cleanup        : postgresql-python                                    152/282 

  Cleanup        : rhnlib                                               153/282 

  Cleanup        : procps                                               154/282 

  Cleanup        : coreutils                                            155/282 

  Cleanup        : httpd                                                156/282 

  Cleanup        : man                                                  157/282 

  Cleanup        : yum-fastestmirror                                    158/282 

  Cleanup        : postgresql-libs                                      159/282 

  Cleanup        : autofs                                               160/282 

  Cleanup        : zlib                                                 161/282 

  Cleanup        : dmraid-events                                        162/282 

  Cleanup        : openssh                                              163/282 

  Cleanup        : freetype                                             164/282 

  Cleanup        : SysVinit                                             165/282 

  Cleanup        : apr                                                  166/282 

  Cleanup        : libX11                                               167/282 

  Cleanup        : yum-security                                         168/282 

  Cleanup        : perl                                                 169/282 

  Cleanup        : openssh-clients                                      170/282 

  Cleanup        : rhn-check                                            171/282 

  Cleanup        : shadow-utils                                         172/282 

  Cleanup        : bash                                                 173/282 

  Cleanup        : xorg-x11-font-utils                                  174/282 

  Cleanup        : nscd                                                 175/282 

  Cleanup        : sysfsutils                                           176/282 

  Cleanup        : ruby-irb                                             177/282 

  Cleanup        : net-snmp                                             178/282 

  Cleanup        : libsysfs                                             179/282 

  Cleanup        : libxml2-python                                       180/282 

  Cleanup        : postgresql-libs                                      181/282 

  Cleanup        : libgcj                                               182/282 

  Cleanup        : rsync                                                183/282 

  Cleanup        : logrotate                                            184/282 

  Cleanup        : dbus-libs                                            185/282 

  Cleanup        : ksh                                                  186/282 

  Cleanup        : yum-rhn-plugin                                       187/282 

  Cleanup        : glibc-common                                         188/282 

  Cleanup        : libxml2                                              189/282 

  Cleanup        : parted                                               190/282 

  Cleanup        : lvm2                                                 191/282 

  Cleanup        : nspr                                                 192/282 

  Cleanup        : iscsi-initiator-utils                                193/282 

  Cleanup        : gzip                                                 194/282 

  Cleanup        : libicu                                               195/282 

  Cleanup        : pango                                                196/282 

  Cleanup        : openldap-clients                                     197/282 

  Cleanup        : e2fsprogs-libs                                       198/282 

  Cleanup        : tzdata                                               199/282 

  Cleanup        : curl                                                 200/282 

  Cleanup        : nss_ldap                                             201/282 

  Cleanup        : libicu                                               202/282 

  Cleanup        : libpng                                               203/282 

  Cleanup        : sed                                                  204/282 

  Cleanup        : dbus                                                 205/282 

  Cleanup        : mkinitrd                                             206/282 

  Cleanup        : krb5-libs                                            207/282 

  Cleanup        : m2crypto                                             208/282 

  Cleanup        : vsftpd                                               209/282 

  Cleanup        : screen                                               210/282 

  Cleanup        : gdbm                                                 211/282 

  Cleanup        : libXfont                                             212/282 

  Cleanup        : python                                               213/282 

  Cleanup        : rhn-setup                                            214/282 

  Cleanup        : redhat-release-notes                                 215/282 

  Cleanup        : pyOpenSSL                                            216/282 

  Cleanup        : openssh-server                                       217/282 

  Cleanup        : sos                                                  218/282 

  Cleanup        : initscripts                                          219/282 

  Cleanup        : pam_krb5                                             220/282 

  Cleanup        : mod_authz_ldap                                       221/282 

  Cleanup        : apr                                                  222/282 

  Cleanup        : kernel-headers                                       223/282 

  Cleanup        : nss-tools                                            224/282 

  Cleanup        : kpartx                                               225/282 

  Cleanup        : glibc-devel                                          226/282 

  Cleanup        : yum-utils                                            227/282 

  Cleanup        : selinux-policy-targeted                              228/282 

  Cleanup        : curl                                                 229/282 

  Cleanup        : parted                                               230/282 

  Cleanup        : samba-common                                         231/282 

  Cleanup        : nss                                                  232/282 

  Cleanup        : quota                                                233/282 

  Cleanup        : krb5-workstation                                     234/282 

  Cleanup        : dmraid                                               235/282 

  Cleanup        : redhat-release                                       236/282 

  Cleanup        : w3m                                                  237/282 

  Cleanup        : openssl                                              238/282 

  Cleanup        : mod_ssl                                              239/282 

  Cleanup        : dmidecode                                            240/282 

  Cleanup        : system-config-network-tui                            241/282 

  Cleanup        : nss_ldap                                             242/282 

  Cleanup        : ruby-libs                                            243/282 

  Cleanup        : nss                                                  244/282 

  Cleanup        : openswan                                             245/282 

  Cleanup        : rhn-client-tools                                     246/282 

  Cleanup        : openssl                                              247/282 

  Cleanup        : ruby                                                 248/282 

  Cleanup        : bind-utils                                           249/282 

  Cleanup        : authconfig                                           250/282 

  Cleanup        : device-mapper                                        251/282 

  Cleanup        : ruby-rdoc                                            252/282 

  Cleanup        : nspr                                                 253/282 

  Cleanup        : jwhois                                               254/282 

  Cleanup        : libsmbclient                                         255/282 

  Cleanup        : xinetd                                               256/282 

  Cleanup        : libX11                                               257/282 

  Cleanup        : glibc                                                258/282 

  Cleanup        : yum                                                  259/282 

  Cleanup        : device-mapper                                        260/282 

  Cleanup        : bind-libs                                            261/282 

  Cleanup        : pam_krb5                                             262/282 

  Cleanup        : glibc                                                263/282 

  Cleanup        : glibc-headers                                        264/282 

  Cleanup        : udev                                                 265/282 

  Cleanup        : exim                                                 266/282 

  Cleanup        : postgresql                                           267/282 

  Cleanup        : openldap                                             268/282 

  Cleanup        : gtk2                                                 269/282 

  Cleanup        : krb5-libs                                            270/282 

  Cleanup        : device-mapper-multipath                              271/282 

  Cleanup        : libxml2                                              272/282 

  Cleanup        : e2fsprogs                                            273/282 

  Cleanup        : dhclient                                             274/282 

  Cleanup        : cryptsetup-luks                                      275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 35 Kedar Bidarkar 2012-01-10 14:20:23 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 36 Kedar Bidarkar 2012-01-10 14:20:25 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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-177-71-135-129.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-78d17b65 , Instance Type : m2.xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : hDkpQJ+/UAFyBGeUTDAv4qBBIaFTT3+aDnnhSdtML5eZd3lbczKCCh5XV6dp3NBaCoGsbBBodHjh
iybl9/gpc9Lc6fSckcUYkvRUSTHxbhT9ZLPq1RWFpFbCC/YfksLKGZbjkSyeBhN/S9ZEMp2OsT7Z
J7MX3SQF2bR2+zHcK6c=
This is a Hourly image
/root/valid/src
ip-10-248-10-144
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-135-129.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-78d17b65 , Instance Type : m2.xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : hDkpQJ+/UAFyBGeUTDAv4qBBIaFTT3+aDnnhSdtML5eZd3lbczKCCh5XV6dp3NBaCoGsbBBodHjh
iybl9/gpc9Lc6fSckcUYkvRUSTHxbhT9ZLPq1RWFpFbCC/YfksLKGZbjkSyeBhN/S9ZEMp2OsT7Z
J7MX3SQF2bR2+zHcK6c=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 17920000 > hwp MEMORY of 17100000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-10-144
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 37 Kedar Bidarkar 2012-01-10 14:20:31 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 38 Kedar Bidarkar 2012-01-10 14:20:36 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.6 MB/s | 108 MB     00:30     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 39 Kedar Bidarkar 2012-01-10 14:20:41 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.7 MB/s | 196 MB     00:41     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : exim                                                  67/282 

  Updating       : postgresql                                            68/282 

  Updating       : quota                                                 69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : hwdata                                               143/282 

  Cleanup        : cpuspeed                                             144/282 

  Cleanup        : selinux-policy                                       145/282 

  Cleanup        : finger                                               146/282 

  Cleanup        : device-mapper-event                                  147/282 

  Cleanup        : yum-updateonboot                                     148/282 

  Cleanup        : python-libs                                          149/282 

  Cleanup        : e2fsprogs-libs                                       150/282 

  Cleanup        : zlib                                                 151/282 

  Cleanup        : postgresql-python                                    152/282 

  Cleanup        : rhnlib                                               153/282 

  Cleanup        : procps                                               154/282 

  Cleanup        : coreutils                                            155/282 

  Cleanup        : httpd                                                156/282 

  Cleanup        : libXfont                                             157/282 

  Cleanup        : openssl                                              158/282 

  Cleanup        : man                                                  159/282 

  Cleanup        : yum-fastestmirror                                    160/282 

  Cleanup        : postgresql-libs                                      161/282 

  Cleanup        : w3m                                                  162/282 

  Cleanup        : autofs                                               163/282 

  Cleanup        : zlib                                                 164/282 

  Cleanup        : dmraid-events                                        165/282 

  Cleanup        : openssh                                              166/282 

  Cleanup        : freetype                                             167/282 

  Cleanup        : SysVinit                                             168/282 

  Cleanup        : apr                                                  169/282 

  Cleanup        : libX11                                               170/282 

  Cleanup        : perl                                                 171/282 

  Cleanup        : openssh-clients                                      172/282 

  Cleanup        : rhn-check                                            173/282 

  Cleanup        : shadow-utils                                         174/282 

  Cleanup        : bash                                                 175/282 

  Cleanup        : xorg-x11-font-utils                                  176/282 

  Cleanup        : nscd                                                 177/282 

  Cleanup        : sysfsutils                                           178/282 

  Cleanup        : ruby-irb                                             179/282 

  Cleanup        : net-snmp                                             180/282 

  Cleanup        : libsysfs                                             181/282 

  Cleanup        : libxml2-python                                       182/282 

  Cleanup        : postgresql-libs                                      183/282 

  Cleanup        : libgcj                                               184/282 

  Cleanup        : rsync                                                185/282 

  Cleanup        : logrotate                                            186/282 

  Cleanup        : dbus-libs                                            187/282 

  Cleanup        : ksh                                                  188/282 

  Cleanup        : yum-rhn-plugin                                       189/282 

  Cleanup        : glibc-common                                         190/282 

  Cleanup        : libxml2                                              191/282 

  Cleanup        : parted                                               192/282 

  Cleanup        : lvm2                                                 193/282 

  Cleanup        : nspr                                                 194/282 

  Cleanup        : iscsi-initiator-utils                                195/282 

  Cleanup        : gzip                                                 196/282 

  Cleanup        : krb5-workstation                                     197/282 

  Cleanup        : libicu                                               198/282 

  Cleanup        : pango                                                199/282 

  Cleanup        : openldap-clients                                     200/282 

  Cleanup        : e2fsprogs-libs                                       201/282 

  Cleanup        : tzdata                                               202/282 

  Cleanup        : curl                                                 203/282 

  Cleanup        : nss_ldap                                             204/282 

  Cleanup        : libicu                                               205/282 

  Cleanup        : libpng                                               206/282 

  Cleanup        : sed                                                  207/282 

  Cleanup        : dbus                                                 208/282 

  Cleanup        : mkinitrd                                             209/282 

  Cleanup        : krb5-libs                                            210/282 

  Cleanup        : m2crypto                                             211/282 

  Cleanup        : vsftpd                                               212/282 

  Cleanup        : screen                                               213/282 

  Cleanup        : gdbm                                                 214/282 

  Cleanup        : python                                               215/282 

  Cleanup        : rhn-setup                                            216/282 

  Cleanup        : redhat-release-notes                                 217/282 

  Cleanup        : pyOpenSSL                                            218/282 

  Cleanup        : openssh-server                                       219/282 

  Cleanup        : sos                                                  220/282 

  Cleanup        : initscripts                                          221/282 

  Cleanup        : ruby                                                 222/282 

  Cleanup        : mod_authz_ldap                                       223/282 

  Cleanup        : apr                                                  224/282 

  Cleanup        : kernel-headers                                       225/282 

  Cleanup        : nss-tools                                            226/282 

  Cleanup        : yum-security                                         227/282 

  Cleanup        : glibc-devel                                          228/282 

  Cleanup        : yum-utils                                            229/282 

  Cleanup        : selinux-policy-targeted                              230/282 

  Cleanup        : curl                                                 231/282 

  Cleanup        : parted                                               232/282 

  Cleanup        : bind-utils                                           233/282 

  Cleanup        : samba-common                                         234/282 

  Cleanup        : nss                                                  235/282 

  Cleanup        : dmraid                                               236/282 

  Cleanup        : redhat-release                                       237/282 

  Cleanup        : openssl                                              238/282 

  Cleanup        : mod_ssl                                              239/282 

  Cleanup        : dmidecode                                            240/282 

  Cleanup        : system-config-network-tui                            241/282 

  Cleanup        : ruby-libs                                            242/282 

  Cleanup        : nss                                                  243/282 

  Cleanup        : openswan                                             244/282 

  Cleanup        : rhn-client-tools                                     245/282 

  Cleanup        : kpartx                                               246/282 

  Cleanup        : nss_ldap                                             247/282 

  Cleanup        : authconfig                                           248/282 

  Cleanup        : device-mapper                                        249/282 

  Cleanup        : ruby-rdoc                                            250/282 

  Cleanup        : nspr                                                 251/282 

  Cleanup        : jwhois                                               252/282 

  Cleanup        : libsmbclient                                         253/282 

  Cleanup        : xinetd                                               254/282 

  Cleanup        : libX11                                               255/282 

  Cleanup        : glibc                                                256/282 

  Cleanup        : yum                                                  257/282 

  Cleanup        : device-mapper                                        258/282 

  Cleanup        : bind-libs                                            259/282 

  Cleanup        : pam_krb5                                             260/282 

  Cleanup        : glibc                                                261/282 

  Cleanup        : glibc-headers                                        262/282 

  Cleanup        : udev                                                 263/282 

  Cleanup        : exim                                                 264/282 

  Cleanup        : postgresql                                           265/282 

  Cleanup        : openldap                                             266/282 

  Cleanup        : quota                                                267/282 

  Cleanup        : gtk2                                                 268/282 

  Cleanup        : krb5-libs                                            269/282 

  Cleanup        : device-mapper-multipath                              270/282 

  Cleanup        : libxml2                                              271/282 

  Cleanup        : e2fsprogs                                            272/282 

  Cleanup        : dhclient                                             273/282 

  Cleanup        : cryptsetup-luks                                      274/282 

  Cleanup        : pam_krb5                                             275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 40 Kedar Bidarkar 2012-01-10 14:20:46 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 41 Kedar Bidarkar 2012-01-10 14:21:31 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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-177-71-139-174.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-cad17bd7 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : O/AkWuqqrmeLlV4O6wxtAUhCMXvu0gz0+t3z8dL2W5yRG3mZHCRxjxPXb8ZMGQd/32KNnIJgGiuc
AJMhtaDqgfDayS1Y9yDU848sCYjPFXoyOMBOb/MqxfCSsciAPxZtQclvLWZVaytVYowYC4LD5nx4
VbFsY+sPgNV+er3kT0U=
This is a Hourly image
/root/valid/src
ip-10-248-10-47
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-139-174.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-cad17bd7 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : O/AkWuqqrmeLlV4O6wxtAUhCMXvu0gz0+t3z8dL2W5yRG3mZHCRxjxPXb8ZMGQd/32KNnIJgGiuc
AJMhtaDqgfDayS1Y9yDU848sCYjPFXoyOMBOb/MqxfCSsciAPxZtQclvLWZVaytVYowYC4LD5nx4
VbFsY+sPgNV+er3kT0U=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 71680000 > hwp MEMORY of 68400000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-10-47
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 42 Kedar Bidarkar 2012-01-10 14:21:36 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 43 Kedar Bidarkar 2012-01-10 14:21:45 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.1 MB/s | 108 MB     00:26     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 44 Kedar Bidarkar 2012-01-10 14:21:49 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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-177-71-141-228.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-b4d17ba9 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : R9rUzqrS2ACcszHQp6soMmbPLIh0pAEi0zXex2YCQIOuuhny+IhOLOnsfJVnbApGq+gYfGOM31uk
nYl3kI/2CdzvFewZCYxnwyy3cKfe44KmIuNklfzLPB+eJ1NQ5FchldRLdc9RyWdDP3CKDZPgblmF
lrg3e+MygvUCqVDlc8A=
This is a Hourly image
/root/valid/src
ip-10-248-6-40
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-141-228.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-b4d17ba9 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : R9rUzqrS2ACcszHQp6soMmbPLIh0pAEi0zXex2YCQIOuuhny+IhOLOnsfJVnbApGq+gYfGOM31uk
nYl3kI/2CdzvFewZCYxnwyy3cKfe44KmIuNklfzLPB+eJ1NQ5FchldRLdc9RyWdDP3CKDZPgblmF
lrg3e+MygvUCqVDlc8A=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 35840000 > hwp MEMORY of 34200000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-6-40
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 45 Kedar Bidarkar 2012-01-10 14:21:51 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.6 MB/s | 196 MB     00:42     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : exim                                                  67/282 

  Updating       : postgresql                                            68/282 

  Updating       : quota                                                 69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : hwdata                                               143/282 

  Cleanup        : cpuspeed                                             144/282 

  Cleanup        : selinux-policy                                       145/282 

  Cleanup        : finger                                               146/282 

  Cleanup        : device-mapper-event                                  147/282 

  Cleanup        : yum-updateonboot                                     148/282 

  Cleanup        : python-libs                                          149/282 

  Cleanup        : e2fsprogs-libs                                       150/282 

  Cleanup        : ksh                                                  151/282 

  Cleanup        : postgresql-python                                    152/282 

  Cleanup        : rhnlib                                               153/282 

  Cleanup        : procps                                               154/282 

  Cleanup        : coreutils                                            155/282 

  Cleanup        : httpd                                                156/282 

  Cleanup        : libXfont                                             157/282 

  Cleanup        : openssl                                              158/282 

  Cleanup        : man                                                  159/282 

  Cleanup        : yum-fastestmirror                                    160/282 

  Cleanup        : postgresql-libs                                      161/282 

  Cleanup        : w3m                                                  162/282 

  Cleanup        : zlib                                                 163/282 

  Cleanup        : dmraid-events                                        164/282 

  Cleanup        : openssh                                              165/282 

  Cleanup        : freetype                                             166/282 

  Cleanup        : SysVinit                                             167/282 

  Cleanup        : autofs                                               168/282 

  Cleanup        : apr                                                  169/282 

  Cleanup        : libX11                                               170/282 

  Cleanup        : perl                                                 171/282 

  Cleanup        : openssh-clients                                      172/282 

  Cleanup        : rhn-check                                            173/282 

  Cleanup        : shadow-utils                                         174/282 

  Cleanup        : bash                                                 175/282 

  Cleanup        : xorg-x11-font-utils                                  176/282 

  Cleanup        : nscd                                                 177/282 

  Cleanup        : sysfsutils                                           178/282 

  Cleanup        : ruby-irb                                             179/282 

  Cleanup        : net-snmp                                             180/282 

  Cleanup        : libsysfs                                             181/282 

  Cleanup        : libxml2-python                                       182/282 

  Cleanup        : postgresql-libs                                      183/282 

  Cleanup        : libgcj                                               184/282 

  Cleanup        : rsync                                                185/282 

  Cleanup        : logrotate                                            186/282 

  Cleanup        : dbus-libs                                            187/282 

  Cleanup        : zlib                                                 188/282 

  Cleanup        : yum-rhn-plugin                                       189/282 

  Cleanup        : glibc-common                                         190/282 

  Cleanup        : libxml2                                              191/282 

  Cleanup        : parted                                               192/282 

  Cleanup        : lvm2                                                 193/282 

  Cleanup        : nspr                                                 194/282 

  Cleanup        : iscsi-initiator-utils                                195/282 

  Cleanup        : gzip                                                 196/282 

  Cleanup        : krb5-workstation                                     197/282 

  Cleanup        : libicu                                               198/282 

  Cleanup        : pango                                                199/282 

  Cleanup        : openldap-clients                                     200/282 

  Cleanup        : e2fsprogs-libs                                       201/282 

  Cleanup        : tzdata                                               202/282 

  Cleanup        : curl                                                 203/282 

  Cleanup        : nss_ldap                                             204/282 

  Cleanup        : libicu                                               205/282 

  Cleanup        : libpng                                               206/282 

  Cleanup        : sed                                                  207/282 

  Cleanup        : dbus                                                 208/282 

  Cleanup        : mkinitrd                                             209/282 

  Cleanup        : krb5-libs                                            210/282 

  Cleanup        : m2crypto                                             211/282 

  Cleanup        : vsftpd                                               212/282 

  Cleanup        : screen                                               213/282 

  Cleanup        : gdbm                                                 214/282 

  Cleanup        : python                                               215/282 

  Cleanup        : rhn-setup                                            216/282 

  Cleanup        : redhat-release-notes                                 217/282 

  Cleanup        : pyOpenSSL                                            218/282 

  Cleanup        : openssh-server                                       219/282 

  Cleanup        : sos                                                  220/282 

  Cleanup        : initscripts                                          221/282 

  Cleanup        : ruby                                                 222/282 

  Cleanup        : mod_authz_ldap                                       223/282 

  Cleanup        : apr                                                  224/282 

  Cleanup        : kernel-headers                                       225/282 

  Cleanup        : nss-tools                                            226/282 

  Cleanup        : yum-security                                         227/282 

  Cleanup        : glibc-devel                                          228/282 

  Cleanup        : yum-utils                                            229/282 

  Cleanup        : selinux-policy-targeted                              230/282 

  Cleanup        : curl                                                 231/282 

  Cleanup        : parted                                               232/282 

  Cleanup        : bind-utils                                           233/282 

  Cleanup        : samba-common                                         234/282 

  Cleanup        : nss                                                  235/282 

  Cleanup        : dmraid                                               236/282 

  Cleanup        : redhat-release                                       237/282 

  Cleanup        : openssl                                              238/282 

  Cleanup        : mod_ssl                                              239/282 

  Cleanup        : dmidecode                                            240/282 

  Cleanup        : system-config-network-tui                            241/282 

  Cleanup        : nss_ldap                                             242/282 

  Cleanup        : ruby-libs                                            243/282 

  Cleanup        : nss                                                  244/282 

  Cleanup        : openswan                                             245/282 

  Cleanup        : rhn-client-tools                                     246/282 

  Cleanup        : kpartx                                               247/282 

  Cleanup        : authconfig                                           248/282 

  Cleanup        : device-mapper                                        249/282 

  Cleanup        : ruby-rdoc                                            250/282 

  Cleanup        : nspr                                                 251/282 

  Cleanup        : jwhois                                               252/282 

  Cleanup        : libsmbclient                                         253/282 

  Cleanup        : xinetd                                               254/282 

  Cleanup        : libX11                                               255/282 

  Cleanup        : glibc                                                256/282 

  Cleanup        : yum                                                  257/282 

  Cleanup        : device-mapper                                        258/282 

  Cleanup        : bind-libs                                            259/282 

  Cleanup        : pam_krb5                                             260/282 

  Cleanup        : glibc                                                261/282 

  Cleanup        : glibc-headers                                        262/282 

  Cleanup        : udev                                                 263/282 

  Cleanup        : exim                                                 264/282 

  Cleanup        : postgresql                                           265/282 

  Cleanup        : openldap                                             266/282 

  Cleanup        : quota                                                267/282 

  Cleanup        : gtk2                                                 268/282 

  Cleanup        : krb5-libs                                            269/282 

  Cleanup        : device-mapper-multipath                              270/282 

  Cleanup        : libxml2                                              271/282 

  Cleanup        : e2fsprogs                                            272/282 

  Cleanup        : dhclient                                             273/282 

  Cleanup        : cryptsetup-luks                                      274/282 

  Cleanup        : pam_krb5                                             275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 46 Kedar Bidarkar 2012-01-10 14:21:54 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 47 Kedar Bidarkar 2012-01-10 14:21:57 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 48 Kedar Bidarkar 2012-01-10 14:21:59 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 15728640 > hwp MEMORY of 15000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 49 Kedar Bidarkar 2012-01-10 14:22:00 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.0 MB/s | 108 MB     00:26     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 50 Kedar Bidarkar 2012-01-10 14:22:07 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.7 MB/s | 196 MB     00:41     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : quota                                                 67/282 

  Updating       : exim                                                  68/282 

  Updating       : postgresql                                            69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : hwdata                                               143/282 

  Cleanup        : cpuspeed                                             144/282 

  Cleanup        : selinux-policy                                       145/282 

  Cleanup        : finger                                               146/282 

  Cleanup        : device-mapper-event                                  147/282 

  Cleanup        : yum-updateonboot                                     148/282 

  Cleanup        : python-libs                                          149/282 

  Cleanup        : e2fsprogs-libs                                       150/282 

  Cleanup        : zlib                                                 151/282 

  Cleanup        : postgresql-python                                    152/282 

  Cleanup        : rhnlib                                               153/282 

  Cleanup        : procps                                               154/282 

  Cleanup        : coreutils                                            155/282 

  Cleanup        : httpd                                                156/282 

  Cleanup        : libXfont                                             157/282 

  Cleanup        : openssl                                              158/282 

  Cleanup        : man                                                  159/282 

  Cleanup        : yum-fastestmirror                                    160/282 

  Cleanup        : postgresql-libs                                      161/282 

  Cleanup        : w3m                                                  162/282 

  Cleanup        : autofs                                               163/282 

  Cleanup        : zlib                                                 164/282 

  Cleanup        : dmraid-events                                        165/282 

  Cleanup        : openssh                                              166/282 

  Cleanup        : freetype                                             167/282 

  Cleanup        : SysVinit                                             168/282 

  Cleanup        : apr                                                  169/282 

  Cleanup        : libX11                                               170/282 

  Cleanup        : perl                                                 171/282 

  Cleanup        : openssh-clients                                      172/282 

  Cleanup        : rhn-check                                            173/282 

  Cleanup        : shadow-utils                                         174/282 

  Cleanup        : bash                                                 175/282 

  Cleanup        : xorg-x11-font-utils                                  176/282 

  Cleanup        : nscd                                                 177/282 

  Cleanup        : sysfsutils                                           178/282 

  Cleanup        : ruby-irb                                             179/282 

  Cleanup        : net-snmp                                             180/282 

  Cleanup        : libsysfs                                             181/282 

  Cleanup        : libxml2-python                                       182/282 

  Cleanup        : postgresql-libs                                      183/282 

  Cleanup        : libgcj                                               184/282 

  Cleanup        : rsync                                                185/282 

  Cleanup        : logrotate                                            186/282 

  Cleanup        : dbus-libs                                            187/282 

  Cleanup        : ksh                                                  188/282 

  Cleanup        : yum-rhn-plugin                                       189/282 

  Cleanup        : glibc-common                                         190/282 

  Cleanup        : libxml2                                              191/282 

  Cleanup        : parted                                               192/282 

  Cleanup        : lvm2                                                 193/282 

  Cleanup        : nspr                                                 194/282 

  Cleanup        : iscsi-initiator-utils                                195/282 

  Cleanup        : gzip                                                 196/282 

  Cleanup        : krb5-workstation                                     197/282 

  Cleanup        : libicu                                               198/282 

  Cleanup        : pango                                                199/282 

  Cleanup        : openldap-clients                                     200/282 

  Cleanup        : e2fsprogs-libs                                       201/282 

  Cleanup        : tzdata                                               202/282 

  Cleanup        : curl                                                 203/282 

  Cleanup        : nss_ldap                                             204/282 

  Cleanup        : libicu                                               205/282 

  Cleanup        : libpng                                               206/282 

  Cleanup        : sed                                                  207/282 

  Cleanup        : dbus                                                 208/282 

  Cleanup        : mkinitrd                                             209/282 

  Cleanup        : krb5-libs                                            210/282 

  Cleanup        : m2crypto                                             211/282 

  Cleanup        : vsftpd                                               212/282 

  Cleanup        : screen                                               213/282 

  Cleanup        : gdbm                                                 214/282 

  Cleanup        : python                                               215/282 

  Cleanup        : rhn-setup                                            216/282 

  Cleanup        : redhat-release-notes                                 217/282 

  Cleanup        : pyOpenSSL                                            218/282 

  Cleanup        : openssh-server                                       219/282 

  Cleanup        : sos                                                  220/282 

  Cleanup        : initscripts                                          221/282 

  Cleanup        : ruby                                                 222/282 

  Cleanup        : mod_authz_ldap                                       223/282 

  Cleanup        : apr                                                  224/282 

  Cleanup        : kernel-headers                                       225/282 

  Cleanup        : nss-tools                                            226/282 

  Cleanup        : yum-security                                         227/282 

  Cleanup        : glibc-devel                                          228/282 

  Cleanup        : yum-utils                                            229/282 

  Cleanup        : selinux-policy-targeted                              230/282 

  Cleanup        : curl                                                 231/282 

  Cleanup        : parted                                               232/282 

  Cleanup        : samba-common                                         233/282 

  Cleanup        : nss                                                  234/282 

  Cleanup        : quota                                                235/282 

  Cleanup        : dmraid                                               236/282 

  Cleanup        : redhat-release                                       237/282 

  Cleanup        : openssl                                              238/282 

  Cleanup        : mod_ssl                                              239/282 

  Cleanup        : dmidecode                                            240/282 

  Cleanup        : system-config-network-tui                            241/282 

  Cleanup        : nss_ldap                                             242/282 

  Cleanup        : ruby-libs                                            243/282 

  Cleanup        : nss                                                  244/282 

  Cleanup        : openswan                                             245/282 

  Cleanup        : rhn-client-tools                                     246/282 

  Cleanup        : kpartx                                               247/282 

  Cleanup        : bind-utils                                           248/282 

  Cleanup        : authconfig                                           249/282 

  Cleanup        : device-mapper                                        250/282 

  Cleanup        : ruby-rdoc                                            251/282 

  Cleanup        : nspr                                                 252/282 

  Cleanup        : jwhois                                               253/282 

  Cleanup        : libsmbclient                                         254/282 

  Cleanup        : xinetd                                               255/282 

  Cleanup        : libX11                                               256/282 

  Cleanup        : glibc                                                257/282 

  Cleanup        : yum                                                  258/282 

  Cleanup        : device-mapper                                        259/282 

  Cleanup        : bind-libs                                            260/282 

  Cleanup        : pam_krb5                                             261/282 

  Cleanup        : glibc                                                262/282 

  Cleanup        : glibc-headers                                        263/282 

  Cleanup        : udev                                                 264/282 

  Cleanup        : exim                                                 265/282 

  Cleanup        : postgresql                                           266/282 

  Cleanup        : openldap                                             267/282 

  Cleanup        : gtk2                                                 268/282 

  Cleanup        : krb5-libs                                            269/282 

  Cleanup        : device-mapper-multipath                              270/282 

  Cleanup        : libxml2                                              271/282 

  Cleanup        : e2fsprogs                                            272/282 

  Cleanup        : dhclient                                             273/282 

  Cleanup        : cryptsetup-luks                                      274/282 

  Cleanup        : pam_krb5                                             275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 51 Kedar Bidarkar 2012-01-10 14:22:12 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 52 Kedar Bidarkar 2012-01-10 14:23:57 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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-177-71-130-186.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-2ed67c33 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : aRP2CHhfj5J777E43doUL6lfpSlI+MV/K+hdf+lS3PRbewncGIAoEc9c/7sFYlQbo5xzg/K1//DV
ADqEYiAAAUq/cLjaG9na9BEbA+TSlkqJsH5v7jp+JUfwfnmGSFecZ5P5uqgOf7wKJyNlTqmFjriD
cc9JFQcET7tlZccFAiE=
This is a Hourly image
/root/valid/src
ip-10-248-5-194
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# NEW TEST: ## Verify IPv6 disabled ... 
######################################################################################
COMMAND:  grep ^NETWORKING_IPV6= /etc/sysconfig/network
RESULT: NETWORKING_IPV6=no 
EXPECTED RESULT: NETWORKING_IPV6=no
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 bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
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
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
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: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
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-177-71-130-186.sa-east-1.compute.amazonaws.com with Image Id : ami-e62df2fb, is launched with Instance Id : i-2ed67c33 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : sa-east-1a
The Validate Signature is : aRP2CHhfj5J777E43doUL6lfpSlI+MV/K+hdf+lS3PRbewncGIAoEc9c/7sFYlQbo5xzg/K1//DV
ADqEYiAAAUq/cLjaG9na9BEbA+TSlkqJsH5v7jp+JUfwfnmGSFecZ5P5uqgOf7wKJyNlTqmFjriD
cc9JFQcET7tlZccFAiE=
This is a Hourly image
######################################################################################
# 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
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
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: ##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 runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   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
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  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: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 7340032 > hwp MEMORY of 7000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
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 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 no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
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: ## test repo files ... 
######################################################################################
COMMAND:  ls /etc/yum.repos.d/ | wc -l 
RESULT: 5 
EXPECTED RESULT: 24
RETURN CODE: 0
FAIL2
5
COMMAND:  ls /etc/yum.repos.d/redhat* | wc -l
RESULT: 2 
EXPECTED RESULT: 17
RETURN CODE: 0
FAIL2
2
COMMAND:  ls /etc/yum.repos.d/rhel* | wc -l
RESULT: 2 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
2
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/root/valid/src
ip-10-248-5-194
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.6
######################################################################################
######################################################################################
# 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 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 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 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
this machine doesn't require swap
######################################################################################
# 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: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS

Comment 53 Kedar Bidarkar 2012-01-10 14:24:04 UTC
######################################################################################
# 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-238.9.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-238.9.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-238.9.1 
EXPECTED RESULT: 2.6.18-238.9.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-238.9.1
RESULT: title 5.6-hourly-respin-x86_64 (2.6.18-238.9.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-238.9.1.el5xen.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 RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    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: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.6 
EXPECTED RESULT: 5.6
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
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
repo id                               repo name                  status
rhui-sa-east-1-client-config-server-5 Red Hat Update Infrastruct enabled:      0
rhui-sa-east-1-rhel-server            Red Hat Enterprise Linux S enabled: 12,352
repolist: 12,352 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
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, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Installed Groups:
   Editors
   FTP Server
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   PostgreSQL Database
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Administration Tools
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   Network Servers
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Printing Support
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
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, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch   Version            Repository                  Size
================================================================================
Installing:
 autoconf            noarch 2.59-12            rhui-sa-east-1-rhel-server 646 k
 automake            noarch 1.9.6-2.3.el5      rhui-sa-east-1-rhel-server 476 k
 automake14          noarch 1.4p6-13.el5.1     rhui-sa-east-1-rhel-server 200 k
 automake15          noarch 1.5-16.el5.2       rhui-sa-east-1-rhel-server 230 k
 automake16          noarch 1.6.3-8.el5.1      rhui-sa-east-1-rhel-server 241 k
 automake17          noarch 1.7.9-7.el5.2      rhui-sa-east-1-rhel-server 278 k
 bison               x86_64 2.3-2.1            rhui-sa-east-1-rhel-server 549 k
 byacc               x86_64 1.9-29.2.2         rhui-sa-east-1-rhel-server  41 k
 cscope              x86_64 15.5-15.1.el5_3.1  rhui-sa-east-1-rhel-server 144 k
 ctags               x86_64 5.6-1.1            rhui-sa-east-1-rhel-server 131 k
 cvs                 x86_64 1.11.22-7.el5      rhui-sa-east-1-rhel-server 737 k
 dev86               x86_64 0.16.17-2.2        rhui-sa-east-1-rhel-server 397 k
 diffstat            x86_64 1.41-1.2.3.el5     rhui-sa-east-1-rhel-server  19 k
 dogtail             noarch 0.6.1-4.el5        rhui-sa-east-1-rhel-server 172 k
 doxygen             x86_64 1:1.4.7-1.1        rhui-sa-east-1-rhel-server 2.4 M
 elfutils            x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 216 k
 flex                x86_64 2.5.4a-41.fc6      rhui-sa-east-1-rhel-server 131 k
 gcc-c++             x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.8 M
 gcc-gfortran        x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 3.5 M
 gdb                 x86_64 7.0.1-37.el5_7.1   rhui-sa-east-1-rhel-server 2.4 M
 gettext             i386   0.17-1.el5         rhui-sa-east-1-rhel-server 2.4 M
 indent              x86_64 2.2.9-14.fc6       rhui-sa-east-1-rhel-server  97 k
 libtool             x86_64 1.5.22-7.el5_4     rhui-sa-east-1-rhel-server 667 k
 ltrace              x86_64 0.5-13.45svn.el5_7.12
                                               rhui-sa-east-1-rhel-server  70 k
 oprofile            x86_64 0.9.4-15.el5       rhui-sa-east-1-rhel-server 2.6 M
 patchutils          x86_64 0.2.31-2.2.2       rhui-sa-east-1-rhel-server 111 k
 pstack              x86_64 1.2-7.2.2          rhui-sa-east-1-rhel-server 4.6 k
 python-ldap         x86_64 2.2.0-2.1          rhui-sa-east-1-rhel-server 123 k
 rcs                 x86_64 5.7-30.1           rhui-sa-east-1-rhel-server 349 k
 redhat-rpm-config   noarch 8.0.45-32.el5      rhui-sa-east-1-rhel-server  54 k
 rpm-build           x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 302 k
 splint              x86_64 3.1.1-16.el5       rhui-sa-east-1-rhel-server 1.5 M
 strace              x86_64 4.5.18-5.el5_5.5   rhui-sa-east-1-rhel-server 177 k
 swig                x86_64 1.3.29-2.el5       rhui-sa-east-1-rhel-server 2.9 M
 systemtap           x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server 2.4 M
 texinfo             x86_64 4.8-14.el5         rhui-sa-east-1-rhel-server 763 k
 valgrind            i386   1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  20 M
 valgrind            x86_64 1:3.5.0-5.el5      rhui-sa-east-1-rhel-server  21 M
Updating:
 gcc                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 5.3 M
 subversion          i386   1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.1 M
 subversion          x86_64 1.6.11-7.el5_6.4   rhui-sa-east-1-rhel-server 3.2 M
Installing for dependencies:
 GConf2              x86_64 2.14.0-9.el5       rhui-sa-east-1-rhel-server 1.5 M
 ORBit2              x86_64 2.14.3-5.el5       rhui-sa-east-1-rhel-server 262 k
 at-spi              x86_64 1.7.11-3.el5       rhui-sa-east-1-rhel-server 304 k
 audiofile           x86_64 1:0.2.6-5          rhui-sa-east-1-rhel-server 106 k
 avahi               x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server 258 k
 avahi-glib          x86_64 0.6.16-10.el5_6    rhui-sa-east-1-rhel-server  15 k
 elfutils-libs       x86_64 0.137-3.el5        rhui-sa-east-1-rhel-server 183 k
 esound              x86_64 1:0.2.36-3         rhui-sa-east-1-rhel-server 131 k
 gail                x86_64 1.9.2-3.el5        rhui-sa-east-1-rhel-server 352 k
 gnome-keyring       x86_64 0.6.0-1.fc6        rhui-sa-east-1-rhel-server 166 k
 gnome-mime-data     x86_64 2.4.2-3.1          rhui-sa-east-1-rhel-server 690 k
 gnome-mount         x86_64 0.5-3.el5          rhui-sa-east-1-rhel-server  71 k
 gnome-python2       x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 131 k
 gnome-python2-bonobo
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  71 k
 gnome-python2-gconf x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  34 k
 gnome-python2-gnomevfs
                     x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server  70 k
 gnome-vfs2          x86_64 2.16.2-8.el5       rhui-sa-east-1-rhel-server 1.3 M
 imake               x86_64 1.0.2-3            rhui-sa-east-1-rhel-server 319 k
 libIDL              x86_64 0.8.7-1.fc6        rhui-sa-east-1-rhel-server  88 k
 libXTrap            x86_64 1.0.0-3.1          rhui-sa-east-1-rhel-server  23 k
 libXevie            x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXfontcache       x86_64 1.0.2-3.1          rhui-sa-east-1-rhel-server 9.8 k
 libXres             x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libXxf86misc        x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  12 k
 libXxf86vm          x86_64 1.0.1-3.1          rhui-sa-east-1-rhel-server  14 k
 libbonobo           x86_64 2.16.0-1.1.el5_5.1 rhui-sa-east-1-rhel-server 524 k
 libbonoboui         x86_64 2.16.0-1.fc6       rhui-sa-east-1-rhel-server 395 k
 libdaemon           x86_64 0.10-5.el5         rhui-sa-east-1-rhel-server  24 k
 libgfortran         x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 244 k
 libgnome            x86_64 2.16.0-6.el5       rhui-sa-east-1-rhel-server 860 k
 libgnomecanvas      x86_64 2.14.0-4.1         rhui-sa-east-1-rhel-server 224 k
 libgnomeui          x86_64 2.16.0-5.el5       rhui-sa-east-1-rhel-server 984 k
 libgomp             i386   4.4.4-13.el5       rhui-sa-east-1-rhel-server  72 k
 libnotify           x86_64 0.4.2-6.el5        rhui-sa-east-1-rhel-server  38 k
 libstdc++-devel     x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.8 M
 libwnck             x86_64 2.16.0-4.fc6       rhui-sa-east-1-rhel-server 187 k
 libxslt             x86_64 1.1.17-2.el5_2.2   rhui-sa-east-1-rhel-server 487 k
 notification-daemon x86_64 0.3.5-9.el5        rhui-sa-east-1-rhel-server  48 k
 pyorbit             x86_64 2.14.1-3.el5       rhui-sa-east-1-rhel-server  50 k
 pyspi               x86_64 0.6.1-1.el5        rhui-sa-east-1-rhel-server  98 k
 shared-mime-info    x86_64 0.19-5.el5         rhui-sa-east-1-rhel-server 149 k
 startup-notification
                     x86_64 0.8-4.1            rhui-sa-east-1-rhel-server  32 k
 systemtap-runtime   x86_64 1.3-9.el5          rhui-sa-east-1-rhel-server  96 k
 xorg-x11-fonts-base noarch 7.1-2.1.el5        rhui-sa-east-1-rhel-server 3.7 M
 xorg-x11-server-Xvfb
                     x86_64 1.1.1-48.76.el5_7.5
                                               rhui-sa-east-1-rhel-server 1.6 M
 xorg-x11-server-utils
                     x86_64 7.1-5.el5_6.2      rhui-sa-east-1-rhel-server 172 k
 xorg-x11-xauth      x86_64 1:1.0.1-2.1        rhui-sa-east-1-rhel-server  32 k
 xorg-x11-xinit      x86_64 1.0.2-15.el5       rhui-sa-east-1-rhel-server  26 k
Updating for dependencies:
 cpp                 x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 2.9 M
 libgcc              i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server  96 k
 libgcc              x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server  99 k
 libstdc++           i386   4.1.2-51.el5       rhui-sa-east-1-rhel-server 363 k
 libstdc++           x86_64 4.1.2-51.el5       rhui-sa-east-1-rhel-server 353 k
 popt                x86_64 1.10.2.3-22.el5_7.2
                                               rhui-sa-east-1-rhel-server  77 k
 rpm                 x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 1.2 M
 rpm-libs            x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server 924 k
 rpm-python          x86_64 4.4.2.3-22.el5_7.2 rhui-sa-east-1-rhel-server  63 k

Transaction Summary
================================================================================
Install      86 Package(s)

Comment 54 Kedar Bidarkar 2012-01-10 14:24:09 UTC
Upgrade      12 Package(s)

Total download size: 108 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.9 MB/s | 108 MB     00:27     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                   1/110 

  Updating       : libgcc                                                 2/110 

  Updating       : libstdc++                                              3/110 

  Installing     : libgnomecanvas                                         4/110 

  Installing     : gnome-keyring                                          5/110 

  Updating       : cpp                                                    6/110 

  Installing     : audiofile                                              7/110 

  Installing     : esound                                                 8/110 

  Installing     : libIDL                                                 9/110 

  Installing     : ORBit2                                                10/110 

  Installing     : GConf2                                                11/110 

  Installing     : libbonobo                                             12/110 

  Installing     : pyorbit                                               13/110 

  Installing     : gail                                                  14/110 

  Installing     : libXfontcache                                         15/110 

  Updating       : subversion                                            16/110 

  Installing     : libXxf86misc                                          17/110 

  Installing     : xorg-x11-xauth                                        18/110 

  Installing     : imake                                                 19/110 

  Installing     : libgfortran                                           20/110 

  Installing     : libdaemon                                             21/110 

  Installing     : avahi                                                 22/110 

  Installing     : avahi-glib                                            23/110 

  Installing     : libXevie                                              24/110 

  Installing     : at-spi                                                25/110 

  Installing     : pyspi                                                 26/110 

  Installing     : shared-mime-info                                      27/110 

  Installing     : libxslt                                               28/110 

  Installing     : libXxf86vm                                            29/110 

  Installing     : libXTrap                                              30/110 

  Installing     : xorg-x11-server-utils                                 31/110 

  Installing     : xorg-x11-xinit                                        32/110 

  Installing     : elfutils-libs                                         33/110 

  Installing     : elfutils                                              34/110 

  Installing     : gdb                                                   35/110 

  Installing     : libXres                                               36/110 

  Installing     : startup-notification                                  37/110 

  Installing     : libwnck                                               38/110 

  Installing     : notification-daemon                                   39/110 

  Installing     : libnotify                                             40/110 

  Installing     : swig                                                  41/110 

  Installing     : oprofile                                              42/110 

  Installing     : doxygen                                               43/110 

  Installing     : splint                                                44/110 

  Installing     : dev86                                                 45/110 

  Installing     : ctags                                                 46/110 

  Installing     : patchutils                                            47/110 

  Installing     : python-ldap                                           48/110 

  Installing     : strace                                                49/110 

  Installing     : cvs                                                   50/110 

  Installing     : valgrind                                              51/110 

  Installing     : indent                                                52/110 

  Installing     : texinfo                                               53/110 

  Installing     : flex                                                  54/110 

  Installing     : bison                                                 55/110 

  Installing     : rcs                                                   56/110 

  Installing     : byacc                                                 57/110 

  Installing     : cscope                                                58/110 

  Installing     : ltrace                                                59/110 

  Installing     : diffstat                                              60/110 

  Installing     : autoconf                                              61/110 

  Installing     : automake                                              62/110 

  Installing     : libstdc++-devel                                       63/110 

  Installing     : xorg-x11-fonts-base                                   64/110 

  Installing     : xorg-x11-server-Xvfb                                  65/110 

  Installing     : systemtap-runtime                                     66/110 

  Installing     : gnome-mime-data                                       67/110 

  Installing     : libtool                                               68/110 

  Installing     : automake17                                            69/110 

  Installing     : pstack                                                70/110 

  Installing     : automake15                                            71/110 

  Installing     : redhat-rpm-config                                     72/110 

  Installing     : automake14                                            73/110 

  Installing     : automake16                                            74/110 

  Updating       : libgcc                                                75/110 

  Installing     : libgomp                                               76/110 

  Updating       : libstdc++                                             77/110 

  Updating       : subversion                                            78/110 

  Installing     : gettext                                               79/110 

  Installing     : valgrind                                              80/110 

  Updating       : gcc                                                   81/110 

  Installing     : gcc-c++                                               82/110 

  Installing     : gcc-gfortran                                          83/110 

  Installing     : gnome-vfs2                                            84/110 

  Updating       : rpm-libs                                              85/110 

  Installing     : libgnome                                              86/110 

  Installing     : libbonoboui                                           87/110 

  Updating       : rpm                                                   88/110 

  Installing     : libgnomeui                                            89/110 

  Updating       : rpm-python                                            90/110 

  Installing     : gnome-mount                                           91/110 

  Installing     : rpm-build                                             92/110 

  Installing     : systemtap                                             93/110 

  Installing     : gnome-python2-bonobo                                  94/110 

  Installing     : gnome-python2                                         95/110 

  Installing     : gnome-python2-gconf                                   96/110 

  Installing     : dogtail                                               97/110 

  Installing     : gnome-python2-gnomevfs                                98/110 

  Cleanup        : rpm-libs                                              99/110 

  Cleanup        : popt                                                 100/110 

  Cleanup        : libstdc++                                            101/110 

  Cleanup        : gcc                                                  102/110 

  Cleanup        : libgcc                                               103/110 

  Cleanup        : libstdc++                                            104/110 

  Cleanup        : cpp                                                  105/110 

  Cleanup        : libgcc                                               106/110 

  Cleanup        : rpm-python                                           107/110 

  Cleanup        : subversion                                           108/110 

  Cleanup        : rpm                                                  109/110 

  Cleanup        : subversion                                           110/110 

Installed:
  autoconf.noarch 0:2.59-12                                                     
  automake.noarch 0:1.9.6-2.3.el5                                               
  automake14.noarch 0:1.4p6-13.el5.1                                            
  automake15.noarch 0:1.5-16.el5.2                                              
  automake16.noarch 0:1.6.3-8.el5.1                                             
  automake17.noarch 0:1.7.9-7.el5.2                                             
  bison.x86_64 0:2.3-2.1                                                        
  byacc.x86_64 0:1.9-29.2.2                                                     
  cscope.x86_64 0:15.5-15.1.el5_3.1                                             
  ctags.x86_64 0:5.6-1.1                                                        
  cvs.x86_64 0:1.11.22-7.el5                                                    
  dev86.x86_64 0:0.16.17-2.2                                                    
  diffstat.x86_64 0:1.41-1.2.3.el5                                              
  dogtail.noarch 0:0.6.1-4.el5                                                  
  doxygen.x86_64 1:1.4.7-1.1                                                    
  elfutils.x86_64 0:0.137-3.el5                                                 
  flex.x86_64 0:2.5.4a-41.fc6                                                   
  gcc-c++.x86_64 0:4.1.2-51.el5                                                 
  gcc-gfortran.x86_64 0:4.1.2-51.el5                                            
  gdb.x86_64 0:7.0.1-37.el5_7.1                                                 
  gettext.i386 0:0.17-1.el5                                                     
  indent.x86_64 0:2.2.9-14.fc6                                                  
  libtool.x86_64 0:1.5.22-7.el5_4                                               
  ltrace.x86_64 0:0.5-13.45svn.el5_7.12                                         
  oprofile.x86_64 0:0.9.4-15.el5                                                
  patchutils.x86_64 0:0.2.31-2.2.2                                              
  pstack.x86_64 0:1.2-7.2.2                                                     
  python-ldap.x86_64 0:2.2.0-2.1                                                
  rcs.x86_64 0:5.7-30.1                                                         
  redhat-rpm-config.noarch 0:8.0.45-32.el5                                      
  rpm-build.x86_64 0:4.4.2.3-22.el5_7.2                                         
  splint.x86_64 0:3.1.1-16.el5                                                  
  strace.x86_64 0:4.5.18-5.el5_5.5                                              
  swig.x86_64 0:1.3.29-2.el5                                                    
  systemtap.x86_64 0:1.3-9.el5                                                  
  texinfo.x86_64 0:4.8-14.el5                                                   
  valgrind.i386 1:3.5.0-5.el5                                                   
  valgrind.x86_64 1:3.5.0-5.el5                                                 

Dependency Installed:
  GConf2.x86_64 0:2.14.0-9.el5                                                  
  ORBit2.x86_64 0:2.14.3-5.el5                                                  
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  audiofile.x86_64 1:0.2.6-5                                                    
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  esound.x86_64 1:0.2.36-3                                                      
  gail.x86_64 0:1.9.2-3.el5                                                     
  gnome-keyring.x86_64 0:0.6.0-1.fc6                                            
  gnome-mime-data.x86_64 0:2.4.2-3.1                                            
  gnome-mount.x86_64 0:0.5-3.el5                                                
  gnome-python2.x86_64 0:2.16.0-1.fc6                                           
  gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6                                    
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6                                  
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  imake.x86_64 0:1.0.2-3                                                        
  libIDL.x86_64 0:0.8.7-1.fc6                                                   
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXres.x86_64 0:1.0.1-3.1                                                    
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libXxf86vm.x86_64 0:1.0.1-3.1                                                 
  libbonobo.x86_64 0:2.16.0-1.1.el5_5.1                                         
  libbonoboui.x86_64 0:2.16.0-1.fc6                                             
  libdaemon.x86_64 0:0.10-5.el5                                                 
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgnome.x86_64 0:2.16.0-6.el5                                                
  libgnomecanvas.x86_64 0:2.14.0-4.1                                            
  libgnomeui.x86_64 0:2.16.0-5.el5                                              
  libgomp.i386 0:4.4.4-13.el5                                                   
  libnotify.x86_64 0:0.4.2-6.el5                                                
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  libwnck.x86_64 0:2.16.0-4.fc6                                                 
  libxslt.x86_64 0:1.1.17-2.el5_2.2                                             
  notification-daemon.x86_64 0:0.3.5-9.el5                                      
  pyorbit.x86_64 0:2.14.1-3.el5                                                 
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  shared-mime-info.x86_64 0:0.19-5.el5                                          
  startup-notification.x86_64 0:0.8-4.1                                         
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-fonts-base.noarch 0:7.1-2.1.el5                                      
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xauth.x86_64 1:1.0.1-2.1                                             
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libstdc++.i386 0:4.1.2-51.el5        
  libstdc++.x86_64 0:4.1.2-51.el5         popt.x86_64 0:1.10.2.3-22.el5_7.2    
  rpm.x86_64 0:4.4.2.3-22.el5_7.2         rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 
  rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.12.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package krb5-libs.i386 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-63.el5_7 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16.1 set to be updated
---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_7.6 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5_7.1 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version               Repository                  Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server  21 M
 kernel-xen-devel x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5           rhui-sa-east-1-rhel-server 118 k
 apr              i386   1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 124 k
 apr              x86_64 1.2.7-11.el5_6.5      rhui-sa-east-1-rhel-server 120 k
 authconfig       x86_64 5.3.21-7.el5          rhui-sa-east-1-rhel-server 456 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5_7.4
                                               rhui-sa-east-1-rhel-server 934 k
 bash             x86_64 3.2-32.el5            rhui-sa-east-1-rhel-server 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5_7.1
                                               rhui-sa-east-1-rhel-server 178 k
 coreutils        x86_64 5.97-34.el5           rhui-sa-east-1-rhel-server 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5        rhui-sa-east-1-rhel-server  33 k
 cryptsetup-luks  x86_64 1.0.3-8.el5           rhui-sa-east-1-rhel-server 709 k
 curl             i386   7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 234 k
 curl             x86_64 7.15.5-9.el5_7.4      rhui-sa-east-1-rhel-server 231 k
 dbus             x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 234 k
 dbus-libs        x86_64 1.1.2-16.el5_7        rhui-sa-east-1-rhel-server 123 k
 device-mapper    i386   1.02.63-4.el5         rhui-sa-east-1-rhel-server 776 k
 device-mapper    x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5         rhui-sa-east-1-rhel-server  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1   rhui-sa-east-1-rhel-server 286 k
 dmidecode        x86_64 1:2.11-1.el5          rhui-sa-east-1-rhel-server  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5     rhui-sa-east-1-rhel-server  24 k
 e2fsprogs        x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 844 k
 e2fsprogs-libs   i386   1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5           rhui-sa-east-1-rhel-server 120 k
 exim             x86_64 4.63-10.el5           rhui-sa-east-1-rhel-server 1.2 M
 finger           x86_64 0.17-33               rhui-sa-east-1-rhel-server  21 k
 freetype         x86_64 2.2.1-28.el5_7.2      rhui-sa-east-1-rhel-server 311 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1  rhui-sa-east-1-rhel-server  28 k
 glibc            i686   2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 5.3 M
 glibc            x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 4.8 M
 glibc-common     x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server  16 M
 glibc-devel      x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 2.4 M
 glibc-headers    x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 594 k
 gtk2             x86_64 2.10.4-21.el5_7.7     rhui-sa-east-1-rhel-server 6.6 M
 gzip             x86_64 1.3.5-13.el5          rhui-sa-east-1-rhel-server 104 k
 httpd            x86_64 2.2.3-53.el5_7.3      rhui-sa-east-1-rhel-server 1.2 M
 hwdata           noarch 0.213.24-1.el5        rhui-sa-east-1-rhel-server 414 k
 initscripts      x86_64 8.45.38-2.el5         rhui-sa-east-1-rhel-server 1.6 M
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5      rhui-sa-east-1-rhel-server 1.0 M
 jwhois           x86_64 3.2.3-12.el5          rhui-sa-east-1-rhel-server  97 k
 kernel-headers   x86_64 2.6.18-274.12.1.el5   rhui-sa-east-1-rhel-server 1.3 M
 kpartx           x86_64 0.4.7-46.el5_7.2      rhui-sa-east-1-rhel-server 440 k
 krb5-libs        i386   1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 668 k
 krb5-libs        x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 680 k
 krb5-workstation x86_64 1.6.1-63.el5_7        rhui-sa-east-1-rhel-server 916 k
 ksh              x86_64 20100202-1.el5_6.6    rhui-sa-east-1-rhel-server 1.3 M
 libX11           i386   1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 796 k
 libX11           x86_64 1.0.3-11.el5_7.1      rhui-sa-east-1-rhel-server 797 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7     rhui-sa-east-1-rhel-server 245 k
 libgcj           x86_64 4.1.2-51.el5          rhui-sa-east-1-rhel-server  18 M
 libicu           i386   3.6-5.16.1            rhui-sa-east-1-rhel-server 5.3 M
 libicu           x86_64 3.6-5.16.1            rhui-sa-east-1-rhel-server 5.2 M
 libpng           x86_64 2:1.2.10-7.1.el5_7.5  rhui-sa-east-1-rhel-server 235 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 917 k
 libsysfs         x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  46 k
 libvolume_id     x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server  43 k
 libxml2          i386   2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 795 k
 libxml2          x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 807 k
 libxml2-python   x86_64 2.6.26-2.1.12.el5_7.1 rhui-sa-east-1-rhel-server 713 k
 logrotate        x86_64 3.7.4-12              rhui-sa-east-1-rhel-server  42 k
 lvm2             x86_64 2.02.84-6.el5_7.1     rhui-sa-east-1-rhel-server 3.1 M
 m2crypto         x86_64 0.16-8.el5            rhui-sa-east-1-rhel-server 498 k
 man              x86_64 1.6d-2.el5            rhui-sa-east-1-rhel-server 264 k
 mkinitrd         x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 463 k
 mod_authz_ldap   x86_64 0.26-11.el5           rhui-sa-east-1-rhel-server  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.3    rhui-sa-east-1-rhel-server  94 k
 nash             x86_64 5.1.19.6-71.el5_7.1   rhui-sa-east-1-rhel-server 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1  rhui-sa-east-1-rhel-server 1.3 M
 nscd             x86_64 2.5-65.el5_7.1        rhui-sa-east-1-rhel-server 170 k
 nspr             i386   4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 120 k
 nspr             x86_64 4.8.8-1.el5_7         rhui-sa-east-1-rhel-server 119 k
 nss              i386   3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss              x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.1 M
 nss-tools        x86_64 3.12.10-7.el5_7       rhui-sa-east-1-rhel-server 1.2 M
 nss_ldap         i386   253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 nss_ldap         x86_64 253-42.el5_7.4        rhui-sa-east-1-rhel-server 1.4 M
 openldap         i386   2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 297 k
 openldap         x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 305 k
 openldap-clients x86_64 2.3.43-12.el5_7.10    rhui-sa-east-1-rhel-server 223 k
 openssh          x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5      rhui-sa-east-1-rhel-server 278 k
 openssl          i686   0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openssl          x86_64 0.9.8e-20.el5         rhui-sa-east-1-rhel-server 1.4 M
 openswan         x86_64 2.6.21-5.el5_7.6      rhui-sa-east-1-rhel-server 1.0 M
 pam_krb5         i386   2.2.14-21.el5         rhui-sa-east-1-rhel-server 150 k
 pam_krb5         x86_64 2.2.14-21.el5         rhui-sa-east-1-rhel-server 149 k
 pango            x86_64 1.14.9-8.el5_7.3      rhui-sa-east-1-rhel-server 338 k
 parted           i386   1.8.1-28.el5          rhui-sa-east-1-rhel-server 541 k
 parted           x86_64 1.8.1-28.el5          rhui-sa-east-1-rhel-server 520 k
 perl             x86_64 4:5.8.8-32.el5_7.6    rhui-sa-east-1-rhel-server  12 M
 postgresql       x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-libs  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server 197 k
 postgresql-python
                  x86_64 8.1.23-1.el5_7.3      rhui-sa-east-1-rhel-server  57 k
 procps           x86_64 3.2.7-17.el5          rhui-sa-east-1-rhel-server 215 k
 pyOpenSSL        x86_64 0.6-2.el5             rhui-sa-east-1-rhel-server 120 k

Comment 55 Kedar Bidarkar 2012-01-10 14:24:15 UTC
 python           x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server  58 k
 python-libs      x86_64 2.4.3-44.el5_7.1      rhui-sa-east-1-rhel-server 5.9 M
 quota            x86_64 1:3.13-5.el5          rhui-sa-east-1-rhel-server 348 k
 redhat-release   x86_64 5Server-5.7.0.3       rhui-sa-east-1-rhel-server  62 k
 redhat-release-notes
                  x86_64 5Server-41            rhui-sa-east-1-rhel-server 371 k
 rhn-check        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server  42 k
 rhn-client-tools noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 924 k
 rhn-setup        noarch 0.4.20-56.el5         rhui-sa-east-1-rhel-server 114 k
 rhnlib           noarch 2.5.22-6.el5          rhui-sa-east-1-rhel-server  70 k
 rhnsd            x86_64 4.7.0-10.el5          rhui-sa-east-1-rhel-server  34 k
 rsync            x86_64 3.0.6-4.el5_7.1       rhui-sa-east-1-rhel-server 347 k
 ruby             x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1      rhui-sa-east-1-rhel-server 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4   rhui-sa-east-1-rhel-server 6.8 M
 screen           x86_64 4.0.3-4.el5           rhui-sa-east-1-rhel-server 571 k
 sed              x86_64 4.1.5-8.el5           rhui-sa-east-1-rhel-server 178 k
 selinux-policy   noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 420 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5         rhui-sa-east-1-rhel-server 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1   rhui-sa-east-1-rhel-server 1.1 M
 sos              noarch 1.7-9.54.el5_7.1      rhui-sa-east-1-rhel-server 151 k
 sysfsutils       x86_64 2.1.0-1.el5           rhui-sa-east-1-rhel-server  40 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5       rhui-sa-east-1-rhel-server 1.8 M
 traceroute       x86_64 3:2.0.1-6.el5         rhui-sa-east-1-rhel-server  41 k
 tzdata           x86_64 2011l-4.el5           rhui-sa-east-1-rhel-server 765 k
 udev             x86_64 095-14.27.el5_7.1     rhui-sa-east-1-rhel-server 2.4 M
 vsftpd           x86_64 2.0.5-21.el5          rhui-sa-east-1-rhel-server 140 k
 w3m              x86_64 0.5.1-18.el5          rhui-sa-east-1-rhel-server 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5       rhui-sa-east-1-rhel-server 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3               rhui-sa-east-1-rhel-server  79 k
 yum              noarch 3.2.22-37.el5         rhui-sa-east-1-rhel-server 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2      rhui-sa-east-1-rhel-server  63 k
 yum-security     noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  25 k
 yum-updateonboot noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  13 k
 yum-utils        noarch 1.1.16-16.el5         rhui-sa-east-1-rhel-server  71 k
 zlib             i386   1.2.3-4.el5           rhui-sa-east-1-rhel-server  51 k
 zlib             x86_64 1.2.3-4.el5           rhui-sa-east-1-rhel-server  52 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade     140 Package(s)

Total download size: 196 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.5 MB/s | 196 MB     00:43     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : kernel-headers                                         1/282 

  Updating       : tzdata                                                 2/282 

  Updating       : glibc-common                                           3/282 

  Updating       : glibc                                                  4/282 

  Updating       : bash                                                   5/282 

  Updating       : coreutils                                              6/282 

  Updating       : zlib                                                   7/282 

  Updating       : device-mapper                                          8/282 

  Updating       : e2fsprogs-libs                                         9/282 

  Updating       : krb5-libs                                             10/282 

  Updating       : openssl                                               11/282 

  Updating       : openldap                                              12/282 

  Updating       : shadow-utils                                          13/282 

  Updating       : nspr                                                  14/282 

  Updating       : nss                                                   15/282 

  Updating       : sed                                                   16/282 

  Updating       : freetype                                              17/282 

  Updating       : postgresql-libs                                       18/282 

  Updating       : gdbm                                                  19/282 

  Updating       : perl                                                  20/282 

  Updating       : libX11                                                21/282 

  Updating       : pango                                                 22/282 

  Updating       : kpartx                                                23/282 

  Updating       : libxml2                                               24/282 

  Updating       : procps                                                25/282 

  Updating       : libsysfs                                              26/282 

  Updating       : udev                                                  27/282 

  Updating       : nscd                                                  28/282 

  Updating       : e2fsprogs                                             29/282 

  Updating       : gzip                                                  30/282 

  Updating       : ruby-libs                                             31/282 

  Updating       : ruby                                                  32/282 

  Updating       : libXfont                                              33/282 

  Updating       : bind-libs                                             34/282 

  Updating       : net-snmp-libs                                         35/282 

  Updating       : apr                                                   36/282 

  Updating       : libpng                                                37/282 

  Updating       : gtk2                                                  38/282 

  Updating       : device-mapper-multipath                               39/282 

  Updating       : device-mapper-event                                   40/282 

  Updating       : lvm2                                                  41/282 

  Updating       : SysVinit                                              42/282 

  Updating       : logrotate                                             43/282 

  Updating       : libgcj                                                44/282 

  Updating       : nss_ldap                                              45/282 

  Updating       : libsmbclient                                          46/282 

  Updating       : samba-common                                          47/282 

  Updating       : curl                                                  48/282 

  Updating       : pam_krb5                                              49/282 

  Updating       : parted                                                50/282 

  Updating       : cryptsetup-luks                                       51/282 

  Updating       : libicu                                                52/282 

  Updating       : libvolume_id                                          53/282 

  Updating       : redhat-release                                        54/282 

  Updating       : initscripts                                           55/282 

  Updating       : httpd                                                 56/282 

  Updating       : openssh                                               57/282 

  Updating       : glibc-headers                                         58/282 

  Updating       : ruby-irb                                              59/282 

  Updating       : selinux-policy                                        60/282 

  Updating       : nash                                                  61/282 

  Updating       : openssh-clients                                       62/282 

  Updating       : openssh-server                                        63/282 

  Updating       : mod_authz_ldap                                        64/282 

  Updating       : mod_ssl                                               65/282 

  Updating       : vsftpd                                                66/282 

  Updating       : quota                                                 67/282 

  Updating       : exim                                                  68/282 

  Updating       : postgresql                                            69/282 

  Updating       : dhclient                                              70/282 

  Updating       : samba-client                                          71/282 

  Updating       : net-snmp                                              72/282 

  Updating       : bind-utils                                            73/282 

  Updating       : xorg-x11-font-utils                                   74/282 

  Updating       : man                                                   75/282 

  Updating       : sysfsutils                                            76/282 

  Updating       : autofs                                                77/282 

  Updating       : openswan                                              78/282 

  Updating       : nss-tools                                             79/282 

  Updating       : screen                                                80/282 

  Updating       : openldap-clients                                      81/282 

  Updating       : krb5-workstation                                      82/282 

  Updating       : ksh                                                   83/282 

  Updating       : cpuspeed                                              84/282 

  Updating       : jwhois                                                85/282 

  Updating       : finger                                                86/282 

  Updating       : rsync                                                 87/282 

  Updating       : dmidecode                                             88/282 

  Updating       : traceroute                                            89/282 

  Updating       : selinux-policy-targeted                               90/282/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : ruby-rdoc                                             91/282 

  Updating       : glibc-devel                                           92/282 

  Updating       : xinetd                                                93/282 

  Updating       : w3m                                                   94/282 

  Installing     : kernel-xen-devel                                      95/282 

  Updating       : redhat-release-notes                                  96/282 

  Updating       : hwdata                                                97/282 

  Updating       : glibc                                                 98/282 

  Updating       : zlib                                                  99/282 

  Updating       : device-mapper                                        100/282 

  Updating       : e2fsprogs-libs                                       101/282 

  Updating       : krb5-libs                                            102/282 

  Updating       : openssl                                              103/282 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : openldap                                             104/282 

  Updating       : nspr                                                 105/282 

  Updating       : nss                                                  106/282 

  Updating       : nss_ldap                                             107/282 

  Updating       : postgresql-libs                                      108/282 

  Updating       : curl                                                 109/282 

  Updating       : pam_krb5                                             110/282 

  Updating       : apr                                                  111/282 

  Updating       : parted                                               112/282 

  Updating       : libxml2                                              113/282 

  Updating       : libX11                                               114/282 

  Updating       : libicu                                               115/282 

  Updating       : python                                               116/282 

  Updating       : dmraid                                               117/282 

  Updating       : python-libs                                          118/282 

  Updating       : libxml2-python                                       119/282 

  Updating       : iscsi-initiator-utils                                120/282 

  Updating       : dbus-libs                                            121/282 

  Updating       : m2crypto                                             122/282 

  Updating       : pyOpenSSL                                            123/282 

  Updating       : dmraid-events                                        124/282 

  Updating       : mkinitrd                                             125/282 

  Updating       : dbus                                                 126/282 

  Updating       : yum                                                  127/282 

  Updating       : postgresql-python                                    128/282 

  Updating       : authconfig                                           129/282 

  Updating       : rhnlib                                               130/282 

  Updating       : yum-updateonboot                                     131/282 

  Updating       : yum-fastestmirror                                    132/282 

  Updating       : yum-security                                         133/282 

  Updating       : yum-utils                                            134/282 

  Installing     : kernel-xen                                           135/282 

  Updating       : sos                                                  136/282 

  Updating       : system-config-network-tui                            137/282 

  Updating       : rhn-client-tools                                     138/282 

  Updating       : rhnsd                                                139/282 

  Updating       : yum-rhn-plugin                                       140/282 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            141/282 

  Updating       : rhn-check                                            142/282 

  Cleanup        : cpuspeed                                             143/282 

  Cleanup        : selinux-policy                                       144/282 

  Cleanup        : finger                                               145/282 

  Cleanup        : device-mapper-event                                  146/282 

  Cleanup        : yum-updateonboot                                     147/282 

  Cleanup        : python-libs                                          148/282 

  Cleanup        : e2fsprogs-libs                                       149/282 

  Cleanup        : zlib                                                 150/282 

  Cleanup        : postgresql-python                                    151/282 

  Cleanup        : rhnlib                                               152/282 

  Cleanup        : procps                                               153/282 

  Cleanup        : coreutils                                            154/282 

  Cleanup        : httpd                                                155/282 

  Cleanup        : libXfont                                             156/282 

  Cleanup        : openssl                                              157/282 

  Cleanup        : man                                                  158/282 

  Cleanup        : yum-fastestmirror                                    159/282 

  Cleanup        : postgresql-libs                                      160/282 

  Cleanup        : autofs                                               161/282 

  Cleanup        : zlib                                                 162/282 

  Cleanup        : dmraid-events                                        163/282 

  Cleanup        : openssh                                              164/282 

  Cleanup        : freetype                                             165/282 

  Cleanup        : SysVinit                                             166/282 

  Cleanup        : apr                                                  167/282 

  Cleanup        : libX11                                               168/282 

  Cleanup        : perl                                                 169/282 

  Cleanup        : openssh-clients                                      170/282 

  Cleanup        : rhn-check                                            171/282 

  Cleanup        : shadow-utils                                         172/282 

  Cleanup        : bash                                                 173/282 

  Cleanup        : xorg-x11-font-utils                                  174/282 

  Cleanup        : nscd                                                 175/282 

  Cleanup        : sysfsutils                                           176/282 

  Cleanup        : ruby-irb                                             177/282 

  Cleanup        : net-snmp                                             178/282 

  Cleanup        : libsysfs                                             179/282 

  Cleanup        : libxml2-python                                       180/282 

  Cleanup        : postgresql-libs                                      181/282 

  Cleanup        : libgcj                                               182/282 

  Cleanup        : rsync                                                183/282 

  Cleanup        : logrotate                                            184/282 

  Cleanup        : dbus-libs                                            185/282 

  Cleanup        : ksh                                                  186/282 

  Cleanup        : yum-rhn-plugin                                       187/282 

  Cleanup        : glibc-common                                         188/282 

  Cleanup        : libxml2                                              189/282 

  Cleanup        : parted                                               190/282 

  Cleanup        : lvm2                                                 191/282 

  Cleanup        : nspr                                                 192/282 

  Cleanup        : iscsi-initiator-utils                                193/282 

  Cleanup        : gzip                                                 194/282 

  Cleanup        : krb5-workstation                                     195/282 

  Cleanup        : libicu                                               196/282 

  Cleanup        : pango                                                197/282 

  Cleanup        : openldap-clients                                     198/282 

  Cleanup        : e2fsprogs-libs                                       199/282 

  Cleanup        : tzdata                                               200/282 

  Cleanup        : curl                                                 201/282 

  Cleanup        : nss_ldap                                             202/282 

  Cleanup        : libicu                                               203/282 

  Cleanup        : libpng                                               204/282 

  Cleanup        : sed                                                  205/282 

  Cleanup        : dbus                                                 206/282 

  Cleanup        : mkinitrd                                             207/282 

  Cleanup        : hwdata                                               208/282 

  Cleanup        : krb5-libs                                            209/282 

  Cleanup        : m2crypto                                             210/282 

  Cleanup        : vsftpd                                               211/282 

  Cleanup        : screen                                               212/282 

  Cleanup        : gdbm                                                 213/282 

  Cleanup        : python                                               214/282 

  Cleanup        : rhn-setup                                            215/282 

  Cleanup        : redhat-release-notes                                 216/282 

  Cleanup        : pyOpenSSL                                            217/282 

  Cleanup        : openssh-server                                       218/282 

  Cleanup        : sos                                                  219/282 

  Cleanup        : initscripts                                          220/282 

  Cleanup        : mod_authz_ldap                                       221/282 

  Cleanup        : apr                                                  222/282 

  Cleanup        : kernel-headers                                       223/282 

  Cleanup        : nss-tools                                            224/282 

  Cleanup        : yum-security                                         225/282 

  Cleanup        : glibc-devel                                          226/282 

  Cleanup        : yum-utils                                            227/282 

  Cleanup        : selinux-policy-targeted                              228/282 

  Cleanup        : curl                                                 229/282 

  Cleanup        : parted                                               230/282 

  Cleanup        : samba-common                                         231/282 

  Cleanup        : nss                                                  232/282 

  Cleanup        : quota                                                233/282 

  Cleanup        : dmraid                                               234/282 

  Cleanup        : redhat-release                                       235/282 

  Cleanup        : w3m                                                  236/282 

  Cleanup        : openssl                                              237/282 

  Cleanup        : mod_ssl                                              238/282 

  Cleanup        : dmidecode                                            239/282 

  Cleanup        : system-config-network-tui                            240/282 

  Cleanup        : nss_ldap                                             241/282 

  Cleanup        : ruby-libs                                            242/282 

  Cleanup        : nss                                                  243/282 

  Cleanup        : openswan                                             244/282 

  Cleanup        : rhn-client-tools                                     245/282 

  Cleanup        : kpartx                                               246/282 

  Cleanup        : ruby                                                 247/282 

  Cleanup        : bind-utils                                           248/282 

  Cleanup        : authconfig                                           249/282 

  Cleanup        : device-mapper                                        250/282 

  Cleanup        : ruby-rdoc                                            251/282 

  Cleanup        : nspr                                                 252/282 

  Cleanup        : jwhois                                               253/282 

  Cleanup        : libsmbclient                                         254/282 

  Cleanup        : xinetd                                               255/282 

  Cleanup        : libX11                                               256/282 

  Cleanup        : glibc                                                257/282 

  Cleanup        : yum                                                  258/282 

  Cleanup        : device-mapper                                        259/282 

  Cleanup        : bind-libs                                            260/282 

  Cleanup        : pam_krb5                                             261/282 

  Cleanup        : glibc                                                262/282 

  Cleanup        : glibc-headers                                        263/282 

  Cleanup        : udev                                                 264/282 

  Cleanup        : exim                                                 265/282 

  Cleanup        : postgresql                                           266/282 

  Cleanup        : openldap                                             267/282 

  Cleanup        : gtk2                                                 268/282 

  Cleanup        : krb5-libs                                            269/282 

  Cleanup        : device-mapper-multipath                              270/282 

  Cleanup        : libxml2                                              271/282 

  Cleanup        : e2fsprogs                                            272/282 

  Cleanup        : dhclient                                             273/282 

  Cleanup        : cryptsetup-luks                                      274/282 

  Cleanup        : pam_krb5                                             275/282 

  Cleanup        : nash                                                 276/282 

  Cleanup        : libvolume_id                                         277/282 

  Cleanup        : rhnsd                                                278/282 

  Cleanup        : net-snmp-libs                                        279/282 

  Cleanup        : samba-client                                         280/282 

  Cleanup        : traceroute                                           281/282 

  Cleanup        : openldap                                             282/282 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.12.1.el5                                       
  kernel-xen-devel.x86_64 0:2.6.18-274.12.1.el5                                 

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  authconfig.x86_64 0:5.3.21-7.el5                                              
  autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4                                       
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1                                       
  bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1                                      
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  freetype.x86_64 0:2.2.1-28.el5_7.2                                            
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  glibc.i686 0:2.5-65.el5_7.1                                                   
  glibc.x86_64 0:2.5-65.el5_7.1                                                 
  glibc-common.x86_64 0:2.5-65.el5_7.1                                          
  glibc-devel.x86_64 0:2.5-65.el5_7.1                                           
  glibc-headers.x86_64 0:2.5-65.el5_7.1                                         
  gtk2.x86_64 0:2.10.4-21.el5_7.7                                               
  gzip.x86_64 0:1.3.5-13.el5                                                    
  httpd.x86_64 0:2.2.3-53.el5_7.3                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.12.1.el5                                   
  kpartx.x86_64 0:0.4.7-46.el5_7.2                                              
  krb5-libs.i386 0:1.6.1-63.el5_7                                               
  krb5-libs.x86_64 0:1.6.1-63.el5_7                                             
  krb5-workstation.x86_64 0:1.6.1-63.el5_7                                      
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  libX11.i386 0:1.0.3-11.el5_7.1                                                
  libX11.x86_64 0:1.0.3-11.el5_7.1                                              
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libicu.i386 0:3.6-5.16.1                                                      
  libicu.x86_64 0:3.6-5.16.1                                                    
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libvolume_id.x86_64 0:095-14.27.el5_7.1                                       
  libxml2.i386 0:2.6.26-2.1.12.el5_7.1                                          
  libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1                                        
  libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1                                 
  logrotate.x86_64 0:3.7.4-12                                                   
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1                                         
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.3                                             
  nash.x86_64 0:5.1.19.6-71.el5_7.1                                             
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nscd.x86_64 0:2.5-65.el5_7.1                                                  
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-7.el5_7                                                    
  nss.x86_64 0:3.12.10-7.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-7.el5_7                                            
  nss_ldap.i386 0:253-42.el5_7.4                                                
  nss_ldap.x86_64 0:253-42.el5_7.4                                              
  openldap.i386 0:2.3.43-12.el5_7.10                                            
  openldap.x86_64 0:2.3.43-12.el5_7.10                                          
  openldap-clients.x86_64 0:2.3.43-12.el5_7.10                                  
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_7.6                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.x86_64 0:1.14.9-8.el5_7.3                                               
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  perl.x86_64 4:5.8.8-32.el5_7.6                                                
  postgresql.x86_64 0:8.1.23-1.el5_7.3                                          
  postgresql-libs.i386 0:8.1.23-1.el5_7.3                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_7.3                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_7.3                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python.x86_64 0:2.4.3-44.el5_7.1                                              
  python-libs.x86_64 0:2.4.3-44.el5_7.1                                         
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5_7.1                                                 
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011l-4.el5                                                   
  udev.x86_64 0:095-14.27.el5_7.1                                               
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ...

Comment 56 Kedar Bidarkar 2012-01-10 14:24:21 UTC
######################################################################################
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: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
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 yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-sa-east-1-client-config-server-5: rhui2-cds01.sa-east-1.aws.ce.redhat.com
 * rhui-sa-east-1-rhel-server: rhui2-cds01.sa-east-1.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update 
EXPECTED RESULT: 
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

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 57 Kedar Bidarkar 2012-01-10 14:25:33 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 7864320 > hwp MEMORY of 7500000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 58 Kedar Bidarkar 2012-01-10 14:27:43 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_t1.micro
###### 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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 629760 > hwp MEMORY of 600000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 59 Kedar Bidarkar 2012-01-10 14:27:50 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 17920000 > hwp MEMORY of 17100000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 60 Kedar Bidarkar 2012-01-10 14:29:35 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 35840000 > hwp MEMORY of 34200000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 61 Kedar Bidarkar 2012-01-10 14:30:07 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 71680000 > hwp MEMORY of 68400000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 62 Kedar Bidarkar 2012-01-10 14:31:19 UTC
IMAGE ID= ami-e62df2fb_sa-east-1_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 ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.12.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.12.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.12.1 
EXPECTED RESULT: 2.6.18-274.12.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-274.12.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.12.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.12.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.12.1.el5xen.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 7340032 > hwp MEMORY of 7000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname

## Summary ##
FAILURES = 3
FAILED TESTS = ## test repo files ... ## test repo files ... ## test repo files ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 63 mkovacik 2012-06-13 11:38:35 UTC
Irelevant or validation tools tests. Closing as not a bug.


Note You need to log in before you can comment on or make changes to this bug.