Bug 1146134 - ami-47ddba64 7.0 x86_64 hourly us-gov-west-1
Summary: ami-47ddba64 7.0 x86_64 hourly us-gov-west-1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Cloud Image Validation
Classification: Red Hat
Component: images
Version: RHEL7.0
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: mkovacik
QA Contact: mkovacik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-24 14:23 UTC by mkovacik
Modified: 2014-09-25 07:54 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-25 07:54:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ami-47ddba64-log.yaml (157.52 KB, text/yaml)
2014-09-24 14:23 UTC, mkovacik
no flags Details

Description mkovacik 2014-09-24 14:23:47 UTC

Comment 1 mkovacik 2014-09-24 14:23:51 UTC
Created attachment 940789 [details]
ami-47ddba64-log.yaml

Comment 2 mkovacik 2014-09-24 14:23:53 UTC
# m3.2xlarge: failed
stage1:testcase_30_rhn_certificates: failed
-
  command: rpm -ql rh-amazon-rhui-client
  result: passed
  value: /etc/init.d/choose_repo  /etc/init.d/rh-cloud-firstboot
  /etc/pki/rhui/ca.crt  /etc/pki/rhui/cdn.redhat.com-chain.crt
  /etc/pki/rhui/content-rhel7.key
  /etc/pki/rhui/product/content-rhel7.crt
  /etc/pki/rhui/product/rhui-client-config-server-7.crt
  /etc/pki/rhui/rhui-client-config-server-7.key
  /etc/yum.repos.d/redhat-rhui-client-config.repo
  /etc/yum.repos.d/redhat-rhui.repo
  /etc/yum.repos.d/rhui-load-balancers.conf
  /etc/yum/pluginconf.d/amazon-id.conf
  /etc/yum/pluginconf.d/rhui-lb.conf
  /usr/lib/yum-plugins/amazon-id.py
  /usr/lib/yum-plugins/amazon-id.pyc
  /usr/lib/yum-plugins/amazon-id.pyo  /usr/lib/yum-plugins/rhui-lb.py
  /usr/lib/yum-plugins/rhui-lb.pyc  /usr/lib/yum-plugins/rhui-lb.pyo
  /usr/sbin/choose_repo.py  /usr/sbin/rh-cloud-firstboot.py
-
  command: openssl x509 -in /etc/pki/rhui/ca.crt -noout -dates
  result: passed
  value: notBefore=Aug 23 19:46:02 2011 GMT  notAfter=Nov 30 19:46:02
  2017 GMT
-
  result: failed
  comment: (/etc/pki/rhui/ca.crt).notAfter=2017-11-30 19:46:02;
  expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/cdn.redhat.com-chain.crt
  -noout -dates
  result: passed
  value: notBefore=Mar 18 11:24:54 2010 GMT  notAfter=Mar 13 11:24:54
  2030 GMT
-
  result: passed
  comment:
  (/etc/pki/rhui/cdn.redhat.com-chain.crt).notAfter=2030-03-13
  11:24:54; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/product/content-rhel7.crt
  -noout -dates
  result: passed
  value: notBefore=May 10 12:21:17 2014 GMT  notAfter=May  7 12:21:17
  2024 GMT
-
  result: failed
  comment:
  (/etc/pki/rhui/product/content-rhel7.crt).notAfter=2024-05-07
  12:21:17; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in
  /etc/pki/rhui/product/rhui-client-config-server-7.crt -noout -dates
  result: passed
  value: notBefore=May 19 00:36:47 2014 GMT  notAfter=May 16 00:36:47
  2024 GMT
-
  result: failed
  comment: (/etc/pki/rhui/product/rhui-client-config-server-7.crt).not
  After=2024-05-16 00:36:47; expecting: 2024-06-10 00:00:00
stage1:testcase_39_root_is_locked: passed
stage1:testcase_03_running_services: passed
stage1:testcase_14_host_details: passed
stage1:testcase_41_rh_amazon_rhui_client: passed
stage1:testcase_360_ebs: passed
stage1:testcase_16_selinux: passed
stage1:testcase_35_console: passed
stage1:testcase_15_rhel_version: failed
-
  command: rpm -q --qf '%{RELEASE} ' --whatprovides redhat-release
  match: .*\r\n([0-9]\.[0-9]+\..*)\r\n.*
  result: failed
  actual: rpm -q --qf '%{RELEASE}  > ' --whatprovides redhat-release
  1.el7  [root@ip-172-31-18-186 ~]#
stage1:testcase_34_cpu: passed
stage1:testcase_17_shells: passed
stage1:testcase_18_sshd: passed
stage1:testcase_07_libc6_xen_conf: passed
stage1:testcase_27_yum_repos: passed
stage1:testcase_25_uname: passed
stage1:testcase_21_disk_size_format: failed
-
  command: mount | grep '^/dev' | awk '{print $1}'
  result: passed
  value: /dev/xvda1
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $3}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['/']
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $5}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['xfs']
-
  command: [ `df -k /dev/xvda1 | awk '{ print $2 }' | tail -n 1` -gt
  3937219 ]
  result: passed
-
  command: [ xfs = ext4 ]
  result: failed
  actual: 1
