summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2014-04-17 11:07:11 -0400
committerBill Peck <bpeck@redhat.com>2014-04-17 11:07:11 -0400
commitfcf95387dca594baa9ad2d18fce36e161c1647d2 (patch)
treef72a4449ede6593cd9ecc886b82c85a9bb2ada70 /kernel
parent30322db3569aed6e108f0dfd7b09b21e25ee2370 (diff)
downloadtests-fcf95387dca594baa9ad2d18fce36e161c1647d2.tar.gz
tests-fcf95387dca594baa9ad2d18fce36e161c1647d2.tar.xz
tests-fcf95387dca594baa9ad2d18fce36e161c1647d2.zip
Include the actual run file
Diffstat (limited to 'kernel')
-rw-r--r--kernel/standards/usex/rhtsusex.tcf15
-rw-r--r--kernel/standards/usex/rhtsusex_lowmem.tcf13
-rwxr-xr-xkernel/standards/usex/runtest.sh4
3 files changed, 30 insertions, 2 deletions
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