Changes: Stoping sysuid in performance test script to unlock the device.

RevBy: TrustMe
pull/1/head
Nimika Keshri 15 years ago
parent 035c2d898a
commit 3e124f3f2e

@ -42,6 +42,7 @@ class TC_PerformanceTests < Test::Unit::TestCase
verify { verify {
system("/sbin/initctl restart xsession/duihome") system("/sbin/initctl restart xsession/duihome")
} }
system("initctl stop xsession/sysuid")
sleep (5) sleep (5)
end end
@sut = TDriver.sut(:Id=> 'sut_qt_maemo') @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 # method called after any test case for cleanup purposes
def teardown def teardown
puts "exit from teardown" puts "exit from teardown"
system("initctl start xsession/sysuid")
end end
def open_Apps(appName) def open_Apps(appName)

Loading…
Cancel
Save