aboutsummaryrefslogtreecommitdiff
path: root/Switches.sh
blob: ed67481f895fcbffd0de5c765a2382514c8b512f (plain)
1
2
3
4
5
6
7
8
9
10
11
# These are switches to enable/disable some tests.

# Suspend tests
export suspend_dbus=0
export suspend_pmsuspend=1
export suspend_mem=1
export suspend_ac=0
export suspend_power=0

# Disable hotplugging cpu0 by default
hotplug_allow_cpu0=0