summaryrefslogtreecommitdiff
path: root/tests/quick/se/00.hello/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quick/se/00.hello/test.py')
-rw-r--r--tests/quick/se/00.hello/test.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/quick/se/00.hello/test.py b/tests/quick/se/00.hello/test.py
index 000181850..c37f8415c 100644
--- a/tests/quick/se/00.hello/test.py
+++ b/tests/quick/se/00.hello/test.py
@@ -26,7 +26,7 @@
#
# Authors: Steve Reinhardt
-root.system.cpu.workload = LiveProcess(cmd = 'hello',
- executable = binpath('hello'))
-if root.system.cpu.checker != NULL:
- root.system.cpu.checker.workload = root.system.cpu.workload
+root.system.cpu[0].workload = LiveProcess(cmd = 'hello',
+ executable = binpath('hello'))
+if root.system.cpu[0].checker != NULL:
+ root.system.cpu[0].checker.workload = root.system.cpu[0].workload