stage1:testcase_01_bash_history: passed
stage1:testcase_10_networking: passed
stage1:testcase_26_verify_rpms: passed
stage1:testcase_19_rhn_system_id: passed
stage1:testcase_08_memory: passed
stage1:testcase_11_package_set: failed
-
  command: rpm -qa --queryformat '%{NAME},' && echo
  match: .*  (.*),  .*
  result: passed
  value: ['yum,redhat-release-server,pciutils-libs,filesystem,python-e
  thtool,basesystem,yum-rhn-plugin,nss-softokn-freebl,rhnsd,glibc,libn
  dp,libstdc++,libtiff,bash,python-pygments,pcre,jansson,zlib,emacs-fi
  lesystem,audit-libs,xdg-utils,popt,libuuid,bind-libs-lite,libcom_err
  ,dracut-network,libxml2,NetworkManager-tui,bzip2-libs,kernel,grep,Re
  d_Hat_Enterprise_Linux-Release_Notes-7-en-US,gawk,rh-amazon-rhui-cli
  ent,elfutils-libelf,kernel-tools,libacl,man-db,sqlite,grub2,libffi,p
  kgconfig,postfix,expat,openssh-server,dbus-glib,tuned,cpio,chrony,wh
  ich,openssh-clients,file-libs,authconfig,libtasn1,btrfs-progs,tcp_wr
  appers-libs,tar,file,NetworkManager-config-server,libcroco,gpg-pubke
  y,libassuan,dosfstools,e2fsprogs-libs,libgomp,libunistring,kmod-libs
  ,freetype,libnfnetlink,libjpeg-turbo,gdbm,keyutils-libs,newt,gettext
  -libs,libteam,ca-certificates,gnutls,gobject-introspection,libxslt,v
  im-minimal,elfutils-libs,mozjs17,pinentry,libselinux-utils,ncurses,l
  ibproxy,libsoup,sysvinit-tools,numactl-libs,ustr,nss-tools,openssl-l
  ibs,cracklib,openldap,systemd-libs,libuser,coreutils,shadow-utils,li
  butempter,nss-sysinit,python,python-iniparse,libselinux-python,newt-
  python,procps-ng,python-configobj,pygobject3-base,virt-what,dhcp-com
  mon,python-chardet,python-dmidecode,python-markdown,libsemanage-pyth
  on,pyOpenSSL,pyxattr,python-six,python-backports,python-setuptools,p
  ython-urllib3,python-jsonpointer,grubby,passwd,binutils,logrotate,op
  enssl,libssh2,python-pycurl,curl,rpm,selinux-policy,fipscheck,hardli
  nk,libnetfilter_conntrack,iproute,qrencode-libs,device-mapper-libs,s
  ystemd,systemd-sysv,iputils,NetworkManager-glib,polkit-pkla-compat,c
  ronie-anacron,crontabs,avahi-libs,avahi-autoipd,wpa_supplicant,hwdat
  a,libcgroup,kpartx,libpcap,libyaml,libpipeline,rsyslog,gnupg2,rpm-py
  thon,redhat-support-lib-python,pygpgme,libgcc,libwebp,setup,libnl,tz
  data,rhn-client-tools,ncurses-base,rhn-check,glibc-common,rhn-setup,
  xz-libs,jbigkit-libs,ncurses-libs,python-pillow,libsepol,python-chee
  tah,libselinux,teamd,info,desktop-file-utils,dbus-libs,kbd-misc,chkc
  onfig,bind-license,sed,dhclient,nspr,NetworkManager,libdb,kexec-tool
  s,nss-util,kbd,libgpg-error,cloud-init,readline,subscription-manager
  ,libattr,redhat-support-tool,libcap,dracut-config-generic,libgcrypt,
  dracut-config-rescue,glib2,audit,shared-mime-info,microcode_ctl,libn
  l3,irqbalance,lua,rsync,libcap-ng,parted,libidn,selinux-policy-targe
  ted,gmp,xfsprogs,p11-kit,sudo,libdaemon,rootfiles,libnl3-cli,gpg-pub
  key,nss-softokn,xdelta,cyrus-sasl-lib,groff-base,findutils,diffutils
  ,xz,libedit,dmidecode,ethtool,hostname,slang,lzo,less,p11-kit-trust,
  nettle,gsettings-desktop-schemas,ModemManager-glib,setools-libs,acl,
  libdb-utils,libss,make,checkpolicy,libmodman,glib-networking,snappy,
  libverto,kernel-tools-libs,libsemanage,krb5-libs,gzip,cracklib-dicts
  ,libmount,libpwquality,nss,pam,libblkid,util-linux,python-libs,dbus-
  python,python-decorator,python-dateutil,m2crypto,gettext,pygobject2,
  python-lxml,dhcp-libs,python-boto,libxml2-python,audit-libs-python,p
  ython-IPy,pyliblzma,rhnlib,yum-metadata-parser,python-prettytable,py
  thon-backports-ssl_match_hostname,python-pyudev,python-requests,pyth
  on-jsonpatch,e2fsprogs,usermode,kmod,redhat-logos,mariadb-libs,libcu
  rl,python-urlgrabber,rpm-libs,policycoreutils,fipscheck-lib,openssh,
  libmnl,iptables,json-c,device-mapper,cryptsetup-libs,dbus,libgudev1,
  initscripts,polkit,os-prober,cronie,grub2-tools,avahi,python-gudev,d
  nsmasq,python-hwdata,net-tools,policycoreutils-python,dracut,ppp,PyY
  AML,libestr,pth,rpm-build-libs,python-rhsm,gpgme']
-
  result: passed
  comment: Newly introduced packages: ['ModemManager-glib',
  'NetworkManager', 'NetworkManager-config-server',
  'NetworkManager-glib', 'NetworkManager-tui', 'avahi',
  'avahi-autoipd', 'avahi-libs', 'binutils', 'checkpolicy', 'dnsmasq',
  'dosfstools', 'glib-networking', 'gnutls', 'gpg-pubkey',
  'gsettings-desktop-schemas', 'hwdata', 'jansson', 'kernel-tools',
  'kernel-tools-libs', 'libdaemon', 'libgudev1', 'libmnl',
  'libmodman', 'libndp', 'libnetfilter_conntrack', 'libnfnetlink',
  'libnl3', 'libnl3-cli', 'libpcap', 'libproxy', 'libsoup', 'libteam',
  'microcode_ctl', 'mozjs17', 'nettle', 'pciutils-libs', 'polkit',
  'polkit-pkla-compat', 'ppp', 'pyOpenSSL', 'python-backports',
  'python-gudev', 'python-hwdata', 'rh-amazon-rhui-client',
  'rhn-check', 'rhn-client-tools', 'rhn-setup', 'rhnlib', 'rhnsd',
  'teamd', 'wpa_supplicant', 'yum-rhn-plugin']
-
  result: failed
  comment: some packages are missing: ['python-kitchen', 'yum-utils']
stage1:testcase_09_nameserver: passed
stage1:testcase_02_selinux_context: passed
stage1:testcase_80_no_avc_denials: passed
stage1:testcase_06_inittab: passed
stage1:testcase_33_userdata: passed
stage1:testcase_20_auditd: passed
stage1:testcase_31_subscription_management: passed
stage1:testcase_32_ephemeral: passed
stage1:testcase_50_yum_package_install: passed
stage1:testcase_55_yum_group_install: passed
stage1:testcase_60_yum_update: passed
stage1:testcase_61_yum_proxy: passed
stage2:testcase_08_memory: passed
stage2:testcase_80_no_avc_denials: passed
stage2:testcase_25_uname: passed

Comment 3 mkovacik 2014-09-24 14:23:55 UTC
# cc2.8xlarge: failed
stage1:testcase_19_rhn_system_id: passed
stage1:testcase_20_auditd: passed
stage1:testcase_21_disk_size_format: failed
-
  command: mount | grep '^/dev' | awk '{print $1}'
  result: passed
  value: /dev/xvda1
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $3}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['/']
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $5}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['xfs']
-
  command: [ `df -k /dev/xvda1 | awk '{ print $2 }' | tail -n 1` -gt
  3937219 ]
  result: passed
