-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_VIS_unittests.sh
executable file
·246 lines (235 loc) · 16.5 KB
/
run_VIS_unittests.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
#!/bin/bash
python3 init_xlsx_report_sheet.py
echo "Press ' ' to skip init of instances. Any key to run test."
IFS= read -n1 -r key
if [[ $key != ' ' ]]; then
./setup_VIS-1.sh
./setup_VIS-2.sh
./launch_VIS-1.sh
./launch_VIS-2.sh
cd VIS-1
tox
cd ../VIS-2
tox
else
cd VIS-1
fi
rm -f ../stdout.log ../stderr.log
rm -f ../VIS-1/event.log
rm -f ../VIS-2/event.log
#while true; do
# IFS= read -n1 -r key
# [[ $key == ' ' ]] && break
#done
cd ../VIS-1
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_00 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_04 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_05 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_06 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_07 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_08 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_09 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_10 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_11 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_3_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_3_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_3_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_4_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_4_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_4_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_5_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_5_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_6_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_7_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_7_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_7_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_7_4 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_7_5 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-001.py:TestVIS_001.test_VIS_001_12_7_5 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_00 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_04 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_05 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_06 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_07 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_08 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_0 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_4 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_5 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_6 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_7 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_8 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_9 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-002.py:TestVIS_002.test_VIS_002_9_9 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-1
sleep 20
cd ../VIS-1
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_00 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_04 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_05 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_06 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_07 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_1_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_1_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_2_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_2_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_3_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_3_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_3_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_3_4 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-1
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_3_5 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-003.py:TestVIS_003.test_VIS_003_3_5 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_00 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
sleep 20
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_04 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_1_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
sleep 20
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_1_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_1_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_1_4 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-004.py:TestVIS_004.test_VIS_004_1_5 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
sleep 20
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_1_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_1_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_1_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_2_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_2_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_3_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_3_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_3_3 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-005.py:TestVIS_005.test_VIS_005_4_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_1_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_1_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_2_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-006.py:TestVIS_006.test_VIS_006_2_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-007.py:TestVIS_007.test_VIS_007_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-1
nosetests -v testVIS/test_VIS-007.py:TestVIS_007.test_VIS_007_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
sleep 20
cd ../VIS-2
nosetests -v testVIS/test_VIS-007.py:TestVIS_007.test_VIS_007_1_1 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-007.py:TestVIS_007.test_VIS_007_1_2 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_04 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_05 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_06 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_07 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_08 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_09 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_10 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_11 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_12 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-009.py:TestVIS_009.test_VIS_009_13 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_02 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_03 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_04 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_05 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_06 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_07 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_08 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_09 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_10 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_11 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_12 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
nosetests -v testVIS/test_VIS-010.py:TestVIS_010.test_VIS_010_0_13 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ../VIS-2
nosetests -v testVIS/test_SPIS-001.py:TestSPIS_001.test_SPIS_001_01 > >(tee -a ../stdout.log) 2> >(tee -a ../stderr.log >&2)
cd ..
python3 close_xlsx_report_sheet.py
python3 create_worksheet.py