From fcf95387dca594baa9ad2d18fce36e161c1647d2 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Thu, 17 Apr 2014 11:07:11 -0400 Subject: Include the actual run file --- kernel/standards/usex/rhtsusex.tcf | 15 +++++++++++++++ kernel/standards/usex/rhtsusex_lowmem.tcf | 13 +++++++++++++ kernel/standards/usex/runtest.sh | 4 ++-- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 kernel/standards/usex/rhtsusex.tcf create mode 100644 kernel/standards/usex/rhtsusex_lowmem.tcf (limited to 'kernel') diff --git a/kernel/standards/usex/rhtsusex.tcf b/kernel/standards/usex/rhtsusex.tcf new file mode 100644 index 0000000..c326fef --- /dev/null +++ b/kernel/standards/usex/rhtsusex.tcf @@ -0,0 +1,15 @@ +10 +bin +bin +bin +vmem +dhry +dhry +dhry +whet +whet +whet +256 +14 +b + diff --git a/kernel/standards/usex/rhtsusex_lowmem.tcf b/kernel/standards/usex/rhtsusex_lowmem.tcf new file mode 100644 index 0000000..f2a4f05 --- /dev/null +++ b/kernel/standards/usex/rhtsusex_lowmem.tcf @@ -0,0 +1,13 @@ +9 +bin +bin +bin +dhry +dhry +dhry +whet +whet +whet +14 +b + diff --git a/kernel/standards/usex/runtest.sh b/kernel/standards/usex/runtest.sh index 5ed502f..be6fc5e 100755 --- a/kernel/standards/usex/runtest.sh +++ b/kernel/standards/usex/runtest.sh @@ -68,7 +68,7 @@ echo "RHELVER is $RHELVER" VerboseCupsLog -INFILE=rhtsusex.tcf +INFILE=../rhtsusex.tcf MYARCH=`uname -m` if [ "$MYARCH" = "x86_64" -o "$MYARCH" = "s390x" ]; then ln -s /usr/lib64/libc.a /usr/lib/libc.a @@ -78,7 +78,7 @@ fi ONE_GB=1048576 if [ "$MYARCH" = "ppc64" ]; then mem=`cat /proc/meminfo |grep MemTotal|sed -e 's/[^0-9]*\([0-9]*\).*/\1/'` - test "$mem" -le "$ONE_GB" && INFILE=rhtsusex_lowmem.tcf + test "$mem" -le "$ONE_GB" && INFILE=../rhtsusex_lowmem.tcf logger -s "Running the rhtsusex_lowmem.tcf file" fi -- cgit