-
  command: [ xfs = ext4 ]
  result: failed
  actual: 1
stage1:testcase_06_inittab: passed
stage1:testcase_09_nameserver: passed
stage1:testcase_17_shells: passed
stage1:testcase_80_no_avc_denials: passed
stage1:testcase_15_rhel_version: failed
-
  command: rpm -q --qf '%{RELEASE} ' --whatprovides redhat-release
  match: .*\r\n([0-9]\.[0-9]+\..*)\r\n.*
  result: failed
  actual: rpm -q --qf '%{RELEASE}  > ' --whatprovides redhat-release
  1.el7  [root@ip-172-31-25-135 ~]#
stage1:testcase_07_libc6_xen_conf: passed
stage1:testcase_39_root_is_locked: passed
stage1:testcase_01_bash_history: passed
stage1:testcase_360_ebs: passed
stage1:testcase_41_rh_amazon_rhui_client: passed
stage1:testcase_35_console: passed
stage1:testcase_27_yum_repos: passed
stage1:testcase_08_memory: passed
stage1:testcase_03_running_services: passed
stage1:testcase_30_rhn_certificates: failed
-
  command: rpm -ql rh-amazon-rhui-client
  result: passed
  value: /etc/init.d/choose_repo  /etc/init.d/rh-cloud-firstboot
  /etc/pki/rhui/ca.crt  /etc/pki/rhui/cdn.redhat.com-chain.crt
  /etc/pki/rhui/content-rhel7.key
  /etc/pki/rhui/product/content-rhel7.crt
  /etc/pki/rhui/product/rhui-client-config-server-7.crt
  /etc/pki/rhui/rhui-client-config-server-7.key
  /etc/yum.repos.d/redhat-rhui-client-config.repo
  /etc/yum.repos.d/redhat-rhui.repo
  /etc/yum.repos.d/rhui-load-balancers.conf
  /etc/yum/pluginconf.d/amazon-id.conf
  /etc/yum/pluginconf.d/rhui-lb.conf
  /usr/lib/yum-plugins/amazon-id.py
  /usr/lib/yum-plugins/amazon-id.pyc
  /usr/lib/yum-plugins/amazon-id.pyo  /usr/lib/yum-plugins/rhui-lb.py
  /usr/lib/yum-plugins/rhui-lb.pyc  /usr/lib/yum-plugins/rhui-lb.pyo
  /usr/sbin/choose_repo.py  /usr/sbin/rh-cloud-firstboot.py
-
  command: openssl x509 -in /etc/pki/rhui/ca.crt -noout -dates
  result: passed
  value: notBefore=Aug 23 19:46:02 2011 GMT  notAfter=Nov 30 19:46:02
  2017 GMT
-
  result: failed
  comment: (/etc/pki/rhui/ca.crt).notAfter=2017-11-30 19:46:02;
  expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/cdn.redhat.com-chain.crt
  -noout -dates
  result: passed
  value: notBefore=Mar 18 11:24:54 2010 GMT  notAfter=Mar 13 11:24:54
  2030 GMT
-
  result: passed
  comment:
  (/etc/pki/rhui/cdn.redhat.com-chain.crt).notAfter=2030-03-13
  11:24:54; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/product/content-rhel7.crt
  -noout -dates
  result: passed
  value: notBefore=May 10 12:21:17 2014 GMT  notAfter=May  7 12:21:17
  2024 GMT
-
  result: failed
  comment:
  (/etc/pki/rhui/product/content-rhel7.crt).notAfter=2024-05-07
  12:21:17; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in
  /etc/pki/rhui/product/rhui-client-config-server-7.crt -noout -dates
  result: passed
  value: notBefore=May 19 00:36:47 2014 GMT  notAfter=May 16 00:36:47
  2024 GMT
-
  result: failed
  comment: (/etc/pki/rhui/product/rhui-client-config-server-7.crt).not
  After=2024-05-16 00:36:47; expecting: 2024-06-10 00:00:00
