Megatest

Changes On Branch 7c4eb7fd5cbec3a1
Login

Changes In Branch v1.60-openlava Through [7c4eb7fd5c] Excluding Merge-Ins

This is equivalent to a diff from ff494fe38b to 7c4eb7fd5c

2015-04-11
12:50
auto migrate megatest.db to new db. Allow separate overrides of monitor.db and other db's (enables putting db's in /var/tmp) check-in: 7e968145c3 user: matt tags: v1.60-openlava
2015-04-04
11:57
Moved dashboard to olddashboard and newdashboard to dashboard check-in: 53c81338a0 user: matt tags: multi-area
10:00
openlava-compatibility check-in: 7c4eb7fd5c user: matt tags: v1.60-openlava
09:58
Added (not working fully) dialog box for opening an area check-in: ff494fe38b user: matt tags: multi-area
09:51
Fix to Makefile in batchsim check-in: 8c96707993 user: matt tags: multi-area

Modified tests/fdktestqa/fdk.config from [bb2780b886] to [2f7079bd4e].

27
28
29
30
31
32
33



27
28
29
30
31
32
33
34
35
36







+
+
+
server-query-threshold 0


[jobtools]
# launcher nbq -P ch_vp -C SLES11_EM64T_4G -Q /ciaf/fdk
# launcher nbfake
# maxload 4

launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log 

Modified tests/fdktestqa/testqa/megatest.config from [0bd41b6735] to [9a65f9c02d].

1
2
3
4

5
6



7
8
9
1
2
3
4
5


6
7
8
9
10
11




+
-
-
+
+
+



[setup]
testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log
# launchwait no

# All these are overridden in ../fdk.config
[jobtools]
launcher nbfake
# [jobtools]
# launcher nbfake
# launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log 

[include ../fdk.config]

Modified tests/fullrun/megatest.config from [25cb3c92f4] to [02f469b7ea].

206
207
208
209
210
211
212




213



214
206
207
208
209
210
211
212
213
214
215
216

217
218
219
220







+
+
+
+
-
+
+
+

#  <testsuite>/<creationdate>
# Within the archive the data is structured like this:
#  <target>/<runname>/<test>/
disk0 /tmp/#{getenv USER}/adisk1

# Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time)
[jobtools]
launcher #{scheme (case (string->symbol (conc (getenv "datapath"))) \
                     ((none) "nbfake") \
                     ((openlava) "bsub") \
                     (else "sleeprunner"))}
launcher #{scheme (if (equal? (getenv "datapath") "none") "nbfake" "sleeprunner")}

launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log