Changeset 17593
- Timestamp:
- May 8, 2008, 2:55:23 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 1 added
- 2 edited
-
Makefile.am (modified) (1 diff)
-
simtest.basic.config (added)
-
simtest.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/Makefile.am
r17576 r17593 21 21 chiphosts.manoa.config \ 22 22 chiphosts.mhpcc.config \ 23 simtest.basic.config \ 23 24 site.manoa.pro \ 24 25 site.mhpcc.pro \ -
trunk/ippTasks/simtest.pro
r17592 r17593 2 2 3 3 macro simtest 4 if ($0 != 4)5 echo "USAGE: simtest ( dbname) (hostname) (init)"4 if ($0 != 5) 5 echo "USAGE: simtest (testroot) (dbname) (hostname) (init)" 6 6 echo " if (init) == 0, just run the analysis tasks" 7 7 echo " if (init) == 1, (re)create the database and (re)inject the images" … … 10 10 end 11 11 12 $dbname = $1 13 $hostname = $2 12 $testroot = $1 13 $dbname = $2 14 $hostname = $3 14 15 15 if ($ 3> 0)16 if ($4 > 0) 16 17 # XXX this will fail and exit the script if the db does not exist or is old... 17 18 exec pxadmin -delete -dbname $dbname … … 20 21 exec pxadmin -create -dbname $dbname 21 22 22 if ($ 3== 2)23 if ($4 == 2) 23 24 # the labels "wait" and "proc" are special names used in automate.pro 24 exec ppSimSequence basic.simtest.config basic.simtest.mkimages basic.simtest.inject -path raw -workdir work -dbname $dbname -label wait25 exec source basic.simtest.mkimages25 exec ppSimSequence $MODULES:0/$testroot.config $testroot.mkimages $testroot.inject -path raw -workdir work -dbname $dbname -label wait 26 exec source $testroot.mkimages 26 27 end 27 28 28 29 exec chiptool -dbname $dbname -block -label wait 29 exec source basic.simtest.inject30 exec source $testroot.inject 30 31 end 31 32
Note:
See TracChangeset
for help on using the changeset viewer.
