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 {
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)

Loading…
Cancel
Save