- Timestamp:
- Jan 31, 2013, 4:13:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh
r35063 r35076 25 25 # mkgpc1.sh user localhost eam eam 26 26 27 set mkgpc1 = 128 set initdb = 129 set mkdummy = 130 set initscratch = 131 set initbatch = 132 set camqueue = 133 set cambatch = 127 set mkgpc1 = 0 28 set initdb = 0 29 set mkdummy = 0 30 set initscratch = 0 31 set camqueue = 0 32 set initbatch = 0 33 set cambatch = 0 34 34 set stackqueue = 1 35 35 set stackbatch = 1 … … 54 54 endif 55 55 56 # create a dummy config so setupScratchDb.py does not fail 57 if ($mkdummy) then 58 ippjython queue.py -test edit <<EOF 59 dummy 60 none 61 IPP_PSPS 62 0 63 none 64 none 65 0 66 0 67 0 68 0 69 1 70 none 71 0 72 0 73 1 74 1 75 2001-01-01 00:00:00.0 76 NONE 77 NONE 78 1 79 0 80 0 81 1 82 0 83 EOF 84 endif 56 ## XXX no longer needed : setupScratchDb does not need a fake 'config' (or 'chunk') 57 ## # create a dummy config so setupScratchDb.py does not fail 58 ## if ($mkdummy) then 59 ## ippjython queue.py -test edit <<EOF 60 ## dummy 61 ## none 62 ## IPP_PSPS 63 ## 0 64 ## none 65 ## none 66 ## 0 67 ## 0 68 ## 0 69 ## 0 70 ## 1 71 ## none 72 ## 0 73 ## 0 74 ## 1 75 ## 1 76 ## 2001-01-01 00:00:00.0 77 ## NONE 78 ## NONE 79 ## 1 80 ## 0 81 ## 0 82 ## 1 83 ## 0 84 ## EOF 85 ## endif 85 86 86 87 # re-create the ipptopsps database … … 96 97 # mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch3" 97 98 98 ippjython setupScratchDb.py -test dummy ipptopsps_test_scratch1 99 # ippjython setupScratchDb.py -test dummy ipptopsps_scratch2 100 # ippjython setupScratchDb.py -test dummy ipptopsps_scratch3 99 # setupScratchDb.py now takes the scratch name version, which is appended to the 100 # name in the settings.xml table 101 ippjython setupScratchDb.py -test 1 102 # ippjython setupScratchDb.py -test 2 103 # ippjython setupScratchDb.py -test 3 101 104 endif 102 105
Note:
See TracChangeset
for help on using the changeset viewer.
