Index: tst_serviceshutdown/test.py =================================================================== diff -u -rb8ec67700eef6b0581a997b75e2bf30460fba0f4 -red536b18e1dc80a79a1988052195fa34f9f010d4 --- tst_serviceshutdown/test.py (.../test.py) (revision b8ec67700eef6b0581a997b75e2bf30460fba0f4) +++ tst_serviceshutdown/test.py (.../test.py) (revision ed536b18e1dc80a79a1988052195fa34f9f010d4) @@ -27,7 +27,7 @@ test_PowerOffDialog(vSRSUI) def hideNtest_PowerOffDialog_byCAN(vSRSUI = ""): - subprocess.call(['cansend', 'can0', '020#A5.01.00.01.00.01.01.F0']) + subprocess.call(['cansend', 'can0', '020#A5.01.00.01.00.01.01.09']) test_PowerOffButton(vSRSUI) def showNtest_PowerOffNotificationDialog_byCAN(vSRSUI = ""):