From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1QrdGl-00068n-U6 for ltp-list@lists.sourceforge.net; Thu, 11 Aug 2011 21:58:27 +0000 Received: from e2.ny.us.ibm.com ([32.97.182.142]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1QrdGk-0000Im-OH for ltp-list@lists.sourceforge.net; Thu, 11 Aug 2011 21:58:27 +0000 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e2.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p7BLajCJ007653 for ; Thu, 11 Aug 2011 17:36:45 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7BLwKCf1585180 for ; Thu, 11 Aug 2011 17:58:20 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7BLwKEt019458 for ; Thu, 11 Aug 2011 17:58:20 -0400 Received: from taco.beaverton.ibm.com ([9.47.29.114]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p7BLwK9G019437 for ; Thu, 11 Aug 2011 17:58:20 -0400 Date: Thu, 11 Aug 2011 14:58:25 -0700 From: Lucy Liang Message-ID: <20110811215825.GA9484@us.ibm.com> Mime-Version: 1.0 Content-Disposition: inline Subject: [LTP] [PATCH 3/7] Added test_repo directory List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: ltp-list@lists.sourceforge.net Added the test_repo/ directory, which provides an example of what the default test scheduler should look like after it is unpacked. This directory is also used by pounder to fetch the excluded/ directory when handling creation of new test schedulers using pounder -c (described in further detail in doc/SCHEDULER). Signed-off-by: Lucy Liang --- tools/pounder21/test_repo/D01stats | 1 + tools/pounder21/test_repo/T00hwinfo | 1 + tools/pounder21/test_repo/T00sysrq_on | 1 + tools/pounder21/test_repo/T01screen_noblank | 1 + .../pounder21/test_repo/T10single/T00xterm_stress | 1 + tools/pounder21/test_repo/T10single/T01ltp | 1 + tools/pounder21/test_repo/T10single/T02ipmitool | 6 ++++++ tools/pounder21/test_repo/T90ramp/D01bonnie++ | 5 +++++ tools/pounder21/test_repo/T90ramp/D02build_kernel | 5 +++++ .../pounder21/test_repo/T90ramp/D03copy_large_tree | 5 +++++ tools/pounder21/test_repo/T90ramp/D04ddhappy | 5 +++++ .../pounder21/test_repo/T90ramp/D05ide_cdrom_copy | 5 +++++ tools/pounder21/test_repo/T90ramp/D06lame | 5 +++++ tools/pounder21/test_repo/T90ramp/D07cpufreq | 5 +++++ tools/pounder21/test_repo/T90ramp/D08memtest | 5 +++++ tools/pounder21/test_repo/T90ramp/D09memxfer5b | 5 +++++ tools/pounder21/test_repo/T90ramp/D10nfs | 5 +++++ tools/pounder21/test_repo/T90ramp/D11ramsnake | 5 +++++ .../pounder21/test_repo/T90ramp/D12random_syscall | 5 +++++ tools/pounder21/test_repo/T90ramp/D13mem_alloc | 5 +++++ tools/pounder21/test_repo/T90ramp/D14ltp | 5 +++++ .../test_repo/T90ramp/D15time_consistency | 5 +++++ tools/pounder21/test_repo/T90ramp/D16time_drift | 5 +++++ tools/pounder21/test_repo/T90ramp/D17xterm_stress | 5 +++++ tools/pounder21/test_repo/T90ramp/T01rampup | 1 + tools/pounder21/test_repo/T90ramp/T02rampup | 1 + tools/pounder21/test_repo/T90ramp/T03rampup | 1 + tools/pounder21/test_repo/T90ramp/T04rampup | 1 + tools/pounder21/test_repo/T90ramp/T05rampup | 1 + tools/pounder21/test_repo/T90ramp/T06rampup | 1 + tools/pounder21/test_repo/T90ramp/T07rampup | 1 + tools/pounder21/test_repo/T90ramp/T08rampup | 1 + tools/pounder21/test_repo/T90ramp/T09rampup | 1 + tools/pounder21/test_repo/T90ramp/T10rampup | 1 + tools/pounder21/test_repo/T90ramp/T11rampup | 1 + tools/pounder21/test_repo/T90ramp/T12rampup | 1 + tools/pounder21/test_repo/T90ramp/T13rampup | 1 + tools/pounder21/test_repo/T90ramp/T14rampup | 1 + tools/pounder21/test_repo/T90ramp/T15rampup | 1 + tools/pounder21/test_repo/T90ramp/T16rampup | 1 + tools/pounder21/test_repo/T90ramp/T17rampup | 1 + tools/pounder21/test_repo/T90ramp/T99runawhile | 4 ++++ tools/pounder21/test_repo/T90ramp/ramp_wait | 3 +++ tools/pounder21/test_repo/T99screen_blank | 1 + tools/pounder21/test_repo/excluded/testlist | 7 +++++++ 45 files changed, 129 insertions(+), 0 deletions(-) create mode 120000 tools/pounder21/test_repo/D01stats create mode 120000 tools/pounder21/test_repo/T00hwinfo create mode 120000 tools/pounder21/test_repo/T00sysrq_on create mode 120000 tools/pounder21/test_repo/T01screen_noblank create mode 120000 tools/pounder21/test_repo/T10single/T00xterm_stress create mode 120000 tools/pounder21/test_repo/T10single/T01ltp create mode 100755 tools/pounder21/test_repo/T10single/T02ipmitool create mode 100755 tools/pounder21/test_repo/T90ramp/D01bonnie++ create mode 100755 tools/pounder21/test_repo/T90ramp/D02build_kernel create mode 100755 tools/pounder21/test_repo/T90ramp/D03copy_large_tree create mode 100755 tools/pounder21/test_repo/T90ramp/D04ddhappy create mode 100755 tools/pounder21/test_repo/T90ramp/D05ide_cdrom_copy create mode 100755 tools/pounder21/test_repo/T90ramp/D06lame create mode 100755 tools/pounder21/test_repo/T90ramp/D07cpufreq create mode 100755 tools/pounder21/test_repo/T90ramp/D08memtest create mode 100755 tools/pounder21/test_repo/T90ramp/D09memxfer5b create mode 100755 tools/pounder21/test_repo/T90ramp/D10nfs create mode 100755 tools/pounder21/test_repo/T90ramp/D11ramsnake create mode 100755 tools/pounder21/test_repo/T90ramp/D12random_syscall create mode 100755 tools/pounder21/test_repo/T90ramp/D13mem_alloc create mode 100755 tools/pounder21/test_repo/T90ramp/D14ltp create mode 100755 tools/pounder21/test_repo/T90ramp/D15time_consistency create mode 100755 tools/pounder21/test_repo/T90ramp/D16time_drift create mode 100755 tools/pounder21/test_repo/T90ramp/D17xterm_stress create mode 120000 tools/pounder21/test_repo/T90ramp/T01rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T02rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T03rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T04rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T05rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T06rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T07rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T08rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T09rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T10rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T11rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T12rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T13rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T14rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T15rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T16rampup create mode 120000 tools/pounder21/test_repo/T90ramp/T17rampup create mode 100755 tools/pounder21/test_repo/T90ramp/T99runawhile create mode 100755 tools/pounder21/test_repo/T90ramp/ramp_wait create mode 120000 tools/pounder21/test_repo/T99screen_blank create mode 100644 tools/pounder21/test_repo/excluded/testlist --------------1.7.4.1 Content-Type: text/x-patch; name="0003-Added-test_repo-directory.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0003-Added-test_repo-directory.patch" diff --git a/tools/pounder21/test_repo/D01stats b/tools/pounder21/test_repo/D01stats new file mode 120000 index 0000000..5b98648 --- /dev/null +++ b/tools/pounder21/test_repo/D01stats @@ -0,0 +1 @@ +../test_scripts/statslogging \ No newline at end of file diff --git a/tools/pounder21/test_repo/T00hwinfo b/tools/pounder21/test_repo/T00hwinfo new file mode 120000 index 0000000..e7db6e7 --- /dev/null +++ b/tools/pounder21/test_repo/T00hwinfo @@ -0,0 +1 @@ +../test_scripts/get_hw_info \ No newline at end of file diff --git a/tools/pounder21/test_repo/T00sysrq_on b/tools/pounder21/test_repo/T00sysrq_on new file mode 120000 index 0000000..d44b81e --- /dev/null +++ b/tools/pounder21/test_repo/T00sysrq_on @@ -0,0 +1 @@ +../test_scripts/sysrq-on \ No newline at end of file diff --git a/tools/pounder21/test_repo/T01screen_noblank b/tools/pounder21/test_repo/T01screen_noblank new file mode 120000 index 0000000..c6c8761 --- /dev/null +++ b/tools/pounder21/test_repo/T01screen_noblank @@ -0,0 +1 @@ +../test_scripts/screen_noblank \ No newline at end of file diff --git a/tools/pounder21/test_repo/T10single/T00xterm_stress b/tools/pounder21/test_repo/T10single/T00xterm_stress new file mode 120000 index 0000000..580fa03 --- /dev/null +++ b/tools/pounder21/test_repo/T10single/T00xterm_stress @@ -0,0 +1 @@ +../../test_scripts/xterm_stress \ No newline at end of file diff --git a/tools/pounder21/test_repo/T10single/T01ltp b/tools/pounder21/test_repo/T10single/T01ltp new file mode 120000 index 0000000..40eebf5 --- /dev/null +++ b/tools/pounder21/test_repo/T10single/T01ltp @@ -0,0 +1 @@ +../../test_scripts/ltp \ No newline at end of file diff --git a/tools/pounder21/test_repo/T10single/T02ipmitool b/tools/pounder21/test_repo/T10single/T02ipmitool new file mode 100755 index 0000000..ade36b8 --- /dev/null +++ b/tools/pounder21/test_repo/T10single/T02ipmitool @@ -0,0 +1,6 @@ +#!/bin/bash + +trap 'exit 0' 15 + +$POUNDER_HOME/test_scripts/ipmitool +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D01bonnie++ b/tools/pounder21/test_repo/T90ramp/D01bonnie++ new file mode 100755 index 0000000..12483f8 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D01bonnie++ @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/bonnie++ +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D02build_kernel b/tools/pounder21/test_repo/T90ramp/D02build_kernel new file mode 100755 index 0000000..3a4fd62 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D02build_kernel @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/build_kernel +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D03copy_large_tree b/tools/pounder21/test_repo/T90ramp/D03copy_large_tree new file mode 100755 index 0000000..e01b24d --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D03copy_large_tree @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/copy_large_tree +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D04ddhappy b/tools/pounder21/test_repo/T90ramp/D04ddhappy new file mode 100755 index 0000000..e395ae0 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D04ddhappy @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ddhappy +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D05ide_cdrom_copy b/tools/pounder21/test_repo/T90ramp/D05ide_cdrom_copy new file mode 100755 index 0000000..9329b5d --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D05ide_cdrom_copy @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ide_cdrom_copy +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D06lame b/tools/pounder21/test_repo/T90ramp/D06lame new file mode 100755 index 0000000..fd09095 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D06lame @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/lame +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D07cpufreq b/tools/pounder21/test_repo/T90ramp/D07cpufreq new file mode 100755 index 0000000..f490087 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D07cpufreq @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/cpufreq +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D08memtest b/tools/pounder21/test_repo/T90ramp/D08memtest new file mode 100755 index 0000000..f2843fc --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D08memtest @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/memtest +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D09memxfer5b b/tools/pounder21/test_repo/T90ramp/D09memxfer5b new file mode 100755 index 0000000..d72b51e --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D09memxfer5b @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/memxfer5b +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D10nfs b/tools/pounder21/test_repo/T90ramp/D10nfs new file mode 100755 index 0000000..403e4c1 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D10nfs @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/nfs +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D11ramsnake b/tools/pounder21/test_repo/T90ramp/D11ramsnake new file mode 100755 index 0000000..f78f1a8 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D11ramsnake @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ramsnake +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D12random_syscall b/tools/pounder21/test_repo/T90ramp/D12random_syscall new file mode 100755 index 0000000..614ed30 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D12random_syscall @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/random_syscall +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D13mem_alloc b/tools/pounder21/test_repo/T90ramp/D13mem_alloc new file mode 100755 index 0000000..9e84be5 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D13mem_alloc @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/mem_alloc +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D14ltp b/tools/pounder21/test_repo/T90ramp/D14ltp new file mode 100755 index 0000000..8f9dcdb --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D14ltp @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ltp +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D15time_consistency b/tools/pounder21/test_repo/T90ramp/D15time_consistency new file mode 100755 index 0000000..bca0546 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D15time_consistency @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/time_consistency +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D16time_drift b/tools/pounder21/test_repo/T90ramp/D16time_drift new file mode 100755 index 0000000..134aa76 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D16time_drift @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/time_drift +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/D17xterm_stress b/tools/pounder21/test_repo/T90ramp/D17xterm_stress new file mode 100755 index 0000000..e4a87ac --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/D17xterm_stress @@ -0,0 +1,5 @@ +#!/bin/bash + +trap 'exit 0' 15 +$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/xterm_stress +exit $? diff --git a/tools/pounder21/test_repo/T90ramp/T01rampup b/tools/pounder21/test_repo/T90ramp/T01rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T01rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T02rampup b/tools/pounder21/test_repo/T90ramp/T02rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T02rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T03rampup b/tools/pounder21/test_repo/T90ramp/T03rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T03rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T04rampup b/tools/pounder21/test_repo/T90ramp/T04rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T04rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T05rampup b/tools/pounder21/test_repo/T90ramp/T05rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T05rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T06rampup b/tools/pounder21/test_repo/T90ramp/T06rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T06rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T07rampup b/tools/pounder21/test_repo/T90ramp/T07rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T07rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T08rampup b/tools/pounder21/test_repo/T90ramp/T08rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T08rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T09rampup b/tools/pounder21/test_repo/T90ramp/T09rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T09rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T10rampup b/tools/pounder21/test_repo/T90ramp/T10rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T10rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T11rampup b/tools/pounder21/test_repo/T90ramp/T11rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T11rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T12rampup b/tools/pounder21/test_repo/T90ramp/T12rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T12rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T13rampup b/tools/pounder21/test_repo/T90ramp/T13rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T13rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T14rampup b/tools/pounder21/test_repo/T90ramp/T14rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T14rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T15rampup b/tools/pounder21/test_repo/T90ramp/T15rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T15rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T16rampup b/tools/pounder21/test_repo/T90ramp/T16rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T16rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T17rampup b/tools/pounder21/test_repo/T90ramp/T17rampup new file mode 120000 index 0000000..cfb100c --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T17rampup @@ -0,0 +1 @@ +ramp_wait \ No newline at end of file diff --git a/tools/pounder21/test_repo/T90ramp/T99runawhile b/tools/pounder21/test_repo/T90ramp/T99runawhile new file mode 100755 index 0000000..56f1946 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/T99runawhile @@ -0,0 +1,4 @@ +#!/bin/bash + +# Run for two days +sleep 172800 diff --git a/tools/pounder21/test_repo/T90ramp/ramp_wait b/tools/pounder21/test_repo/T90ramp/ramp_wait new file mode 100755 index 0000000..edddf42 --- /dev/null +++ b/tools/pounder21/test_repo/T90ramp/ramp_wait @@ -0,0 +1,3 @@ +#!/bin/bash + +sleep 30 diff --git a/tools/pounder21/test_repo/T99screen_blank b/tools/pounder21/test_repo/T99screen_blank new file mode 120000 index 0000000..684b876 --- /dev/null +++ b/tools/pounder21/test_repo/T99screen_blank @@ -0,0 +1 @@ +../test_scripts/screen_blank \ No newline at end of file diff --git a/tools/pounder21/test_repo/excluded/testlist b/tools/pounder21/test_repo/excluded/testlist new file mode 100644 index 0000000..48c7df5 --- /dev/null +++ b/tools/pounder21/test_repo/excluded/testlist @@ -0,0 +1,7 @@ +# The purpose of this file is to keep tabs on +# which pounder subtests are excluded from the +# test run. Whenever ./pounder -e subtest-to-exclude +# is used, the subtest name and path get logged +# here. + +# DO NOT MODIFY THIS FILE. --------------1.7.4.1-- ------------------------------------------------------------------------------ FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a complete admin console. Easy to use, easy to manage, easy to install, easy to extend. Get a Free download of the new open ALM Subversion platform now. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list