Index: shared/scripts/names.py =================================================================== diff -u -r211e5b6d52df1fb7af4b50ed652afdd373a64231 -r4a147c3e14cb47f7a4fef89afa2899d66af7e372 --- shared/scripts/names.py (.../names.py) (revision 211e5b6d52df1fb7af4b50ed652afdd373a64231) +++ shared/scripts/names.py (.../names.py) (revision 4a147c3e14cb47f7a4fef89afa2899d66af7e372) @@ -16,8 +16,8 @@ DIALIN_LINK = True AUT_NAME = "denaliSquish" # Squish -AlarmPriory = [ 0, 1, 2, 3, 4 ] # 4 is out of range check -AlarmTextMap = [ +AlarmPriority = [ 0, 1, 2, 3, 4 ] # 4 is out of range check +AlarmTextMap = [ "", "Software Error.", "Indication for when no alarms is a possible situation.", Index: tst_AlarmStatusData/test.py =================================================================== diff -u -r2ef15fa5a3d4c92513a2b99733adfa2fff11478e -r4a147c3e14cb47f7a4fef89afa2899d66af7e372 --- tst_AlarmStatusData/test.py (.../test.py) (revision 2ef15fa5a3d4c92513a2b99733adfa2fff11478e) +++ tst_AlarmStatusData/test.py (.../test.py) (revision 4a147c3e14cb47f7a4fef89afa2899d66af7e372) @@ -69,7 +69,7 @@ for i in range(len(names.AlarmTextMap)): # setting priority is to see notification dialog is also showing correct text - for j in names.AlarmPriory: + for j in names.AlarmPriority: denaliMessages.setAlarmStatus(j, i, 0, 0, 0) test_values (j, i, 0, 0, 0)