diff --git a/BM/hotplug/cpu_off_on_stress.py b/BM/hotplug/cpu_off_on_stress.py index 6e96ff9..4d9d8e3 100755 --- a/BM/hotplug/cpu_off_on_stress.py +++ b/BM/hotplug/cpu_off_on_stress.py @@ -25,7 +25,7 @@ script_dir = os.path.dirname(os.path.abspath(__file__)) # Construce relative paths to the common.sh file -common_sh_path = os.path.join(script_dir, '../../common/common.sh') +common_sh_path = os.path.join(script_dir, '../common/common.sh') class ShellCommandRunnable(Runnable): def __init__(self, command):