Execute scenarios after one another

Hi. I have three scenarios that run for aprox 24 hours each. I would like to run them after eachother like: scn1 then scn2 and last scn3 not parallell like it does when you just setup inject for each scenario separated by , in the setup section. Is there any way to do this or do I have to controll it by delaying scn2 and scn3 for 24 and 48 hours in the setup section?

/Magnus

Might also mention that the important thing for my test is to get the ramping exactly the same for all three scenarios so if this can be done with one scenario and several iterations after each other with the exact same ramping then that would be ok too.

IMHO, that’s not the job of the stress tool, but of a scheduler: shell, Jenkins or whatever.
The only reason I see you want to implement this in Gatling is to have one single report with consolidated stats. Is that what you want?