stage1:testcase_11_package_set: failed
-
  command: rpm -qa --queryformat '%{NAME},' && echo
  match: .*  (.*),  .*
  result: passed
  value: ['yum,redhat-release-server,pciutils-libs,filesystem,python-e
  thtool,basesystem,yum-rhn-plugin,nss-softokn-freebl,rhnsd,glibc,libn
  dp,libstdc++,libtiff,bash,python-pygments,pcre,jansson,zlib,emacs-fi
  lesystem,audit-libs,xdg-utils,popt,libuuid,bind-libs-lite,libcom_err
  ,dracut-network,libxml2,NetworkManager-tui,bzip2-libs,kernel,grep,Re
  d_Hat_Enterprise_Linux-Release_Notes-7-en-US,gawk,rh-amazon-rhui-cli
  ent,elfutils-libelf,kernel-tools,libacl,man-db,sqlite,grub2,libffi,p
  kgconfig,postfix,expat,openssh-server,dbus-glib,tuned,cpio,chrony,wh
  ich,openssh-clients,file-libs,authconfig,libtasn1,btrfs-progs,tcp_wr
  appers-libs,tar,file,NetworkManager-config-server,libcroco,gpg-pubke
  y,libassuan,dosfstools,e2fsprogs-libs,libgomp,libunistring,kmod-libs
  ,freetype,libnfnetlink,libjpeg-turbo,gdbm,keyutils-libs,newt,gettext
  -libs,libteam,ca-certificates,gnutls,gobject-introspection,libxslt,v
  im-minimal,elfutils-libs,mozjs17,pinentry,libselinux-utils,ncurses,l
  ibproxy,libsoup,sysvinit-tools,numactl-libs,ustr,nss-tools,openssl-l
  ibs,cracklib,openldap,systemd-libs,libuser,coreutils,shadow-utils,li
  butempter,nss-sysinit,python,python-iniparse,libselinux-python,newt-
  python,procps-ng,python-configobj,pygobject3-base,virt-what,dhcp-com
  mon,python-chardet,python-dmidecode,python-markdown,libsemanage-pyth
  on,pyOpenSSL,pyxattr,python-six,python-backports,python-setuptools,p
  ython-urllib3,python-jsonpointer,grubby,passwd,binutils,logrotate,op
  enssl,libssh2,python-pycurl,curl,rpm,selinux-policy,fipscheck,hardli
  nk,libnetfilter_conntrack,iproute,qrencode-libs,device-mapper-libs,s
  ystemd,systemd-sysv,iputils,NetworkManager-glib,polkit-pkla-compat,c
  ronie-anacron,crontabs,avahi-libs,avahi-autoipd,wpa_supplicant,hwdat
  a,libcgroup,kpartx,libpcap,libyaml,libpipeline,rsyslog,gnupg2,rpm-py
  thon,redhat-support-lib-python,pygpgme,libgcc,libwebp,setup,libnl,tz
  data,rhn-client-tools,ncurses-base,rhn-check,glibc-common,rhn-setup,
  xz-libs,jbigkit-libs,ncurses-libs,python-pillow,libsepol,python-chee
  tah,libselinux,teamd,info,desktop-file-utils,dbus-libs,kbd-misc,chkc
  onfig,bind-license,sed,dhclient,nspr,NetworkManager,libdb,kexec-tool
  s,nss-util,kbd,libgpg-error,cloud-init,readline,subscription-manager
  ,libattr,redhat-support-tool,libcap,dracut-config-generic,libgcrypt,
  dracut-config-rescue,glib2,audit,shared-mime-info,microcode_ctl,libn
  l3,irqbalance,lua,rsync,libcap-ng,parted,libidn,selinux-policy-targe
  ted,gmp,xfsprogs,p11-kit,sudo,libdaemon,rootfiles,libnl3-cli,gpg-pub
  key,nss-softokn,xdelta,cyrus-sasl-lib,groff-base,findutils,diffutils
  ,xz,libedit,dmidecode,ethtool,hostname,slang,lzo,less,p11-kit-trust,
  nettle,gsettings-desktop-schemas,ModemManager-glib,setools-libs,acl,
  libdb-utils,libss,make,checkpolicy,libmodman,glib-networking,snappy,
  libverto,kernel-tools-libs,libsemanage,krb5-libs,gzip,cracklib-dicts
  ,libmount,libpwquality,nss,pam,libblkid,util-linux,python-libs,dbus-
  python,python-decorator,python-dateutil,m2crypto,gettext,pygobject2,
  python-lxml,dhcp-libs,python-boto,libxml2-python,audit-libs-python,p
  ython-IPy,pyliblzma,rhnlib,yum-metadata-parser,python-prettytable,py
  thon-backports-ssl_match_hostname,python-pyudev,python-requests,pyth
  on-jsonpatch,e2fsprogs,usermode,kmod,redhat-logos,mariadb-libs,libcu
  rl,python-urlgrabber,rpm-libs,policycoreutils,fipscheck-lib,openssh,
  libmnl,iptables,json-c,device-mapper,cryptsetup-libs,dbus,libgudev1,
  initscripts,polkit,os-prober,cronie,grub2-tools,avahi,python-gudev,d
  nsmasq,python-hwdata,net-tools,policycoreutils-python,dracut,ppp,PyY
  AML,libestr,pth,rpm-build-libs,python-rhsm,gpgme']
-
  result: passed
  comment: Newly introduced packages: ['ModemManager-glib',
  'NetworkManager', 'NetworkManager-config-server',
  'NetworkManager-glib', 'NetworkManager-tui', 'avahi',
  'avahi-autoipd', 'avahi-libs', 'binutils', 'checkpolicy', 'dnsmasq',
  'dosfstools', 'glib-networking', 'gnutls', 'gpg-pubkey',
  'gsettings-desktop-schemas', 'hwdata', 'jansson', 'kernel-tools',
  'kernel-tools-libs', 'libdaemon', 'libgudev1', 'libmnl',
  'libmodman', 'libndp', 'libnetfilter_conntrack', 'libnfnetlink',
  'libnl3', 'libnl3-cli', 'libpcap', 'libproxy', 'libsoup', 'libteam',
  'microcode_ctl', 'mozjs17', 'nettle', 'pciutils-libs', 'polkit',
  'polkit-pkla-compat', 'ppp', 'pyOpenSSL', 'python-backports',
  'python-gudev', 'python-hwdata', 'rh-amazon-rhui-client',
  'rhn-check', 'rhn-client-tools', 'rhn-setup', 'rhnlib', 'rhnsd',
  'teamd', 'wpa_supplicant', 'yum-rhn-plugin']
-
  result: failed
  comment: some packages are missing: ['python-kitchen', 'yum-utils']
stage1:testcase_26_verify_rpms: passed
stage1:testcase_16_selinux: passed
stage1:testcase_14_host_details: passed
stage1:testcase_33_userdata: passed
stage1:testcase_10_networking: passed
stage1:testcase_02_selinux_context: passed
stage1:testcase_34_cpu: passed
stage1:testcase_25_uname: passed
stage1:testcase_18_sshd: passed
stage1:testcase_32_ephemeral: passed
stage1:testcase_31_subscription_management: passed
stage1:testcase_50_yum_package_install: passed
stage1:testcase_55_yum_group_install: passed
stage1:testcase_60_yum_update: passed
stage1:testcase_61_yum_proxy: passed
stage2:testcase_25_uname: passed
stage2:testcase_08_memory: passed
stage2:testcase_80_no_avc_denials: passed

Comment 4 mkovacik 2014-09-24 14:23:57 UTC
# hs1.8xlarge: failed
stage1:testcase_10_networking: passed
stage1:testcase_360_ebs: passed
stage1:testcase_15_rhel_version: failed
-
  command: rpm -q --qf '%{RELEASE} ' --whatprovides redhat-release
  match: .*\r\n([0-9]\.[0-9]+\..*)\r\n.*
  result: failed
  actual: rpm -q --qf '%{RELEASE}  > ' --whatprovides redhat-release
  1.el7  [root@ip-172-31-23-101 ~]#
stage1:testcase_14_host_details: passed
stage1:testcase_03_running_services: passed
stage1:testcase_02_selinux_context: passed
stage1:testcase_35_console: passed
stage1:testcase_80_no_avc_denials: passed
stage1:testcase_09_nameserver: passed
stage1:testcase_34_cpu: passed
stage1:testcase_06_inittab: passed
stage1:testcase_07_libc6_xen_conf: passed
stage1:testcase_21_disk_size_format: failed
-
  command: mount | grep '^/dev' | awk '{print $1}'
  result: passed
  value: /dev/xvda1
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $3}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['/']
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $5}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['xfs']
-
  command: [ `df -k /dev/xvda1 | awk '{ print $2 }' | tail -n 1` -gt
  3937219 ]
  result: passed
