From 3e124f3f2e3482f990862a943d7fea1f5a854f80 Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Mon, 4 Oct 2010 15:44:22 +0300 Subject: [PATCH] Changes: Stoping sysuid in performance test script to unlock the device. RevBy: TrustMe --- tests/TestScripts/test-perf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/TestScripts/test-perf.rb b/tests/TestScripts/test-perf.rb index bcbb3d6..05a2e52 100755 --- a/tests/TestScripts/test-perf.rb +++ b/tests/TestScripts/test-perf.rb @@ -42,6 +42,7 @@ class TC_PerformanceTests < Test::Unit::TestCase verify { system("/sbin/initctl restart xsession/duihome") } + system("initctl stop xsession/sysuid") sleep (5) end @sut = TDriver.sut(:Id=> 'sut_qt_maemo') @@ -50,6 +51,7 @@ class TC_PerformanceTests < Test::Unit::TestCase # method called after any test case for cleanup purposes def teardown puts "exit from teardown" + system("initctl start xsession/sysuid") end def open_Apps(appName)