From ee666223332cbefd272be9a03c2afe00e6655b9b Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 27 May 2014 09:52:12 -0500 Subject: schedsim_priority: Fix incorrect expected values in script03. --- .../shell/schedsim_priority/scenarios/script03.expected | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/schedsim/shell/schedsim_priority/scenarios/script03.expected b/schedsim/shell/schedsim_priority/scenarios/script03.expected index fc5ad7f..a285a3a 100644 --- a/schedsim/shell/schedsim_priority/scenarios/script03.expected +++ b/schedsim/shell/schedsim_priority/scenarios/script03.expected @@ -30,3 +30,17 @@ Current Mode: Preemption: yes Timeslicing: yes ==> 11: echo "** Mode - set no timeslicing and no preempt" ** Mode - set no timeslicing and no preempt ==> 12: task_mode -t -p +Previous Mode: Preemption: yes Timeslicing: yes +Current Mode: Preemption: no Timeslicing: no +==> 13: echo "** Mode - set timeslicing and preempt" +** Mode - set timeslicing and preempt +==> 14: task_mode -T -P +Previous Mode: Preemption: no Timeslicing: no +Current Mode: Preemption: yes Timeslicing: yes +==> 15: echo "** Mode - query" +** Mode - query +==> 16: task_mode +Previous Mode: Preemption: yes Timeslicing: yes +==> 17: echo "*** END OF TEST 03 ***" +*** END OF TEST 03 *** +==> 18: exit -- cgit v1.2.3