-
  command: [ xfs = ext4 ]
  result: failed
  actual: 1
stage1:testcase_20_auditd: passed
stage1:testcase_27_yum_repos: passed
stage1:testcase_19_rhn_system_id: passed
stage1:testcase_18_sshd: passed
stage1:testcase_08_memory: passed
stage1:testcase_17_shells: passed
stage1:testcase_25_uname: passed
stage1:testcase_16_selinux: passed
stage1:testcase_39_root_is_locked: passed
stage1:testcase_11_package_set: failed
-
  command: rpm -qa --queryformat '%{NAME},' && echo
  match: .*  (.*),  .*
  result: passed
  value: ['yum,redhat-release-server,pciutils-libs,filesystem,python-e
  thtool,basesystem,yum-rhn-plugin,nss-softokn-freebl,rhnsd,glibc,libn
  dp,libstdc++,libtiff,bash,python-pygments,pcre,jansson,zlib,emacs-fi
  lesystem,audit-libs,xdg-utils,popt,libuuid,bind-libs-lite,libcom_err
  ,dracut-network,libxml2,NetworkManager-tui,bzip2-libs,kernel,grep,Re
  d_Hat_Enterprise_Linux-Release_Notes-7-en-US,gawk,rh-amazon-rhui-cli
  ent,elfutils-libelf,kernel-tools,libacl,man-db,sqlite,grub2,libffi,p
  kgconfig,postfix,expat,openssh-server,dbus-glib,tuned,cpio,chrony,wh
  ich,openssh-clients,file-libs,authconfig,libtasn1,btrfs-progs,tcp_wr
  appers-libs,tar,file,NetworkManager-config-server,libcroco,gpg-pubke
  y,libassuan,dosfstools,e2fsprogs-libs,libgomp,libunistring,kmod-libs
  ,freetype,libnfnetlink,libjpeg-turbo,gdbm,keyutils-libs,newt,gettext
  -libs,libteam,ca-certificates,gnutls,gobject-introspection,libxslt,v
  im-minimal,elfutils-libs,mozjs17,pinentry,libselinux-utils,ncurses,l
  ibproxy,libsoup,sysvinit-tools,numactl-libs,ustr,nss-tools,openssl-l
  ibs,cracklib,openldap,systemd-libs,libuser,coreutils,shadow-utils,li
  butempter,nss-sysinit,python,python-iniparse,libselinux-python,newt-
  python,procps-ng,python-configobj,pygobject3-base,virt-what,dhcp-com
  mon,python-chardet,python-dmidecode,python-markdown,libsemanage-pyth
  on,pyOpenSSL,pyxattr,python-six,python-backports,python-setuptools,p
  ython-urllib3,python-jsonpointer,grubby,passwd,binutils,logrotate,op
  enssl,libssh2,python-pycurl,curl,rpm,selinux-policy,fipscheck,hardli
  nk,libnetfilter_conntrack,iproute,qrencode-libs,device-mapper-libs,s
  ystemd,systemd-sysv,iputils,NetworkManager-glib,polkit-pkla-compat,c
  ronie-anacron,crontabs,avahi-libs,avahi-autoipd,wpa_supplicant,hwdat
  a,libcgroup,kpartx,libpcap,libyaml,libpipeline,rsyslog,gnupg2,rpm-py
  thon,redhat-support-lib-python,pygpgme,libgcc,libwebp,setup,libnl,tz
  data,rhn-client-tools,ncurses-base,rhn-check,glibc-common,rhn-setup,
  xz-libs,jbigkit-libs,ncurses-libs,python-pillow,libsepol,python-chee
  tah,libselinux,teamd,info,desktop-file-utils,dbus-libs,kbd-misc,chkc
  onfig,bind-license,sed,dhclient,nspr,NetworkManager,libdb,kexec-tool
  s,nss-util,kbd,libgpg-error,cloud-init,readline,subscription-manager
  ,libattr,redhat-support-tool,libcap,dracut-config-generic,libgcrypt,
  dracut-config-rescue,glib2,audit,shared-mime-info,microcode_ctl,libn
  l3,irqbalance,lua,rsync,libcap-ng,parted,libidn,selinux-policy-targe
  ted,gmp,xfsprogs,p11-kit,sudo,libdaemon,rootfiles,libnl3-cli,gpg-pub
  key,nss-softokn,xdelta,cyrus-sasl-lib,groff-base,findutils,diffutils
  ,xz,libedit,dmidecode,ethtool,hostname,slang,lzo,less,p11-kit-trust,
  nettle,gsettings-desktop-schemas,ModemManager-glib,setools-libs,acl,
  libdb-utils,libss,make,checkpolicy,libmodman,glib-networking,snappy,
  libverto,kernel-tools-libs,libsemanage,krb5-libs,gzip,cracklib-dicts
  ,libmount,libpwquality,nss,pam,libblkid,util-linux,python-libs,dbus-
  python,python-decorator,python-dateutil,m2crypto,gettext,pygobject2,
  python-lxml,dhcp-libs,python-boto,libxml2-python,audit-libs-python,p
  ython-IPy,pyliblzma,rhnlib,yum-metadata-parser,python-prettytable,py
  thon-backports-ssl_match_hostname,python-pyudev,python-requests,pyth
  on-jsonpatch,e2fsprogs,usermode,kmod,redhat-logos,mariadb-libs,libcu
  rl,python-urlgrabber,rpm-libs,policycoreutils,fipscheck-lib,openssh,
  libmnl,iptables,json-c,device-mapper,cryptsetup-libs,dbus,libgudev1,
  initscripts,polkit,os-prober,cronie,grub2-tools,avahi,python-gudev,d
  nsmasq,python-hwdata,net-tools,policycoreutils-python,dracut,ppp,PyY
  AML,libestr,pth,rpm-build-libs,python-rhsm,gpgme']
-
  result: passed
  comment: Newly introduced packages: ['ModemManager-glib',
  'NetworkManager', 'NetworkManager-config-server',
  'NetworkManager-glib', 'NetworkManager-tui', 'avahi',
  'avahi-autoipd', 'avahi-libs', 'binutils', 'checkpolicy', 'dnsmasq',
  'dosfstools', 'glib-networking', 'gnutls', 'gpg-pubkey',
  'gsettings-desktop-schemas', 'hwdata', 'jansson', 'kernel-tools',
  'kernel-tools-libs', 'libdaemon', 'libgudev1', 'libmnl',
  'libmodman', 'libndp', 'libnetfilter_conntrack', 'libnfnetlink',
  'libnl3', 'libnl3-cli', 'libpcap', 'libproxy', 'libsoup', 'libteam',
  'microcode_ctl', 'mozjs17', 'nettle', 'pciutils-libs', 'polkit',
  'polkit-pkla-compat', 'ppp', 'pyOpenSSL', 'python-backports',
  'python-gudev', 'python-hwdata', 'rh-amazon-rhui-client',
  'rhn-check', 'rhn-client-tools', 'rhn-setup', 'rhnlib', 'rhnsd',
  'teamd', 'wpa_supplicant', 'yum-rhn-plugin']
-
  result: failed
  comment: some packages are missing: ['python-kitchen', 'yum-utils']
stage1:testcase_41_rh_amazon_rhui_client: passed
stage1:testcase_26_verify_rpms: passed
stage1:testcase_01_bash_history: passed
stage1:testcase_33_userdata: passed
stage1:testcase_30_rhn_certificates: failed
-
  command: rpm -ql rh-amazon-rhui-client
  result: passed
  value: /etc/init.d/choose_repo  /etc/init.d/rh-cloud-firstboot
  /etc/pki/rhui/ca.crt  /etc/pki/rhui/cdn.redhat.com-chain.crt
  /etc/pki/rhui/content-rhel7.key
  /etc/pki/rhui/product/content-rhel7.crt
  /etc/pki/rhui/product/rhui-client-config-server-7.crt
  /etc/pki/rhui/rhui-client-config-server-7.key
  /etc/yum.repos.d/redhat-rhui-client-config.repo
  /etc/yum.repos.d/redhat-rhui.repo
  /etc/yum.repos.d/rhui-load-balancers.conf
  /etc/yum/pluginconf.d/amazon-id.conf
  /etc/yum/pluginconf.d/rhui-lb.conf
  /usr/lib/yum-plugins/amazon-id.py
  /usr/lib/yum-plugins/amazon-id.pyc
  /usr/lib/yum-plugins/amazon-id.pyo  /usr/lib/yum-plugins/rhui-lb.py
  /usr/lib/yum-plugins/rhui-lb.pyc  /usr/lib/yum-plugins/rhui-lb.pyo
  /usr/sbin/choose_repo.py  /usr/sbin/rh-cloud-firstboot.py
-
  command: openssl x509 -in /etc/pki/rhui/ca.crt -noout -dates
  result: passed
  value: notBefore=Aug 23 19:46:02 2011 GMT  notAfter=Nov 30 19:46:02
  2017 GMT
-
  result: failed
  comment: (/etc/pki/rhui/ca.crt).notAfter=2017-11-30 19:46:02;
  expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/cdn.redhat.com-chain.crt
  -noout -dates
  result: passed
  value: notBefore=Mar 18 11:24:54 2010 GMT  notAfter=Mar 13 11:24:54
  2030 GMT
-
  result: passed
  comment:
  (/etc/pki/rhui/cdn.redhat.com-chain.crt).notAfter=2030-03-13
  11:24:54; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/product/content-rhel7.crt
  -noout -dates
  result: passed
  value: notBefore=May 10 12:21:17 2014 GMT  notAfter=May  7 12:21:17
  2024 GMT
-
  result: failed
  comment:
  (/etc/pki/rhui/product/content-rhel7.crt).notAfter=2024-05-07
  12:21:17; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in
  /etc/pki/rhui/product/rhui-client-config-server-7.crt -noout -dates
  result: passed
  value: notBefore=May 19 00:36:47 2014 GMT  notAfter=May 16 00:36:47
  2024 GMT
-
  result: failed
  comment: (/etc/pki/rhui/product/rhui-client-config-server-7.crt).not
  After=2024-05-16 00:36:47; expecting: 2024-06-10 00:00:00
stage1:testcase_32_ephemeral: passed
stage1:testcase_31_subscription_management: passed
stage1:testcase_50_yum_package_install: passed
stage1:testcase_55_yum_group_install: passed
stage1:testcase_60_yum_update: passed
stage1:testcase_61_yum_proxy: passed
stage2:testcase_25_uname: passed
stage2:testcase_08_memory: passed
stage2:testcase_80_no_avc_denials: passed

Comment 5 mkovacik 2014-09-24 14:23:58 UTC
# cg1.4xlarge: skip
-
  create_instance: skip Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 52, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 88, in
  create_instance     raise SkipError(err) SkipError: got Unsupported
  - most likely the permanent error: EC2ResponseError: 400 Bad Request
  <?xml version="1.0" encoding="UTF-8"?>
  <Response><Errors><Error><Code>Unsupported</Code><Message>The
  requested configuration is currently not supported. Please check the
  documentation for supported configurations.</Message></Error></Error
  s><RequestID>32025303-7779-41fb-9739-c9812bc4a531</RequestID></Respo
  nse>

Comment 6 mkovacik 2014-09-24 14:23:59 UTC
# hi1.4xlarge: skip
-
  create_instance: skip Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 52, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 88, in
  create_instance     raise SkipError(err) SkipError: got Unsupported
  - most likely the permanent error: EC2ResponseError: 400 Bad Request
  <?xml version="1.0" encoding="UTF-8"?>
  <Response><Errors><Error><Code>Unsupported</Code><Message>The
  requested configuration is currently not supported. Please check the
  documentation for supported configurations.</Message></Error></Error
  s><RequestID>d0a0327c-e753-4f5a-a5a5-91331721b4df</RequestID></Respo
  nse>

Comment 7 mkovacik 2014-09-24 14:24:01 UTC
# cr1.8xlarge: skip
-
  create_instance: skip Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 52, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 88, in
  create_instance     raise SkipError(err) SkipError: got Unsupported
  - most likely the permanent error: EC2ResponseError: 400 Bad Request
  <?xml version="1.0" encoding="UTF-8"?>
  <Response><Errors><Error><Code>Unsupported</Code><Message>The
  requested configuration is currently not supported. Please check the
  documentation for supported configurations.</Message></Error></Error
  s><RequestID>dabad029-290d-4f60-b6bd-1772a8927fba</RequestID></Respo
  nse>

Comment 8 mkovacik 2014-09-24 14:24:02 UTC
# m3.xlarge: failed
stage1:testcase_34_cpu: passed
stage1:testcase_06_inittab: passed
stage1:testcase_360_ebs: passed
stage1:testcase_15_rhel_version: failed
-
  command: rpm -q --qf '%{RELEASE} ' --whatprovides redhat-release
  match: .*\r\n([0-9]\.[0-9]+\..*)\r\n.*
  result: failed
  actual: rpm -q --qf '%{RELEASE}  > ' --whatprovides redhat-release
  1.el7  [root@ip-172-31-22-247 ~]#
stage1:testcase_39_root_is_locked: passed
stage1:testcase_09_nameserver: passed
stage1:testcase_07_libc6_xen_conf: passed
stage1:testcase_19_rhn_system_id: passed
stage1:testcase_20_auditd: passed
stage1:testcase_41_rh_amazon_rhui_client: passed
stage1:testcase_03_running_services: passed
stage1:testcase_01_bash_history: passed
stage1:testcase_80_no_avc_denials: failed
-
  command: echo START; grep 'avc:[[:space:]]*denied' /var/log/messages
  /var/log/audit/audit.log | grep -v userdata; echo END
  result: failed
  actual: echo START; grep 'avc:[[:space:]]*denied' /var/log/messages
  /var/log/audit/audit.log | grep -v userdata; echo END  START  grep:
  /var/log/messages: Permission denied  grep:
  /var/log/audit/audit.log: Permission denied  END
  [ec2-user@ip-172-31-22-247 ~]$
  expectation:   START  END
stage1:testcase_02_selinux_context: passed
stage1:testcase_26_verify_rpms: passed
stage1:testcase_16_selinux: passed
stage1:testcase_18_sshd: passed
stage1:testcase_25_uname: passed
stage1:testcase_33_userdata: passed
stage1:testcase_14_host_details: passed
stage1:testcase_11_package_set: failed
-
  command: rpm -qa --queryformat '%{NAME},' && echo
  match: .*  (.*),  .*
  result: passed
  value: ['yum,redhat-release-server,pciutils-libs,filesystem,python-e
  thtool,basesystem,yum-rhn-plugin,nss-softokn-freebl,rhnsd,glibc,libn
  dp,libstdc++,libtiff,bash,python-pygments,pcre,jansson,zlib,emacs-fi
  lesystem,audit-libs,xdg-utils,popt,libuuid,bind-libs-lite,libcom_err
  ,dracut-network,libxml2,NetworkManager-tui,bzip2-libs,kernel,grep,Re
  d_Hat_Enterprise_Linux-Release_Notes-7-en-US,gawk,rh-amazon-rhui-cli
  ent,elfutils-libelf,kernel-tools,libacl,man-db,sqlite,grub2,libffi,p
  kgconfig,postfix,expat,openssh-server,dbus-glib,tuned,cpio,chrony,wh
  ich,openssh-clients,file-libs,authconfig,libtasn1,btrfs-progs,tcp_wr
  appers-libs,tar,file,NetworkManager-config-server,libcroco,gpg-pubke
  y,libassuan,dosfstools,e2fsprogs-libs,libgomp,libunistring,kmod-libs
  ,freetype,libnfnetlink,libjpeg-turbo,gdbm,keyutils-libs,newt,gettext
  -libs,libteam,ca-certificates,gnutls,gobject-introspection,libxslt,v
  im-minimal,elfutils-libs,mozjs17,pinentry,libselinux-utils,ncurses,l
  ibproxy,libsoup,sysvinit-tools,numactl-libs,ustr,nss-tools,openssl-l
  ibs,cracklib,openldap,systemd-libs,libuser,coreutils,shadow-utils,li
  butempter,nss-sysinit,python,python-iniparse,libselinux-python,newt-
  python,procps-ng,python-configobj,pygobject3-base,virt-what,dhcp-com
  mon,python-chardet,python-dmidecode,python-markdown,libsemanage-pyth
  on,pyOpenSSL,pyxattr,python-six,python-backports,python-setuptools,p
  ython-urllib3,python-jsonpointer,grubby,passwd,binutils,logrotate,op
  enssl,libssh2,python-pycurl,curl,rpm,selinux-policy,fipscheck,hardli
  nk,libnetfilter_conntrack,iproute,qrencode-libs,device-mapper-libs,s
  ystemd,systemd-sysv,iputils,NetworkManager-glib,polkit-pkla-compat,c
  ronie-anacron,crontabs,avahi-libs,avahi-autoipd,wpa_supplicant,hwdat
  a,libcgroup,kpartx,libpcap,libyaml,libpipeline,rsyslog,gnupg2,rpm-py
  thon,redhat-support-lib-python,pygpgme,libgcc,libwebp,setup,libnl,tz
  data,rhn-client-tools,ncurses-base,rhn-check,glibc-common,rhn-setup,
  xz-libs,jbigkit-libs,ncurses-libs,python-pillow,libsepol,python-chee
  tah,libselinux,teamd,info,desktop-file-utils,dbus-libs,kbd-misc,chkc
  onfig,bind-license,sed,dhclient,nspr,NetworkManager,libdb,kexec-tool
  s,nss-util,kbd,libgpg-error,cloud-init,readline,subscription-manager
  ,libattr,redhat-support-tool,libcap,dracut-config-generic,libgcrypt,
  dracut-config-rescue,glib2,audit,shared-mime-info,microcode_ctl,libn
  l3,irqbalance,lua,rsync,libcap-ng,parted,libidn,selinux-policy-targe
  ted,gmp,xfsprogs,p11-kit,sudo,libdaemon,rootfiles,libnl3-cli,gpg-pub
  key,nss-softokn,xdelta,cyrus-sasl-lib,groff-base,findutils,diffutils
  ,xz,libedit,dmidecode,ethtool,hostname,slang,lzo,less,p11-kit-trust,
  nettle,gsettings-desktop-schemas,ModemManager-glib,setools-libs,acl,
  libdb-utils,libss,make,checkpolicy,libmodman,glib-networking,snappy,
  libverto,kernel-tools-libs,libsemanage,krb5-libs,gzip,cracklib-dicts
  ,libmount,libpwquality,nss,pam,libblkid,util-linux,python-libs,dbus-
  python,python-decorator,python-dateutil,m2crypto,gettext,pygobject2,
  python-lxml,dhcp-libs,python-boto,libxml2-python,audit-libs-python,p
  ython-IPy,pyliblzma,rhnlib,yum-metadata-parser,python-prettytable,py
  thon-backports-ssl_match_hostname,python-pyudev,python-requests,pyth
  on-jsonpatch,e2fsprogs,usermode,kmod,redhat-logos,mariadb-libs,libcu
  rl,python-urlgrabber,rpm-libs,policycoreutils,fipscheck-lib,openssh,
  libmnl,iptables,json-c,device-mapper,cryptsetup-libs,dbus,libgudev1,
  initscripts,polkit,os-prober,cronie,grub2-tools,avahi,python-gudev,d
  nsmasq,python-hwdata,net-tools,policycoreutils-python,dracut,ppp,PyY
  AML,libestr,pth,rpm-build-libs,python-rhsm,gpgme']
-
  result: passed
  comment: Newly introduced packages: ['ModemManager-glib',
  'NetworkManager', 'NetworkManager-config-server',
  'NetworkManager-glib', 'NetworkManager-tui', 'avahi',
  'avahi-autoipd', 'avahi-libs', 'binutils', 'checkpolicy', 'dnsmasq',
  'dosfstools', 'glib-networking', 'gnutls', 'gpg-pubkey',
  'gsettings-desktop-schemas', 'hwdata', 'jansson', 'kernel-tools',
  'kernel-tools-libs', 'libdaemon', 'libgudev1', 'libmnl',
  'libmodman', 'libndp', 'libnetfilter_conntrack', 'libnfnetlink',
  'libnl3', 'libnl3-cli', 'libpcap', 'libproxy', 'libsoup', 'libteam',
  'microcode_ctl', 'mozjs17', 'nettle', 'pciutils-libs', 'polkit',
  'polkit-pkla-compat', 'ppp', 'pyOpenSSL', 'python-backports',
  'python-gudev', 'python-hwdata', 'rh-amazon-rhui-client',
  'rhn-check', 'rhn-client-tools', 'rhn-setup', 'rhnlib', 'rhnsd',
  'teamd', 'wpa_supplicant', 'yum-rhn-plugin']
-
  result: failed
  comment: some packages are missing: ['python-kitchen', 'yum-utils']
stage1:testcase_30_rhn_certificates: failed
-
  command: rpm -ql rh-amazon-rhui-client
  result: passed
  value: /etc/init.d/choose_repo  /etc/init.d/rh-cloud-firstboot
  /etc/pki/rhui/ca.crt  /etc/pki/rhui/cdn.redhat.com-chain.crt
  /etc/pki/rhui/content-rhel7.key
  /etc/pki/rhui/product/content-rhel7.crt
  /etc/pki/rhui/product/rhui-client-config-server-7.crt
  /etc/pki/rhui/rhui-client-config-server-7.key
  /etc/yum.repos.d/redhat-rhui-client-config.repo
  /etc/yum.repos.d/redhat-rhui.repo
  /etc/yum.repos.d/rhui-load-balancers.conf
  /etc/yum/pluginconf.d/amazon-id.conf
  /etc/yum/pluginconf.d/rhui-lb.conf
  /usr/lib/yum-plugins/amazon-id.py
  /usr/lib/yum-plugins/amazon-id.pyc
  /usr/lib/yum-plugins/amazon-id.pyo  /usr/lib/yum-plugins/rhui-lb.py
  /usr/lib/yum-plugins/rhui-lb.pyc  /usr/lib/yum-plugins/rhui-lb.pyo
  /usr/sbin/choose_repo.py  /usr/sbin/rh-cloud-firstboot.py
-
  command: openssl x509 -in /etc/pki/rhui/ca.crt -noout -dates
  result: passed
  value: notBefore=Aug 23 19:46:02 2011 GMT  notAfter=Nov 30 19:46:02
  2017 GMT
-
  result: failed
  comment: (/etc/pki/rhui/ca.crt).notAfter=2017-11-30 19:46:02;
  expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/cdn.redhat.com-chain.crt
  -noout -dates
  result: passed
  value: notBefore=Mar 18 11:24:54 2010 GMT  notAfter=Mar 13 11:24:54
  2030 GMT
-
  result: passed
  comment:
  (/etc/pki/rhui/cdn.redhat.com-chain.crt).notAfter=2030-03-13
  11:24:54; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in /etc/pki/rhui/product/content-rhel7.crt
  -noout -dates
  result: passed
  value: notBefore=May 10 12:21:17 2014 GMT  notAfter=May  7 12:21:17
  2024 GMT
-
  result: failed
  comment:
  (/etc/pki/rhui/product/content-rhel7.crt).notAfter=2024-05-07
  12:21:17; expecting: 2024-06-10 00:00:00
-
  command: openssl x509 -in
  /etc/pki/rhui/product/rhui-client-config-server-7.crt -noout -dates
  result: passed
  value: notBefore=May 19 00:36:47 2014 GMT  notAfter=May 16 00:36:47
  2024 GMT
-
  result: failed
  comment: (/etc/pki/rhui/product/rhui-client-config-server-7.crt).not
  After=2024-05-16 00:36:47; expecting: 2024-06-10 00:00:00
stage1:testcase_17_shells: passed
stage1:testcase_08_memory: passed
stage1:testcase_10_networking: passed
stage1:testcase_35_console: passed
stage1:testcase_27_yum_repos: passed
stage1:testcase_21_disk_size_format: failed
-
  command: mount | grep '^/dev' | awk '{print $1}'
  result: passed
  value: /dev/xvda1
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $3}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['/']
-
  command: echo '###' ;mount | grep '^/dev/xvda1' | awk '{print $5}';
  echo '###'
  match: .*  ###  (.*)  ###  .*
  result: passed
  value: ['xfs']
-
  command: [ `df -k /dev/xvda1 | awk '{ print $2 }' | tail -n 1` -gt
  3937219 ]
  result: passed
-
  command: [ xfs = ext4 ]
  result: failed
  actual: 1
stage1:testcase_31_subscription_management: passed
stage1:testcase_32_ephemeral: passed
stage1:testcase_50_yum_package_install: passed
stage1:testcase_55_yum_group_install: passed
stage1:testcase_60_yum_update: passed
stage1:testcase_61_yum_proxy: passed
stage2:testcase_25_uname: passed
stage2:testcase_80_no_avc_denials: passed
stage2:testcase_08_memory: passed

Comment 9 mkovacik 2014-09-24 14:24:04 UTC
# cc1.4xlarge: skip
-
  create_instance: skip Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 52, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 88, in
  create_instance     raise SkipError(err) SkipError: got Unsupported
  - most likely the permanent error: EC2ResponseError: 400 Bad Request
  <?xml version="1.0" encoding="UTF-8"?>
  <Response><Errors><Error><Code>Unsupported</Code><Message>The
  requested configuration is currently not supported. Please check the
  documentation for supported configurations.</Message></Error></Error
  s><RequestID>55d6d43e-5664-457a-9692-fce1a6c731f4</RequestID></Respo
  nse>

Comment 10 mkovacik 2014-09-25 07:54:45 UTC
toolset error --- waiving


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