summaryrefslogtreecommitdiff
path: root/test/test-session
AgeCommit message (Collapse)AuthorFilesLines
2012-03-06test: test-session does not exit any more when catching dbus exceptionsTomasz Bursztyka1-7/+0
Fixes BMC#24964
2012-02-28test: modify test-session to handle a new propertyTomasz Bursztyka1-1/+1
2012-02-28test: fixing type conversion bug in test-sessionTomasz Bursztyka1-1/+4
2011-11-07test: Tiny typo fix in test-session python scriptTomasz Bursztyka1-1/+1
2011-10-31test: Use session.Destroy()Patrik Flykt1-1/+1
Use session.Destroy() instead of the Manager API DestroySession() method call.
2011-09-15test-session: Add multiple session supportJeff Zheng1-63/+91
Add an new parameter session_name in test-session so all session operations are based on app_path and session_name
2011-04-28test-session: Print more user friendly messagesDaniel Wagner1-2/+17
2011-04-19test-session: Handle all net.connman.Error.Failed exceptionsDaniel Wagner1-6/+4
2011-04-15test-session: Allow multi test sessionsDaniel Wagner1-2/+5
2011-04-07test-session: Add 'configure' and 'change' commandDaniel Wagner1-4/+61
'configure' allows to set all settings which are passed in during the creation of the session. 'change' allows to change the settings when the session already exists.
2011-03-31test: Add session test scriptDaniel Wagner1-0/+244