diff options
Diffstat (limited to 'wintest/conf/tridge.conf')
-rw-r--r-- | wintest/conf/tridge.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf index 1c7ed0bda74..72b54d88da0 100644 --- a/wintest/conf/tridge.conf +++ b/wintest/conf/tridge.conf @@ -12,6 +12,7 @@ DEBUGLEVEL : 1 # commands to control VMs VM_POWEROFF : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff" VM_RESTORE : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}" +VM_RESET : su tridge -c "VBoxManage controlvm ${VMNAME} reset" # interfaces to listen on INTERFACE : virbr0:0 |