replaced former steps system - that was uselessly cumbersome - with
[tests.git] / system / macro_free_all.py
1 # Thierry Parmentelat <thierry.parmentelat@inria.fr>
2 # Copyright (C) 2010 INRIA 
3 #
4 # a macro for releasing all local resources and cleanup trackers
5
6 "release local resources (stop vs, kill qemus, clean trackers)"
7
8 # no trackers anymore
9 sequence = [ 'vs_stop', 'qemu_kill_mine', ]
10