File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 55[program:xvfb]
66priority=0
77command=/opt/bin/start-xvfb.sh
8- autostart=true
9- autorestart=true
8+ autostart=%(ENV_SE_START_XVFB)s
9+ autorestart=%(ENV_SE_START_XVFB)s
1010killasgroup=true
1111
1212;Logs
@@ -23,8 +23,8 @@ stderr_capture_maxbytes=50MB
2323[program:vnc]
2424priority=5
2525command=/opt/bin/start-vnc.sh
26- autostart=true
27- autorestart=true
26+ autostart=%(ENV_SE_START_VNC)s
27+ autorestart=%(ENV_SE_START_VNC)s
2828killasgroup=true
2929
3030;Logs
@@ -41,8 +41,8 @@ stderr_capture_maxbytes=50MB
4141[program:novnc]
4242priority=10
4343command=/opt/bin/start-novnc.sh
44- autostart=true
45- autorestart=true
44+ autostart=%(ENV_SE_START_NO_VNC)s
45+ autorestart=%(ENV_SE_START_NO_VNC)s
4646killasgroup=true
4747
4848;Logs
Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ def randomly_quit_sessions(sessions, sublist_size):
7979 session .quit ()
8080 sessions .remove (session )
8181 print (f"QUIT: { len (sessions_to_quit )} sessions have been randomly quit." )
82- return len (sessions_to_quit )
82+ return len (sessions_to_quit )
83+ return 0
8384
8485def get_result_file_name ():
8586 return f"tests/autoscaling_results"
You can’t perform that action at this time.
0 commit comments